|
|
|
1 | 2023-12-06T00:50:14.463Z | job assigned to worker 01HGY89W71KQGZHW5G8ETKD5EX (queued for 0 s) |
|
2 | 2023-12-06T00:50:14.608Z | starting task 0: "setup" |
3 | 2023-12-06T00:50:14.964Z | ++ uname -s |
4 | 2023-12-06T00:50:14.968Z | + kern=SunOS |
5 | 2023-12-06T00:50:14.968Z | + case "$kern" in |
6 | 2023-12-06T00:50:14.968Z | + groupadd -g 12345 build |
7 | 2023-12-06T00:50:14.977Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-06T00:50:16.982Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-06T00:50:17.086Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-06T00:50:17.090Z | + home_fs=zfs |
11 | 2023-12-06T00:50:17.090Z | + [[ zfs == autofs ]] |
12 | 2023-12-06T00:50:17.091Z | + mkdir -p /home/build |
13 | 2023-12-06T00:50:17.099Z | + chown build:build /home/build /work |
14 | 2023-12-06T00:50:18.094Z | + chmod 0700 /home/build /work |
15 | 2023-12-06T00:50:18.098Z | process exited: duration 3489 ms, exit code 0 |
|
16 | 2023-12-06T00:50:18.106Z | starting task 1: "rust-toolchain" |
17 | 2023-12-06T00:50:18.114Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-06T00:50:18.119Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-06T00:50:18.313Z | info: downloading installer |
20 | 2023-12-06T00:50:21.021Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-06T00:50:21.021Z | warning: /opt/ooce/bin |
22 | 2023-12-06T00:50:21.021Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-06T00:50:21.021Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-06T00:50:21.021Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-06T00:50:21.022Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-06T00:50:21.022Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-06T00:50:21.022Z | error: cannot install while Rust is installed |
28 | 2023-12-06T00:50:21.022Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-06T00:50:21.336Z | info: profile set to 'default' |
30 | 2023-12-06T00:50:21.336Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-06T00:50:21.339Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-06T00:50:21.525Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-06T00:50:21.525Z | info: downloading component 'cargo' |
34 | 2023-12-06T00:50:22.368Z | info: downloading component 'clippy' |
35 | 2023-12-06T00:50:22.650Z | info: downloading component 'rust-docs' |
36 | 2023-12-06T00:50:23.718Z | info: downloading component 'rust-std' |
37 | 2023-12-06T00:50:25.585Z | info: downloading component 'rustc' |
38 | 2023-12-06T00:50:29.924Z | info: downloading component 'rustfmt' |
39 | 2023-12-06T00:50:30.232Z | info: installing component 'cargo' |
40 | 2023-12-06T00:50:32.259Z | info: installing component 'clippy' |
41 | 2023-12-06T00:50:33.176Z | info: installing component 'rust-docs' |
42 | 2023-12-06T00:50:35.876Z | info: installing component 'rust-std' |
43 | 2023-12-06T00:50:40.125Z | info: installing component 'rustc' |
44 | 2023-12-06T00:50:49.930Z | info: installing component 'rustfmt' |
45 | 2023-12-06T00:50:50.391Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-06T00:50:50.391Z | |
47 | 2023-12-06T00:50:50.549Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-06T00:50:50.550Z | |
49 | 2023-12-06T00:50:50.617Z | |
50 | 2023-12-06T00:50:50.617Z | Rust is installed now. Great! |
51 | 2023-12-06T00:50:50.617Z | |
52 | 2023-12-06T00:50:50.617Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-06T00:50:50.618Z | environment variable. This has not been done automatically. |
54 | 2023-12-06T00:50:50.618Z | |
55 | 2023-12-06T00:50:50.618Z | To configure your current shell, run: |
56 | 2023-12-06T00:50:50.618Z | source "$HOME/.cargo/env" |
57 | 2023-12-06T00:50:50.639Z | + rustc --version |
58 | 2023-12-06T00:50:50.760Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-06T00:50:50.768Z | process exited: duration 32658 ms, exit code 0 |
|
60 | 2023-12-06T00:50:50.786Z | starting task 2: "authentication" |
61 | 2023-12-06T00:50:50.825Z | process exited: duration 39 ms, exit code 0 |
|
62 | 2023-12-06T00:50:50.848Z | starting task 3: "clone repository" |
63 | 2023-12-06T00:50:50.858Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-06T00:50:50.858Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-06T00:50:50.909Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-06T00:50:57.667Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-06T00:50:57.676Z | + [[ -n txn-retry ]] |
68 | 2023-12-06T00:50:57.677Z | + git fetch origin txn-retry |
69 | 2023-12-06T00:50:58.073Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-06T00:50:58.073Z | * branch txn-retry -> FETCH_HEAD |
71 | 2023-12-06T00:50:58.080Z | + git checkout -B txn-retry remotes/origin/txn-retry |
72 | 2023-12-06T00:50:58.203Z | Switched to a new branch 'txn-retry' |
73 | 2023-12-06T00:50:58.214Z | branch 'txn-retry' set up to track 'origin/txn-retry'. |
74 | 2023-12-06T00:50:58.214Z | + git reset --hard 2058492886ba90dd0fcb5215786ccc0e6318093a |
75 | 2023-12-06T00:50:58.263Z | HEAD is now at 20584928 update async-bb8-diesel version |
76 | 2023-12-06T00:50:58.674Z | process exited: duration 7405 ms, exit code 0 |
|
77 | 2023-12-06T00:50:58.691Z | starting task 4: "build" |
78 | 2023-12-06T00:50:58.724Z | + cargo --version |
79 | 2023-12-06T00:50:58.724Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-06T00:50:58.923Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-06T00:50:58.929Z | info: downloading component 'cargo' |
82 | 2023-12-06T00:50:59.755Z | info: downloading component 'clippy' |
83 | 2023-12-06T00:51:00.026Z | info: downloading component 'rust-docs' |
84 | 2023-12-06T00:51:01.062Z | info: downloading component 'rust-std' |
85 | 2023-12-06T00:51:02.875Z | info: downloading component 'rustc' |
86 | 2023-12-06T00:51:07.210Z | info: downloading component 'rustfmt' |
87 | 2023-12-06T00:51:07.525Z | info: installing component 'cargo' |
88 | 2023-12-06T00:51:08.833Z | info: installing component 'clippy' |
89 | 2023-12-06T00:51:09.300Z | info: installing component 'rust-docs' |
90 | 2023-12-06T00:51:12.113Z | info: installing component 'rust-std' |
91 | 2023-12-06T00:51:14.691Z | info: installing component 'rustc' |
92 | 2023-12-06T00:51:20.880Z | info: installing component 'rustfmt' |
93 | 2023-12-06T00:51:21.426Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-06T00:51:21.430Z | + rustc --version |
95 | 2023-12-06T00:51:21.548Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-06T00:51:21.555Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-12-06T00:51:33.607Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-12-06T00:51:34.861Z | Startup: Caching catalogs ... Done |
99 | 2023-12-06T00:51:41.456Z | Planning: Solver setup ... Done (6.207s) |
100 | 2023-12-06T00:51:41.611Z | Planning: Running solver ... Done (0.155s) |
101 | 2023-12-06T00:51:41.678Z | Planning: Finding local manifests ... Done (0.003s) |
102 | 2023-12-06T00:51:41.693Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2023-12-06T00:51:41.923Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2023-12-06T00:51:42.003Z | Planning: Package planning ... Done (0.080s) |
105 | 2023-12-06T00:51:42.093Z | Planning: Merging actions ... Done (0.084s) |
106 | 2023-12-06T00:51:43.312Z | Planning: Checking for conflicting actions ... Done (1.225s) |
107 | 2023-12-06T00:51:43.332Z | Planning: Consolidating action changes ... Done (0.019s) |
108 | 2023-12-06T00:51:53.539Z | Planning: Evaluating mediators ... Done (10.205s) |
109 | 2023-12-06T00:51:53.556Z | Planning: Planning completed in 18.64 seconds |
110 | 2023-12-06T00:51:53.902Z | Packages to install: 4 |
111 | 2023-12-06T00:51:53.902Z | Mediators to change: 2 |
112 | 2023-12-06T00:51:53.902Z | Services to change: 1 |
113 | 2023-12-06T00:51:53.905Z | Estimated space available: 148.88 GB |
114 | 2023-12-06T00:51:53.905Z | Estimated space to be consumed: 1.38 GB |
115 | 2023-12-06T00:51:53.905Z | Create boot environment: No |
116 | 2023-12-06T00:51:53.906Z | Create backup boot environment: No |
117 | 2023-12-06T00:51:53.906Z | Rebuild boot archive: No |
118 | 2023-12-06T00:51:53.906Z | |
119 | 2023-12-06T00:51:53.906Z | Changed mediators: |
120 | 2023-12-06T00:51:53.906Z | mediator clang: |
121 | 2023-12-06T00:51:53.906Z | version: None -> 15 (system default) |
122 | 2023-12-06T00:51:53.906Z | |
123 | 2023-12-06T00:51:53.906Z | mediator llvm: |
124 | 2023-12-06T00:51:53.906Z | version: 14 (system default) -> 15 (system default) |
125 | 2023-12-06T00:51:53.906Z | |
126 | 2023-12-06T00:51:53.906Z | Changed packages: |
127 | 2023-12-06T00:51:53.906Z | helios-dev |
128 | 2023-12-06T00:51:53.906Z | developer/build-essential |
129 | 2023-12-06T00:51:53.906Z | None -> 11-2.0 |
130 | 2023-12-06T00:51:53.906Z | library/libxmlsec1 |
131 | 2023-12-06T00:51:53.906Z | None -> 1.2.35-2.0 |
132 | 2023-12-06T00:51:53.906Z | ooce/developer/clang-15 |
133 | 2023-12-06T00:51:53.906Z | None -> 15.0.7-2.0 |
134 | 2023-12-06T00:51:53.906Z | ooce/developer/llvm-15 |
135 | 2023-12-06T00:51:53.906Z | None -> 15.0.7-2.0 |
136 | 2023-12-06T00:51:53.906Z | |
137 | 2023-12-06T00:51:53.906Z | Services: |
138 | 2023-12-06T00:51:53.906Z | restart_fmri: |
139 | 2023-12-06T00:51:53.906Z | svc:/system/update-man-index:default |
140 | 2023-12-06T00:51:54.073Z | |
141 | 2023-12-06T00:51:54.073Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2023-12-06T00:51:59.073Z | Download: 1131/3290 items 30.4/212.6MB 14% complete (6.0M/s) |
143 | 2023-12-06T00:52:04.075Z | Download: 1792/3290 items 118.3/212.6MB 55% complete (12.0M/s) |
144 | 2023-12-06T00:52:09.077Z | Download: 2601/3290 items 120.5/212.6MB 56% complete (9.5M/s) |
145 | 2023-12-06T00:52:14.086Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.5M/s) |
146 | 2023-12-06T00:52:17.086Z | Download: Completed 212.60 MB in 23.01 seconds (9.2M/s) |
147 | 2023-12-06T00:52:17.316Z | Actions: 1/3687 actions (Installing new actions) |
148 | 2023-12-06T00:52:22.312Z | Actions: 2855/3687 actions (Installing new actions) |
149 | 2023-12-06T00:52:25.521Z | Actions: Completed 3687 actions in 8.21 seconds. |
150 | 2023-12-06T00:52:25.717Z | Done (0.188s) |
151 | 2023-12-06T00:52:25.717Z | Done (0.000s) |
152 | 2023-12-06T00:52:25.981Z | Done (0.264s) |
153 | 2023-12-06T00:52:33.633Z | Done (7.526s) |
154 | 2023-12-06T00:52:33.828Z | Done (0.098s) |
155 | 2023-12-06T00:52:33.832Z | Done (0.000s) |
156 | 2023-12-06T00:52:34.063Z | Done (0.000s) |
157 | 2023-12-06T00:52:34.788Z | Planning: Evaluating mediator changes ... Done |
158 | 2023-12-06T00:52:35.076Z | Planning: Checking for conflicting actions ... Done |
159 | 2023-12-06T00:52:35.079Z | Planning: Consolidating action changes ... Done |
160 | 2023-12-06T00:52:35.510Z | Planning: Evaluating mediators ... Done |
161 | 2023-12-06T00:52:35.514Z | Planning: Planning completed in 0.73 seconds |
162 | 2023-12-06T00:52:35.564Z | Mediators to change: 2 |
163 | 2023-12-06T00:52:35.565Z | Create boot environment: No |
164 | 2023-12-06T00:52:35.570Z | Create backup boot environment: No |
165 | 2023-12-06T00:52:35.669Z | Done |
166 | 2023-12-06T00:52:35.669Z | Done |
167 | 2023-12-06T00:52:35.827Z | Done |
168 | 2023-12-06T00:52:41.644Z | Done |
169 | 2023-12-06T00:52:41.765Z | Done |
170 | 2023-12-06T00:52:41.769Z | Done |
171 | 2023-12-06T00:52:41.901Z | Done |
172 | 2023-12-06T00:52:42.926Z | Planning: Evaluating mediator changes ... Done |
173 | 2023-12-06T00:52:42.929Z | Planning: Merging actions ... Done |
174 | 2023-12-06T00:52:43.276Z | Planning: Checking for conflicting actions ... Done |
175 | 2023-12-06T00:52:43.280Z | Planning: Consolidating action changes ... Done |
176 | 2023-12-06T00:52:43.711Z | Planning: Evaluating mediators ... Done |
177 | 2023-12-06T00:52:43.806Z | Planning: Planning completed in 1.32 seconds |
178 | 2023-12-06T00:52:43.864Z | Packages to change: 1 |
179 | 2023-12-06T00:52:43.864Z | Mediators to change: 1 |
180 | 2023-12-06T00:52:43.867Z | Services to change: 1 |
181 | 2023-12-06T00:52:43.867Z | Create boot environment: No |
182 | 2023-12-06T00:52:43.867Z | Create backup boot environment: Yes |
183 | 2023-12-06T00:52:46.120Z | Actions: 1/6 actions (Updating modified actions) |
184 | 2023-12-06T00:52:46.127Z | Actions: Completed 6 actions in 0.00 seconds. |
185 | 2023-12-06T00:52:46.127Z | Done |
186 | 2023-12-06T00:52:46.127Z | Done |
187 | 2023-12-06T00:52:46.183Z | Done |
188 | 2023-12-06T00:52:51.861Z | Done |
189 | 2023-12-06T00:52:51.982Z | Done |
190 | 2023-12-06T00:52:51.986Z | Done |
191 | 2023-12-06T00:52:52.093Z | Done |
192 | 2023-12-06T00:52:52.777Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
193 | 2023-12-06T00:52:52.777Z | clang system 15 system |
194 | 2023-12-06T00:52:52.777Z | csh system system illumos |
195 | 2023-12-06T00:52:52.777Z | ctags system system illumos |
196 | 2023-12-06T00:52:52.777Z | gcc vendor 12 vendor |
197 | 2023-12-06T00:52:52.777Z | gcc system 10 system |
198 | 2023-12-06T00:52:52.777Z | gcc system 7 system |
199 | 2023-12-06T00:52:52.783Z | go system 1.20 system |
200 | 2023-12-06T00:52:52.783Z | go system 1.19 system |
201 | 2023-12-06T00:52:52.784Z | llvm system 15 system |
202 | 2023-12-06T00:52:52.784Z | llvm system 14 system |
203 | 2023-12-06T00:52:52.784Z | mariadb system 10.6 system |
204 | 2023-12-06T00:52:52.784Z | mta vendor vendor dma |
205 | 2023-12-06T00:52:52.784Z | openjdk system 17 system |
206 | 2023-12-06T00:52:52.784Z | openjdk system 11 system |
207 | 2023-12-06T00:52:52.784Z | openjdk system 1.8 system |
208 | 2023-12-06T00:52:52.784Z | openssl vendor 3 vendor |
209 | 2023-12-06T00:52:52.784Z | perl system 5.36 system |
210 | 2023-12-06T00:52:52.784Z | postgresql system 15 system |
211 | 2023-12-06T00:52:52.784Z | postgresql system 13 system |
212 | 2023-12-06T00:52:52.784Z | python vendor 3 vendor |
213 | 2023-12-06T00:52:52.784Z | python system 2 system |
214 | 2023-12-06T00:52:52.784Z | python3 system 3.11 system |
215 | 2023-12-06T00:52:52.784Z | ruby system 3.0 system |
216 | 2023-12-06T00:52:52.784Z | words vendor vendor american-english |
217 | 2023-12-06T00:52:52.784Z | words system system australian-english |
218 | 2023-12-06T00:52:52.784Z | words system system british-english |
219 | 2023-12-06T00:52:52.784Z | words system system canadian-english |
220 | 2023-12-06T00:52:52.784Z | words system system french |
221 | 2023-12-06T00:52:52.785Z | words system system italian |
222 | 2023-12-06T00:52:52.785Z | words system system ngerman |
223 | 2023-12-06T00:52:52.785Z | words system system ogerman |
224 | 2023-12-06T00:52:52.785Z | words system system spanish |
225 | 2023-12-06T00:52:53.317Z | FMRI IFO |
226 | 2023-12-06T00:52:53.317Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
227 | 2023-12-06T00:52:53.317Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
228 | 2023-12-06T00:52:53.317Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
229 | 2023-12-06T00:52:53.317Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
230 | 2023-12-06T00:52:53.317Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
231 | 2023-12-06T00:52:53.317Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
232 | 2023-12-06T00:52:53.394Z | + set -o errexit |
233 | 2023-12-06T00:52:53.397Z | +++ dirname ./tools/ci_download_cockroachdb |
234 | 2023-12-06T00:52:53.401Z | ++ cd ./tools |
235 | 2023-12-06T00:52:53.401Z | ++ pwd |
236 | 2023-12-06T00:52:53.401Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
237 | 2023-12-06T00:52:53.401Z | ++ basename ./tools/ci_download_cockroachdb |
238 | 2023-12-06T00:52:53.405Z | + ARG0=ci_download_cockroachdb |
239 | 2023-12-06T00:52:53.405Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
240 | 2023-12-06T00:52:53.405Z | + CIDL_VERSION=v22.1.9 |
241 | 2023-12-06T00:52:53.405Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
242 | 2023-12-06T00:52:53.405Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
243 | 2023-12-06T00:52:53.405Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
244 | 2023-12-06T00:52:53.405Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
245 | 2023-12-06T00:52:53.405Z | + TARGET_DIR=out |
246 | 2023-12-06T00:52:53.405Z | + DOWNLOAD_DIR=out/downloads |
247 | 2023-12-06T00:52:53.405Z | + DEST_DIR=./out/cockroachdb |
248 | 2023-12-06T00:52:53.405Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
249 | 2023-12-06T00:52:53.405Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
250 | 2023-12-06T00:52:53.409Z | + main |
251 | 2023-12-06T00:52:53.409Z | + [[ 0 != 0 ]] |
252 | 2023-12-06T00:52:53.409Z | + CIDL_OS=solaris2.11 |
253 | 2023-12-06T00:52:53.409Z | + [[ 0 != 0 ]] |
254 | 2023-12-06T00:52:53.409Z | + configure_os solaris2.11 |
255 | 2023-12-06T00:52:53.409Z | + echo 'current directory: /work/oxidecomputer/omicron' |
256 | 2023-12-06T00:52:53.409Z | current directory: /work/oxidecomputer/omicron |
257 | 2023-12-06T00:52:53.409Z | + echo 'configuring based on OS: "solaris2.11"' |
258 | 2023-12-06T00:52:53.410Z | configuring based on OS: "solaris2.11" |
259 | 2023-12-06T00:52:53.410Z | + case "$1" in |
260 | 2023-12-06T00:52:53.410Z | + CIDL_BUILD=illumos |
261 | 2023-12-06T00:52:53.410Z | + CIDL_SUFFIX=tar.gz |
262 | 2023-12-06T00:52:53.410Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
263 | 2023-12-06T00:52:53.410Z | + CIDL_MD5FUNC=do_md5sum |
264 | 2023-12-06T00:52:53.410Z | + CIDL_URL_BASE=https://illumos.org/downloads |
265 | 2023-12-06T00:52:53.410Z | + CIDL_ASSEMBLE=do_assemble_illumos |
266 | 2023-12-06T00:52:53.410Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
267 | 2023-12-06T00:52:53.410Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-12-06T00:52:53.410Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-12-06T00:52:53.410Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
270 | 2023-12-06T00:52:53.410Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-12-06T00:52:53.410Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
272 | 2023-12-06T00:52:53.410Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-12-06T00:52:53.410Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-12-06T00:52:53.410Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2023-12-06T00:52:53.410Z | + mkdir -p out/downloads |
276 | 2023-12-06T00:52:53.410Z | + mkdir -p ./out/cockroachdb |
277 | 2023-12-06T00:52:53.418Z | + local DO_DOWNLOAD=true |
278 | 2023-12-06T00:52:53.418Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
279 | 2023-12-06T00:52:53.418Z | + '[' true == true ']' |
280 | 2023-12-06T00:52:53.418Z | + echo Downloading... |
281 | 2023-12-06T00:52:53.418Z | Downloading... |
282 | 2023-12-06T00:52:53.418Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-12-06T00:52:53.418Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-12-06T00:52:57.182Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-12-06T00:52:57.186Z | ++ md5sum |
286 | 2023-12-06T00:52:57.186Z | ++ awk '{print $1}' |
287 | 2023-12-06T00:52:57.378Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
288 | 2023-12-06T00:52:57.378Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
289 | 2023-12-06T00:52:57.378Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-12-06T00:52:57.382Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
291 | 2023-12-06T00:53:00.751Z | + do_assemble_illumos |
292 | 2023-12-06T00:53:00.751Z | + rm -r ./out/cockroachdb |
293 | 2023-12-06T00:53:00.755Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
294 | 2023-12-06T00:53:01.456Z | + ./out/cockroachdb/bin/cockroach version |
295 | 2023-12-06T00:53:01.770Z | Build Tag: v22.1.9-dirty |
296 | 2023-12-06T00:53:01.770Z | Build Time: 2022/10/26 21:17:46 |
297 | 2023-12-06T00:53:01.770Z | Distribution: OSS |
298 | 2023-12-06T00:53:01.770Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
299 | 2023-12-06T00:53:01.770Z | Go Version: go1.17.13 |
300 | 2023-12-06T00:53:01.770Z | C Compiler: gcc 10.3.0 |
301 | 2023-12-06T00:53:01.770Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
302 | 2023-12-06T00:53:01.770Z | Build Type: release |
303 | 2023-12-06T00:53:01.795Z | + set -o errexit |
304 | 2023-12-06T00:53:01.799Z | +++ dirname ./tools/ci_download_clickhouse |
305 | 2023-12-06T00:53:01.804Z | ++ cd ./tools |
306 | 2023-12-06T00:53:01.805Z | ++ pwd |
307 | 2023-12-06T00:53:01.805Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
308 | 2023-12-06T00:53:01.805Z | ++ basename ./tools/ci_download_clickhouse |
309 | 2023-12-06T00:53:01.805Z | + ARG0=ci_download_clickhouse |
310 | 2023-12-06T00:53:01.805Z | + TARGET_DIR=out |
311 | 2023-12-06T00:53:01.805Z | + DOWNLOAD_DIR=out/downloads |
312 | 2023-12-06T00:53:01.805Z | + DEST_DIR=./out/clickhouse |
313 | 2023-12-06T00:53:01.805Z | + CIDL_VERSION=v22.8.9.24 |
314 | 2023-12-06T00:53:01.805Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
315 | 2023-12-06T00:53:01.805Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
316 | 2023-12-06T00:53:01.805Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
317 | 2023-12-06T00:53:01.805Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
318 | 2023-12-06T00:53:01.805Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
319 | 2023-12-06T00:53:01.805Z | + main |
320 | 2023-12-06T00:53:01.805Z | + [[ 0 != 0 ]] |
321 | 2023-12-06T00:53:01.805Z | + CIDL_OS=solaris2.11 |
322 | 2023-12-06T00:53:01.805Z | + [[ 0 != 0 ]] |
323 | 2023-12-06T00:53:01.805Z | + configure_os solaris2.11 |
324 | 2023-12-06T00:53:01.809Z | + echo 'current directory: /work/oxidecomputer/omicron' |
325 | 2023-12-06T00:53:01.809Z | current directory: /work/oxidecomputer/omicron |
326 | 2023-12-06T00:53:01.809Z | + echo 'configuring based on OS: "solaris2.11"' |
327 | 2023-12-06T00:53:01.809Z | configuring based on OS: "solaris2.11" |
328 | 2023-12-06T00:53:01.809Z | + CIDL_DASHREV= |
329 | 2023-12-06T00:53:01.810Z | + case "$1" in |
330 | 2023-12-06T00:53:01.810Z | + CIDL_PLATFORM=illumos |
331 | 2023-12-06T00:53:01.810Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
332 | 2023-12-06T00:53:01.810Z | + CIDL_MD5FUNC=do_md5sum |
333 | 2023-12-06T00:53:01.810Z | + CIDL_DASHREV=-1 |
334 | 2023-12-06T00:53:01.810Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
335 | 2023-12-06T00:53:01.810Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-12-06T00:53:01.810Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-12-06T00:53:01.810Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-12-06T00:53:01.810Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
339 | 2023-12-06T00:53:01.810Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-12-06T00:53:01.810Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
341 | 2023-12-06T00:53:01.810Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-12-06T00:53:01.810Z | + mkdir -p out/downloads |
343 | 2023-12-06T00:53:01.810Z | + mkdir -p ./out/clickhouse |
344 | 2023-12-06T00:53:01.814Z | + local DO_DOWNLOAD=true |
345 | 2023-12-06T00:53:01.814Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
346 | 2023-12-06T00:53:01.814Z | + '[' true == true ']' |
347 | 2023-12-06T00:53:01.814Z | + echo Downloading... |
348 | 2023-12-06T00:53:01.814Z | Downloading... |
349 | 2023-12-06T00:53:01.814Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-12-06T00:53:01.814Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-12-06T00:53:03.218Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-12-06T00:53:03.222Z | ++ md5sum |
353 | 2023-12-06T00:53:03.222Z | ++ awk '{print $1}' |
354 | 2023-12-06T00:53:03.478Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2023-12-06T00:53:03.478Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
356 | 2023-12-06T00:53:03.478Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
357 | 2023-12-06T00:53:03.483Z | + mkdir -p ./out/clickhouse |
358 | 2023-12-06T00:53:03.483Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
359 | 2023-12-06T00:53:08.337Z | + ./out/clickhouse/clickhouse server --version |
360 | 2023-12-06T00:53:08.394Z | ClickHouse server version 22.8.9.1. |
361 | 2023-12-06T00:53:08.416Z | + set -o errexit |
362 | 2023-12-06T00:53:08.420Z | +++ dirname ./tools/ci_download_console |
363 | 2023-12-06T00:53:08.420Z | ++ cd ./tools |
364 | 2023-12-06T00:53:08.420Z | ++ pwd |
365 | 2023-12-06T00:53:08.420Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
366 | 2023-12-06T00:53:08.420Z | ++ basename ./tools/ci_download_console |
367 | 2023-12-06T00:53:08.424Z | + ARG0=ci_download_console |
368 | 2023-12-06T00:53:08.424Z | + TARGET_DIR=out |
369 | 2023-12-06T00:53:08.424Z | + DOWNLOAD_DIR=out/downloads |
370 | 2023-12-06T00:53:08.424Z | + DEST_DIR=./out/console-assets |
371 | 2023-12-06T00:53:08.424Z | + source /work/oxidecomputer/omicron/tools/console_version |
372 | 2023-12-06T00:53:08.424Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
373 | 2023-12-06T00:53:08.424Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
374 | 2023-12-06T00:53:08.424Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
375 | 2023-12-06T00:53:08.424Z | + TARBALL_FILE=out/downloads/console.tar.gz |
376 | 2023-12-06T00:53:08.424Z | + main |
377 | 2023-12-06T00:53:08.424Z | + [[ 0 != 0 ]] |
378 | 2023-12-06T00:53:08.424Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
379 | 2023-12-06T00:53:08.424Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
380 | 2023-12-06T00:53:08.424Z | + echo 'Local file: out/downloads/console.tar.gz' |
381 | 2023-12-06T00:53:08.424Z | Local file: out/downloads/console.tar.gz |
382 | 2023-12-06T00:53:08.424Z | + local DO_DOWNLOAD=true |
383 | 2023-12-06T00:53:08.424Z | + [[ -f out/downloads/console.tar.gz ]] |
384 | 2023-12-06T00:53:08.424Z | + mkdir -p out/downloads |
385 | 2023-12-06T00:53:08.428Z | + '[' true == true ']' |
386 | 2023-12-06T00:53:08.428Z | + echo Downloading... |
387 | 2023-12-06T00:53:08.428Z | Downloading... |
388 | 2023-12-06T00:53:08.428Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
389 | 2023-12-06T00:53:08.428Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
390 | 2023-12-06T00:53:09.274Z | ++ do_sha256sum out/downloads/console.tar.gz |
391 | 2023-12-06T00:53:09.279Z | ++ case "$OSTYPE" in |
392 | 2023-12-06T00:53:09.279Z | ++ SHA=sha256sum |
393 | 2023-12-06T00:53:09.279Z | ++ sha256sum |
394 | 2023-12-06T00:53:09.279Z | ++ awk '{print $1}' |
395 | 2023-12-06T00:53:09.310Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
396 | 2023-12-06T00:53:09.310Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
397 | 2023-12-06T00:53:09.310Z | + rm -rf ./out/console-assets |
398 | 2023-12-06T00:53:09.325Z | + mkdir -p ./out/console-assets |
399 | 2023-12-06T00:53:09.325Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
400 | 2023-12-06T00:53:09.325Z | + mkdir -p ./out/console-assets |
401 | 2023-12-06T00:53:09.326Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
402 | 2023-12-06T00:53:09.446Z | + set -o errexit |
403 | 2023-12-06T00:53:09.450Z | +++ dirname ./tools/ci_download_maghemite_openapi |
404 | 2023-12-06T00:53:09.454Z | ++ cd ./tools |
405 | 2023-12-06T00:53:09.454Z | ++ pwd |
406 | 2023-12-06T00:53:09.454Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
407 | 2023-12-06T00:53:09.454Z | ++ basename ./tools/ci_download_maghemite_openapi |
408 | 2023-12-06T00:53:09.454Z | + ARG0=ci_download_maghemite_openapi |
409 | 2023-12-06T00:53:09.454Z | + TARGET_DIR=out |
410 | 2023-12-06T00:53:09.454Z | + DOWNLOAD_DIR=out/downloads |
411 | 2023-12-06T00:53:09.459Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
412 | 2023-12-06T00:53:09.459Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
413 | 2023-12-06T00:53:09.459Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
414 | 2023-12-06T00:53:09.459Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
415 | 2023-12-06T00:53:09.459Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
416 | 2023-12-06T00:53:09.459Z | + main |
417 | 2023-12-06T00:53:09.459Z | + [[ 0 != 0 ]] |
418 | 2023-12-06T00:53:09.459Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
419 | 2023-12-06T00:53:09.459Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
420 | 2023-12-06T00:53:09.459Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
421 | 2023-12-06T00:53:09.459Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
422 | 2023-12-06T00:53:09.460Z | + local DO_DOWNLOAD=true |
423 | 2023-12-06T00:53:09.460Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
424 | 2023-12-06T00:53:09.460Z | + mkdir -p out/downloads |
425 | 2023-12-06T00:53:09.460Z | + '[' true == true ']' |
426 | 2023-12-06T00:53:09.460Z | + echo Downloading... |
427 | 2023-12-06T00:53:09.460Z | Downloading... |
428 | 2023-12-06T00:53:09.460Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
429 | 2023-12-06T00:53:09.460Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
430 | 2023-12-06T00:53:09.717Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
431 | 2023-12-06T00:53:09.718Z | ++ case "$OSTYPE" in |
432 | 2023-12-06T00:53:09.725Z | ++ SHA=sha256sum |
433 | 2023-12-06T00:53:09.725Z | ++ sha256sum |
434 | 2023-12-06T00:53:09.726Z | ++ awk '{print $1}' |
435 | 2023-12-06T00:53:09.726Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
436 | 2023-12-06T00:53:09.726Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
437 | 2023-12-06T00:53:09.726Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
438 | 2023-12-06T00:53:09.726Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
439 | 2023-12-06T00:53:09.738Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
440 | 2023-12-06T00:53:09.739Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
441 | 2023-12-06T00:53:09.739Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
442 | 2023-12-06T00:53:09.739Z | + main |
443 | 2023-12-06T00:53:09.739Z | + [[ 0 != 0 ]] |
444 | 2023-12-06T00:53:09.739Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
445 | 2023-12-06T00:53:09.739Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
446 | 2023-12-06T00:53:09.739Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
447 | 2023-12-06T00:53:09.739Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
448 | 2023-12-06T00:53:09.740Z | + local DO_DOWNLOAD=true |
449 | 2023-12-06T00:53:09.740Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
450 | 2023-12-06T00:53:09.740Z | + mkdir -p out/downloads |
451 | 2023-12-06T00:53:09.740Z | + '[' true == true ']' |
452 | 2023-12-06T00:53:09.740Z | + echo Downloading... |
453 | 2023-12-06T00:53:09.740Z | Downloading... |
454 | 2023-12-06T00:53:09.740Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
455 | 2023-12-06T00:53:09.741Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
456 | 2023-12-06T00:53:09.883Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
457 | 2023-12-06T00:53:09.887Z | ++ case "$OSTYPE" in |
458 | 2023-12-06T00:53:09.887Z | ++ SHA=sha256sum |
459 | 2023-12-06T00:53:09.887Z | ++ sha256sum |
460 | 2023-12-06T00:53:09.887Z | ++ awk '{print $1}' |
461 | 2023-12-06T00:53:09.891Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
462 | 2023-12-06T00:53:09.891Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
463 | 2023-12-06T00:53:09.899Z | + set -o errexit |
464 | 2023-12-06T00:53:09.903Z | +++ dirname ./tools/ci_download_dendrite_openapi |
465 | 2023-12-06T00:53:09.907Z | ++ cd ./tools |
466 | 2023-12-06T00:53:09.907Z | ++ pwd |
467 | 2023-12-06T00:53:09.907Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
468 | 2023-12-06T00:53:09.907Z | ++ basename ./tools/ci_download_dendrite_openapi |
469 | 2023-12-06T00:53:09.910Z | + ARG0=ci_download_dendrite_openapi |
470 | 2023-12-06T00:53:09.910Z | + TARGET_DIR=out |
471 | 2023-12-06T00:53:09.911Z | + DOWNLOAD_DIR=out/downloads |
472 | 2023-12-06T00:53:09.911Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
473 | 2023-12-06T00:53:09.911Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
474 | 2023-12-06T00:53:09.911Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
475 | 2023-12-06T00:53:09.911Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
476 | 2023-12-06T00:53:09.911Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
477 | 2023-12-06T00:53:09.911Z | + main |
478 | 2023-12-06T00:53:09.911Z | + [[ 0 != 0 ]] |
479 | 2023-12-06T00:53:09.911Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
480 | 2023-12-06T00:53:09.911Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
481 | 2023-12-06T00:53:09.911Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
482 | 2023-12-06T00:53:09.911Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
483 | 2023-12-06T00:53:09.911Z | + local DO_DOWNLOAD=true |
484 | 2023-12-06T00:53:09.911Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
485 | 2023-12-06T00:53:09.911Z | + mkdir -p out/downloads |
486 | 2023-12-06T00:53:09.915Z | + '[' true == true ']' |
487 | 2023-12-06T00:53:09.915Z | + echo Downloading... |
488 | 2023-12-06T00:53:09.915Z | Downloading... |
489 | 2023-12-06T00:53:09.915Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
490 | 2023-12-06T00:53:09.915Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
491 | 2023-12-06T00:53:10.087Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
492 | 2023-12-06T00:53:10.087Z | ++ case "$OSTYPE" in |
493 | 2023-12-06T00:53:10.091Z | ++ SHA=sha256sum |
494 | 2023-12-06T00:53:10.091Z | ++ sha256sum |
495 | 2023-12-06T00:53:10.091Z | ++ awk '{print $1}' |
496 | 2023-12-06T00:53:10.095Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
497 | 2023-12-06T00:53:10.095Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
498 | 2023-12-06T00:53:10.101Z | + set -o errexit |
499 | 2023-12-06T00:53:10.104Z | +++ dirname ./tools/ci_download_dendrite_stub |
500 | 2023-12-06T00:53:10.109Z | ++ cd ./tools |
501 | 2023-12-06T00:53:10.109Z | ++ pwd |
502 | 2023-12-06T00:53:10.109Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
503 | 2023-12-06T00:53:10.109Z | ++ basename ./tools/ci_download_dendrite_stub |
504 | 2023-12-06T00:53:10.112Z | + ARG0=ci_download_dendrite_stub |
505 | 2023-12-06T00:53:10.113Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
506 | 2023-12-06T00:53:10.113Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
507 | 2023-12-06T00:53:10.113Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
508 | 2023-12-06T00:53:10.113Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
509 | 2023-12-06T00:53:10.113Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
510 | 2023-12-06T00:53:10.113Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
511 | 2023-12-06T00:53:10.113Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
512 | 2023-12-06T00:53:10.113Z | + TARGET_DIR=out |
513 | 2023-12-06T00:53:10.113Z | + DOWNLOAD_DIR=out/downloads |
514 | 2023-12-06T00:53:10.113Z | + DEST_DIR=./out/dendrite-stub |
515 | 2023-12-06T00:53:10.113Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
516 | 2023-12-06T00:53:10.113Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
517 | 2023-12-06T00:53:10.113Z | + REPO=oxidecomputer/dendrite |
518 | 2023-12-06T00:53:10.113Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
519 | 2023-12-06T00:53:10.113Z | + main |
520 | 2023-12-06T00:53:10.113Z | + [[ 0 != 0 ]] |
521 | 2023-12-06T00:53:10.113Z | + CIDL_OS=solaris2.11 |
522 | 2023-12-06T00:53:10.113Z | + [[ 0 != 0 ]] |
523 | 2023-12-06T00:53:10.113Z | + configure_os solaris2.11 |
524 | 2023-12-06T00:53:10.113Z | + echo 'current directory: /work/oxidecomputer/omicron' |
525 | 2023-12-06T00:53:10.113Z | current directory: /work/oxidecomputer/omicron |
526 | 2023-12-06T00:53:10.113Z | + echo 'configuring based on OS: "solaris2.11"' |
527 | 2023-12-06T00:53:10.113Z | configuring based on OS: "solaris2.11" |
528 | 2023-12-06T00:53:10.114Z | + case "$1" in |
529 | 2023-12-06T00:53:10.114Z | + SET_BINARIES= |
530 | 2023-12-06T00:53:10.114Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
531 | 2023-12-06T00:53:10.114Z | + CIDL_SHA256FUNC=do_sha256sum |
532 | 2023-12-06T00:53:10.114Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
533 | 2023-12-06T00:53:10.114Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
534 | 2023-12-06T00:53:10.114Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
535 | 2023-12-06T00:53:10.114Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
536 | 2023-12-06T00:53:10.114Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
537 | 2023-12-06T00:53:10.114Z | Local file: out/downloads/dendrite-stub.tar.gz |
538 | 2023-12-06T00:53:10.114Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
539 | 2023-12-06T00:53:10.114Z | + mkdir -p out/downloads |
540 | 2023-12-06T00:53:10.118Z | + mkdir -p ./out/dendrite-stub |
541 | 2023-12-06T00:53:10.118Z | + fetch_and_verify |
542 | 2023-12-06T00:53:10.118Z | + local DO_DOWNLOAD=true |
543 | 2023-12-06T00:53:10.118Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
544 | 2023-12-06T00:53:10.118Z | + '[' true == true ']' |
545 | 2023-12-06T00:53:10.118Z | + echo Downloading... |
546 | 2023-12-06T00:53:10.118Z | Downloading... |
547 | 2023-12-06T00:53:10.118Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
548 | 2023-12-06T00:53:10.118Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
549 | 2023-12-06T00:53:18.200Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
550 | 2023-12-06T00:53:18.210Z | ++ sha256sum |
551 | 2023-12-06T00:53:18.210Z | ++ awk '{print $1}' |
552 | 2023-12-06T00:53:18.300Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
553 | 2023-12-06T00:53:18.300Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
554 | 2023-12-06T00:53:18.308Z | + do_untar out/downloads/dendrite-stub.tar.gz |
555 | 2023-12-06T00:53:18.308Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
556 | 2023-12-06T00:53:19.280Z | + do_assemble |
557 | 2023-12-06T00:53:19.280Z | + rm -r ./out/dendrite-stub |
558 | 2023-12-06T00:53:19.290Z | + mkdir ./out/dendrite-stub |
559 | 2023-12-06T00:53:19.300Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
560 | 2023-12-06T00:53:19.440Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
561 | 2023-12-06T00:53:19.451Z | + set -o errexit |
562 | 2023-12-06T00:53:19.459Z | +++ dirname ./tools/ci_download_maghemite_mgd |
563 | 2023-12-06T00:53:19.459Z | ++ cd ./tools |
564 | 2023-12-06T00:53:19.459Z | ++ pwd |
565 | 2023-12-06T00:53:19.459Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
566 | 2023-12-06T00:53:19.465Z | ++ basename ./tools/ci_download_maghemite_mgd |
567 | 2023-12-06T00:53:19.465Z | + ARG0=ci_download_maghemite_mgd |
568 | 2023-12-06T00:53:19.465Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
569 | 2023-12-06T00:53:19.465Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
570 | 2023-12-06T00:53:19.465Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
571 | 2023-12-06T00:53:19.465Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
572 | 2023-12-06T00:53:19.465Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
573 | 2023-12-06T00:53:19.465Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
574 | 2023-12-06T00:53:19.465Z | + TARGET_DIR=out |
575 | 2023-12-06T00:53:19.466Z | + DOWNLOAD_DIR=out/downloads |
576 | 2023-12-06T00:53:19.466Z | + DEST_DIR=./out/mgd |
577 | 2023-12-06T00:53:19.466Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
578 | 2023-12-06T00:53:19.466Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
579 | 2023-12-06T00:53:19.466Z | + REPO=oxidecomputer/maghemite |
580 | 2023-12-06T00:53:19.466Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
581 | 2023-12-06T00:53:19.466Z | + main |
582 | 2023-12-06T00:53:19.466Z | + [[ 0 != 0 ]] |
583 | 2023-12-06T00:53:19.466Z | + CIDL_OS=solaris2.11 |
584 | 2023-12-06T00:53:19.466Z | + [[ 0 != 0 ]] |
585 | 2023-12-06T00:53:19.466Z | + configure_os solaris2.11 |
586 | 2023-12-06T00:53:19.466Z | + echo 'current directory: /work/oxidecomputer/omicron' |
587 | 2023-12-06T00:53:19.466Z | current directory: /work/oxidecomputer/omicron |
588 | 2023-12-06T00:53:19.466Z | + echo 'configuring based on OS: "solaris2.11"' |
589 | 2023-12-06T00:53:19.466Z | + case "$1" in |
590 | 2023-12-06T00:53:19.466Z | configuring based on OS: "solaris2.11" |
591 | 2023-12-06T00:53:19.466Z | + SET_BINARIES= |
592 | 2023-12-06T00:53:19.466Z | + CIDL_SHA256FUNC=do_sha256sum |
593 | 2023-12-06T00:53:19.466Z | + TARBALL_FILENAME=mgd.tar.gz |
594 | 2023-12-06T00:53:19.466Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
595 | 2023-12-06T00:53:19.466Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
596 | 2023-12-06T00:53:19.466Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
597 | 2023-12-06T00:53:19.466Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
598 | 2023-12-06T00:53:19.466Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
599 | 2023-12-06T00:53:19.466Z | Local file: out/downloads/mgd.tar.gz |
600 | 2023-12-06T00:53:19.466Z | + mkdir -p out/downloads |
601 | 2023-12-06T00:53:19.467Z | + mkdir -p ./out/mgd |
602 | 2023-12-06T00:53:19.467Z | + fetch_and_verify |
603 | 2023-12-06T00:53:19.473Z | + local DO_DOWNLOAD=true |
604 | 2023-12-06T00:53:19.473Z | + [[ -f out/downloads/mgd.tar.gz ]] |
605 | 2023-12-06T00:53:19.473Z | + '[' true == true ']' |
606 | 2023-12-06T00:53:19.473Z | + echo Downloading... |
607 | 2023-12-06T00:53:19.473Z | Downloading... |
608 | 2023-12-06T00:53:19.473Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
609 | 2023-12-06T00:53:19.473Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
610 | 2023-12-06T00:53:26.028Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
611 | 2023-12-06T00:53:26.033Z | ++ sha256sum |
612 | 2023-12-06T00:53:26.034Z | ++ awk '{print $1}' |
613 | 2023-12-06T00:53:26.106Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
614 | 2023-12-06T00:53:26.106Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
615 | 2023-12-06T00:53:26.110Z | + do_untar out/downloads/mgd.tar.gz |
616 | 2023-12-06T00:53:26.110Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
617 | 2023-12-06T00:53:26.771Z | + do_assemble |
618 | 2023-12-06T00:53:26.771Z | + rm -r ./out/mgd |
619 | 2023-12-06T00:53:26.775Z | + mkdir ./out/mgd |
620 | 2023-12-06T00:53:26.779Z | + cp -r out/downloads/root ./out/mgd/root |
621 | 2023-12-06T00:53:27.000Z | + set -o errexit |
622 | 2023-12-06T00:53:27.016Z | +++ dirname ./tools/ci_download_transceiver_control |
623 | 2023-12-06T00:53:27.017Z | ++ cd ./tools |
624 | 2023-12-06T00:53:27.017Z | ++ pwd |
625 | 2023-12-06T00:53:27.017Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
626 | 2023-12-06T00:53:27.022Z | ++ basename ./tools/ci_download_transceiver_control |
627 | 2023-12-06T00:53:27.022Z | + ARG0=ci_download_transceiver_control |
628 | 2023-12-06T00:53:27.022Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
629 | 2023-12-06T00:53:27.022Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
630 | 2023-12-06T00:53:27.023Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
631 | 2023-12-06T00:53:27.023Z | + TARGET_DIR=out |
632 | 2023-12-06T00:53:27.023Z | + DOWNLOAD_DIR=out/downloads |
633 | 2023-12-06T00:53:27.023Z | + DEST_DIR=./out/transceiver-control |
634 | 2023-12-06T00:53:27.023Z | + BIN_DIR=/opt/oxide/bin |
635 | 2023-12-06T00:53:27.023Z | + BINARY=xcvradm |
636 | 2023-12-06T00:53:27.023Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
637 | 2023-12-06T00:53:27.023Z | + REPO=oxidecomputer/transceiver-control |
638 | 2023-12-06T00:53:27.023Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2023-12-06T00:53:27.023Z | + main |
640 | 2023-12-06T00:53:27.023Z | + [[ 0 != 0 ]] |
641 | 2023-12-06T00:53:27.023Z | + CIDL_OS=solaris2.11 |
642 | 2023-12-06T00:53:27.024Z | + [[ 0 != 0 ]] |
643 | 2023-12-06T00:53:27.024Z | + configure_os solaris2.11 |
644 | 2023-12-06T00:53:27.024Z | + echo 'current directory: /work/oxidecomputer/omicron' |
645 | 2023-12-06T00:53:27.024Z | current directory: /work/oxidecomputer/omicron |
646 | 2023-12-06T00:53:27.024Z | + echo 'configuring based on OS: "solaris2.11"' |
647 | 2023-12-06T00:53:27.024Z | configuring based on OS: "solaris2.11" |
648 | 2023-12-06T00:53:27.024Z | + case "$1" in |
649 | 2023-12-06T00:53:27.024Z | + SET_BINARIES= |
650 | 2023-12-06T00:53:27.024Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
651 | 2023-12-06T00:53:27.024Z | + CIDL_SHA256FUNC=do_sha256sum |
652 | 2023-12-06T00:53:27.024Z | + ARCHIVE_FILENAME=xcvradm.gz |
653 | 2023-12-06T00:53:27.024Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
654 | 2023-12-06T00:53:27.024Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
655 | 2023-12-06T00:53:27.025Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
656 | 2023-12-06T00:53:27.025Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
657 | 2023-12-06T00:53:27.025Z | Local file: out/downloads/xcvradm.gz |
658 | 2023-12-06T00:53:27.025Z | + echo 'Local file: out/downloads/xcvradm.gz' |
659 | 2023-12-06T00:53:27.025Z | + mkdir -p out/downloads |
660 | 2023-12-06T00:53:27.025Z | + mkdir -p ./out/transceiver-control |
661 | 2023-12-06T00:53:27.025Z | + fetch_and_verify |
662 | 2023-12-06T00:53:27.025Z | + local DO_DOWNLOAD=true |
663 | 2023-12-06T00:53:27.025Z | + [[ -f out/downloads/xcvradm.gz ]] |
664 | 2023-12-06T00:53:27.025Z | + '[' true == true ']' |
665 | 2023-12-06T00:53:27.025Z | + echo Downloading... |
666 | 2023-12-06T00:53:27.025Z | Downloading... |
667 | 2023-12-06T00:53:27.025Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
668 | 2023-12-06T00:53:27.026Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
669 | 2023-12-06T00:53:29.042Z | ++ do_sha256sum out/downloads/xcvradm.gz |
670 | 2023-12-06T00:53:29.046Z | ++ sha256sum |
671 | 2023-12-06T00:53:29.046Z | ++ awk '{print $1}' |
672 | 2023-12-06T00:53:29.066Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
673 | 2023-12-06T00:53:29.066Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
674 | 2023-12-06T00:53:29.070Z | + do_unpack out/downloads/xcvradm.gz |
675 | 2023-12-06T00:53:29.070Z | + mkdir -p out/downloads/root//opt/oxide/bin |
676 | 2023-12-06T00:53:29.070Z | + gzip -dc out/downloads/xcvradm.gz |
677 | 2023-12-06T00:53:29.260Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
678 | 2023-12-06T00:53:29.274Z | + do_assemble |
679 | 2023-12-06T00:53:29.274Z | + rm -r ./out/transceiver-control |
680 | 2023-12-06T00:53:29.274Z | + mkdir ./out/transceiver-control |
681 | 2023-12-06T00:53:29.274Z | + cp -r out/downloads/root ./out/transceiver-control/root |
682 | 2023-12-06T00:53:29.496Z | All prerequisites installed successfully |
683 | 2023-12-06T00:53:29.500Z | |
684 | 2023-12-06T00:53:29.500Z | real 2:07.938582094 |
685 | 2023-12-06T00:53:29.500Z | user 54.941565501 |
686 | 2023-12-06T00:53:29.500Z | sys 10.257917066 |
687 | 2023-12-06T00:53:29.500Z | trap 0.022296303 |
688 | 2023-12-06T00:53:29.500Z | tflt 0.339539197 |
689 | 2023-12-06T00:53:29.500Z | dflt 0.530698592 |
690 | 2023-12-06T00:53:29.500Z | kflt 0.326892046 |
691 | 2023-12-06T00:53:29.500Z | lock 1.918317110 |
692 | 2023-12-06T00:53:29.501Z | slp 3:54.724531216 |
693 | 2023-12-06T00:53:29.501Z | lat 3.461459256 |
694 | 2023-12-06T00:53:29.501Z | stop 0.070284046 |
695 | 2023-12-06T00:53:29.501Z | + banner end-to-end-tests |
696 | 2023-12-06T00:53:29.631Z | |
697 | 2023-12-06T00:53:29.631Z | ###### # # ##### ##### #### ###### # # ##### |
698 | 2023-12-06T00:53:29.632Z | # ## # # # # # # # ## # # # |
699 | 2023-12-06T00:53:29.632Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
700 | 2023-12-06T00:53:29.632Z | # # # # # # # # # # # # # # # |
701 | 2023-12-06T00:53:29.632Z | # # ## # # # # # # # ## # # |
702 | 2023-12-06T00:53:29.632Z | ###### # # ##### # #### ###### # # ##### |
703 | 2023-12-06T00:53:29.632Z | |
704 | 2023-12-06T00:53:29.635Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
705 | 2023-12-06T00:53:29.635Z | + CARGO_PROFILE_DEV_DEBUG=1 |
706 | 2023-12-06T00:53:29.635Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
707 | 2023-12-06T00:53:29.635Z | + CARGO_PROFILE_TEST_DEBUG=1 |
708 | 2023-12-06T00:53:29.635Z | + export CARGO_INCREMENTAL=0 |
709 | 2023-12-06T00:53:29.635Z | + CARGO_INCREMENTAL=0 |
710 | 2023-12-06T00:53:29.635Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
711 | 2023-12-06T00:53:29.980Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
712 | 2023-12-06T00:53:30.357Z | Updating crates.io index |
713 | 2023-12-06T00:53:30.409Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
714 | 2023-12-06T00:53:31.206Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
715 | 2023-12-06T00:53:33.007Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
716 | 2023-12-06T00:53:33.785Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
717 | 2023-12-06T00:53:34.113Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
718 | 2023-12-06T00:53:34.412Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
719 | 2023-12-06T00:53:34.740Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
720 | 2023-12-06T00:53:35.610Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
721 | 2023-12-06T00:53:37.919Z | Updating git repository `https://github.com/oxidecomputer/opte` |
722 | 2023-12-06T00:53:38.925Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
723 | 2023-12-06T00:53:39.280Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
724 | 2023-12-06T00:53:39.890Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
725 | 2023-12-06T00:53:40.232Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
726 | 2023-12-06T00:53:40.563Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
727 | 2023-12-06T00:53:41.122Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
728 | 2023-12-06T00:53:41.485Z | Updating git repository `https://github.com/njaremko/samael` |
729 | 2023-12-06T00:53:41.944Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
730 | 2023-12-06T00:53:42.631Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
731 | 2023-12-06T00:53:43.030Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
732 | 2023-12-06T00:53:43.415Z | Updating git repository `https://github.com/jgallagher/nix` |
733 | 2023-12-06T00:53:44.629Z | Updating git repository `https://github.com/cbiffle/hubpack` |
734 | 2023-12-06T00:53:45.120Z | Updating git repository `https://github.com/oxidecomputer/typify` |
735 | 2023-12-06T00:53:46.095Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
736 | 2023-12-06T00:53:46.530Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
737 | 2023-12-06T00:53:46.865Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
738 | 2023-12-06T00:53:48.258Z | Downloading crates ... |
739 | 2023-12-06T00:53:48.508Z | Downloaded ctr v0.9.2 |
740 | 2023-12-06T00:53:48.514Z | Downloaded crypto-common v0.1.6 |
741 | 2023-12-06T00:53:48.543Z | Downloaded crossbeam-epoch v0.9.15 |
742 | 2023-12-06T00:53:48.547Z | Downloaded new_debug_unreachable v1.0.4 |
743 | 2023-12-06T00:53:48.547Z | Downloaded option-ext v0.2.0 |
744 | 2023-12-06T00:53:48.547Z | Downloaded atomicwrites v0.4.2 |
745 | 2023-12-06T00:53:48.547Z | Downloaded percent-encoding v2.3.1 |
746 | 2023-12-06T00:53:48.547Z | Downloaded num_threads v0.1.6 |
747 | 2023-12-06T00:53:48.547Z | Downloaded dirs v5.0.1 |
748 | 2023-12-06T00:53:48.547Z | Downloaded data-encoding v2.4.0 |
749 | 2023-12-06T00:53:48.551Z | Downloaded precomputed-hash v0.1.1 |
750 | 2023-12-06T00:53:48.554Z | Downloaded crossbeam-utils v0.8.16 |
751 | 2023-12-06T00:53:48.558Z | Downloaded ppv-lite86 v0.2.17 |
752 | 2023-12-06T00:53:48.563Z | Downloaded dof v0.1.5 |
753 | 2023-12-06T00:53:48.567Z | Downloaded openssl-macros v0.1.1 |
754 | 2023-12-06T00:53:48.571Z | Downloaded async-stream-impl v0.3.5 |
755 | 2023-12-06T00:53:48.575Z | Downloaded tokio-macros v2.2.0 |
756 | 2023-12-06T00:53:48.579Z | Downloaded curve25519-dalek-derive v0.1.0 |
757 | 2023-12-06T00:53:48.582Z | Downloaded dirs-sys-next v0.1.2 |
758 | 2023-12-06T00:53:48.586Z | Downloaded predicates v3.0.4 |
759 | 2023-12-06T00:53:48.590Z | Downloaded opaque-debug v0.3.0 |
760 | 2023-12-06T00:53:48.593Z | Downloaded phf v0.11.2 |
761 | 2023-12-06T00:53:48.597Z | Downloaded quote v1.0.33 |
762 | 2023-12-06T00:53:48.603Z | Downloaded addr2line v0.21.0 |
763 | 2023-12-06T00:53:48.610Z | Downloaded r2d2 v0.8.10 |
764 | 2023-12-06T00:53:48.615Z | Downloaded pem v1.1.1 |
765 | 2023-12-06T00:53:48.619Z | Downloaded ciborium-io v0.2.1 |
766 | 2023-12-06T00:53:48.622Z | Downloaded crucible-workspace-hack v0.1.0 |
767 | 2023-12-06T00:53:48.626Z | Downloaded normalize-line-endings v0.3.0 |
768 | 2023-12-06T00:53:48.626Z | Downloaded proc-macro-error-attr v1.0.4 |
769 | 2023-12-06T00:53:48.629Z | Downloaded pretty-hex v0.2.1 |
770 | 2023-12-06T00:53:48.632Z | Downloaded doc-comment v0.3.3 |
771 | 2023-12-06T00:53:48.636Z | Downloaded diesel_table_macro_syntax v0.1.0 |
772 | 2023-12-06T00:53:48.636Z | Downloaded blowfish v0.9.1 |
773 | 2023-12-06T00:53:48.639Z | Downloaded memoffset v0.9.0 |
774 | 2023-12-06T00:53:48.643Z | Downloaded ciborium-ll v0.2.1 |
775 | 2023-12-06T00:53:48.643Z | Downloaded rand_core v0.5.1 |
776 | 2023-12-06T00:53:48.646Z | Downloaded byteorder v1.5.0 |
777 | 2023-12-06T00:53:48.650Z | Downloaded resolv-conf v0.7.0 |
778 | 2023-12-06T00:53:48.654Z | Downloaded tower-service v0.3.2 |
779 | 2023-12-06T00:53:48.660Z | Downloaded anyhow v1.0.75 |
780 | 2023-12-06T00:53:48.664Z | Downloaded instant v0.1.12 |
781 | 2023-12-06T00:53:48.667Z | Downloaded foreign-types-shared v0.3.1 |
782 | 2023-12-06T00:53:48.670Z | Downloaded pretty-hex v0.4.0 |
783 | 2023-12-06T00:53:48.674Z | Downloaded cfg-if v1.0.0 |
784 | 2023-12-06T00:53:48.674Z | Downloaded block-padding v0.3.3 |
785 | 2023-12-06T00:53:48.677Z | Downloaded paste v1.0.14 |
786 | 2023-12-06T00:53:48.681Z | Downloaded pkg-config v0.3.27 |
787 | 2023-12-06T00:53:48.686Z | Downloaded pbkdf2 v0.11.0 |
788 | 2023-12-06T00:53:48.689Z | Downloaded nibble_vec v0.1.0 |
789 | 2023-12-06T00:53:48.693Z | Downloaded parse-display-derive v0.8.2 |
790 | 2023-12-06T00:53:48.696Z | Downloaded pem v3.0.2 |
791 | 2023-12-06T00:53:48.699Z | Downloaded predicates-core v1.0.6 |
792 | 2023-12-06T00:53:48.699Z | Downloaded pbkdf2 v0.12.2 |
793 | 2023-12-06T00:53:48.703Z | Downloaded openssl-sys v0.9.96 |
794 | 2023-12-06T00:53:48.711Z | Downloaded postgres-protocol v0.6.6 |
795 | 2023-12-06T00:53:48.716Z | Downloaded take_mut v0.2.2 |
796 | 2023-12-06T00:53:48.721Z | Downloaded form_urlencoded v1.2.1 |
797 | 2023-12-06T00:53:48.721Z | Downloaded zeroize v1.7.0 |
798 | 2023-12-06T00:53:48.724Z | Downloaded clap_lex v0.5.1 |
799 | 2023-12-06T00:53:48.724Z | Downloaded bzip2 v0.4.4 |
800 | 2023-12-06T00:53:48.728Z | Downloaded inout v0.1.3 |
801 | 2023-12-06T00:53:48.732Z | Downloaded foreign-types-macros v0.2.3 |
802 | 2023-12-06T00:53:48.732Z | Downloaded der v0.7.8 |
803 | 2023-12-06T00:53:48.744Z | Downloaded serde_urlencoded v0.7.1 |
804 | 2023-12-06T00:53:48.747Z | Downloaded float-cmp v0.9.0 |
805 | 2023-12-06T00:53:48.750Z | Downloaded tokio-stream v0.1.14 |
806 | 2023-12-06T00:53:48.755Z | Downloaded usdt-attr-macro v0.3.5 |
807 | 2023-12-06T00:53:48.758Z | Downloaded futures-core v0.3.29 |
808 | 2023-12-06T00:53:48.762Z | Downloaded hostname v0.3.1 |
809 | 2023-12-06T00:53:48.765Z | Downloaded rand_chacha v0.2.2 |
810 | 2023-12-06T00:53:48.765Z | Downloaded parking_lot_core v0.9.8 |
811 | 2023-12-06T00:53:48.769Z | Downloaded mime_guess v2.0.4 |
812 | 2023-12-06T00:53:48.773Z | Downloaded arc-swap v1.6.0 |
813 | 2023-12-06T00:53:48.780Z | Downloaded stringprep v0.1.3 |
814 | 2023-12-06T00:53:48.783Z | Downloaded russh-cryptovec v0.7.0 |
815 | 2023-12-06T00:53:48.787Z | Downloaded ipnetwork v0.20.0 |
816 | 2023-12-06T00:53:48.790Z | Downloaded openssl-probe v0.1.5 |
817 | 2023-12-06T00:53:48.790Z | Downloaded debug-ignore v1.0.5 |
818 | 2023-12-06T00:53:48.794Z | Downloaded slog-dtrace v0.2.3 |
819 | 2023-12-06T00:53:48.797Z | Downloaded version_check v0.9.4 |
820 | 2023-12-06T00:53:48.800Z | Downloaded time-macros v0.2.13 |
821 | 2023-12-06T00:53:48.804Z | Downloaded generic-array v0.14.7 |
822 | 2023-12-06T00:53:48.808Z | Downloaded ucd-trie v0.1.6 |
823 | 2023-12-06T00:53:48.811Z | Downloaded sha1 v0.10.6 |
824 | 2023-12-06T00:53:48.818Z | Downloaded ident_case v1.0.1 |
825 | 2023-12-06T00:53:48.818Z | Downloaded hubpack_derive v0.1.1 |
826 | 2023-12-06T00:53:48.821Z | Downloaded uuid v1.6.1 |
827 | 2023-12-06T00:53:48.824Z | Downloaded want v0.3.1 |
828 | 2023-12-06T00:53:48.828Z | Downloaded md5 v0.7.0 |
829 | 2023-12-06T00:53:48.828Z | Downloaded structopt-derive v0.4.18 |
830 | 2023-12-06T00:53:48.831Z | Downloaded filetime v0.2.22 |
831 | 2023-12-06T00:53:48.834Z | Downloaded signature v2.1.0 |
832 | 2023-12-06T00:53:48.838Z | Downloaded tokio-rustls v0.24.1 |
833 | 2023-12-06T00:53:48.841Z | Downloaded chacha20poly1305 v0.10.1 |
834 | 2023-12-06T00:53:48.845Z | Downloaded getrandom v0.2.10 |
835 | 2023-12-06T00:53:48.850Z | Downloaded fastrand v2.0.0 |
836 | 2023-12-06T00:53:48.853Z | Downloaded tinyvec_macros v0.1.1 |
837 | 2023-12-06T00:53:48.857Z | Downloaded whoami v1.4.1 |
838 | 2023-12-06T00:53:48.860Z | Downloaded bytes v1.5.0 |
839 | 2023-12-06T00:53:48.864Z | Downloaded thread_local v1.1.7 |
840 | 2023-12-06T00:53:48.868Z | Downloaded slog v2.7.0 |
841 | 2023-12-06T00:53:48.874Z | Downloaded pin-project v1.1.3 |
842 | 2023-12-06T00:53:48.894Z | Downloaded try-lock v0.2.4 |
843 | 2023-12-06T00:53:48.898Z | Downloaded strum v0.25.0 |
844 | 2023-12-06T00:53:48.898Z | Downloaded hyper-tls v0.5.0 |
845 | 2023-12-06T00:53:48.904Z | Downloaded thiserror-impl-no-std v2.0.2 |
846 | 2023-12-06T00:53:48.908Z | Downloaded rand v0.7.3 |
847 | 2023-12-06T00:53:48.912Z | Downloaded untrusted v0.7.1 |
848 | 2023-12-06T00:53:48.916Z | Downloaded static_assertions v1.1.0 |
849 | 2023-12-06T00:53:48.919Z | Downloaded serde_path_to_error v0.1.14 |
850 | 2023-12-06T00:53:48.923Z | Downloaded proc-macro-crate v1.3.1 |
851 | 2023-12-06T00:53:48.923Z | Downloaded log v0.4.20 |
852 | 2023-12-06T00:53:48.927Z | Downloaded zone_cfg_derive v0.3.0 |
853 | 2023-12-06T00:53:48.931Z | Downloaded serde_tokenstream v0.2.0 |
854 | 2023-12-06T00:53:48.935Z | Downloaded lazy_static v1.4.0 |
855 | 2023-12-06T00:53:48.939Z | Downloaded pest_derive v2.7.2 |
856 | 2023-12-06T00:53:48.942Z | Downloaded lalrpop-util v0.19.12 |
857 | 2023-12-06T00:53:48.943Z | Downloaded base64 v0.21.5 |
858 | 2023-12-06T00:53:48.949Z | Downloaded smallvec v1.11.0 |
859 | 2023-12-06T00:53:48.954Z | Downloaded foreign-types v0.3.2 |
860 | 2023-12-06T00:53:48.957Z | Downloaded httpdate v1.0.3 |
861 | 2023-12-06T00:53:48.960Z | Downloaded yasna v0.5.2 |
862 | 2023-12-06T00:53:48.964Z | Downloaded http-body v0.4.5 |
863 | 2023-12-06T00:53:48.964Z | Downloaded same-file v1.0.6 |
864 | 2023-12-06T00:53:48.967Z | Downloaded endian-type v0.1.2 |
865 | 2023-12-06T00:53:48.971Z | Downloaded russh-keys v0.38.0 |
866 | 2023-12-06T00:53:48.974Z | Downloaded time-core v0.1.1 |
867 | 2023-12-06T00:53:48.974Z | Downloaded waitgroup v0.1.2 |
868 | 2023-12-06T00:53:48.981Z | Downloaded slog-json v2.6.1 |
869 | 2023-12-06T00:53:48.981Z | Downloaded slog-scope v4.4.0 |
870 | 2023-12-06T00:53:48.984Z | Downloaded strum_macros v0.25.2 |
871 | 2023-12-06T00:53:48.984Z | Downloaded semver v1.0.20 |
872 | 2023-12-06T00:53:48.988Z | Downloaded zerocopy v0.6.4 |
873 | 2023-12-06T00:53:48.992Z | Downloaded slog-async v2.8.0 |
874 | 2023-12-06T00:53:48.996Z | Downloaded rustversion v1.0.14 |
875 | 2023-12-06T00:53:48.999Z | Downloaded kstat-rs v0.2.3 |
876 | 2023-12-06T00:53:49.003Z | Downloaded slog-bunyan v2.4.0 |
877 | 2023-12-06T00:53:49.006Z | Downloaded term v0.7.0 |
878 | 2023-12-06T00:53:49.010Z | Downloaded keccak v0.1.4 |
879 | 2023-12-06T00:53:49.014Z | Downloaded universal-hash v0.5.1 |
880 | 2023-12-06T00:53:49.017Z | Downloaded tokio-native-tls v0.3.1 |
881 | 2023-12-06T00:53:49.017Z | Downloaded futures-task v0.3.29 |
882 | 2023-12-06T00:53:49.021Z | Downloaded heapless v0.7.16 |
883 | 2023-12-06T00:53:49.026Z | Downloaded thiserror v1.0.49 |
884 | 2023-12-06T00:53:49.033Z | Downloaded serde_derive_internals v0.26.0 |
885 | 2023-12-06T00:53:49.037Z | Downloaded match_cfg v0.1.0 |
886 | 2023-12-06T00:53:49.040Z | Downloaded itoa v1.0.9 |
887 | 2023-12-06T00:53:49.040Z | Downloaded matches v0.1.10 |
888 | 2023-12-06T00:53:49.044Z | Downloaded http-range v0.1.5 |
889 | 2023-12-06T00:53:49.044Z | Downloaded serde_spanned v0.6.4 |
890 | 2023-12-06T00:53:49.047Z | Downloaded smf v0.2.2 |
891 | 2023-12-06T00:53:49.048Z | Downloaded libefi-sys v0.1.0 |
892 | 2023-12-06T00:53:49.056Z | Downloaded tempfile v3.8.1 |
893 | 2023-12-06T00:53:49.060Z | Downloaded schemars_derive v0.8.13 |
894 | 2023-12-06T00:53:49.060Z | Downloaded unicode-ident v1.0.12 |
895 | 2023-12-06T00:53:49.066Z | Downloaded walkdir v2.4.0 |
896 | 2023-12-06T00:53:49.067Z | Downloaded siphasher v0.3.11 |
897 | 2023-12-06T00:53:49.067Z | Downloaded tar v0.4.40 |
898 | 2023-12-06T00:53:49.071Z | Downloaded toml v0.5.11 |
899 | 2023-12-06T00:53:49.075Z | Downloaded unicode-segmentation v1.10.1 |
900 | 2023-12-06T00:53:49.081Z | Downloaded spin v0.5.2 |
901 | 2023-12-06T00:53:49.085Z | Downloaded synstructure v0.12.6 |
902 | 2023-12-06T00:53:49.088Z | Downloaded ff v0.13.0 |
903 | 2023-12-06T00:53:49.088Z | Downloaded lock_api v0.4.10 |
904 | 2023-12-06T00:53:49.092Z | Downloaded linked-hash-map v0.5.6 |
905 | 2023-12-06T00:53:49.095Z | Downloaded zip v0.6.6 |
906 | 2023-12-06T00:53:49.100Z | Downloaded scopeguard v1.2.0 |
907 | 2023-12-06T00:53:49.103Z | Downloaded half v1.8.2 |
908 | 2023-12-06T00:53:49.106Z | Downloaded serde_derive v1.0.192 |
909 | 2023-12-06T00:53:49.110Z | Downloaded structmeta-derive v0.2.0 |
910 | 2023-12-06T00:53:49.114Z | Downloaded stable_deref_trait v1.2.0 |
911 | 2023-12-06T00:53:49.117Z | Downloaded serde_tokenstream v0.1.7 |
912 | 2023-12-06T00:53:49.121Z | Downloaded tracing-attributes v0.1.26 |
913 | 2023-12-06T00:53:49.129Z | Downloaded usdt-impl v0.3.5 |
914 | 2023-12-06T00:53:49.132Z | Downloaded slog-stdlog v4.1.1 |
915 | 2023-12-06T00:53:49.132Z | Downloaded fallible-iterator v0.2.0 |
916 | 2023-12-06T00:53:49.132Z | Downloaded password-hash v0.4.2 |
917 | 2023-12-06T00:53:49.136Z | Downloaded schemars v0.8.13 |
918 | 2023-12-06T00:53:49.153Z | Downloaded snafu-derive v0.7.5 |
919 | 2023-12-06T00:53:49.157Z | Downloaded serde_repr v0.1.16 |
920 | 2023-12-06T00:53:49.160Z | Downloaded sct v0.7.0 |
921 | 2023-12-06T00:53:49.165Z | Downloaded rustc-demangle v0.1.23 |
922 | 2023-12-06T00:53:49.169Z | Downloaded unicode-bidi v0.3.13 |
923 | 2023-12-06T00:53:49.173Z | Downloaded miniz_oxide v0.7.1 |
924 | 2023-12-06T00:53:49.176Z | Downloaded tokio-postgres v0.7.10 |
925 | 2023-12-06T00:53:49.185Z | Downloaded diesel_derives v2.1.2 |
926 | 2023-12-06T00:53:49.198Z | Downloaded hashbrown v0.13.2 |
927 | 2023-12-06T00:53:49.210Z | Downloaded regex-automata v0.1.10 |
928 | 2023-12-06T00:53:49.630Z | Downloaded toml v0.8.8 |
929 | 2023-12-06T00:53:49.630Z | Downloaded toml_edit v0.21.0 |
930 | 2023-12-06T00:53:49.637Z | Downloaded typenum v1.16.0 |
931 | 2023-12-06T00:53:49.637Z | Downloaded trust-dns-client v0.22.0 |
932 | 2023-12-06T00:53:49.637Z | Downloaded toml_edit v0.19.15 |
933 | 2023-12-06T00:53:49.637Z | Downloaded http v0.2.11 |
934 | 2023-12-06T00:53:49.637Z | Downloaded ed25519-dalek v2.0.0 |
935 | 2023-12-06T00:53:49.637Z | Downloaded petgraph v0.6.4 |
936 | 2023-12-06T00:53:49.638Z | Downloaded time v0.3.27 |
937 | 2023-12-06T00:53:49.638Z | Downloaded itertools v0.12.0 |
938 | 2023-12-06T00:53:49.638Z | Downloaded russh v0.39.0 |
939 | 2023-12-06T00:53:49.638Z | Downloaded serde_json v1.0.108 |
940 | 2023-12-06T00:53:49.638Z | Downloaded tokio-util v0.7.10 |
941 | 2023-12-06T00:53:49.639Z | Downloaded futures-util v0.3.29 |
942 | 2023-12-06T00:53:49.639Z | Downloaded unicode-normalization v0.1.22 |
943 | 2023-12-06T00:53:49.639Z | Downloaded smoltcp v0.8.2 |
944 | 2023-12-06T00:53:49.640Z | Downloaded hyper v0.14.27 |
945 | 2023-12-06T00:53:49.640Z | Downloaded hkdf v0.12.3 |
946 | 2023-12-06T00:53:49.640Z | Downloaded regex-syntax v0.8.2 |
947 | 2023-12-06T00:53:49.640Z | Downloaded idna v0.2.3 |
948 | 2023-12-06T00:53:49.640Z | Downloaded rustls-webpki v0.101.7 |
949 | 2023-12-06T00:53:49.640Z | Downloaded syn v2.0.32 |
950 | 2023-12-06T00:53:49.640Z | Downloaded webpki-roots v0.25.2 |
951 | 2023-12-06T00:53:49.640Z | Downloaded rustix v0.37.23 |
952 | 2023-12-06T00:53:49.640Z | Downloaded regex-syntax v0.7.5 |
953 | 2023-12-06T00:53:49.640Z | Downloaded gimli v0.28.0 |
954 | 2023-12-06T00:53:49.640Z | Downloaded syn v1.0.109 |
955 | 2023-12-06T00:53:49.640Z | Downloaded zerocopy-derive v0.6.4 |
956 | 2023-12-06T00:53:49.640Z | Downloaded bstr v0.2.17 |
957 | 2023-12-06T00:53:49.649Z | Downloaded regex-automata v0.3.8 |
958 | 2023-12-06T00:53:49.680Z | Downloaded bstr v1.6.0 |
959 | 2023-12-06T00:53:49.701Z | Downloaded sha3 v0.10.8 |
960 | 2023-12-06T00:53:49.713Z | Downloaded openapiv3 v2.0.0-rc.1 |
961 | 2023-12-06T00:53:49.738Z | Downloaded rustix v0.38.25 |
962 | 2023-12-06T00:53:49.773Z | Downloaded regex-automata v0.4.3 |
963 | 2023-12-06T00:53:49.803Z | Downloaded smoltcp v0.9.1 |
964 | 2023-12-06T00:53:49.823Z | Downloaded zerocopy-derive v0.2.0 |
965 | 2023-12-06T00:53:49.839Z | Downloaded idna v0.5.0 |
966 | 2023-12-06T00:53:49.853Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
967 | 2023-12-06T00:53:49.873Z | Downloaded sled v0.34.7 |
968 | 2023-12-06T00:53:49.892Z | Downloaded rustls v0.21.9 |
969 | 2023-12-06T00:53:49.911Z | Downloaded libc v0.2.150 |
970 | 2023-12-06T00:53:49.958Z | Downloaded tokio v1.34.0 |
971 | 2023-12-06T00:53:50.025Z | Downloaded curve25519-dalek v4.1.0 |
972 | 2023-12-06T00:53:50.042Z | Downloaded object v0.32.1 |
973 | 2023-12-06T00:53:50.059Z | Downloaded ring v0.17.5 |
974 | 2023-12-06T00:53:50.192Z | Downloaded trust-dns-proto v0.22.0 |
975 | 2023-12-06T00:53:50.207Z | Downloaded diesel v2.1.4 |
976 | 2023-12-06T00:53:50.237Z | Downloaded winapi v0.3.9 |
977 | 2023-12-06T00:53:50.312Z | Downloaded encoding_rs v0.8.33 |
978 | 2023-12-06T00:53:50.355Z | Downloaded regex v1.10.2 |
979 | 2023-12-06T00:53:50.378Z | Downloaded regress v0.7.1 |
980 | 2023-12-06T00:53:50.392Z | Downloaded hashbrown v0.14.2 |
981 | 2023-12-06T00:53:50.402Z | Downloaded chrono v0.4.31 |
982 | 2023-12-06T00:53:50.418Z | Downloaded vcpkg v0.2.15 |
983 | 2023-12-06T00:53:50.495Z | Downloaded clap v2.34.0 |
984 | 2023-12-06T00:53:50.510Z | Downloaded libm v0.2.7 |
985 | 2023-12-06T00:53:50.526Z | Downloaded serde_with v2.3.3 |
986 | 2023-12-06T00:53:50.537Z | Downloaded h2 v0.3.21 |
987 | 2023-12-06T00:53:50.552Z | Downloaded clap_builder v4.4.2 |
988 | 2023-12-06T00:53:50.565Z | Downloaded itertools v0.11.0 |
989 | 2023-12-06T00:53:50.605Z | Downloaded winnow v0.5.15 |
990 | 2023-12-06T00:53:50.609Z | Downloaded radix_trie v0.2.1 |
991 | 2023-12-06T00:53:50.610Z | Downloaded itertools v0.10.5 |
992 | 2023-12-06T00:53:50.622Z | Downloaded tracing v0.1.37 |
993 | 2023-12-06T00:53:50.626Z | Downloaded openssl v0.10.60 |
994 | 2023-12-06T00:53:50.643Z | Downloaded reqwest v0.11.22 |
995 | 2023-12-06T00:53:50.656Z | Downloaded tungstenite v0.20.1 |
996 | 2023-12-06T00:53:50.661Z | Downloaded flate2 v1.0.28 |
997 | 2023-12-06T00:53:50.672Z | Downloaded memchr v2.6.3 |
998 | 2023-12-06T00:53:50.683Z | Downloaded aes-gcm v0.10.3 |
999 | 2023-12-06T00:53:50.693Z | Downloaded aho-corasick v1.0.4 |
1000 | 2023-12-06T00:53:50.698Z | Downloaded toml v0.7.8 |
1001 | 2023-12-06T00:53:50.704Z | Downloaded structopt v0.3.26 |
1002 | 2023-12-06T00:53:50.721Z | Downloaded ring v0.16.20 |
1003 | 2023-12-06T00:53:50.879Z | Downloaded snafu v0.7.5 |
1004 | 2023-12-06T00:53:50.889Z | Downloaded signal-hook v0.3.17 |
1005 | 2023-12-06T00:53:50.897Z | Downloaded subprocess v0.2.9 |
1006 | 2023-12-06T00:53:50.901Z | Downloaded unsafe-libyaml v0.2.9 |
1007 | 2023-12-06T00:53:50.906Z | Downloaded vec_map v0.8.2 |
1008 | 2023-12-06T00:53:50.910Z | Downloaded utf-8 v0.7.6 |
1009 | 2023-12-06T00:53:50.911Z | Downloaded spki v0.7.2 |
1010 | 2023-12-06T00:53:50.915Z | Downloaded ed25519 v2.2.2 |
1011 | 2023-12-06T00:53:50.915Z | Downloaded ryu v1.0.15 |
1012 | 2023-12-06T00:53:50.920Z | Downloaded similar v2.2.1 |
1013 | 2023-12-06T00:53:50.928Z | Downloaded num-bigint v0.4.4 |
1014 | 2023-12-06T00:53:50.942Z | Downloaded socket2 v0.4.9 |
1015 | 2023-12-06T00:53:50.946Z | Downloaded tracing-core v0.1.31 |
1016 | 2023-12-06T00:53:50.946Z | Downloaded hashbrown v0.12.3 |
1017 | 2023-12-06T00:53:50.951Z | Downloaded slab v0.4.9 |
1018 | 2023-12-06T00:53:50.955Z | Downloaded string_cache v0.8.7 |
1019 | 2023-12-06T00:53:50.960Z | Downloaded strsim v0.8.0 |
1020 | 2023-12-06T00:53:50.960Z | Downloaded sha2 v0.10.8 |
1021 | 2023-12-06T00:53:50.965Z | Downloaded hyper-rustls v0.24.2 |
1022 | 2023-12-06T00:53:50.975Z | Downloaded vsss-rs v3.3.1 |
1023 | 2023-12-06T00:53:50.979Z | Downloaded tinyvec v1.6.0 |
1024 | 2023-12-06T00:53:50.979Z | Downloaded httparse v1.8.0 |
1025 | 2023-12-06T00:53:50.979Z | Downloaded headers v0.3.9 |
1026 | 2023-12-06T00:53:50.987Z | Downloaded socket2 v0.5.5 |
1027 | 2023-12-06T00:53:50.992Z | Downloaded serde_yaml v0.9.25 |
1028 | 2023-12-06T00:53:50.997Z | Downloaded trust-dns-server v0.22.1 |
1029 | 2023-12-06T00:53:51.006Z | Downloaded futures-sink v0.3.29 |
1030 | 2023-12-06T00:53:51.012Z | Downloaded structmeta v0.2.0 |
1031 | 2023-12-06T00:53:51.012Z | Downloaded mio v0.8.9 |
1032 | 2023-12-06T00:53:51.021Z | Downloaded indexmap v1.9.3 |
1033 | 2023-12-06T00:53:51.025Z | Downloaded pest v2.7.2 |
1034 | 2023-12-06T00:53:51.033Z | Downloaded semver-parser v0.10.2 |
1035 | 2023-12-06T00:53:51.038Z | Downloaded fixedbitset v0.4.2 |
1036 | 2023-12-06T00:53:51.042Z | Downloaded futures-channel v0.3.29 |
1037 | 2023-12-06T00:53:51.043Z | Downloaded io-lifetimes v1.0.11 |
1038 | 2023-12-06T00:53:51.047Z | Downloaded rustls-pemfile v1.0.3 |
1039 | 2023-12-06T00:53:51.052Z | Downloaded rustls-native-certs v0.6.3 |
1040 | 2023-12-06T00:53:51.055Z | Downloaded futures v0.3.29 |
1041 | 2023-12-06T00:53:51.061Z | Downloaded slog-envlogger v2.2.0 |
1042 | 2023-12-06T00:53:51.064Z | Downloaded scheduled-thread-pool v0.2.7 |
1043 | 2023-12-06T00:53:51.068Z | Downloaded serde v1.0.192 |
1044 | 2023-12-06T00:53:51.071Z | Downloaded crypto-bigint v0.5.2 |
1045 | 2023-12-06T00:53:51.084Z | Downloaded trust-dns-resolver v0.22.0 |
1046 | 2023-12-06T00:53:51.092Z | Downloaded crossbeam-channel v0.5.8 |
1047 | 2023-12-06T00:53:51.096Z | Downloaded ghash v0.5.0 |
1048 | 2023-12-06T00:53:51.100Z | Downloaded untrusted v0.9.0 |
1049 | 2023-12-06T00:53:51.100Z | Downloaded rand v0.8.5 |
1050 | 2023-12-06T00:53:51.107Z | Downloaded backtrace v0.3.69 |
1051 | 2023-12-06T00:53:51.115Z | Downloaded elliptic-curve v0.13.5 |
1052 | 2023-12-06T00:53:51.120Z | Downloaded url v2.5.0 |
1053 | 2023-12-06T00:53:51.126Z | Downloaded lru-cache v0.1.2 |
1054 | 2023-12-06T00:53:51.131Z | Downloaded num v0.4.1 |
1055 | 2023-12-06T00:53:51.131Z | Downloaded macaddr v1.0.1 |
1056 | 2023-12-06T00:53:51.141Z | Downloaded hex-literal v0.4.1 |
1057 | 2023-12-06T00:53:51.142Z | Downloaded thiserror-no-std v2.0.2 |
1058 | 2023-12-06T00:53:51.157Z | Downloaded md-5 v0.10.5 |
1059 | 2023-12-06T00:53:51.157Z | Downloaded getopts v0.2.21 |
1060 | 2023-12-06T00:53:51.157Z | Downloaded textwrap v0.11.0 |
1061 | 2023-12-06T00:53:51.170Z | Downloaded serde_with_macros v2.3.3 |
1062 | 2023-12-06T00:53:51.170Z | Downloaded indexmap v2.1.0 |
1063 | 2023-12-06T00:53:51.170Z | Downloaded strsim v0.10.0 |
1064 | 2023-12-06T00:53:51.171Z | Downloaded signal-hook-registry v1.4.1 |
1065 | 2023-12-06T00:53:51.171Z | Downloaded terminal_size v0.2.6 |
1066 | 2023-12-06T00:53:51.171Z | Downloaded num_cpus v1.16.0 |
1067 | 2023-12-06T00:53:51.176Z | Downloaded hyper-staticfile v0.9.5 |
1068 | 2023-12-06T00:53:51.176Z | Downloaded subtle v2.5.0 |
1069 | 2023-12-06T00:53:51.176Z | Downloaded iana-time-zone v0.1.57 |
1070 | 2023-12-06T00:53:51.176Z | Downloaded hmac v0.12.1 |
1071 | 2023-12-06T00:53:51.184Z | Downloaded darling_core v0.20.3 |
1072 | 2023-12-06T00:53:51.188Z | Downloaded cc v1.0.83 |
1073 | 2023-12-06T00:53:51.192Z | Downloaded proc-macro2 v1.0.69 |
1074 | 2023-12-06T00:53:51.195Z | Downloaded rcgen v0.11.3 |
1075 | 2023-12-06T00:53:51.199Z | Downloaded thiserror-impl v1.0.49 |
1076 | 2023-12-06T00:53:51.202Z | Downloaded hex v0.4.3 |
1077 | 2023-12-06T00:53:51.206Z | Downloaded heck v0.4.1 |
1078 | 2023-12-06T00:53:51.206Z | Downloaded zerocopy v0.3.0 |
1079 | 2023-12-06T00:53:51.209Z | Downloaded thread-id v4.2.0 |
1080 | 2023-12-06T00:53:51.209Z | Downloaded rustfmt-wrapper v0.2.0 |
1081 | 2023-12-06T00:53:51.212Z | Downloaded managed v0.8.0 |
1082 | 2023-12-06T00:53:51.216Z | Downloaded secrecy v0.8.0 |
1083 | 2023-12-06T00:53:51.216Z | Downloaded spin v0.9.8 |
1084 | 2023-12-06T00:53:51.219Z | Downloaded zone v0.3.0 |
1085 | 2023-12-06T00:53:51.222Z | Downloaded glob v0.3.1 |
1086 | 2023-12-06T00:53:51.223Z | Downloaded signal-hook-mio v0.2.3 |
1087 | 2023-12-06T00:53:51.226Z | Downloaded const-oid v0.9.5 |
1088 | 2023-12-06T00:53:51.230Z | Downloaded usdt-macro v0.3.5 |
1089 | 2023-12-06T00:53:51.230Z | Downloaded parking_lot v0.12.1 |
1090 | 2023-12-06T00:53:51.234Z | Downloaded blake2 v0.10.6 |
1091 | 2023-12-06T00:53:51.238Z | Downloaded futures-executor v0.3.29 |
1092 | 2023-12-06T00:53:51.241Z | Downloaded getrandom v0.1.16 |
1093 | 2023-12-06T00:53:51.246Z | Downloaded foreign-types v0.5.0 |
1094 | 2023-12-06T00:53:51.246Z | Downloaded once_cell v1.18.0 |
1095 | 2023-12-06T00:53:51.249Z | Downloaded heck v0.3.3 |
1096 | 2023-12-06T00:53:51.253Z | Downloaded errno v0.3.2 |
1097 | 2023-12-06T00:53:51.257Z | Downloaded either v1.9.0 |
1098 | 2023-12-06T00:53:51.257Z | Downloaded clap v4.4.3 |
1099 | 2023-12-06T00:53:51.271Z | Downloaded console v0.15.7 |
1100 | 2023-12-06T00:53:51.279Z | Downloaded num-traits v0.2.16 |
1101 | 2023-12-06T00:53:51.284Z | Downloaded ipnet v2.8.0 |
1102 | 2023-12-06T00:53:51.288Z | Downloaded group v0.13.0 |
1103 | 2023-12-06T00:53:51.291Z | Downloaded rustc_version v0.4.0 |
1104 | 2023-12-06T00:53:51.295Z | Downloaded semver v0.11.0 |
1105 | 2023-12-06T00:53:51.300Z | Downloaded base64ct v1.6.0 |
1106 | 2023-12-06T00:53:51.304Z | Downloaded slog-term v2.9.0 |
1107 | 2023-12-06T00:53:51.311Z | Downloaded hubpack v0.1.2 |
1108 | 2023-12-06T00:53:51.315Z | Downloaded zeroize_derive v1.4.2 |
1109 | 2023-12-06T00:53:51.319Z | Downloaded postcard v0.7.3 |
1110 | 2023-12-06T00:53:51.323Z | Downloaded num-derive v0.4.0 |
1111 | 2023-12-06T00:53:51.327Z | Downloaded multer v2.1.0 |
1112 | 2023-12-06T00:53:51.334Z | Downloaded tokio-tungstenite v0.20.1 |
1113 | 2023-12-06T00:53:51.342Z | Downloaded rand_core v0.6.4 |
1114 | 2023-12-06T00:53:51.348Z | Downloaded futures-io v0.3.29 |
1115 | 2023-12-06T00:53:51.348Z | Downloaded postgres-types v0.2.6 |
1116 | 2023-12-06T00:53:51.351Z | Downloaded num-rational v0.4.1 |
1117 | 2023-12-06T00:53:51.356Z | Downloaded hash32 v0.2.1 |
1118 | 2023-12-06T00:53:51.360Z | Downloaded poly1305 v0.8.0 |
1119 | 2023-12-06T00:53:51.364Z | Downloaded num_enum_derive v0.5.11 |
1120 | 2023-12-06T00:53:51.368Z | Downloaded is-terminal v0.4.9 |
1121 | 2023-12-06T00:53:51.368Z | Downloaded foreign-types-shared v0.1.1 |
1122 | 2023-12-06T00:53:51.371Z | Downloaded equivalent v1.0.1 |
1123 | 2023-12-06T00:53:51.371Z | Downloaded darling v0.20.3 |
1124 | 2023-12-06T00:53:51.379Z | Downloaded proc-macro-error v1.0.4 |
1125 | 2023-12-06T00:53:51.388Z | Downloaded bitflags v2.4.0 |
1126 | 2023-12-06T00:53:51.396Z | Downloaded cbc v0.1.2 |
1127 | 2023-12-06T00:53:51.399Z | Downloaded futures-macro v0.3.29 |
1128 | 2023-12-06T00:53:51.403Z | Downloaded fnv v1.0.7 |
1129 | 2023-12-06T00:53:51.403Z | Downloaded enum-as-inner v0.5.1 |
1130 | 2023-12-06T00:53:51.407Z | Downloaded home v0.5.5 |
1131 | 2023-12-06T00:53:51.410Z | Downloaded base64 v0.13.1 |
1132 | 2023-12-06T00:53:51.416Z | Downloaded crossterm v0.27.0 |
1133 | 2023-12-06T00:53:51.425Z | Downloaded aes v0.8.3 |
1134 | 2023-12-06T00:53:51.431Z | Downloaded argon2 v0.5.2 |
1135 | 2023-12-06T00:53:51.435Z | Downloaded xattr v1.0.1 |
1136 | 2023-12-06T00:53:51.438Z | Downloaded ciborium v0.2.1 |
1137 | 2023-12-06T00:53:51.441Z | Downloaded cancel-safe-futures v0.1.5 |
1138 | 2023-12-06T00:53:51.446Z | Downloaded camino v1.1.6 |
1139 | 2023-12-06T00:53:51.449Z | Downloaded backoff v0.4.0 |
1140 | 2023-12-06T00:53:51.452Z | Downloaded pest_generator v2.7.2 |
1141 | 2023-12-06T00:53:51.456Z | Downloaded pest_meta v2.7.2 |
1142 | 2023-12-06T00:53:51.462Z | Downloaded derive_more v0.99.17 |
1143 | 2023-12-06T00:53:51.472Z | Downloaded headers-core v0.2.0 |
1144 | 2023-12-06T00:53:51.476Z | Downloaded clap_derive v4.4.2 |
1145 | 2023-12-06T00:53:51.480Z | Downloaded usdt v0.3.5 |
1146 | 2023-12-06T00:53:51.480Z | Downloaded phf_shared v0.11.2 |
1147 | 2023-12-06T00:53:51.480Z | Downloaded crc32fast v1.3.2 |
1148 | 2023-12-06T00:53:51.483Z | Downloaded native-tls v0.2.11 |
1149 | 2023-12-06T00:53:51.487Z | Downloaded fxhash v0.2.1 |
1150 | 2023-12-06T00:53:51.490Z | Downloaded colored v2.0.4 |
1151 | 2023-12-06T00:53:51.496Z | Downloaded unicode-width v0.1.11 |
1152 | 2023-12-06T00:53:51.496Z | Downloaded unicase v2.7.0 |
1153 | 2023-12-06T00:53:51.500Z | Downloaded unicode-xid v0.2.4 |
1154 | 2023-12-06T00:53:51.500Z | Downloaded camino-tempfile v1.1.1 |
1155 | 2023-12-06T00:53:51.505Z | Downloaded deranged v0.3.8 |
1156 | 2023-12-06T00:53:51.505Z | Downloaded digest v0.10.7 |
1157 | 2023-12-06T00:53:51.508Z | Downloaded polyval v0.6.1 |
1158 | 2023-12-06T00:53:51.512Z | Downloaded bit-set v0.5.3 |
1159 | 2023-12-06T00:53:51.512Z | Downloaded utf8parse v0.2.1 |
1160 | 2023-12-06T00:53:51.515Z | Downloaded dirs-next v2.0.0 |
1161 | 2023-12-06T00:53:51.515Z | Downloaded convert_case v0.4.0 |
1162 | 2023-12-06T00:53:51.519Z | Downloaded rand_chacha v0.3.1 |
1163 | 2023-12-06T00:53:51.519Z | Downloaded cpufeatures v0.2.9 |
1164 | 2023-12-06T00:53:51.523Z | Downloaded mime v0.3.17 |
1165 | 2023-12-06T00:53:51.527Z | Downloaded chacha20 v0.9.1 |
1166 | 2023-12-06T00:53:51.527Z | Downloaded toml_datetime v0.6.5 |
1167 | 2023-12-06T00:53:51.530Z | Downloaded pin-utils v0.1.0 |
1168 | 2023-12-06T00:53:51.531Z | Downloaded autocfg v1.1.0 |
1169 | 2023-12-06T00:53:51.535Z | Downloaded ahash v0.8.3 |
1170 | 2023-12-06T00:53:51.540Z | Downloaded toolchain_find v0.2.0 |
1171 | 2023-12-06T00:53:51.540Z | Downloaded num-iter v0.1.43 |
1172 | 2023-12-06T00:53:51.540Z | Downloaded postcard-cobs v0.1.5-pre |
1173 | 2023-12-06T00:53:51.544Z | Downloaded cipher v0.4.4 |
1174 | 2023-12-06T00:53:51.544Z | Downloaded num-integer v0.1.45 |
1175 | 2023-12-06T00:53:51.547Z | Downloaded parse-display v0.8.2 |
1176 | 2023-12-06T00:53:51.555Z | Downloaded cfg-if v0.1.10 |
1177 | 2023-12-06T00:53:51.556Z | Downloaded dyn-clone v1.0.13 |
1178 | 2023-12-06T00:53:51.560Z | Downloaded bcrypt-pbkdf v0.10.0 |
1179 | 2023-12-06T00:53:51.560Z | Downloaded block-buffer v0.10.4 |
1180 | 2023-12-06T00:53:51.560Z | Downloaded colorchoice v1.0.0 |
1181 | 2023-12-06T00:53:51.560Z | Downloaded parking_lot v0.11.2 |
1182 | 2023-12-06T00:53:51.564Z | Downloaded cstr-argument v0.1.2 |
1183 | 2023-12-06T00:53:51.564Z | Downloaded darling_macro v0.20.3 |
1184 | 2023-12-06T00:53:51.564Z | Downloaded password-hash v0.5.0 |
1185 | 2023-12-06T00:53:51.569Z | Downloaded platforms v3.0.2 |
1186 | 2023-12-06T00:53:51.580Z | Downloaded omicron-zone-package v0.9.1 |
1187 | 2023-12-06T00:53:51.580Z | Downloaded async-trait v0.1.74 |
1188 | 2023-12-06T00:53:51.588Z | Downloaded bit-vec v0.6.3 |
1189 | 2023-12-06T00:53:51.588Z | Downloaded anstyle-parse v0.2.1 |
1190 | 2023-12-06T00:53:51.589Z | Downloaded quick-error v1.2.3 |
1191 | 2023-12-06T00:53:51.596Z | Downloaded pkcs8 v0.10.2 |
1192 | 2023-12-06T00:53:51.596Z | Downloaded difflib v0.4.0 |
1193 | 2023-12-06T00:53:51.596Z | Downloaded bitflags v1.3.2 |
1194 | 2023-12-06T00:53:51.600Z | Downloaded dirs-sys v0.4.1 |
1195 | 2023-12-06T00:53:51.637Z | Downloaded ansi_term v0.12.1 |
1196 | 2023-12-06T00:53:51.642Z | Downloaded num-complex v0.4.4 |
1197 | 2023-12-06T00:53:51.642Z | Downloaded pin-project-lite v0.2.13 |
1198 | 2023-12-06T00:53:51.642Z | Downloaded parking_lot_core v0.8.6 |
1199 | 2023-12-06T00:53:51.642Z | Downloaded pin-project-internal v1.1.3 |
1200 | 2023-12-06T00:53:51.642Z | Downloaded num_enum v0.5.11 |
1201 | 2023-12-06T00:53:51.642Z | Downloaded async-stream v0.3.5 |
1202 | 2023-12-06T00:53:51.642Z | Downloaded base16ct v0.2.0 |
1203 | 2023-12-06T00:53:51.642Z | Downloaded atomic-waker v1.1.1 |
1204 | 2023-12-06T00:53:51.643Z | Downloaded anstyle v1.0.2 |
1205 | 2023-12-06T00:53:51.646Z | Downloaded dtrace-parser v0.1.14 |
1206 | 2023-12-06T00:53:51.646Z | Downloaded anstream v0.5.0 |
1207 | 2023-12-06T00:53:51.652Z | Downloaded aead v0.5.2 |
1208 | 2023-12-06T00:53:51.652Z | Downloaded anstyle-query v1.0.0 |
1209 | 2023-12-06T00:53:51.657Z | Downloaded phf_shared v0.10.0 |
1210 | 2023-12-06T00:53:51.657Z | Downloaded atty v0.2.14 |
1211 | 2023-12-06T00:53:51.657Z | Downloaded adler v1.0.2 |
1212 | 2023-12-06T00:53:52.081Z | Compiling proc-macro2 v1.0.69 |
1213 | 2023-12-06T00:53:52.081Z | Compiling unicode-ident v1.0.12 |
1214 | 2023-12-06T00:53:52.085Z | Compiling libc v0.2.150 |
1215 | 2023-12-06T00:53:52.085Z | Compiling serde v1.0.192 |
1216 | 2023-12-06T00:53:52.085Z | Compiling autocfg v1.1.0 |
1217 | 2023-12-06T00:53:52.085Z | Compiling version_check v0.9.4 |
1218 | 2023-12-06T00:53:52.113Z | Compiling cfg-if v1.0.0 |
1219 | 2023-12-06T00:53:52.124Z | Compiling syn v1.0.109 |
1220 | 2023-12-06T00:53:52.561Z | Compiling parking_lot_core v0.9.8 |
1221 | 2023-12-06T00:53:53.316Z | Compiling typenum v1.16.0 |
1222 | 2023-12-06T00:53:53.373Z | Compiling lock_api v0.4.10 |
1223 | 2023-12-06T00:53:54.306Z | Compiling libm v0.2.7 |
1224 | 2023-12-06T00:53:54.462Z | Compiling generic-array v0.14.7 |
1225 | 2023-12-06T00:53:54.513Z | Compiling once_cell v1.18.0 |
1226 | 2023-12-06T00:53:54.536Z | Compiling num-traits v0.2.16 |
1227 | 2023-12-06T00:53:54.539Z | Compiling thiserror v1.0.49 |
1228 | 2023-12-06T00:53:54.724Z | Compiling futures-core v0.3.29 |
1229 | 2023-12-06T00:53:54.914Z | Compiling serde_json v1.0.108 |
1230 | 2023-12-06T00:53:54.979Z | Compiling slab v0.4.9 |
1231 | 2023-12-06T00:53:55.196Z | Compiling futures-task v0.3.29 |
1232 | 2023-12-06T00:53:55.226Z | Compiling futures-channel v0.3.29 |
1233 | 2023-12-06T00:53:55.281Z | Compiling memchr v2.6.3 |
1234 | 2023-12-06T00:53:55.397Z | Compiling futures-util v0.3.29 |
1235 | 2023-12-06T00:53:55.435Z | Compiling itoa v1.0.9 |
1236 | 2023-12-06T00:53:55.704Z | Compiling quote v1.0.33 |
1237 | 2023-12-06T00:53:55.750Z | Compiling pkg-config v0.3.27 |
1238 | 2023-12-06T00:53:56.129Z | Compiling scopeguard v1.2.0 |
1239 | 2023-12-06T00:53:56.406Z | Compiling syn v2.0.32 |
1240 | 2023-12-06T00:53:56.550Z | Compiling cc v1.0.83 |
1241 | 2023-12-06T00:53:57.214Z | Compiling getrandom v0.2.10 |
1242 | 2023-12-06T00:53:57.966Z | Compiling rand_core v0.6.4 |
1243 | 2023-12-06T00:53:58.033Z | Compiling log v0.4.20 |
1244 | 2023-12-06T00:53:58.787Z | Compiling heck v0.4.1 |
1245 | 2023-12-06T00:53:59.796Z | Compiling ryu v1.0.15 |
1246 | 2023-12-06T00:53:59.909Z | Compiling smallvec v1.11.0 |
1247 | 2023-12-06T00:54:00.326Z | Compiling vcpkg v0.2.15 |
1248 | 2023-12-06T00:54:00.388Z | Compiling schemars v0.8.13 |
1249 | 2023-12-06T00:54:00.566Z | Compiling httparse v1.8.0 |
1250 | 2023-12-06T00:54:00.900Z | Compiling subtle v2.5.0 |
1251 | 2023-12-06T00:54:01.196Z | Compiling indexmap v1.9.3 |
1252 | 2023-12-06T00:54:01.441Z | Compiling equivalent v1.0.1 |
1253 | 2023-12-06T00:54:01.607Z | Compiling hashbrown v0.14.2 |
1254 | 2023-12-06T00:54:01.692Z | Compiling ring v0.17.5 |
1255 | 2023-12-06T00:54:01.696Z | Compiling ring v0.16.20 |
1256 | 2023-12-06T00:54:01.740Z | Compiling pin-project-lite v0.2.13 |
1257 | 2023-12-06T00:54:03.519Z | Compiling semver v1.0.20 |
1258 | 2023-12-06T00:54:03.579Z | Compiling parking_lot v0.12.1 |
1259 | 2023-12-06T00:54:03.721Z | Compiling ahash v0.8.3 |
1260 | 2023-12-06T00:54:04.069Z | Compiling openssl-sys v0.9.96 |
1261 | 2023-12-06T00:54:04.238Z | Compiling fnv v1.0.7 |
1262 | 2023-12-06T00:54:05.370Z | Compiling openssl v0.10.60 |
1263 | 2023-12-06T00:54:05.633Z | Compiling signal-hook-registry v1.4.1 |
1264 | 2023-12-06T00:54:05.929Z | Compiling ucd-trie v0.1.6 |
1265 | 2023-12-06T00:54:05.963Z | Compiling rustls v0.21.9 |
1266 | 2023-12-06T00:54:06.184Z | Compiling iana-time-zone v0.1.57 |
1267 | 2023-12-06T00:54:06.741Z | Compiling mio v0.8.9 |
1268 | 2023-12-06T00:54:06.929Z | Compiling native-tls v0.2.11 |
1269 | 2023-12-06T00:54:07.316Z | Compiling socket2 v0.5.5 |
1270 | 2023-12-06T00:54:07.822Z | Compiling num_cpus v1.16.0 |
1271 | 2023-12-06T00:54:07.837Z | Compiling byteorder v1.5.0 |
1272 | 2023-12-06T00:54:08.181Z | Compiling spin v0.5.2 |
1273 | 2023-12-06T00:54:08.605Z | Compiling serde_derive_internals v0.26.0 |
1274 | 2023-12-06T00:54:08.870Z | Compiling dyn-clone v1.0.13 |
1275 | 2023-12-06T00:54:08.896Z | Compiling futures-sink v0.3.29 |
1276 | 2023-12-06T00:54:08.953Z | Compiling async-trait v0.1.74 |
1277 | 2023-12-06T00:54:09.191Z | Compiling aho-corasick v1.0.4 |
1278 | 2023-12-06T00:54:09.665Z | Compiling regex-syntax v0.8.2 |
1279 | 2023-12-06T00:54:09.801Z | Compiling rustix v0.38.25 |
1280 | 2023-12-06T00:54:09.835Z | Compiling const-oid v0.9.5 |
1281 | 2023-12-06T00:54:11.072Z | Compiling tinyvec_macros v0.1.1 |
1282 | 2023-12-06T00:54:11.210Z | Compiling tinyvec v1.6.0 |
1283 | 2023-12-06T00:54:11.388Z | Compiling hashbrown v0.13.2 |
1284 | 2023-12-06T00:54:13.595Z | Compiling backtrace v0.3.69 |
1285 | 2023-12-06T00:54:13.835Z | Compiling futures-io v0.3.29 |
1286 | 2023-12-06T00:54:14.152Z | Compiling pin-utils v0.1.0 |
1287 | 2023-12-06T00:54:14.677Z | Compiling winnow v0.5.15 |
1288 | 2023-12-06T00:54:14.685Z | Compiling unicode-normalization v0.1.22 |
1289 | 2023-12-06T00:54:14.685Z | Compiling spin v0.9.8 |
1290 | 2023-12-06T00:54:14.686Z | Compiling tracing-core v0.1.31 |
1291 | 2023-12-06T00:54:14.932Z | Compiling unicode-bidi v0.3.13 |
1292 | 2023-12-06T00:54:16.139Z | Compiling regex-automata v0.4.3 |
1293 | 2023-12-06T00:54:17.433Z | Compiling cpufeatures v0.2.9 |
1294 | 2023-12-06T00:54:17.467Z | Compiling anyhow v1.0.75 |
1295 | 2023-12-06T00:54:17.530Z | Compiling crc32fast v1.3.2 |
1296 | 2023-12-06T00:54:19.340Z | Compiling time-core v0.1.1 |
1297 | 2023-12-06T00:54:19.562Z | Compiling base64 v0.21.5 |
1298 | 2023-12-06T00:54:20.475Z | Compiling time-macros v0.2.13 |
1299 | 2023-12-06T00:54:20.533Z | Compiling serde_derive v1.0.192 |
1300 | 2023-12-06T00:54:20.629Z | Compiling zeroize_derive v1.4.2 |
1301 | 2023-12-06T00:54:20.937Z | Compiling thiserror-impl v1.0.49 |
1302 | 2023-12-06T00:54:21.136Z | Compiling tokio-macros v2.2.0 |
1303 | 2023-12-06T00:54:21.678Z | Compiling futures-macro v0.3.29 |
1304 | 2023-12-06T00:54:23.216Z | Compiling zeroize v1.7.0 |
1305 | 2023-12-06T00:54:23.781Z | Compiling tracing-attributes v0.1.26 |
1306 | 2023-12-06T00:54:24.736Z | Compiling schemars_derive v0.8.13 |
1307 | 2023-12-06T00:54:25.978Z | Compiling openssl-macros v0.1.1 |
1308 | 2023-12-06T00:54:26.702Z | Compiling crypto-common v0.1.6 |
1309 | 2023-12-06T00:54:26.711Z | Compiling pest v2.7.2 |
1310 | 2023-12-06T00:54:26.865Z | Compiling block-buffer v0.10.4 |
1311 | 2023-12-06T00:54:27.194Z | Compiling digest v0.10.7 |
1312 | 2023-12-06T00:54:27.946Z | Compiling regex v1.10.2 |
1313 | 2023-12-06T00:54:30.158Z | Compiling tracing v0.1.37 |
1314 | 2023-12-06T00:54:31.187Z | Compiling num-integer v0.1.45 |
1315 | 2023-12-06T00:54:31.571Z | Compiling openssl-probe v0.1.5 |
1316 | 2023-12-06T00:54:31.719Z | Compiling untrusted v0.7.1 |
1317 | 2023-12-06T00:54:31.817Z | Compiling unicode-xid v0.2.4 |
1318 | 2023-12-06T00:54:31.965Z | Compiling percent-encoding v2.3.1 |
1319 | 2023-12-06T00:54:32.015Z | Compiling untrusted v0.9.0 |
1320 | 2023-12-06T00:54:32.067Z | Compiling unicode-width v0.1.11 |
1321 | 2023-12-06T00:54:32.095Z | Compiling hashbrown v0.12.3 |
1322 | 2023-12-06T00:54:32.294Z | Compiling foreign-types-shared v0.1.1 |
1323 | 2023-12-06T00:54:32.319Z | Compiling slog v2.7.0 |
1324 | 2023-12-06T00:54:32.449Z | Compiling foreign-types v0.3.2 |
1325 | 2023-12-06T00:54:32.590Z | Compiling synstructure v0.12.6 |
1326 | 2023-12-06T00:54:36.206Z | Compiling errno v0.3.2 |
1327 | 2023-12-06T00:54:36.696Z | Compiling try-lock v0.2.4 |
1328 | 2023-12-06T00:54:36.899Z | Compiling ppv-lite86 v0.2.17 |
1329 | 2023-12-06T00:54:38.070Z | Compiling sct v0.7.0 |
1330 | 2023-12-06T00:54:38.146Z | Compiling want v0.3.1 |
1331 | 2023-12-06T00:54:38.576Z | Compiling rustls-webpki v0.101.7 |
1332 | 2023-12-06T00:54:39.056Z | Compiling zerocopy-derive v0.2.0 |
1333 | 2023-12-06T00:54:39.671Z | Compiling form_urlencoded v1.2.1 |
1334 | 2023-12-06T00:54:39.921Z | Compiling pest_meta v2.7.2 |
1335 | 2023-12-06T00:54:40.273Z | Compiling socket2 v0.4.9 |
1336 | 2023-12-06T00:54:40.703Z | Compiling httpdate v1.0.3 |
1337 | 2023-12-06T00:54:41.486Z | Compiling tower-service v0.3.2 |
1338 | 2023-12-06T00:54:41.673Z | Compiling io-lifetimes v1.0.11 |
1339 | 2023-12-06T00:54:42.376Z | Compiling pest_generator v2.7.2 |
1340 | 2023-12-06T00:54:42.557Z | Compiling rustls-pemfile v1.0.3 |
1341 | 2023-12-06T00:54:42.691Z | Compiling idna v0.5.0 |
1342 | 2023-12-06T00:54:43.139Z | Compiling lazy_static v1.4.0 |
1343 | 2023-12-06T00:54:43.978Z | Compiling crossbeam-utils v0.8.16 |
1344 | 2023-12-06T00:54:44.415Z | Compiling bytes v1.5.0 |
1345 | 2023-12-06T00:54:44.821Z | Compiling indexmap v2.1.0 |
1346 | 2023-12-06T00:54:45.660Z | Compiling chrono v0.4.31 |
1347 | 2023-12-06T00:54:45.687Z | Compiling uuid v1.6.1 |
1348 | 2023-12-06T00:54:46.901Z | Compiling tokio v1.34.0 |
1349 | 2023-12-06T00:54:47.542Z | Compiling http v0.2.11 |
1350 | 2023-12-06T00:54:48.398Z | Compiling bitflags v2.4.0 |
1351 | 2023-12-06T00:54:48.465Z | Compiling serde_spanned v0.6.4 |
1352 | 2023-12-06T00:54:48.822Z | Compiling toml_datetime v0.6.5 |
1353 | 2023-12-06T00:54:49.895Z | Compiling toml_edit v0.19.15 |
1354 | 2023-12-06T00:54:51.716Z | Compiling rustc_version v0.4.0 |
1355 | 2023-12-06T00:54:52.255Z | Compiling http-body v0.4.5 |
1356 | 2023-12-06T00:54:52.975Z | Compiling openapiv3 v2.0.0-rc.1 |
1357 | 2023-12-06T00:54:54.965Z | Compiling adler v1.0.2 |
1358 | 2023-12-06T00:54:55.315Z | Compiling miniz_oxide v0.7.1 |
1359 | 2023-12-06T00:54:55.589Z | Compiling pest_derive v2.7.2 |
1360 | 2023-12-06T00:54:59.776Z | Compiling url v2.5.0 |
1361 | 2023-12-06T00:55:00.363Z | Compiling tokio-util v0.7.10 |
1362 | 2023-12-06T00:55:01.601Z | Compiling tokio-rustls v0.24.1 |
1363 | 2023-12-06T00:55:02.266Z | Compiling h2 v0.3.21 |
1364 | 2023-12-06T00:55:03.091Z | Compiling rustls-native-certs v0.6.3 |
1365 | 2023-12-06T00:55:03.349Z | Compiling rand_chacha v0.3.1 |
1366 | 2023-12-06T00:55:03.456Z | Compiling tokio-native-tls v0.3.1 |
1367 | 2023-12-06T00:55:03.770Z | Compiling usdt-impl v0.3.5 |
1368 | 2023-12-06T00:55:03.858Z | Compiling ipnet v2.8.0 |
1369 | 2023-12-06T00:55:04.080Z | Compiling rustix v0.37.23 |
1370 | 2023-12-06T00:55:05.939Z | Compiling rand v0.8.5 |
1371 | 2023-12-06T00:55:06.320Z | Compiling serde_urlencoded v0.7.1 |
1372 | 2023-12-06T00:55:07.137Z | Compiling encoding_rs v0.8.33 |
1373 | 2023-12-06T00:55:07.190Z | Compiling webpki-roots v0.25.2 |
1374 | 2023-12-06T00:55:07.425Z | Compiling mime v0.3.17 |
1375 | 2023-12-06T00:55:07.495Z | Compiling gimli v0.28.0 |
1376 | 2023-12-06T00:55:09.577Z | Compiling zerocopy v0.3.0 |
1377 | 2023-12-06T00:55:10.119Z | Compiling object v0.32.1 |
1378 | 2023-12-06T00:55:10.788Z | Compiling num-bigint v0.4.4 |
1379 | 2023-12-06T00:55:12.119Z | Compiling rustc-demangle v0.1.23 |
1380 | 2023-12-06T00:55:12.552Z | Compiling dof v0.1.5 |
1381 | 2023-12-06T00:55:12.655Z | Compiling flate2 v1.0.28 |
1382 | 2023-12-06T00:55:13.480Z | Compiling dtrace-parser v0.1.14 |
1383 | 2023-12-06T00:55:13.707Z | Compiling hyper v0.14.27 |
1384 | 2023-12-06T00:55:14.088Z | Compiling heapless v0.7.16 |
1385 | 2023-12-06T00:55:14.249Z | Compiling serde_tokenstream v0.2.0 |
1386 | 2023-12-06T00:55:14.722Z | Compiling addr2line v0.21.0 |
1387 | 2023-12-06T00:55:15.378Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1388 | 2023-12-06T00:55:15.507Z | Compiling thread-id v4.2.0 |
1389 | 2023-12-06T00:55:15.677Z | Compiling rustversion v1.0.14 |
1390 | 2023-12-06T00:55:15.908Z | Compiling signal-hook v0.3.17 |
1391 | 2023-12-06T00:55:16.879Z | Compiling toml v0.7.8 |
1392 | 2023-12-06T00:55:17.339Z | Compiling toml_edit v0.21.0 |
1393 | 2023-12-06T00:55:19.636Z | Compiling hex v0.4.3 |
1394 | 2023-12-06T00:55:19.737Z | Compiling serde_tokenstream v0.1.7 |
1395 | 2023-12-06T00:55:20.018Z | Compiling zerocopy-derive v0.6.4 |
1396 | 2023-12-06T00:55:20.345Z | Compiling regress v0.7.1 |
1397 | 2023-12-06T00:55:20.618Z | Compiling memoffset v0.9.0 |
1398 | 2023-12-06T00:55:21.104Z | Compiling strsim v0.10.0 |
1399 | 2023-12-06T00:55:24.059Z | Compiling bitflags v1.3.2 |
1400 | 2023-12-06T00:55:24.210Z | Compiling doc-comment v0.3.3 |
1401 | 2023-12-06T00:55:25.061Z | Compiling hyper-tls v0.5.0 |
1402 | 2023-12-06T00:55:25.584Z | Compiling hyper-rustls v0.24.2 |
1403 | 2023-12-06T00:55:25.783Z | Compiling smoltcp v0.9.1 |
1404 | 2023-12-06T00:55:26.070Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1405 | 2023-12-06T00:55:26.417Z | Compiling reqwest v0.11.22 |
1406 | 2023-12-06T00:55:26.804Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1407 | 2023-12-06T00:55:28.091Z | Compiling strum_macros v0.25.2 |
1408 | 2023-12-06T00:55:29.488Z | Compiling usdt-macro v0.3.5 |
1409 | 2023-12-06T00:55:29.784Z | Compiling usdt-attr-macro v0.3.5 |
1410 | 2023-12-06T00:55:30.976Z | Compiling enum-as-inner v0.5.1 |
1411 | 2023-12-06T00:55:32.168Z | Compiling crossbeam-epoch v0.9.15 |
1412 | 2023-12-06T00:55:32.671Z | Compiling num-iter v0.1.43 |
1413 | 2023-12-06T00:55:32.773Z | Compiling unicode-segmentation v1.10.1 |
1414 | 2023-12-06T00:55:32.873Z | Compiling siphasher v0.3.11 |
1415 | 2023-12-06T00:55:33.721Z | Compiling hubpack_derive v0.1.1 |
1416 | 2023-12-06T00:55:34.228Z | Compiling pin-project-internal v1.1.3 |
1417 | 2023-12-06T00:55:35.811Z | Compiling utf8parse v0.2.1 |
1418 | 2023-12-06T00:55:36.269Z | Compiling deranged v0.3.8 |
1419 | 2023-12-06T00:55:36.559Z | Compiling anstyle v1.0.2 |
1420 | 2023-12-06T00:55:37.264Z | Compiling num_threads v0.1.6 |
1421 | 2023-12-06T00:55:37.659Z | Compiling sha2 v0.10.8 |
1422 | 2023-12-06T00:55:39.400Z | Compiling time v0.3.27 |
1423 | 2023-12-06T00:55:39.422Z | Compiling anstyle-parse v0.2.1 |
1424 | 2023-12-06T00:55:39.929Z | Compiling hmac v0.12.1 |
1425 | 2023-12-06T00:55:40.277Z | Compiling md-5 v0.10.5 |
1426 | 2023-12-06T00:55:40.995Z | Compiling block-padding v0.3.3 |
1427 | 2023-12-06T00:55:41.453Z | Compiling clap_derive v4.4.2 |
1428 | 2023-12-06T00:55:41.848Z | Compiling stringprep v0.1.3 |
1429 | 2023-12-06T00:55:41.936Z | Compiling hash32 v0.2.1 |
1430 | 2023-12-06T00:55:42.516Z | Compiling diesel_table_macro_syntax v0.1.0 |
1431 | 2023-12-06T00:55:43.191Z | Compiling stable_deref_trait v1.2.0 |
1432 | 2023-12-06T00:55:43.354Z | Compiling colorchoice v1.0.0 |
1433 | 2023-12-06T00:55:43.499Z | Compiling either v1.9.0 |
1434 | 2023-12-06T00:55:44.015Z | Compiling fallible-iterator v0.2.0 |
1435 | 2023-12-06T00:55:44.467Z | Compiling anstyle-query v1.0.0 |
1436 | 2023-12-06T00:55:44.670Z | Compiling anstream v0.5.0 |
1437 | 2023-12-06T00:55:45.161Z | Compiling postgres-protocol v0.6.6 |
1438 | 2023-12-06T00:55:47.484Z | Compiling diesel_derives v2.1.2 |
1439 | 2023-12-06T00:55:47.869Z | Compiling terminal_size v0.2.6 |
1440 | 2023-12-06T00:55:48.012Z | Compiling inout v0.1.3 |
1441 | 2023-12-06T00:55:49.442Z | Compiling phf_shared v0.11.2 |
1442 | 2023-12-06T00:55:50.788Z | Compiling getopts v0.2.21 |
1443 | 2023-12-06T00:55:50.815Z | Compiling snafu-derive v0.7.5 |
1444 | 2023-12-06T00:55:50.854Z | Compiling serde_repr v0.1.16 |
1445 | 2023-12-06T00:55:50.945Z | Compiling scheduled-thread-pool v0.2.7 |
1446 | 2023-12-06T00:55:52.113Z | Compiling matches v0.1.10 |
1447 | 2023-12-06T00:55:52.189Z | Compiling bit-vec v0.6.3 |
1448 | 2023-12-06T00:55:52.688Z | Compiling clap_lex v0.5.1 |
1449 | 2023-12-06T00:55:52.761Z | Compiling unsafe-libyaml v0.2.9 |
1450 | 2023-12-06T00:55:52.860Z | Compiling managed v0.8.0 |
1451 | 2023-12-06T00:55:53.333Z | Compiling regex-automata v0.1.10 |
1452 | 2023-12-06T00:55:54.555Z | Compiling bstr v0.2.17 |
1453 | 2023-12-06T00:55:54.881Z | Compiling serde_yaml v0.9.25 |
1454 | 2023-12-06T00:55:56.958Z | Compiling clap_builder v4.4.2 |
1455 | 2023-12-06T00:55:57.130Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1456 | 2023-12-06T00:56:00.606Z | Compiling idna v0.2.3 |
1457 | 2023-12-06T00:56:02.063Z | Compiling r2d2 v0.8.10 |
1458 | 2023-12-06T00:56:05.589Z | Compiling phf v0.11.2 |
1459 | 2023-12-06T00:56:05.716Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1460 | 2023-12-06T00:56:05.917Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1461 | 2023-12-06T00:56:06.037Z | Compiling signal-hook-mio v0.2.3 |
1462 | 2023-12-06T00:56:06.270Z | Compiling cipher v0.4.4 |
1463 | 2023-12-06T00:56:06.400Z | Compiling bzip2 v0.4.4 |
1464 | 2023-12-06T00:56:07.031Z | Compiling postgres-types v0.2.6 |
1465 | 2023-12-06T00:56:07.100Z | Compiling itertools v0.11.0 |
1466 | 2023-12-06T00:56:09.635Z | Compiling pin-project v1.1.3 |
1467 | 2023-12-06T00:56:09.751Z | Compiling hubpack v0.1.2 |
1468 | 2023-12-06T00:56:10.486Z | Compiling phf_shared v0.10.0 |
1469 | 2023-12-06T00:56:11.540Z | Compiling zerocopy v0.6.4 |
1470 | 2023-12-06T00:56:12.011Z | Compiling ipnetwork v0.20.0 |
1471 | 2023-12-06T00:56:12.189Z | Compiling futures-executor v0.3.29 |
1472 | 2023-12-06T00:56:13.015Z | Compiling float-cmp v0.9.0 |
1473 | 2023-12-06T00:56:13.292Z | Compiling regex-automata v0.3.8 |
1474 | 2023-12-06T00:56:13.367Z | Compiling normalize-line-endings v0.3.0 |
1475 | 2023-12-06T00:56:13.460Z | Compiling whoami v1.4.1 |
1476 | 2023-12-06T00:56:13.560Z | Compiling data-encoding v2.4.0 |
1477 | 2023-12-06T00:56:14.440Z | Compiling new_debug_unreachable v1.0.4 |
1478 | 2023-12-06T00:56:14.583Z | Compiling fixedbitset v0.4.2 |
1479 | 2023-12-06T00:56:14.614Z | Compiling difflib v0.4.0 |
1480 | 2023-12-06T00:56:16.511Z | Compiling static_assertions v1.1.0 |
1481 | 2023-12-06T00:56:17.417Z | Compiling predicates-core v1.0.6 |
1482 | 2023-12-06T00:56:17.451Z | Compiling precomputed-hash v0.1.1 |
1483 | 2023-12-06T00:56:17.624Z | Compiling string_cache v0.8.7 |
1484 | 2023-12-06T00:56:17.678Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1485 | 2023-12-06T00:56:17.994Z | Compiling predicates v3.0.4 |
1486 | 2023-12-06T00:56:18.368Z | Compiling trust-dns-proto v0.22.0 |
1487 | 2023-12-06T00:56:18.757Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1488 | 2023-12-06T00:56:20.309Z | Compiling bstr v1.6.0 |
1489 | 2023-12-06T00:56:20.807Z | Compiling petgraph v0.6.4 |
1490 | 2023-12-06T00:56:21.155Z | Compiling diesel v2.1.4 |
1491 | 2023-12-06T00:56:21.224Z | Compiling tokio-postgres v0.7.10 |
1492 | 2023-12-06T00:56:28.110Z | Compiling futures v0.3.29 |
1493 | 2023-12-06T00:56:29.139Z | Compiling snafu v0.7.5 |
1494 | 2023-12-06T00:56:29.612Z | Compiling yasna v0.5.2 |
1495 | 2023-12-06T00:56:30.578Z | Compiling zip v0.6.6 |
1496 | 2023-12-06T00:56:32.604Z | Compiling crossterm v0.27.0 |
1497 | 2023-12-06T00:56:32.927Z | Compiling clap v4.4.3 |
1498 | 2023-12-06T00:56:33.102Z | Compiling similar v2.2.1 |
1499 | 2023-12-06T00:56:33.578Z | Compiling bit-set v0.5.3 |
1500 | 2023-12-06T00:56:34.013Z | Compiling itertools v0.10.5 |
1501 | 2023-12-06T00:56:37.432Z | Compiling usdt v0.3.5 |
1502 | 2023-12-06T00:56:38.456Z | Compiling signature v2.1.0 |
1503 | 2023-12-06T00:56:38.787Z | Compiling tokio-stream v0.1.14 |
1504 | 2023-12-06T00:56:38.841Z | Compiling console v0.15.7 |
1505 | 2023-12-06T00:56:39.063Z | Compiling lalrpop-util v0.19.12 |
1506 | 2023-12-06T00:57:22.295Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1507 | 2023-12-06T00:57:28.559Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1508 | 2023-12-06T00:57:29.078Z | Compiling sha1 v0.10.6 |
1509 | 2023-12-06T00:57:29.846Z | Compiling atty v0.2.14 |
1510 | 2023-12-06T00:57:30.597Z | Compiling match_cfg v0.1.0 |
1511 | 2023-12-06T00:57:38.145Z | Compiling hostname v0.3.1 |
1512 | 2023-12-06T00:57:38.145Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1513 | 2023-12-06T00:57:40.586Z | Compiling dirs-sys-next v0.1.2 |
1514 | 2023-12-06T00:57:41.401Z | Compiling dirs-next v2.0.0 |
1515 | 2023-12-06T00:57:41.773Z | Compiling thread_local v1.1.7 |
1516 | 2023-12-06T00:57:42.148Z | Compiling camino v1.1.6 |
1517 | 2023-12-06T00:57:42.594Z | Compiling ident_case v1.0.1 |
1518 | 2023-12-06T00:58:00.204Z | Compiling slog-async v2.8.0 |
1519 | 2023-12-06T00:58:00.205Z | Compiling darling_core v0.20.3 |
1520 | 2023-12-06T00:58:00.205Z | Compiling term v0.7.0 |
1521 | 2023-12-06T00:58:00.205Z | Compiling crossbeam-channel v0.5.8 |
1522 | 2023-12-06T00:58:00.205Z | Compiling multer v2.1.0 |
1523 | 2023-12-06T00:58:00.205Z | Compiling instant v0.1.12 |
1524 | 2023-12-06T00:58:00.205Z | Compiling take_mut v0.2.2 |
1525 | 2023-12-06T00:58:00.205Z | Compiling paste v1.0.14 |
1526 | 2023-12-06T00:58:00.632Z | Compiling slog-term v2.9.0 |
1527 | 2023-12-06T00:58:00.632Z | Compiling slog-json v2.6.1 |
1528 | 2023-12-06T00:58:00.667Z | Compiling async-stream-impl v0.3.5 |
1529 | 2023-12-06T00:58:00.667Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1530 | 2023-12-06T00:58:00.667Z | Compiling atomic-waker v1.1.1 |
1531 | 2023-12-06T00:58:00.667Z | Compiling waitgroup v0.1.2 |
1532 | 2023-12-06T00:58:00.667Z | Compiling slog-bunyan v2.4.0 |
1533 | 2023-12-06T00:58:00.668Z | Compiling toml v0.8.8 |
1534 | 2023-12-06T00:58:00.668Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1535 | 2023-12-06T00:58:00.668Z | Compiling serde_path_to_error v0.1.14 |
1536 | 2023-12-06T00:58:00.668Z | Compiling async-stream v0.3.5 |
1537 | 2023-12-06T00:58:00.668Z | Compiling structmeta-derive v0.2.0 |
1538 | 2023-12-06T00:58:00.668Z | Compiling debug-ignore v1.0.5 |
1539 | 2023-12-06T00:58:00.668Z | Compiling strum v0.25.0 |
1540 | 2023-12-06T00:58:00.668Z | Compiling regex-syntax v0.7.5 |
1541 | 2023-12-06T00:58:00.668Z | Compiling backoff v0.4.0 |
1542 | 2023-12-06T00:58:00.668Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1543 | 2023-12-06T00:58:00.668Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1544 | 2023-12-06T00:58:00.668Z | Compiling macaddr v1.0.1 |
1545 | 2023-12-06T00:58:00.668Z | Compiling proc-macro-error-attr v1.0.4 |
1546 | 2023-12-06T00:58:00.668Z | Compiling proc-macro-crate v1.3.1 |
1547 | 2023-12-06T00:58:00.668Z | Compiling proc-macro-error v1.0.4 |
1548 | 2023-12-06T00:58:00.668Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1549 | 2023-12-06T00:58:00.668Z | Compiling fastrand v2.0.0 |
1550 | 2023-12-06T00:58:00.668Z | Compiling num_enum_derive v0.5.11 |
1551 | 2023-12-06T00:58:00.669Z | Compiling same-file v1.0.6 |
1552 | 2023-12-06T00:58:00.669Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1553 | 2023-12-06T00:58:00.669Z | Compiling postcard-cobs v0.1.5-pre |
1554 | 2023-12-06T00:58:00.669Z | Compiling darling_macro v0.20.3 |
1555 | 2023-12-06T00:58:00.669Z | Compiling postcard v0.7.3 |
1556 | 2023-12-06T00:58:00.669Z | Compiling walkdir v2.4.0 |
1557 | 2023-12-06T00:58:00.669Z | Compiling structmeta v0.2.0 |
1558 | 2023-12-06T00:58:00.669Z | Compiling tempfile v3.8.1 |
1559 | 2023-12-06T00:58:00.669Z | Compiling smoltcp v0.8.2 |
1560 | 2023-12-06T00:58:00.669Z | Compiling darling v0.20.3 |
1561 | 2023-12-06T00:58:00.669Z | Compiling semver-parser v0.10.2 |
1562 | 2023-12-06T00:58:00.669Z | Compiling serde_with_macros v2.3.3 |
1563 | 2023-12-06T00:58:00.669Z | Compiling foreign-types-macros v0.2.3 |
1564 | 2023-12-06T00:58:00.669Z | Compiling num_enum v0.5.11 |
1565 | 2023-12-06T00:58:00.669Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1566 | 2023-12-06T00:58:00.669Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1567 | 2023-12-06T00:58:00.669Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1568 | 2023-12-06T00:58:00.669Z | Compiling crucible-workspace-hack v0.1.0 |
1569 | 2023-12-06T00:58:00.669Z | Compiling cfg-if v0.1.10 |
1570 | 2023-12-06T00:58:00.669Z | Compiling foreign-types-shared v0.3.1 |
1571 | 2023-12-06T00:58:00.669Z | Compiling foreign-types v0.5.0 |
1572 | 2023-12-06T00:58:00.669Z | Compiling semver v0.11.0 |
1573 | 2023-12-06T00:58:00.670Z | Compiling serde_with v2.3.3 |
1574 | 2023-12-06T00:58:00.670Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1575 | 2023-12-06T00:58:00.670Z | Compiling is-terminal v0.4.9 |
1576 | 2023-12-06T00:58:00.670Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1577 | 2023-12-06T00:58:00.670Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1578 | 2023-12-06T00:58:00.670Z | Compiling parse-display-derive v0.8.2 |
1579 | 2023-12-06T00:58:01.287Z | Compiling cstr-argument v0.1.2 |
1580 | 2023-12-06T00:58:01.648Z | Compiling xattr v1.0.1 |
1581 | 2023-12-06T00:58:01.702Z | Compiling filetime v0.2.22 |
1582 | 2023-12-06T00:58:01.989Z | Compiling home v0.5.5 |
1583 | 2023-12-06T00:58:02.195Z | Compiling pretty-hex v0.2.1 |
1584 | 2023-12-06T00:58:02.380Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1585 | 2023-12-06T00:58:02.487Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1586 | 2023-12-06T00:58:02.861Z | Compiling toolchain_find v0.2.0 |
1587 | 2023-12-06T00:58:02.939Z | Compiling tar v0.4.40 |
1588 | 2023-12-06T00:58:03.379Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1589 | 2023-12-06T00:58:03.857Z | Compiling colored v2.0.4 |
1590 | 2023-12-06T00:58:04.075Z | Compiling textwrap v0.11.0 |
1591 | 2023-12-06T00:58:04.281Z | Compiling heck v0.3.3 |
1592 | 2023-12-06T00:58:04.904Z | Compiling toml v0.5.11 |
1593 | 2023-12-06T00:58:04.909Z | Compiling libefi-sys v0.1.0 |
1594 | 2023-12-06T00:58:04.978Z | Compiling vec_map v0.8.2 |
1595 | 2023-12-06T00:58:05.157Z | Compiling platforms v3.0.2 |
1596 | 2023-12-06T00:58:05.374Z | Compiling ansi_term v0.12.1 |
1597 | 2023-12-06T00:58:05.419Z | Compiling strsim v0.8.0 |
1598 | 2023-12-06T00:58:06.011Z | Compiling clap v2.34.0 |
1599 | 2023-12-06T00:58:06.049Z | Compiling structopt-derive v0.4.18 |
1600 | 2023-12-06T00:58:06.223Z | Compiling omicron-zone-package v0.9.1 |
1601 | 2023-12-06T00:58:06.470Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1602 | 2023-12-06T00:58:07.984Z | Compiling parse-display v0.8.2 |
1603 | 2023-12-06T00:58:08.297Z | Compiling rustfmt-wrapper v0.2.0 |
1604 | 2023-12-06T00:58:09.341Z | Compiling camino-tempfile v1.1.1 |
1605 | 2023-12-06T00:58:09.394Z | Compiling zone_cfg_derive v0.3.0 |
1606 | 2023-12-06T00:58:10.051Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1607 | 2023-12-06T00:58:11.083Z | Compiling num-derive v0.4.0 |
1608 | 2023-12-06T00:58:11.280Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1609 | 2023-12-06T00:58:11.874Z | Compiling base64ct v1.6.0 |
1610 | 2023-12-06T00:58:12.137Z | Compiling zone v0.3.0 |
1611 | 2023-12-06T00:58:12.927Z | Compiling structopt v0.3.26 |
1612 | 2023-12-06T00:58:12.975Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1613 | 2023-12-06T00:58:13.167Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1614 | 2023-12-06T00:58:13.697Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1615 | 2023-12-06T00:58:14.201Z | Compiling smf v0.2.2 |
1616 | 2023-12-06T00:58:14.593Z | Compiling unicase v2.7.0 |
1617 | 2023-12-06T00:58:14.597Z | Compiling curve25519-dalek v4.1.0 |
1618 | 2023-12-06T00:58:14.780Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1619 | 2023-12-06T00:58:15.003Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1620 | 2023-12-06T00:58:15.052Z | Compiling universal-hash v0.5.1 |
1621 | 2023-12-06T00:58:15.342Z | Compiling opaque-debug v0.3.0 |
1622 | 2023-12-06T00:58:15.369Z | Compiling hkdf v0.12.3 |
1623 | 2023-12-06T00:58:15.529Z | Compiling curve25519-dalek-derive v0.1.0 |
1624 | 2023-12-06T00:58:15.534Z | Compiling num-rational v0.4.1 |
1625 | 2023-12-06T00:58:15.662Z | Compiling getrandom v0.1.16 |
1626 | 2023-12-06T00:58:16.032Z | Compiling keccak v0.1.4 |
1627 | 2023-12-06T00:58:16.446Z | Compiling linked-hash-map v0.5.6 |
1628 | 2023-12-06T00:58:16.471Z | Compiling parking_lot_core v0.8.6 |
1629 | 2023-12-06T00:58:16.626Z | Compiling quick-error v1.2.3 |
1630 | 2023-12-06T00:58:16.868Z | Compiling resolv-conf v0.7.0 |
1631 | 2023-12-06T00:58:16.971Z | Compiling lru-cache v0.1.2 |
1632 | 2023-12-06T00:58:17.184Z | Compiling sha3 v0.10.8 |
1633 | 2023-12-06T00:58:17.743Z | Compiling password-hash v0.5.0 |
1634 | 2023-12-06T00:58:18.277Z | Compiling blake2 v0.10.6 |
1635 | 2023-12-06T00:58:18.281Z | Compiling aead v0.5.2 |
1636 | 2023-12-06T00:58:18.709Z | Compiling secrecy v0.8.0 |
1637 | 2023-12-06T00:58:18.791Z | Compiling num-complex v0.4.4 |
1638 | 2023-12-06T00:58:19.130Z | Compiling ff v0.13.0 |
1639 | 2023-12-06T00:58:19.460Z | Compiling nibble_vec v0.1.0 |
1640 | 2023-12-06T00:58:19.499Z | Compiling slog-dtrace v0.2.3 |
1641 | 2023-12-06T00:58:19.782Z | Compiling arc-swap v1.6.0 |
1642 | 2023-12-06T00:58:19.948Z | Compiling endian-type v0.1.2 |
1643 | 2023-12-06T00:58:20.264Z | Compiling winapi v0.3.9 |
1644 | 2023-12-06T00:58:20.322Z | Compiling utf-8 v0.7.6 |
1645 | 2023-12-06T00:58:20.539Z | Compiling convert_case v0.4.0 |
1646 | 2023-12-06T00:58:20.711Z | Compiling tungstenite v0.20.1 |
1647 | 2023-12-06T00:58:20.836Z | Compiling slog-scope v4.4.0 |
1648 | 2023-12-06T00:58:20.866Z | Compiling num v0.4.1 |
1649 | 2023-12-06T00:58:21.023Z | Compiling radix_trie v0.2.1 |
1650 | 2023-12-06T00:58:21.158Z | Compiling group v0.13.0 |
1651 | 2023-12-06T00:58:21.447Z | Compiling argon2 v0.5.2 |
1652 | 2023-12-06T00:58:21.744Z | Compiling mime_guess v2.0.4 |
1653 | 2023-12-06T00:58:21.963Z | Compiling trust-dns-resolver v0.22.0 |
1654 | 2023-12-06T00:58:22.109Z | Compiling derive_more v0.99.17 |
1655 | 2023-12-06T00:58:23.279Z | Compiling rand_core v0.5.1 |
1656 | 2023-12-06T00:58:23.927Z | Compiling poly1305 v0.8.0 |
1657 | 2023-12-06T00:58:24.342Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1658 | 2023-12-06T00:58:24.399Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1659 | 2023-12-06T00:58:24.894Z | Compiling chacha20 v0.9.1 |
1660 | 2023-12-06T00:58:25.625Z | Compiling crypto-bigint v0.5.2 |
1661 | 2023-12-06T00:58:26.195Z | Compiling thiserror-impl-no-std v2.0.2 |
1662 | 2023-12-06T00:58:26.651Z | Compiling ciborium-io v0.2.1 |
1663 | 2023-12-06T00:58:26.821Z | Compiling half v1.8.2 |
1664 | 2023-12-06T00:58:26.825Z | Compiling base16ct v0.2.0 |
1665 | 2023-12-06T00:58:27.251Z | Compiling option-ext v0.2.0 |
1666 | 2023-12-06T00:58:27.438Z | Compiling dirs-sys v0.4.1 |
1667 | 2023-12-06T00:58:27.873Z | Compiling ciborium-ll v0.2.1 |
1668 | 2023-12-06T00:58:29.377Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1669 | 2023-12-06T00:58:29.446Z | Compiling elliptic-curve v0.13.5 |
1670 | 2023-12-06T00:58:29.447Z | Compiling rand_chacha v0.2.2 |
1671 | 2023-12-06T00:58:29.813Z | Compiling parking_lot v0.11.2 |
1672 | 2023-12-06T00:58:31.438Z | Compiling tokio-tungstenite v0.20.1 |
1673 | 2023-12-06T00:58:31.594Z | Compiling trust-dns-client v0.22.0 |
1674 | 2023-12-06T00:58:31.626Z | Compiling slog-stdlog v4.1.1 |
1675 | 2023-12-06T00:58:31.699Z | Compiling thiserror-no-std v2.0.2 |
1676 | 2023-12-06T00:58:32.195Z | Compiling polyval v0.6.1 |
1677 | 2023-12-06T00:58:32.246Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1678 | 2023-12-06T00:58:32.391Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1679 | 2023-12-06T00:58:32.766Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1680 | 2023-12-06T00:58:32.800Z | Compiling password-hash v0.4.2 |
1681 | 2023-12-06T00:58:32.833Z | Compiling ed25519 v2.2.2 |
1682 | 2023-12-06T00:58:33.566Z | Compiling ctr v0.9.2 |
1683 | 2023-12-06T00:58:34.136Z | Compiling blowfish v0.9.1 |
1684 | 2023-12-06T00:58:34.404Z | Compiling aes v0.8.3 |
1685 | 2023-12-06T00:58:36.599Z | Compiling pbkdf2 v0.12.2 |
1686 | 2023-12-06T00:58:36.772Z | Compiling fxhash v0.2.1 |
1687 | 2023-12-06T00:58:37.343Z | Compiling glob v0.3.1 |
1688 | 2023-12-06T00:58:37.499Z | Compiling cancel-safe-futures v0.1.5 |
1689 | 2023-12-06T00:58:38.080Z | Compiling trust-dns-server v0.22.1 |
1690 | 2023-12-06T00:58:39.309Z | Compiling sled v0.34.7 |
1691 | 2023-12-06T00:58:41.196Z | Compiling bcrypt-pbkdf v0.10.0 |
1692 | 2023-12-06T00:58:42.357Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1693 | 2023-12-06T00:58:42.602Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1694 | 2023-12-06T00:58:43.244Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1695 | 2023-12-06T00:58:45.502Z | Compiling pbkdf2 v0.11.0 |
1696 | 2023-12-06T00:58:46.073Z | Compiling ed25519-dalek v2.0.0 |
1697 | 2023-12-06T00:58:46.085Z | Compiling ghash v0.5.0 |
1698 | 2023-12-06T00:58:46.379Z | Compiling slog-envlogger v2.2.0 |
1699 | 2023-12-06T00:58:47.600Z | Compiling vsss-rs v3.3.1 |
1700 | 2023-12-06T00:58:47.726Z | Compiling russh-cryptovec v0.7.0 |
1701 | 2023-12-06T00:58:48.177Z | Compiling rand v0.7.3 |
1702 | 2023-12-06T00:58:51.906Z | Compiling ciborium v0.2.1 |
1703 | 2023-12-06T00:58:53.054Z | Compiling dirs v5.0.1 |
1704 | 2023-12-06T00:58:53.370Z | Compiling chacha20poly1305 v0.10.1 |
1705 | 2023-12-06T00:58:53.724Z | Compiling cbc v0.1.2 |
1706 | 2023-12-06T00:58:54.111Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1707 | 2023-12-06T00:58:54.502Z | Compiling pem v3.0.2 |
1708 | 2023-12-06T00:58:54.704Z | Compiling headers-core v0.2.0 |
1709 | 2023-12-06T00:58:54.962Z | Compiling kstat-rs v0.2.3 |
1710 | 2023-12-06T00:58:55.704Z | Compiling pretty-hex v0.4.0 |
1711 | 2023-12-06T00:58:55.812Z | Compiling md5 v0.7.0 |
1712 | 2023-12-06T00:58:56.034Z | Compiling http-range v0.1.5 |
1713 | 2023-12-06T00:58:56.110Z | Compiling base64 v0.13.1 |
1714 | 2023-12-06T00:58:56.612Z | Compiling hyper-staticfile v0.9.5 |
1715 | 2023-12-06T00:58:56.650Z | Compiling russh-keys v0.38.0 |
1716 | 2023-12-06T00:58:57.102Z | Compiling pem v1.1.1 |
1717 | 2023-12-06T00:58:57.916Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1718 | 2023-12-06T00:58:58.135Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1719 | 2023-12-06T00:58:58.139Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1720 | 2023-12-06T00:58:58.190Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1721 | 2023-12-06T00:58:59.226Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1722 | 2023-12-06T00:58:59.420Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1723 | 2023-12-06T00:59:01.737Z | Compiling rcgen v0.11.3 |
1724 | 2023-12-06T00:59:05.044Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1725 | 2023-12-06T00:59:06.934Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1726 | 2023-12-06T00:59:06.945Z | Compiling headers v0.3.9 |
1727 | 2023-12-06T00:59:09.207Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1728 | 2023-12-06T00:59:09.651Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1729 | 2023-12-06T00:59:13.428Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1730 | 2023-12-06T00:59:13.512Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1731 | 2023-12-06T00:59:13.801Z | Compiling aes-gcm v0.10.3 |
1732 | 2023-12-06T00:59:14.274Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1733 | 2023-12-06T00:59:15.472Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1734 | 2023-12-06T00:59:17.517Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1735 | 2023-12-06T00:59:24.588Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1736 | 2023-12-06T00:59:27.116Z | Compiling atomicwrites v0.4.2 |
1737 | 2023-12-06T00:59:27.698Z | Compiling itertools v0.12.0 |
1738 | 2023-12-06T00:59:28.407Z | Compiling subprocess v0.2.9 |
1739 | 2023-12-06T00:59:29.479Z | Compiling hex-literal v0.4.1 |
1740 | 2023-12-06T00:59:29.716Z | Compiling russh v0.39.0 |
1741 | 2023-12-06T00:59:31.901Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1742 | 2023-12-06T00:59:32.952Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1743 | 2023-12-06T00:59:32.983Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1744 | 2023-12-06T01:00:01.105Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1745 | 2023-12-06T01:01:20.612Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 50s |
1746 | 2023-12-06T01:01:20.953Z | |
1747 | 2023-12-06T01:01:20.953Z | real 7:51.240201700 |
1748 | 2023-12-06T01:01:20.953Z | user 43:08.608222812 |
1749 | 2023-12-06T01:01:20.953Z | sys 6:42.290773628 |
1750 | 2023-12-06T01:01:20.953Z | trap 1.572419212 |
1751 | 2023-12-06T01:01:20.953Z | tflt 6.519846395 |
1752 | 2023-12-06T01:01:20.954Z | dflt 7.267886956 |
1753 | 2023-12-06T01:01:20.954Z | kflt 0.017580754 |
1754 | 2023-12-06T01:01:20.954Z | lock 1:22:46.141111142 |
1755 | 2023-12-06T01:01:20.957Z | slp 2:03:15.272099722 |
1756 | 2023-12-06T01:01:20.958Z | lat 1:56.149027200 |
1757 | 2023-12-06T01:01:20.958Z | stop 5:03.686029894 |
1758 | 2023-12-06T01:01:20.958Z | + mkdir -p /work/end-to-end-tests |
1759 | 2023-12-06T01:01:20.958Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1760 | 2023-12-06T01:01:21.888Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1761 | 2023-12-06T01:01:21.888Z | + ptime -m gzip |
1762 | 2023-12-06T01:01:21.892Z | ++ basename target/debug/bootstrap |
1763 | 2023-12-06T01:01:38.468Z | |
1764 | 2023-12-06T01:01:38.468Z | real 16.571206009 |
1765 | 2023-12-06T01:01:38.468Z | user 16.377285369 |
1766 | 2023-12-06T01:01:38.468Z | sys 0.181421266 |
1767 | 2023-12-06T01:01:38.468Z | trap 0.003939527 |
1768 | 2023-12-06T01:01:38.468Z | tflt 0.000000000 |
1769 | 2023-12-06T01:01:38.469Z | dflt 0.000000000 |
1770 | 2023-12-06T01:01:38.472Z | kflt 0.000000000 |
1771 | 2023-12-06T01:01:38.472Z | lock 0.000000000 |
1772 | 2023-12-06T01:01:38.472Z | slp 0.000000000 |
1773 | 2023-12-06T01:01:38.472Z | lat 0.008211514 |
1774 | 2023-12-06T01:01:38.472Z | stop 0.000231341 |
1775 | 2023-12-06T01:01:38.472Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1776 | 2023-12-06T01:01:38.472Z | + ptime -m gzip |
1777 | 2023-12-06T01:01:38.472Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-83d41f1b41d1fb89 |
1778 | 2023-12-06T01:01:39.555Z | |
1779 | 2023-12-06T01:01:39.559Z | real 1.079179649 |
1780 | 2023-12-06T01:01:39.559Z | user 1.066149684 |
1781 | 2023-12-06T01:01:39.559Z | sys 0.012037568 |
1782 | 2023-12-06T01:01:39.559Z | trap 0.000375050 |
1783 | 2023-12-06T01:01:39.559Z | tflt 0.000000000 |
1784 | 2023-12-06T01:01:39.559Z | dflt 0.000000000 |
1785 | 2023-12-06T01:01:39.559Z | kflt 0.000000000 |
1786 | 2023-12-06T01:01:39.559Z | lock 0.000000000 |
1787 | 2023-12-06T01:01:39.559Z | slp 0.000000000 |
1788 | 2023-12-06T01:01:39.559Z | lat 0.000263308 |
1789 | 2023-12-06T01:01:39.559Z | stop 0.000228190 |
1790 | 2023-12-06T01:01:39.560Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1791 | 2023-12-06T01:01:39.560Z | + ptime -m gzip |
1792 | 2023-12-06T01:01:39.560Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8c93950b566420c7 |
1793 | 2023-12-06T01:01:56.592Z | |
1794 | 2023-12-06T01:01:56.597Z | real 17.021189723 |
1795 | 2023-12-06T01:01:56.597Z | user 16.850615062 |
1796 | 2023-12-06T01:01:56.597Z | sys 0.165523930 |
1797 | 2023-12-06T01:01:56.597Z | trap 0.003391079 |
1798 | 2023-12-06T01:01:56.597Z | tflt 0.000000000 |
1799 | 2023-12-06T01:01:56.597Z | dflt 0.000000000 |
1800 | 2023-12-06T01:01:56.597Z | kflt 0.000000000 |
1801 | 2023-12-06T01:01:56.597Z | lock 0.000000000 |
1802 | 2023-12-06T01:01:56.598Z | slp 0.000000000 |
1803 | 2023-12-06T01:01:56.598Z | lat 0.001315637 |
1804 | 2023-12-06T01:01:56.598Z | stop 0.000227448 |
1805 | 2023-12-06T01:01:56.598Z | + banner caboose-util |
1806 | 2023-12-06T01:01:56.598Z | |
1807 | 2023-12-06T01:01:56.598Z | #### ## ##### #### #### #### ###### # # ##### |
1808 | 2023-12-06T01:01:56.598Z | # # # # # # # # # # # # # # # |
1809 | 2023-12-06T01:01:56.598Z | # # # ##### # # # # #### ##### ##### # # # |
1810 | 2023-12-06T01:01:56.598Z | # ###### # # # # # # # # # # # |
1811 | 2023-12-06T01:01:56.598Z | # # # # # # # # # # # # # # # # |
1812 | 2023-12-06T01:01:56.598Z | #### # # ##### #### #### #### ###### #### # |
1813 | 2023-12-06T01:01:56.598Z | |
1814 | 2023-12-06T01:01:56.598Z | + ptime -m cargo build --locked -p caboose-util --release |
1815 | 2023-12-06T01:01:57.236Z | Downloading crates ... |
1816 | 2023-12-06T01:01:57.571Z | Downloaded funty v2.0.0 |
1817 | 2023-12-06T01:01:57.578Z | Downloaded packed_struct v0.10.1 |
1818 | 2023-12-06T01:01:57.584Z | Downloaded array-init v0.0.4 |
1819 | 2023-12-06T01:01:57.588Z | Downloaded crc-any v2.4.3 |
1820 | 2023-12-06T01:01:57.591Z | Downloaded path-slash v0.1.5 |
1821 | 2023-12-06T01:01:57.595Z | Downloaded wyz v0.5.1 |
1822 | 2023-12-06T01:01:57.599Z | Downloaded crc-catalog v2.2.0 |
1823 | 2023-12-06T01:01:57.602Z | Downloaded termcolor v1.2.0 |
1824 | 2023-12-06T01:01:57.603Z | Downloaded serde-hex v0.1.0 |
1825 | 2023-12-06T01:01:57.606Z | Downloaded smallvec v0.6.14 |
1826 | 2023-12-06T01:01:57.610Z | Downloaded flagset v0.4.3 |
1827 | 2023-12-06T01:01:57.610Z | Downloaded pkcs1 v0.7.5 |
1828 | 2023-12-06T01:01:57.614Z | Downloaded bitfield v0.14.0 |
1829 | 2023-12-06T01:01:57.617Z | Downloaded der_derive v0.7.2 |
1830 | 2023-12-06T01:01:57.620Z | Downloaded maybe-uninit v2.0.0 |
1831 | 2023-12-06T01:01:57.621Z | Downloaded pem-rfc7468 v0.7.0 |
1832 | 2023-12-06T01:01:57.624Z | Downloaded ron v0.8.1 |
1833 | 2023-12-06T01:01:57.633Z | Downloaded rsa v0.9.2 |
1834 | 2023-12-06T01:01:57.641Z | Downloaded x509-cert v0.2.4 |
1835 | 2023-12-06T01:01:57.652Z | Downloaded bitvec v1.0.1 |
1836 | 2023-12-06T01:01:57.678Z | Downloaded object v0.30.4 |
1837 | 2023-12-06T01:01:57.694Z | Downloaded num-bigint-dig v0.8.4 |
1838 | 2023-12-06T01:01:57.702Z | Downloaded env_logger v0.10.0 |
1839 | 2023-12-06T01:01:57.706Z | Downloaded crc v3.0.1 |
1840 | 2023-12-06T01:01:57.709Z | Downloaded radium v0.7.0 |
1841 | 2023-12-06T01:01:57.713Z | Downloaded nodrop v0.1.14 |
1842 | 2023-12-06T01:01:57.713Z | Downloaded tap v1.0.1 |
1843 | 2023-12-06T01:01:57.713Z | Downloaded packed_struct_codegen v0.10.1 |
1844 | 2023-12-06T01:01:57.881Z | Compiling proc-macro2 v1.0.69 |
1845 | 2023-12-06T01:01:57.890Z | Compiling unicode-ident v1.0.12 |
1846 | 2023-12-06T01:01:57.891Z | Compiling libc v0.2.150 |
1847 | 2023-12-06T01:01:57.891Z | Compiling autocfg v1.1.0 |
1848 | 2023-12-06T01:01:57.891Z | Compiling serde v1.0.192 |
1849 | 2023-12-06T01:01:57.902Z | Compiling cfg-if v1.0.0 |
1850 | 2023-12-06T01:01:57.918Z | Compiling version_check v0.9.4 |
1851 | 2023-12-06T01:01:58.032Z | Compiling syn v1.0.109 |
1852 | 2023-12-06T01:01:58.036Z | Compiling parking_lot_core v0.9.8 |
1853 | 2023-12-06T01:01:58.140Z | Compiling typenum v1.16.0 |
1854 | 2023-12-06T01:01:58.638Z | Compiling futures-core v0.3.29 |
1855 | 2023-12-06T01:01:58.650Z | Compiling libm v0.2.7 |
1856 | 2023-12-06T01:01:58.905Z | Compiling generic-array v0.14.7 |
1857 | 2023-12-06T01:01:58.975Z | Compiling lock_api v0.4.10 |
1858 | 2023-12-06T01:01:59.100Z | Compiling num-traits v0.2.16 |
1859 | 2023-12-06T01:01:59.103Z | Compiling once_cell v1.18.0 |
1860 | 2023-12-06T01:01:59.312Z | Compiling pkg-config v0.3.27 |
1861 | 2023-12-06T01:01:59.430Z | Compiling scopeguard v1.2.0 |
1862 | 2023-12-06T01:01:59.744Z | Compiling slab v0.4.9 |
1863 | 2023-12-06T01:01:59.812Z | Compiling serde_json v1.0.108 |
1864 | 2023-12-06T01:01:59.872Z | Compiling futures-task v0.3.29 |
1865 | 2023-12-06T01:02:00.173Z | Compiling quote v1.0.33 |
1866 | 2023-12-06T01:02:00.669Z | Compiling futures-channel v0.3.29 |
1867 | 2023-12-06T01:02:00.673Z | Compiling thiserror v1.0.49 |
1868 | 2023-12-06T01:02:00.721Z | Compiling futures-util v0.3.29 |
1869 | 2023-12-06T01:02:01.020Z | Compiling syn v2.0.32 |
1870 | 2023-12-06T01:02:01.096Z | Compiling cc v1.0.83 |
1871 | 2023-12-06T01:02:01.137Z | Compiling getrandom v0.2.10 |
1872 | 2023-12-06T01:02:01.193Z | Compiling itoa v1.0.9 |
1873 | 2023-12-06T01:02:01.349Z | Compiling memchr v2.6.3 |
1874 | 2023-12-06T01:02:01.650Z | Compiling smallvec v1.11.0 |
1875 | 2023-12-06T01:02:01.742Z | Compiling log v0.4.20 |
1876 | 2023-12-06T01:02:02.890Z | Compiling vcpkg v0.2.15 |
1877 | 2023-12-06T01:02:03.333Z | Compiling byteorder v1.5.0 |
1878 | 2023-12-06T01:02:03.964Z | Compiling rand_core v0.6.4 |
1879 | 2023-12-06T01:02:04.161Z | Compiling pin-project-lite v0.2.13 |
1880 | 2023-12-06T01:02:04.387Z | Compiling parking_lot v0.12.1 |
1881 | 2023-12-06T01:02:05.156Z | Compiling ring v0.17.5 |
1882 | 2023-12-06T01:02:05.733Z | Compiling openssl-sys v0.9.96 |
1883 | 2023-12-06T01:02:05.745Z | Compiling indexmap v1.9.3 |
1884 | 2023-12-06T01:02:07.089Z | Compiling signal-hook-registry v1.4.1 |
1885 | 2023-12-06T01:02:07.661Z | Compiling io-lifetimes v1.0.11 |
1886 | 2023-12-06T01:02:08.107Z | Compiling heck v0.4.1 |
1887 | 2023-12-06T01:02:08.684Z | Compiling ring v0.16.20 |
1888 | 2023-12-06T01:02:08.966Z | Compiling mio v0.8.9 |
1889 | 2023-12-06T01:02:10.352Z | Compiling num-integer v0.1.45 |
1890 | 2023-12-06T01:02:10.363Z | Compiling ryu v1.0.15 |
1891 | 2023-12-06T01:02:10.584Z | Compiling semver v1.0.20 |
1892 | 2023-12-06T01:02:10.746Z | Compiling const-oid v0.9.5 |
1893 | 2023-12-06T01:02:11.212Z | Compiling spin v0.5.2 |
1894 | 2023-12-06T01:02:11.562Z | Compiling rustix v0.37.23 |
1895 | 2023-12-06T01:02:12.554Z | Compiling socket2 v0.5.5 |
1896 | 2023-12-06T01:02:12.688Z | Compiling num_cpus v1.16.0 |
1897 | 2023-12-06T01:02:12.844Z | Compiling futures-sink v0.3.29 |
1898 | 2023-12-06T01:02:13.058Z | Compiling httparse v1.8.0 |
1899 | 2023-12-06T01:02:13.503Z | Compiling unicode-xid v0.2.4 |
1900 | 2023-12-06T01:02:14.017Z | Compiling ucd-trie v0.1.6 |
1901 | 2023-12-06T01:02:14.024Z | Compiling openssl v0.10.60 |
1902 | 2023-12-06T01:02:14.024Z | Compiling synstructure v0.12.6 |
1903 | 2023-12-06T01:02:14.540Z | Compiling tinyvec_macros v0.1.1 |
1904 | 2023-12-06T01:02:14.565Z | Compiling tinyvec v1.6.0 |
1905 | 2023-12-06T01:02:15.771Z | Compiling crc32fast v1.3.2 |
1906 | 2023-12-06T01:02:15.828Z | Compiling rustls v0.21.9 |
1907 | 2023-12-06T01:02:15.898Z | Compiling ppv-lite86 v0.2.17 |
1908 | 2023-12-06T01:02:16.217Z | Compiling native-tls v0.2.11 |
1909 | 2023-12-06T01:02:16.385Z | Compiling futures-io v0.3.29 |
1910 | 2023-12-06T01:02:16.429Z | Compiling pin-utils v0.1.0 |
1911 | 2023-12-06T01:02:16.554Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1912 | 2023-12-06T01:02:16.698Z | Compiling spin v0.9.8 |
1913 | 2023-12-06T01:02:16.986Z | Compiling tracing-core v0.1.31 |
1914 | 2023-12-06T01:02:17.187Z | Compiling rand_chacha v0.3.1 |
1915 | 2023-12-06T01:02:17.187Z | Compiling unicode-normalization v0.1.22 |
1916 | 2023-12-06T01:02:17.187Z | Compiling unicode-bidi v0.3.13 |
1917 | 2023-12-06T01:02:17.256Z | Compiling subtle v2.5.0 |
1918 | 2023-12-06T01:02:18.831Z | Compiling rand v0.8.5 |
1919 | 2023-12-06T01:02:19.537Z | Compiling errno v0.3.2 |
1920 | 2023-12-06T01:02:19.646Z | Compiling num-iter v0.1.43 |
1921 | 2023-12-06T01:02:19.894Z | Compiling ahash v0.8.3 |
1922 | 2023-12-06T01:02:19.919Z | Compiling usdt-impl v0.3.5 |
1923 | 2023-12-06T01:02:20.397Z | Compiling signal-hook v0.3.17 |
1924 | 2023-12-06T01:02:20.667Z | Compiling schemars v0.8.13 |
1925 | 2023-12-06T01:02:20.797Z | Compiling rustix v0.38.25 |
1926 | 2023-12-06T01:02:21.172Z | Compiling base64 v0.21.5 |
1927 | 2023-12-06T01:02:21.727Z | Compiling serde_derive_internals v0.26.0 |
1928 | 2023-12-06T01:02:22.670Z | Compiling serde_derive v1.0.192 |
1929 | 2023-12-06T01:02:22.891Z | Compiling zeroize_derive v1.4.2 |
1930 | 2023-12-06T01:02:23.106Z | Compiling tokio-macros v2.2.0 |
1931 | 2023-12-06T01:02:23.120Z | Compiling thiserror-impl v1.0.49 |
1932 | 2023-12-06T01:02:23.316Z | Compiling futures-macro v0.3.29 |
1933 | 2023-12-06T01:02:23.653Z | Compiling tracing-attributes v0.1.26 |
1934 | 2023-12-06T01:02:25.215Z | Compiling zeroize v1.7.0 |
1935 | 2023-12-06T01:02:25.841Z | Compiling zerocopy-derive v0.2.0 |
1936 | 2023-12-06T01:02:26.437Z | Compiling openssl-macros v0.1.1 |
1937 | 2023-12-06T01:02:27.477Z | Compiling zerocopy-derive v0.6.4 |
1938 | 2023-12-06T01:02:27.751Z | Compiling pest v2.7.2 |
1939 | 2023-12-06T01:02:27.972Z | Compiling crypto-common v0.1.6 |
1940 | 2023-12-06T01:02:28.287Z | Compiling block-buffer v0.10.4 |
1941 | 2023-12-06T01:02:28.672Z | Compiling digest v0.10.7 |
1942 | 2023-12-06T01:02:28.946Z | Compiling tracing v0.1.37 |
1943 | 2023-12-06T01:02:29.702Z | Compiling fnv v1.0.7 |
1944 | 2023-12-06T01:02:29.872Z | Compiling bitflags v1.3.2 |
1945 | 2023-12-06T01:02:31.346Z | Compiling zerocopy v0.3.0 |
1946 | 2023-12-06T01:02:32.082Z | Compiling pest_meta v2.7.2 |
1947 | 2023-12-06T01:02:32.356Z | Compiling schemars_derive v0.8.13 |
1948 | 2023-12-06T01:02:33.811Z | Compiling lazy_static v1.4.0 |
1949 | 2023-12-06T01:02:35.112Z | Compiling pest_generator v2.7.2 |
1950 | 2023-12-06T01:02:37.249Z | Compiling backtrace v0.3.69 |
1951 | 2023-12-06T01:02:37.260Z | Compiling memoffset v0.9.0 |
1952 | 2023-12-06T01:02:37.427Z | Compiling num-bigint v0.4.4 |
1953 | 2023-12-06T01:02:37.705Z | Compiling untrusted v0.9.0 |
1954 | 2023-12-06T01:02:37.843Z | Compiling doc-comment v0.3.3 |
1955 | 2023-12-06T01:02:37.947Z | Compiling untrusted v0.7.1 |
1956 | 2023-12-06T01:02:37.995Z | Compiling iana-time-zone v0.1.57 |
1957 | 2023-12-06T01:02:38.078Z | Compiling base64ct v1.6.0 |
1958 | 2023-12-06T01:02:38.231Z | Compiling equivalent v1.0.1 |
1959 | 2023-12-06T01:02:38.372Z | Compiling hashbrown v0.14.2 |
1960 | 2023-12-06T01:02:38.510Z | Compiling foreign-types-shared v0.1.1 |
1961 | 2023-12-06T01:02:38.558Z | Compiling crossbeam-utils v0.8.16 |
1962 | 2023-12-06T01:02:38.663Z | Compiling smoltcp v0.9.1 |
1963 | 2023-12-06T01:02:38.813Z | Compiling pest_derive v2.7.2 |
1964 | 2023-12-06T01:02:39.229Z | Compiling hashbrown v0.12.3 |
1965 | 2023-12-06T01:02:39.604Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1966 | 2023-12-06T01:02:39.985Z | Compiling percent-encoding v2.3.1 |
1967 | 2023-12-06T01:02:40.326Z | Compiling async-trait v0.1.74 |
1968 | 2023-12-06T01:02:40.484Z | Compiling openssl-probe v0.1.5 |
1969 | 2023-12-06T01:02:40.581Z | Compiling dtrace-parser v0.1.14 |
1970 | 2023-12-06T01:02:40.635Z | Compiling pem-rfc7468 v0.7.0 |
1971 | 2023-12-06T01:02:40.885Z | Compiling foreign-types v0.3.2 |
1972 | 2023-12-06T01:02:43.060Z | Compiling dof v0.1.5 |
1973 | 2023-12-06T01:02:43.237Z | Compiling der_derive v0.7.2 |
1974 | 2023-12-06T01:02:43.500Z | Compiling clap_derive v4.4.2 |
1975 | 2023-12-06T01:02:45.480Z | Compiling bytes v1.5.0 |
1976 | 2023-12-06T01:02:46.817Z | Compiling bitflags v2.4.0 |
1977 | 2023-12-06T01:02:46.866Z | Compiling tokio v1.34.0 |
1978 | 2023-12-06T01:02:47.706Z | Compiling rustc_version v0.4.0 |
1979 | 2023-12-06T01:02:48.660Z | Compiling heapless v0.7.16 |
1980 | 2023-12-06T01:02:49.271Z | Compiling http v0.2.11 |
1981 | 2023-12-06T01:02:49.525Z | Compiling uuid v1.6.1 |
1982 | 2023-12-06T01:02:50.658Z | Compiling indexmap v2.1.0 |
1983 | 2023-12-06T01:02:51.268Z | Compiling chrono v0.4.31 |
1984 | 2023-12-06T01:02:52.670Z | Compiling thread-id v4.2.0 |
1985 | 2023-12-06T01:02:52.942Z | Compiling rustversion v1.0.14 |
1986 | 2023-12-06T01:02:53.126Z | Compiling time-core v0.1.1 |
1987 | 2023-12-06T01:02:53.254Z | Compiling try-lock v0.2.4 |
1988 | 2023-12-06T01:02:53.364Z | Compiling utf8parse v0.2.1 |
1989 | 2023-12-06T01:02:53.630Z | Compiling adler v1.0.2 |
1990 | 2023-12-06T01:02:53.818Z | Compiling flagset v0.4.3 |
1991 | 2023-12-06T01:02:54.092Z | Compiling anstyle v1.0.2 |
1992 | 2023-12-06T01:02:54.149Z | Compiling siphasher v0.3.11 |
1993 | 2023-12-06T01:02:54.939Z | Compiling cpufeatures v0.2.9 |
1994 | 2023-12-06T01:02:55.022Z | Compiling der v0.7.8 |
1995 | 2023-12-06T01:02:55.071Z | Compiling sha2 v0.10.8 |
1996 | 2023-12-06T01:02:58.108Z | Compiling miniz_oxide v0.7.1 |
1997 | 2023-12-06T01:03:00.332Z | Compiling tokio-util v0.7.10 |
1998 | 2023-12-06T01:03:00.390Z | Compiling anstyle-parse v0.2.1 |
1999 | 2023-12-06T01:03:01.061Z | Compiling want v0.3.1 |
2000 | 2023-12-06T01:03:01.447Z | Compiling time-macros v0.2.13 |
2001 | 2023-12-06T01:03:02.264Z | Compiling h2 v0.3.21 |
2002 | 2023-12-06T01:03:05.813Z | Compiling http-body v0.4.5 |
2003 | 2023-12-06T01:03:07.409Z | Compiling serde_tokenstream v0.1.7 |
2004 | 2023-12-06T01:03:08.576Z | Compiling rustls-webpki v0.101.7 |
2005 | 2023-12-06T01:03:08.728Z | Compiling sct v0.7.0 |
2006 | 2023-12-06T01:03:09.124Z | Compiling form_urlencoded v1.2.1 |
2007 | 2023-12-06T01:03:09.464Z | Compiling hubpack_derive v0.1.1 |
2008 | 2023-12-06T01:03:09.616Z | Compiling pin-project-internal v1.1.3 |
2009 | 2023-12-06T01:03:10.994Z | Compiling socket2 v0.4.9 |
2010 | 2023-12-06T01:03:11.039Z | Compiling crossbeam-epoch v0.9.15 |
2011 | 2023-12-06T01:03:11.671Z | Compiling anstyle-query v1.0.0 |
2012 | 2023-12-06T01:03:11.948Z | Compiling anyhow v1.0.75 |
2013 | 2023-12-06T01:03:12.650Z | Compiling colorchoice v1.0.0 |
2014 | 2023-12-06T01:03:12.849Z | Compiling tower-service v0.3.2 |
2015 | 2023-12-06T01:03:13.336Z | Compiling radium v0.7.0 |
2016 | 2023-12-06T01:03:13.474Z | Compiling slog v2.7.0 |
2017 | 2023-12-06T01:03:13.842Z | Compiling httpdate v1.0.3 |
2018 | 2023-12-06T01:03:14.504Z | Compiling hyper v0.14.27 |
2019 | 2023-12-06T01:03:15.431Z | Compiling anstream v0.5.0 |
2020 | 2023-12-06T01:03:22.506Z | Compiling terminal_size v0.2.6 |
2021 | 2023-12-06T01:03:24.879Z | Compiling spki v0.7.2 |
2022 | 2023-12-06T01:03:25.680Z | Compiling serde_spanned v0.6.4 |
2023 | 2023-12-06T01:03:25.705Z | Compiling toml_datetime v0.6.5 |
2024 | 2023-12-06T01:03:26.318Z | Compiling rustls-pemfile v1.0.3 |
2025 | 2023-12-06T01:03:26.806Z | Compiling zerocopy v0.6.4 |
2026 | 2023-12-06T01:03:27.978Z | Compiling hmac v0.12.1 |
2027 | 2023-12-06T01:03:28.333Z | Compiling md-5 v0.10.5 |
2028 | 2023-12-06T01:03:28.511Z | Compiling idna v0.5.0 |
2029 | 2023-12-06T01:03:29.031Z | Compiling stringprep v0.1.3 |
2030 | 2023-12-06T01:03:29.031Z | Compiling diesel_table_macro_syntax v0.1.0 |
2031 | 2023-12-06T01:03:29.556Z | Compiling hash32 v0.2.1 |
2032 | 2023-12-06T01:03:29.806Z | Compiling aho-corasick v1.0.4 |
2033 | 2023-12-06T01:03:30.457Z | Compiling tap v1.0.1 |
2034 | 2023-12-06T01:03:30.463Z | Compiling maybe-uninit v2.0.0 |
2035 | 2023-12-06T01:03:30.463Z | Compiling stable_deref_trait v1.2.0 |
2036 | 2023-12-06T01:03:30.463Z | Compiling fallible-iterator v0.2.0 |
2037 | 2023-12-06T01:03:30.495Z | Compiling regex-syntax v0.8.2 |
2038 | 2023-12-06T01:03:30.760Z | Compiling either v1.9.0 |
2039 | 2023-12-06T01:03:30.881Z | Compiling winnow v0.5.15 |
2040 | 2023-12-06T01:03:31.433Z | Compiling clap_lex v0.5.1 |
2041 | 2023-12-06T01:03:31.533Z | Compiling gimli v0.28.0 |
2042 | 2023-12-06T01:03:32.609Z | Compiling strsim v0.10.0 |
2043 | 2023-12-06T01:03:32.784Z | Compiling dyn-clone v1.0.13 |
2044 | 2023-12-06T01:03:35.717Z | Compiling clap_builder v4.4.2 |
2045 | 2023-12-06T01:03:35.842Z | Compiling postgres-protocol v0.6.6 |
2046 | 2023-12-06T01:03:36.426Z | Compiling regex-automata v0.4.3 |
2047 | 2023-12-06T01:03:37.355Z | Compiling wyz v0.5.1 |
2048 | 2023-12-06T01:03:37.699Z | Compiling url v2.5.0 |
2049 | 2023-12-06T01:03:37.946Z | Compiling diesel_derives v2.1.2 |
2050 | 2023-12-06T01:03:38.143Z | Compiling tokio-rustls v0.24.1 |
2051 | 2023-12-06T01:03:38.690Z | Compiling addr2line v0.21.0 |
2052 | 2023-12-06T01:03:40.501Z | Compiling rustls-native-certs v0.6.3 |
2053 | 2023-12-06T01:03:40.658Z | Compiling strum_macros v0.25.2 |
2054 | 2023-12-06T01:03:41.763Z | Compiling tokio-native-tls v0.3.1 |
2055 | 2023-12-06T01:03:47.098Z | Compiling usdt-macro v0.3.5 |
2056 | 2023-12-06T01:03:47.563Z | Compiling usdt-attr-macro v0.3.5 |
2057 | 2023-12-06T01:03:49.680Z | Compiling phf_shared v0.11.2 |
2058 | 2023-12-06T01:03:50.314Z | Compiling block-padding v0.3.3 |
2059 | 2023-12-06T01:03:50.406Z | Compiling snafu-derive v0.7.5 |
2060 | 2023-12-06T01:03:50.620Z | Compiling enum-as-inner v0.5.1 |
2061 | 2023-12-06T01:03:50.633Z | Compiling serde_repr v0.1.16 |
2062 | 2023-12-06T01:03:52.109Z | Compiling scheduled-thread-pool v0.2.7 |
2063 | 2023-12-06T01:03:52.250Z | Compiling object v0.32.1 |
2064 | 2023-12-06T01:03:55.722Z | Compiling regex-automata v0.1.10 |
2065 | 2023-12-06T01:03:58.373Z | Compiling num-bigint-dig v0.8.4 |
2066 | 2023-12-06T01:03:58.799Z | Compiling rustc-demangle v0.1.23 |
2067 | 2023-12-06T01:03:59.988Z | Compiling ipnet v2.8.0 |
2068 | 2023-12-06T01:04:00.196Z | Compiling funty v2.0.0 |
2069 | 2023-12-06T01:04:01.346Z | Compiling packed_struct v0.10.1 |
2070 | 2023-12-06T01:04:01.716Z | Compiling managed v0.8.0 |
2071 | 2023-12-06T01:04:01.934Z | Compiling num_threads v0.1.6 |
2072 | 2023-12-06T01:04:03.117Z | Compiling bit-vec v0.6.3 |
2073 | 2023-12-06T01:04:03.369Z | Compiling matches v0.1.10 |
2074 | 2023-12-06T01:04:03.373Z | Compiling deranged v0.3.8 |
2075 | 2023-12-06T01:04:04.952Z | Compiling idna v0.2.3 |
2076 | 2023-12-06T01:04:06.475Z | Compiling time v0.3.27 |
2077 | 2023-12-06T01:04:10.417Z | Compiling bitvec v1.0.1 |
2078 | 2023-12-06T01:04:11.226Z | Compiling bstr v0.2.17 |
2079 | 2023-12-06T01:04:13.458Z | Compiling r2d2 v0.8.10 |
2080 | 2023-12-06T01:04:14.901Z | Compiling inout v0.1.3 |
2081 | 2023-12-06T01:04:15.991Z | Compiling phf v0.11.2 |
2082 | 2023-12-06T01:04:17.120Z | Compiling regex v1.10.2 |
2083 | 2023-12-06T01:04:17.821Z | Compiling hyper-tls v0.5.0 |
2084 | 2023-12-06T01:04:18.319Z | Compiling clap v4.4.3 |
2085 | 2023-12-06T01:04:18.475Z | Compiling signal-hook-mio v0.2.3 |
2086 | 2023-12-06T01:04:18.686Z | Compiling hyper-rustls v0.24.2 |
2087 | 2023-12-06T01:04:18.784Z | Compiling flate2 v1.0.28 |
2088 | 2023-12-06T01:04:18.802Z | Compiling bzip2 v0.4.4 |
2089 | 2023-12-06T01:04:19.352Z | Compiling postgres-types v0.2.6 |
2090 | 2023-12-06T01:04:19.512Z | Compiling toml_edit v0.19.15 |
2091 | 2023-12-06T01:04:20.364Z | Compiling ipnetwork v0.20.0 |
2092 | 2023-12-06T01:04:20.403Z | Compiling itertools v0.11.0 |
2093 | 2023-12-06T01:04:21.587Z | Compiling pkcs8 v0.10.2 |
2094 | 2023-12-06T01:04:21.666Z | Compiling pin-project v1.1.3 |
2095 | 2023-12-06T01:04:21.909Z | Compiling hubpack v0.1.2 |
2096 | 2023-12-06T01:04:22.018Z | Compiling serde_urlencoded v0.7.1 |
2097 | 2023-12-06T01:04:22.563Z | Compiling phf_shared v0.10.0 |
2098 | 2023-12-06T01:04:22.921Z | Compiling futures-executor v0.3.29 |
2099 | 2023-12-06T01:04:25.836Z | Compiling signature v2.1.0 |
2100 | 2023-12-06T01:04:26.020Z | Compiling packed_struct_codegen v0.10.1 |
2101 | 2023-12-06T01:04:27.403Z | Compiling float-cmp v0.9.0 |
2102 | 2023-12-06T01:04:28.195Z | Compiling encoding_rs v0.8.33 |
2103 | 2023-12-06T01:04:28.994Z | Compiling mime v0.3.17 |
2104 | 2023-12-06T01:04:29.283Z | Compiling data-encoding v2.4.0 |
2105 | 2023-12-06T01:04:29.813Z | Compiling static_assertions v1.1.0 |
2106 | 2023-12-06T01:04:29.946Z | Compiling whoami v1.4.1 |
2107 | 2023-12-06T01:04:30.553Z | Compiling new_debug_unreachable v1.0.4 |
2108 | 2023-12-06T01:04:30.680Z | Compiling crc-catalog v2.2.0 |
2109 | 2023-12-06T01:04:30.762Z | Compiling unicode-segmentation v1.10.1 |
2110 | 2023-12-06T01:04:30.878Z | Compiling precomputed-hash v0.1.1 |
2111 | 2023-12-06T01:04:31.008Z | Compiling normalize-line-endings v0.3.0 |
2112 | 2023-12-06T01:04:31.035Z | Compiling predicates-core v1.0.6 |
2113 | 2023-12-06T01:04:31.514Z | Compiling regex-automata v0.3.8 |
2114 | 2023-12-06T01:04:32.140Z | Compiling difflib v0.4.0 |
2115 | 2023-12-06T01:04:32.197Z | Compiling fixedbitset v0.4.2 |
2116 | 2023-12-06T01:04:32.827Z | Compiling webpki-roots v0.25.2 |
2117 | 2023-12-06T01:04:33.064Z | Compiling unicode-width v0.1.11 |
2118 | 2023-12-06T01:04:34.485Z | Compiling nodrop v0.1.14 |
2119 | 2023-12-06T01:04:35.205Z | Compiling array-init v0.0.4 |
2120 | 2023-12-06T01:04:36.889Z | Compiling bstr v1.6.0 |
2121 | 2023-12-06T01:04:37.158Z | Compiling console v0.15.7 |
2122 | 2023-12-06T01:04:37.227Z | Compiling reqwest v0.11.22 |
2123 | 2023-12-06T01:04:39.321Z | Compiling predicates v3.0.4 |
2124 | 2023-12-06T01:04:40.602Z | Compiling petgraph v0.6.4 |
2125 | 2023-12-06T01:04:41.720Z | Compiling similar v2.2.1 |
2126 | 2023-12-06T01:04:43.116Z | Compiling string_cache v0.8.7 |
2127 | 2023-12-06T01:04:43.763Z | Compiling crc v3.0.1 |
2128 | 2023-12-06T01:04:45.053Z | Compiling tokio-postgres v0.7.10 |
2129 | 2023-12-06T01:04:49.116Z | Compiling trust-dns-proto v0.22.0 |
2130 | 2023-12-06T01:04:52.690Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2131 | 2023-12-06T01:05:03.530Z | Compiling toml v0.7.8 |
2132 | 2023-12-06T01:05:03.656Z | Compiling futures v0.3.29 |
2133 | 2023-12-06T01:05:04.985Z | Compiling pkcs1 v0.7.5 |
2134 | 2023-12-06T01:05:05.624Z | Compiling snafu v0.7.5 |
2135 | 2023-12-06T01:05:26.228Z | Compiling diesel v2.1.4 |
2136 | 2023-12-06T01:05:26.694Z | Compiling smallvec v0.6.14 |
2137 | 2023-12-06T01:05:26.694Z | Compiling zip v0.6.6 |
2138 | 2023-12-06T01:05:26.694Z | Compiling yasna v0.5.2 |
2139 | 2023-12-06T01:05:26.694Z | Compiling crossterm v0.27.0 |
2140 | 2023-12-06T01:05:26.694Z | Compiling cipher v0.4.4 |
2141 | 2023-12-06T01:05:26.714Z | Compiling hashbrown v0.13.2 |
2142 | 2023-12-06T01:05:26.715Z | Compiling bit-set v0.5.3 |
2143 | 2023-12-06T01:05:26.715Z | Compiling usdt v0.3.5 |
2144 | 2023-12-06T01:05:26.715Z | Compiling is-terminal v0.4.9 |
2145 | 2023-12-06T01:05:26.715Z | Compiling toml_edit v0.21.0 |
2146 | 2023-12-06T01:05:26.715Z | Compiling itertools v0.10.5 |
2147 | 2023-12-06T01:05:26.715Z | Compiling tokio-stream v0.1.14 |
2148 | 2023-12-06T01:05:26.715Z | Compiling openapiv3 v2.0.0-rc.1 |
2149 | 2023-12-06T01:05:26.715Z | Compiling hex v0.4.3 |
2150 | 2023-12-06T01:05:27.988Z | Compiling lalrpop-util v0.19.12 |
2151 | 2023-12-06T01:05:28.786Z | Compiling bitfield v0.14.0 |
2152 | 2023-12-06T01:05:32.022Z | Compiling termcolor v1.2.0 |
2153 | 2023-12-06T01:05:34.116Z | Compiling env_logger v0.10.0 |
2154 | 2023-12-06T01:05:45.754Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2155 | 2023-12-06T01:05:58.317Z | Compiling rsa v0.9.2 |
2156 | 2023-12-06T01:06:03.885Z | Compiling serde-hex v0.1.0 |
2157 | 2023-12-06T01:06:07.467Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2158 | 2023-12-06T01:06:12.797Z | Compiling x509-cert v0.2.4 |
2159 | 2023-12-06T01:06:13.452Z | Compiling ron v0.8.1 |
2160 | 2023-12-06T01:06:14.120Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2161 | 2023-12-06T01:06:15.498Z | Compiling crc-any v2.4.3 |
2162 | 2023-12-06T01:06:34.951Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2163 | 2023-12-06T01:06:42.367Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2164 | 2023-12-06T01:06:59.456Z | Compiling object v0.30.4 |
2165 | 2023-12-06T01:07:07.226Z | Compiling path-slash v0.1.5 |
2166 | 2023-12-06T01:07:20.524Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2167 | 2023-12-06T01:07:53.790Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2168 | 2023-12-06T01:07:54.963Z | Finished release [optimized] target(s) in 5m 58s |
2169 | 2023-12-06T01:07:55.051Z | |
2170 | 2023-12-06T01:07:55.051Z | real 5:58.433185086 |
2171 | 2023-12-06T01:07:55.051Z | user 41:28.354132405 |
2172 | 2023-12-06T01:07:55.051Z | sys 3:38.329560506 |
2173 | 2023-12-06T01:07:55.051Z | trap 1.651904736 |
2174 | 2023-12-06T01:07:55.052Z | tflt 1.008235953 |
2175 | 2023-12-06T01:07:55.052Z | dflt 0.472112663 |
2176 | 2023-12-06T01:07:55.055Z | kflt 0.007289298 |
2177 | 2023-12-06T01:07:55.055Z | lock 1:31:57.900183718 |
2178 | 2023-12-06T01:07:55.055Z | slp 1:56:44.167917007 |
2179 | 2023-12-06T01:07:55.055Z | lat 1:47.819307650 |
2180 | 2023-12-06T01:07:55.055Z | stop 1:30.221900428 |
2181 | 2023-12-06T01:07:55.055Z | + ptime -m gzip |
2182 | 2023-12-06T01:07:55.728Z | |
2183 | 2023-12-06T01:07:55.732Z | real 0.654195774 |
2184 | 2023-12-06T01:07:55.732Z | user 0.646488616 |
2185 | 2023-12-06T01:07:55.732Z | sys 0.007140080 |
2186 | 2023-12-06T01:07:55.732Z | trap 0.000062226 |
2187 | 2023-12-06T01:07:55.733Z | tflt 0.000000000 |
2188 | 2023-12-06T01:07:55.733Z | dflt 0.000000000 |
2189 | 2023-12-06T01:07:55.733Z | kflt 0.000000000 |
2190 | 2023-12-06T01:07:55.733Z | lock 0.000000000 |
2191 | 2023-12-06T01:07:55.733Z | slp 0.000000000 |
2192 | 2023-12-06T01:07:55.733Z | lat 0.000178757 |
2193 | 2023-12-06T01:07:55.733Z | stop 0.000224696 |
2194 | 2023-12-06T01:07:55.733Z | + banner tufaceous |
2195 | 2023-12-06T01:07:55.733Z | |
2196 | 2023-12-06T01:07:55.733Z | ##### # # ###### ## #### ###### #### # # #### |
2197 | 2023-12-06T01:07:55.733Z | # # # # # # # # # # # # # # |
2198 | 2023-12-06T01:07:55.733Z | # # # ##### # # # ##### # # # # #### |
2199 | 2023-12-06T01:07:55.733Z | # # # # ###### # # # # # # # |
2200 | 2023-12-06T01:07:55.733Z | # # # # # # # # # # # # # # # |
2201 | 2023-12-06T01:07:55.733Z | # #### # # # #### ###### #### #### #### |
2202 | 2023-12-06T01:07:55.733Z | |
2203 | 2023-12-06T01:07:55.733Z | + ptime -m cargo build --locked -p tufaceous --release |
2204 | 2023-12-06T01:07:56.375Z | Downloading crates ... |
2205 | 2023-12-06T01:07:56.763Z | Downloaded globset v0.4.13 |
2206 | 2023-12-06T01:07:56.770Z | Downloaded serde_plain v1.0.2 |
2207 | 2023-12-06T01:07:56.770Z | Downloaded bytesize v1.3.0 |
2208 | 2023-12-06T01:07:56.770Z | Downloaded fs-err v2.11.0 |
2209 | 2023-12-06T01:07:56.770Z | Downloaded buf-list v1.0.3 |
2210 | 2023-12-06T01:07:56.781Z | Downloaded humantime v2.1.0 |
2211 | 2023-12-06T01:07:56.784Z | Downloaded olpc-cjson v0.1.3 |
2212 | 2023-12-06T01:07:56.785Z | Downloaded async-recursion v1.0.5 |
2213 | 2023-12-06T01:07:56.785Z | Downloaded typed-path v0.6.0 |
2214 | 2023-12-06T01:07:56.792Z | Downloaded tough v0.15.0 |
2215 | 2023-12-06T01:07:56.958Z | Compiling serde_tokenstream v0.2.0 |
2216 | 2023-12-06T01:07:56.981Z | Compiling regress v0.7.1 |
2217 | 2023-12-06T01:07:56.995Z | Compiling dirs-sys-next v0.1.2 |
2218 | 2023-12-06T01:07:56.999Z | Compiling ident_case v1.0.1 |
2219 | 2023-12-06T01:07:57.027Z | Compiling thread_local v1.1.7 |
2220 | 2023-12-06T01:07:57.032Z | Compiling slog-async v2.8.0 |
2221 | 2023-12-06T01:07:57.049Z | Compiling camino v1.1.6 |
2222 | 2023-12-06T01:07:57.238Z | Compiling dirs-next v2.0.0 |
2223 | 2023-12-06T01:07:57.590Z | Compiling darling_core v0.20.3 |
2224 | 2023-12-06T01:07:57.676Z | Compiling heck v0.4.1 |
2225 | 2023-12-06T01:07:57.802Z | Compiling term v0.7.0 |
2226 | 2023-12-06T01:07:57.894Z | Compiling crossbeam-channel v0.5.8 |
2227 | 2023-12-06T01:07:58.329Z | Compiling getopts v0.2.21 |
2228 | 2023-12-06T01:07:58.832Z | Compiling structmeta-derive v0.2.0 |
2229 | 2023-12-06T01:07:59.721Z | Compiling atty v0.2.14 |
2230 | 2023-12-06T01:07:59.734Z | Compiling multer v2.1.0 |
2231 | 2023-12-06T01:07:59.920Z | Compiling unsafe-libyaml v0.2.9 |
2232 | 2023-12-06T01:08:00.151Z | Compiling take_mut v0.2.2 |
2233 | 2023-12-06T01:08:00.371Z | Compiling paste v1.0.14 |
2234 | 2023-12-06T01:08:00.748Z | Compiling match_cfg v0.1.0 |
2235 | 2023-12-06T01:08:00.881Z | Compiling hostname v0.3.1 |
2236 | 2023-12-06T01:08:01.320Z | Compiling slog-term v2.9.0 |
2237 | 2023-12-06T01:08:02.832Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2238 | 2023-12-06T01:08:04.790Z | Compiling structmeta v0.2.0 |
2239 | 2023-12-06T01:08:05.392Z | Compiling serde_yaml v0.9.25 |
2240 | 2023-12-06T01:08:06.442Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2241 | 2023-12-06T01:08:06.468Z | Compiling slog-json v2.6.1 |
2242 | 2023-12-06T01:08:06.643Z | Compiling darling_macro v0.20.3 |
2243 | 2023-12-06T01:08:07.236Z | Compiling async-stream-impl v0.3.5 |
2244 | 2023-12-06T01:08:08.070Z | Compiling darling v0.20.3 |
2245 | 2023-12-06T01:08:08.236Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2246 | 2023-12-06T01:08:08.709Z | Compiling fastrand v2.0.0 |
2247 | 2023-12-06T01:08:08.811Z | Compiling regex-syntax v0.7.5 |
2248 | 2023-12-06T01:08:09.140Z | Compiling atomic-waker v1.1.1 |
2249 | 2023-12-06T01:08:09.444Z | Compiling waitgroup v0.1.2 |
2250 | 2023-12-06T01:08:09.764Z | Compiling tempfile v3.8.1 |
2251 | 2023-12-06T01:08:09.785Z | Compiling async-stream v0.3.5 |
2252 | 2023-12-06T01:08:09.954Z | Compiling serde_with_macros v2.3.3 |
2253 | 2023-12-06T01:08:10.242Z | Compiling slog-bunyan v2.4.0 |
2254 | 2023-12-06T01:08:12.979Z | Compiling toml v0.8.8 |
2255 | 2023-12-06T01:08:13.297Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2256 | 2023-12-06T01:08:13.843Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2257 | 2023-12-06T01:08:15.232Z | Compiling sha1 v0.10.6 |
2258 | 2023-12-06T01:08:15.719Z | Compiling serde_path_to_error v0.1.14 |
2259 | 2023-12-06T01:08:16.272Z | Compiling fs-err v2.11.0 |
2260 | 2023-12-06T01:08:16.599Z | Compiling instant v0.1.12 |
2261 | 2023-12-06T01:08:16.704Z | Compiling same-file v1.0.6 |
2262 | 2023-12-06T01:08:16.771Z | Compiling buf-list v1.0.3 |
2263 | 2023-12-06T01:08:16.813Z | Compiling debug-ignore v1.0.5 |
2264 | 2023-12-06T01:08:17.024Z | Compiling arc-swap v1.6.0 |
2265 | 2023-12-06T01:08:17.339Z | Compiling walkdir v2.4.0 |
2266 | 2023-12-06T01:08:17.641Z | Compiling backoff v0.4.0 |
2267 | 2023-12-06T01:08:18.185Z | Compiling slog-scope v4.4.0 |
2268 | 2023-12-06T01:08:18.408Z | Compiling serde_with v2.3.3 |
2269 | 2023-12-06T01:08:19.040Z | Compiling parse-display-derive v0.8.2 |
2270 | 2023-12-06T01:08:19.566Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2271 | 2023-12-06T01:08:20.226Z | Compiling globset v0.4.13 |
2272 | 2023-12-06T01:08:20.614Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2273 | 2023-12-06T01:08:20.857Z | Compiling strum v0.25.0 |
2274 | 2023-12-06T01:08:21.129Z | Compiling olpc-cjson v0.1.3 |
2275 | 2023-12-06T01:08:21.878Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2276 | 2023-12-06T01:08:21.892Z | Compiling pem v3.0.2 |
2277 | 2023-12-06T01:08:22.035Z | Compiling macaddr v1.0.1 |
2278 | 2023-12-06T01:08:23.228Z | Compiling serde_plain v1.0.2 |
2279 | 2023-12-06T01:08:24.066Z | Compiling async-recursion v1.0.5 |
2280 | 2023-12-06T01:08:24.519Z | Compiling filetime v0.2.22 |
2281 | 2023-12-06T01:08:24.987Z | Compiling xattr v1.0.1 |
2282 | 2023-12-06T01:08:25.262Z | Compiling parse-display v0.8.2 |
2283 | 2023-12-06T01:08:25.423Z | Compiling typed-path v0.6.0 |
2284 | 2023-12-06T01:08:25.560Z | Compiling tar v0.4.40 |
2285 | 2023-12-06T01:08:25.579Z | Compiling slog-stdlog v4.1.1 |
2286 | 2023-12-06T01:08:27.461Z | Compiling camino-tempfile v1.1.1 |
2287 | 2023-12-06T01:08:28.723Z | Compiling itertools v0.12.0 |
2288 | 2023-12-06T01:08:28.726Z | Compiling bytesize v1.3.0 |
2289 | 2023-12-06T01:08:28.994Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2290 | 2023-12-06T01:08:29.180Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2291 | 2023-12-06T01:08:34.578Z | Compiling tough v0.15.0 |
2292 | 2023-12-06T01:08:35.081Z | Compiling slog-envlogger v2.2.0 |
2293 | 2023-12-06T01:08:35.122Z | Compiling humantime v2.1.0 |
2294 | 2023-12-06T01:08:38.851Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2295 | 2023-12-06T01:09:03.546Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2296 | 2023-12-06T01:09:03.834Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2297 | 2023-12-06T01:09:13.750Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2298 | 2023-12-06T01:09:16.132Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2299 | 2023-12-06T01:09:45.274Z | Finished release [optimized] target(s) in 1m 49s |
2300 | 2023-12-06T01:09:45.363Z | |
2301 | 2023-12-06T01:09:45.366Z | real 1:49.618158373 |
2302 | 2023-12-06T01:09:45.367Z | user 11:40.952850701 |
2303 | 2023-12-06T01:09:45.367Z | sys 44.219745428 |
2304 | 2023-12-06T01:09:45.367Z | trap 0.417652711 |
2305 | 2023-12-06T01:09:45.367Z | tflt 0.397016191 |
2306 | 2023-12-06T01:09:45.367Z | dflt 0.712074548 |
2307 | 2023-12-06T01:09:45.367Z | kflt 0.000277902 |
2308 | 2023-12-06T01:09:45.367Z | lock 21:14.731567104 |
2309 | 2023-12-06T01:09:45.367Z | slp 23:32.814026125 |
2310 | 2023-12-06T01:09:45.367Z | lat 22.145669458 |
2311 | 2023-12-06T01:09:45.367Z | stop 13.269281859 |
2312 | 2023-12-06T01:09:45.367Z | + ptime -m gzip |
2313 | 2023-12-06T01:09:47.731Z | |
2314 | 2023-12-06T01:09:47.735Z | real 2.355138095 |
2315 | 2023-12-06T01:09:47.736Z | user 2.324010684 |
2316 | 2023-12-06T01:09:47.736Z | sys 0.030371669 |
2317 | 2023-12-06T01:09:47.736Z | trap 0.000249464 |
2318 | 2023-12-06T01:09:47.736Z | tflt 0.000000000 |
2319 | 2023-12-06T01:09:47.736Z | dflt 0.000000000 |
2320 | 2023-12-06T01:09:47.736Z | kflt 0.000000000 |
2321 | 2023-12-06T01:09:47.736Z | lock 0.000000000 |
2322 | 2023-12-06T01:09:47.736Z | slp 0.000000000 |
2323 | 2023-12-06T01:09:47.736Z | lat 0.000175196 |
2324 | 2023-12-06T01:09:47.736Z | stop 0.000227936 |
2325 | 2023-12-06T01:09:47.736Z | process exited: duration 1129057 ms, exit code 0 |
|
2326 | 2023-12-06T01:09:47.756Z | found 5 output files |
2327 | 2023-12-06T01:09:47.756Z | uploading: /work/end-to-end-tests/bootstrap-83d41f1b41d1fb89.gz (6319406 bytes) |
2328 | 2023-12-06T01:09:51.602Z | uploaded: /work/end-to-end-tests/bootstrap-83d41f1b41d1fb89.gz |
2329 | 2023-12-06T01:09:51.602Z | uploading: /work/end-to-end-tests/bootstrap.gz (95840491 bytes) |
2330 | 2023-12-06T01:10:19.995Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2331 | 2023-12-06T01:10:19.995Z | uploading: /work/end-to-end-tests/end_to_end_tests-8c93950b566420c7.gz (99121215 bytes) |
2332 | 2023-12-06T01:10:55.965Z | uploaded: /work/end-to-end-tests/end_to_end_tests-8c93950b566420c7.gz |
2333 | 2023-12-06T01:10:55.965Z | uploading: /work/caboose-util.gz (4091465 bytes) |
2334 | 2023-12-06T01:10:59.361Z | uploaded: /work/caboose-util.gz |
2335 | 2023-12-06T01:10:59.361Z | uploading: /work/tufaceous.gz (14958995 bytes) |
2336 | 2023-12-06T01:11:10.024Z | uploaded: /work/tufaceous.gz |