|
|
|
1 | 2024-02-03T10:12:11.192Z | job assigned to worker 01HNQ76WW75QV8RDQ3PM7748C2 (queued for 3 h 34 m 19 s) |
|
2 | 2024-02-03T10:12:12.472Z | starting task 0: "setup" |
3 | 2024-02-03T10:12:12.475Z | ++ uname -s |
4 | 2024-02-03T10:12:12.475Z | + kern=SunOS |
5 | 2024-02-03T10:12:12.475Z | + case "$kern" in |
6 | 2024-02-03T10:12:12.475Z | + groupadd -g 12345 build |
7 | 2024-02-03T10:12:12.475Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-03T10:12:14.167Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-03T10:12:14.261Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-03T10:12:14.264Z | + home_fs=zfs |
11 | 2024-02-03T10:12:14.264Z | + [[ zfs == autofs ]] |
12 | 2024-02-03T10:12:14.264Z | + mkdir -p /home/build |
13 | 2024-02-03T10:12:14.270Z | + chown build:build /home/build /work |
14 | 2024-02-03T10:12:15.270Z | + chmod 0700 /home/build /work |
15 | 2024-02-03T10:12:15.282Z | process exited: duration 3204 ms, exit code 0 |
|
16 | 2024-02-03T10:12:15.288Z | starting task 1: "rust-toolchain" |
17 | 2024-02-03T10:12:15.297Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-03T10:12:15.301Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-03T10:12:15.560Z | info: downloading installer |
20 | 2024-02-03T10:12:17.237Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-03T10:12:17.237Z | warning: /opt/ooce/bin |
22 | 2024-02-03T10:12:17.237Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-03T10:12:17.237Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-03T10:12:17.237Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-03T10:12:17.237Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-03T10:12:17.237Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-03T10:12:17.237Z | error: cannot install while Rust is installed |
28 | 2024-02-03T10:12:17.237Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-03T10:12:17.388Z | info: profile set to 'default' |
30 | 2024-02-03T10:12:17.388Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-03T10:12:17.391Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-03T10:12:17.554Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-03T10:12:17.554Z | info: downloading component 'cargo' |
34 | 2024-02-03T10:12:18.196Z | info: downloading component 'clippy' |
35 | 2024-02-03T10:12:18.435Z | info: downloading component 'rust-docs' |
36 | 2024-02-03T10:12:19.245Z | info: downloading component 'rust-std' |
37 | 2024-02-03T10:12:20.756Z | info: downloading component 'rustc' |
38 | 2024-02-03T10:12:24.208Z | info: downloading component 'rustfmt' |
39 | 2024-02-03T10:12:24.452Z | info: installing component 'cargo' |
40 | 2024-02-03T10:12:25.829Z | info: installing component 'clippy' |
41 | 2024-02-03T10:12:26.415Z | info: installing component 'rust-docs' |
42 | 2024-02-03T10:12:29.099Z | info: installing component 'rust-std' |
43 | 2024-02-03T10:12:32.202Z | info: installing component 'rustc' |
44 | 2024-02-03T10:12:38.501Z | info: installing component 'rustfmt' |
45 | 2024-02-03T10:12:38.969Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-03T10:12:38.969Z | |
47 | 2024-02-03T10:12:39.102Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-03T10:12:39.102Z | |
49 | 2024-02-03T10:12:39.105Z | |
50 | 2024-02-03T10:12:39.105Z | Rust is installed now. Great! |
51 | 2024-02-03T10:12:39.105Z | |
52 | 2024-02-03T10:12:39.105Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-03T10:12:39.105Z | environment variable. This has not been done automatically. |
54 | 2024-02-03T10:12:39.105Z | |
55 | 2024-02-03T10:12:39.105Z | To configure your current shell, run: |
56 | 2024-02-03T10:12:39.105Z | source "$HOME/.cargo/env" |
57 | 2024-02-03T10:12:39.188Z | + rustc --version |
58 | 2024-02-03T10:12:39.297Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-03T10:12:39.303Z | process exited: duration 24016 ms, exit code 0 |
|
60 | 2024-02-03T10:12:39.314Z | starting task 2: "authentication" |
61 | 2024-02-03T10:12:39.341Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2024-02-03T10:12:39.347Z | starting task 3: "clone repository" |
63 | 2024-02-03T10:12:39.354Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-03T10:12:39.357Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-03T10:12:39.453Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-03T10:12:46.065Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-03T10:12:46.065Z | + git fetch origin 20925464883cab6b9cde77d350531c9894996f90 |
68 | 2024-02-03T10:12:46.464Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-03T10:12:46.464Z | * branch 20925464883cab6b9cde77d350531c9894996f90 -> FETCH_HEAD |
70 | 2024-02-03T10:12:46.476Z | + [[ -n renovate/serde_with-3.x ]] |
71 | 2024-02-03T10:12:46.479Z | ++ git branch --show-current |
72 | 2024-02-03T10:12:46.481Z | + current=main |
73 | 2024-02-03T10:12:46.481Z | + [[ main != renovate/serde_with-3.x ]] |
74 | 2024-02-03T10:12:46.481Z | + git branch -f renovate/serde_with-3.x 20925464883cab6b9cde77d350531c9894996f90 |
75 | 2024-02-03T10:12:46.486Z | + git checkout -f renovate/serde_with-3.x |
76 | 2024-02-03T10:12:46.671Z | Switched to branch 'renovate/serde_with-3.x' |
77 | 2024-02-03T10:12:46.675Z | + git reset --hard 20925464883cab6b9cde77d350531c9894996f90 |
78 | 2024-02-03T10:12:46.689Z | HEAD is now at 209254648 Update Rust crate serde_with to 3.6.0 |
79 | 2024-02-03T10:12:46.692Z | process exited: duration 7344 ms, exit code 0 |
|
80 | 2024-02-03T10:12:46.698Z | starting task 4: "build" |
81 | 2024-02-03T10:12:46.704Z | + cargo --version |
82 | 2024-02-03T10:12:46.711Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-03T10:12:46.908Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-03T10:12:46.911Z | info: downloading component 'cargo' |
85 | 2024-02-03T10:12:47.722Z | info: downloading component 'clippy' |
86 | 2024-02-03T10:12:47.982Z | info: downloading component 'rust-docs' |
87 | 2024-02-03T10:12:48.991Z | info: downloading component 'rust-std' |
88 | 2024-02-03T10:12:50.517Z | info: downloading component 'rustc' |
89 | 2024-02-03T10:12:54.722Z | info: downloading component 'rustfmt' |
90 | 2024-02-03T10:12:54.960Z | info: installing component 'cargo' |
91 | 2024-02-03T10:12:56.266Z | info: installing component 'clippy' |
92 | 2024-02-03T10:12:56.747Z | info: installing component 'rust-docs' |
93 | 2024-02-03T10:12:59.536Z | info: installing component 'rust-std' |
94 | 2024-02-03T10:13:01.989Z | info: installing component 'rustc' |
95 | 2024-02-03T10:13:08.269Z | info: installing component 'rustfmt' |
96 | 2024-02-03T10:13:08.817Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-03T10:13:08.820Z | + rustc --version |
98 | 2024-02-03T10:13:08.971Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-03T10:13:08.979Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-02-03T10:13:20.556Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-02-03T10:13:22.405Z | Startup: Caching catalogs ... Done |
102 | 2024-02-03T10:13:25.379Z | Planning: Solver setup ... Done (2.465s) |
103 | 2024-02-03T10:13:25.444Z | Planning: Running solver ... Done (0.065s) |
104 | 2024-02-03T10:13:25.475Z | Planning: Finding local manifests ... Done (0.002s) |
105 | 2024-02-03T10:13:25.493Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-02-03T10:13:25.770Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-02-03T10:13:25.849Z | Planning: Package planning ... Done (0.079s) |
108 | 2024-02-03T10:13:25.933Z | Planning: Merging actions ... Done (0.084s) |
109 | 2024-02-03T10:13:26.896Z | Planning: Checking for conflicting actions ... Done (0.962s) |
110 | 2024-02-03T10:13:26.913Z | Planning: Consolidating action changes ... Done (0.017s) |
111 | 2024-02-03T10:13:32.834Z | Planning: Evaluating mediators ... Done (5.921s) |
112 | 2024-02-03T10:13:32.850Z | Planning: Planning completed in 10.38 seconds |
113 | 2024-02-03T10:13:35.813Z | Packages to install: 4 |
114 | 2024-02-03T10:13:35.813Z | Mediators to change: 2 |
115 | 2024-02-03T10:13:35.813Z | Services to change: 1 |
116 | 2024-02-03T10:13:35.816Z | Estimated space available: 148.87 GB |
117 | 2024-02-03T10:13:35.816Z | Estimated space to be consumed: 1.40 GB |
118 | 2024-02-03T10:13:35.816Z | Create boot environment: No |
119 | 2024-02-03T10:13:35.816Z | Create backup boot environment: No |
120 | 2024-02-03T10:13:35.816Z | Rebuild boot archive: No |
121 | 2024-02-03T10:13:35.816Z | |
122 | 2024-02-03T10:13:35.816Z | Changed mediators: |
123 | 2024-02-03T10:13:35.816Z | mediator clang: |
124 | 2024-02-03T10:13:35.816Z | version: None -> 15 (system default) |
125 | 2024-02-03T10:13:35.816Z | |
126 | 2024-02-03T10:13:35.817Z | mediator llvm: |
127 | 2024-02-03T10:13:35.817Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-02-03T10:13:35.817Z | |
129 | 2024-02-03T10:13:35.817Z | Changed packages: |
130 | 2024-02-03T10:13:35.817Z | helios-dev |
131 | 2024-02-03T10:13:35.817Z | developer/build-essential |
132 | 2024-02-03T10:13:35.817Z | None -> 11-2.0 |
133 | 2024-02-03T10:13:35.817Z | library/libxmlsec1 |
134 | 2024-02-03T10:13:35.817Z | None -> 1.2.35-2.0 |
135 | 2024-02-03T10:13:35.817Z | ooce/developer/clang-15 |
136 | 2024-02-03T10:13:35.817Z | None -> 15.0.7-2.0 |
137 | 2024-02-03T10:13:35.817Z | ooce/developer/llvm-15 |
138 | 2024-02-03T10:13:35.817Z | None -> 15.0.7-2.0 |
139 | 2024-02-03T10:13:35.817Z | |
140 | 2024-02-03T10:13:35.817Z | Services: |
141 | 2024-02-03T10:13:35.817Z | restart_fmri: |
142 | 2024-02-03T10:13:35.817Z | svc:/system/update-man-index:default |
143 | 2024-02-03T10:13:36.061Z | |
144 | 2024-02-03T10:13:36.061Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-02-03T10:13:41.245Z | Download: 1197/3290 items 77.1/212.6MB 36% complete (17.7M/s) |
146 | 2024-02-03T10:13:46.245Z | Download: 2642/3290 items 120.3/212.6MB 56% complete (12.0M/s) |
147 | 2024-02-03T10:13:50.610Z | Download: Completed 212.60 MB in 14.55 seconds (14.6M/s) |
148 | 2024-02-03T10:13:50.948Z | Actions: 1/3689 actions (Installing new actions) |
149 | 2024-02-03T10:13:55.969Z | Actions: 3149/3689 actions (Installing new actions) |
150 | 2024-02-03T10:13:58.531Z | Actions: Completed 3689 actions in 7.58 seconds. |
151 | 2024-02-03T10:13:58.782Z | Done (0.244s) |
152 | 2024-02-03T10:13:58.782Z | Done (0.000s) |
153 | 2024-02-03T10:13:59.118Z | Done (0.336s) |
154 | 2024-02-03T10:14:07.020Z | Done (7.756s) |
155 | 2024-02-03T10:14:07.270Z | Done (0.150s) |
156 | 2024-02-03T10:14:07.273Z | Done (0.000s) |
157 | 2024-02-03T10:14:07.506Z | Done (0.000s) |
158 | 2024-02-03T10:14:08.253Z | Planning: Evaluating mediator changes ... Done |
159 | 2024-02-03T10:14:08.535Z | Planning: Checking for conflicting actions ... Done |
160 | 2024-02-03T10:14:08.538Z | Planning: Consolidating action changes ... Done |
161 | 2024-02-03T10:14:08.969Z | Planning: Evaluating mediators ... Done |
162 | 2024-02-03T10:14:08.972Z | Planning: Planning completed in 0.72 seconds |
163 | 2024-02-03T10:14:09.024Z | Mediators to change: 2 |
164 | 2024-02-03T10:14:09.027Z | Create boot environment: No |
165 | 2024-02-03T10:14:09.027Z | Create backup boot environment: No |
166 | 2024-02-03T10:14:09.118Z | Done |
167 | 2024-02-03T10:14:09.118Z | Done |
168 | 2024-02-03T10:14:09.317Z | Done |
169 | 2024-02-03T10:14:15.013Z | Done |
170 | 2024-02-03T10:14:15.133Z | Done |
171 | 2024-02-03T10:14:15.136Z | Done |
172 | 2024-02-03T10:14:15.243Z | Done |
173 | 2024-02-03T10:14:16.241Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-02-03T10:14:16.244Z | Planning: Merging actions ... Done |
175 | 2024-02-03T10:14:16.583Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-02-03T10:14:16.587Z | Planning: Consolidating action changes ... Done |
177 | 2024-02-03T10:14:17.028Z | Planning: Evaluating mediators ... Done |
178 | 2024-02-03T10:14:17.118Z | Planning: Planning completed in 1.32 seconds |
179 | 2024-02-03T10:14:17.176Z | Packages to change: 1 |
180 | 2024-02-03T10:14:17.176Z | Mediators to change: 1 |
181 | 2024-02-03T10:14:17.179Z | Services to change: 1 |
182 | 2024-02-03T10:14:17.179Z | Create boot environment: No |
183 | 2024-02-03T10:14:17.179Z | Create backup boot environment: Yes |
184 | 2024-02-03T10:14:19.105Z | Actions: 1/6 actions (Updating modified actions) |
185 | 2024-02-03T10:14:19.107Z | Actions: Completed 6 actions in 0.00 seconds. |
186 | 2024-02-03T10:14:19.107Z | Done |
187 | 2024-02-03T10:14:19.108Z | Done |
188 | 2024-02-03T10:14:19.183Z | Done |
189 | 2024-02-03T10:14:25.052Z | Done |
190 | 2024-02-03T10:14:25.175Z | Done |
191 | 2024-02-03T10:14:25.178Z | Done |
192 | 2024-02-03T10:14:25.263Z | Done |
193 | 2024-02-03T10:14:25.942Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
194 | 2024-02-03T10:14:25.942Z | clang system 15 system |
195 | 2024-02-03T10:14:25.943Z | csh system system illumos |
196 | 2024-02-03T10:14:25.943Z | ctags system system illumos |
197 | 2024-02-03T10:14:25.943Z | gcc vendor 12 vendor |
198 | 2024-02-03T10:14:25.943Z | gcc system 10 system |
199 | 2024-02-03T10:14:25.943Z | gcc system 7 system |
200 | 2024-02-03T10:14:25.943Z | go system 1.20 system |
201 | 2024-02-03T10:14:25.943Z | go system 1.19 system |
202 | 2024-02-03T10:14:25.943Z | llvm system 15 system |
203 | 2024-02-03T10:14:25.943Z | llvm system 14 system |
204 | 2024-02-03T10:14:25.943Z | mariadb system 10.6 system |
205 | 2024-02-03T10:14:25.943Z | mta vendor vendor dma |
206 | 2024-02-03T10:14:25.943Z | openjdk system 17 system |
207 | 2024-02-03T10:14:25.943Z | openjdk system 11 system |
208 | 2024-02-03T10:14:25.943Z | openjdk system 1.8 system |
209 | 2024-02-03T10:14:25.943Z | openssl vendor 3 vendor |
210 | 2024-02-03T10:14:25.943Z | perl system 5.36 system |
211 | 2024-02-03T10:14:25.943Z | postgresql system 15 system |
212 | 2024-02-03T10:14:25.943Z | postgresql system 13 system |
213 | 2024-02-03T10:14:25.943Z | python vendor 3 vendor |
214 | 2024-02-03T10:14:25.943Z | python system 2 system |
215 | 2024-02-03T10:14:25.943Z | python3 system 3.11 system |
216 | 2024-02-03T10:14:25.943Z | ruby system 3.0 system |
217 | 2024-02-03T10:14:25.943Z | words vendor vendor american-english |
218 | 2024-02-03T10:14:25.944Z | words system system australian-english |
219 | 2024-02-03T10:14:25.944Z | words system system british-english |
220 | 2024-02-03T10:14:25.944Z | words system system canadian-english |
221 | 2024-02-03T10:14:25.944Z | words system system french |
222 | 2024-02-03T10:14:25.944Z | words system system italian |
223 | 2024-02-03T10:14:25.944Z | words system system ngerman |
224 | 2024-02-03T10:14:25.944Z | words system system ogerman |
225 | 2024-02-03T10:14:25.944Z | words system system spanish |
226 | 2024-02-03T10:14:26.472Z | FMRI IFO |
227 | 2024-02-03T10:14:26.472Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
228 | 2024-02-03T10:14:26.472Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
229 | 2024-02-03T10:14:26.472Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
230 | 2024-02-03T10:14:26.472Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
231 | 2024-02-03T10:14:26.472Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
232 | 2024-02-03T10:14:26.472Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
233 | 2024-02-03T10:14:26.472Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
234 | 2024-02-03T10:14:26.472Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
235 | 2024-02-03T10:14:26.553Z | + set -o errexit |
236 | 2024-02-03T10:14:26.556Z | +++ dirname ./tools/ci_download_cockroachdb |
237 | 2024-02-03T10:14:26.559Z | ++ cd ./tools |
238 | 2024-02-03T10:14:26.559Z | ++ pwd |
239 | 2024-02-03T10:14:26.559Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
240 | 2024-02-03T10:14:26.560Z | ++ basename ./tools/ci_download_cockroachdb |
241 | 2024-02-03T10:14:26.562Z | + ARG0=ci_download_cockroachdb |
242 | 2024-02-03T10:14:26.562Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
243 | 2024-02-03T10:14:26.566Z | + CIDL_VERSION=v22.1.9 |
244 | 2024-02-03T10:14:26.566Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
245 | 2024-02-03T10:14:26.566Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
246 | 2024-02-03T10:14:26.566Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
247 | 2024-02-03T10:14:26.566Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
248 | 2024-02-03T10:14:26.566Z | + TARGET_DIR=out |
249 | 2024-02-03T10:14:26.566Z | + DOWNLOAD_DIR=out/downloads |
250 | 2024-02-03T10:14:26.566Z | + DEST_DIR=./out/cockroachdb |
251 | 2024-02-03T10:14:26.567Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
252 | 2024-02-03T10:14:26.567Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
253 | 2024-02-03T10:14:26.567Z | + main |
254 | 2024-02-03T10:14:26.567Z | + [[ 0 != 0 ]] |
255 | 2024-02-03T10:14:26.567Z | + CIDL_OS=solaris2.11 |
256 | 2024-02-03T10:14:26.567Z | + [[ 0 != 0 ]] |
257 | 2024-02-03T10:14:26.567Z | + configure_os solaris2.11 |
258 | 2024-02-03T10:14:26.567Z | + echo 'current directory: /work/oxidecomputer/omicron' |
259 | 2024-02-03T10:14:26.567Z | current directory: /work/oxidecomputer/omicron |
260 | 2024-02-03T10:14:26.567Z | + echo 'configuring based on OS: "solaris2.11"' |
261 | 2024-02-03T10:14:26.567Z | + case "$1" in |
262 | 2024-02-03T10:14:26.567Z | configuring based on OS: "solaris2.11" |
263 | 2024-02-03T10:14:26.567Z | + CIDL_BUILD=illumos |
264 | 2024-02-03T10:14:26.567Z | + CIDL_SUFFIX=tar.gz |
265 | 2024-02-03T10:14:26.567Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
266 | 2024-02-03T10:14:26.567Z | + CIDL_MD5FUNC=do_md5sum |
267 | 2024-02-03T10:14:26.567Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2024-02-03T10:14:26.567Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2024-02-03T10:14:26.567Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2024-02-03T10:14:26.567Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2024-02-03T10:14:26.567Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-02-03T10:14:26.567Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2024-02-03T10:14:26.567Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-03T10:14:26.567Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2024-02-03T10:14:26.568Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-03T10:14:26.568Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-03T10:14:26.568Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2024-02-03T10:14:26.568Z | + mkdir -p out/downloads |
279 | 2024-02-03T10:14:26.571Z | + mkdir -p ./out/cockroachdb |
280 | 2024-02-03T10:14:26.571Z | + local DO_DOWNLOAD=true |
281 | 2024-02-03T10:14:26.571Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
282 | 2024-02-03T10:14:26.571Z | + '[' true == true ']' |
283 | 2024-02-03T10:14:26.571Z | + echo Downloading... |
284 | 2024-02-03T10:14:26.571Z | Downloading... |
285 | 2024-02-03T10:14:26.571Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-02-03T10:14:26.571Z | + 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 |
287 | 2024-02-03T10:14:30.492Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-02-03T10:14:30.508Z | ++ md5sum |
289 | 2024-02-03T10:14:30.508Z | ++ awk '{print $1}' |
290 | 2024-02-03T10:14:30.732Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
291 | 2024-02-03T10:14:30.732Z | + [[ 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 ]] |
292 | 2024-02-03T10:14:30.732Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-02-03T10:14:30.732Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
294 | 2024-02-03T10:14:34.129Z | + do_assemble_illumos |
295 | 2024-02-03T10:14:34.129Z | + rm -r ./out/cockroachdb |
296 | 2024-02-03T10:14:34.133Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
297 | 2024-02-03T10:14:34.817Z | + ./out/cockroachdb/bin/cockroach version |
298 | 2024-02-03T10:14:35.185Z | Build Tag: v22.1.9-dirty |
299 | 2024-02-03T10:14:35.185Z | Build Time: 2022/10/26 21:17:46 |
300 | 2024-02-03T10:14:35.185Z | Distribution: OSS |
301 | 2024-02-03T10:14:35.185Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
302 | 2024-02-03T10:14:35.185Z | Go Version: go1.17.13 |
303 | 2024-02-03T10:14:35.185Z | C Compiler: gcc 10.3.0 |
304 | 2024-02-03T10:14:35.185Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
305 | 2024-02-03T10:14:35.185Z | Build Type: release |
306 | 2024-02-03T10:14:35.212Z | + set -o errexit |
307 | 2024-02-03T10:14:35.215Z | +++ dirname ./tools/ci_download_clickhouse |
308 | 2024-02-03T10:14:35.218Z | ++ cd ./tools |
309 | 2024-02-03T10:14:35.218Z | ++ pwd |
310 | 2024-02-03T10:14:35.218Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
311 | 2024-02-03T10:14:35.222Z | ++ basename ./tools/ci_download_clickhouse |
312 | 2024-02-03T10:14:35.222Z | + ARG0=ci_download_clickhouse |
313 | 2024-02-03T10:14:35.222Z | + TARGET_DIR=out |
314 | 2024-02-03T10:14:35.222Z | + DOWNLOAD_DIR=out/downloads |
315 | 2024-02-03T10:14:35.222Z | + DEST_DIR=./out/clickhouse |
316 | 2024-02-03T10:14:35.222Z | + CIDL_VERSION=v22.8.9.24 |
317 | 2024-02-03T10:14:35.222Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
318 | 2024-02-03T10:14:35.222Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
319 | 2024-02-03T10:14:35.222Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
320 | 2024-02-03T10:14:35.222Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
321 | 2024-02-03T10:14:35.222Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
322 | 2024-02-03T10:14:35.222Z | + main |
323 | 2024-02-03T10:14:35.222Z | + [[ 0 != 0 ]] |
324 | 2024-02-03T10:14:35.222Z | + CIDL_OS=solaris2.11 |
325 | 2024-02-03T10:14:35.222Z | + [[ 0 != 0 ]] |
326 | 2024-02-03T10:14:35.222Z | + configure_os solaris2.11 |
327 | 2024-02-03T10:14:35.222Z | + echo 'current directory: /work/oxidecomputer/omicron' |
328 | 2024-02-03T10:14:35.222Z | current directory: /work/oxidecomputer/omicron |
329 | 2024-02-03T10:14:35.222Z | + echo 'configuring based on OS: "solaris2.11"' |
330 | 2024-02-03T10:14:35.222Z | + CIDL_DASHREV= |
331 | 2024-02-03T10:14:35.222Z | + case "$1" in |
332 | 2024-02-03T10:14:35.223Z | configuring based on OS: "solaris2.11" |
333 | 2024-02-03T10:14:35.223Z | + CIDL_PLATFORM=illumos |
334 | 2024-02-03T10:14:35.223Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
335 | 2024-02-03T10:14:35.223Z | + CIDL_MD5FUNC=do_md5sum |
336 | 2024-02-03T10:14:35.223Z | + CIDL_DASHREV=-1 |
337 | 2024-02-03T10:14:35.223Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
338 | 2024-02-03T10:14:35.223Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2024-02-03T10:14:35.223Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2024-02-03T10:14:35.223Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2024-02-03T10:14:35.223Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
342 | 2024-02-03T10:14:35.223Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-02-03T10:14:35.223Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2024-02-03T10:14:35.223Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-03T10:14:35.223Z | + mkdir -p out/downloads |
346 | 2024-02-03T10:14:35.230Z | + mkdir -p ./out/clickhouse |
347 | 2024-02-03T10:14:35.233Z | + local DO_DOWNLOAD=true |
348 | 2024-02-03T10:14:35.233Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
349 | 2024-02-03T10:14:35.233Z | + '[' true == true ']' |
350 | 2024-02-03T10:14:35.233Z | + echo Downloading... |
351 | 2024-02-03T10:14:35.233Z | Downloading... |
352 | 2024-02-03T10:14:35.233Z | + 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 |
353 | 2024-02-03T10:14:35.233Z | + 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 |
354 | 2024-02-03T10:14:36.879Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2024-02-03T10:14:36.881Z | ++ md5sum |
356 | 2024-02-03T10:14:36.882Z | ++ awk '{print $1}' |
357 | 2024-02-03T10:14:37.142Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2024-02-03T10:14:37.142Z | + [[ 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 ]] |
359 | 2024-02-03T10:14:37.145Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
360 | 2024-02-03T10:14:37.145Z | + mkdir -p ./out/clickhouse |
361 | 2024-02-03T10:14:37.145Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
362 | 2024-02-03T10:14:41.900Z | + ./out/clickhouse/clickhouse server --version |
363 | 2024-02-03T10:14:41.952Z | ClickHouse server version 22.8.9.1. |
364 | 2024-02-03T10:14:41.975Z | + set -o errexit |
365 | 2024-02-03T10:14:41.979Z | +++ dirname ./tools/ci_download_console |
366 | 2024-02-03T10:14:41.981Z | ++ cd ./tools |
367 | 2024-02-03T10:14:41.981Z | ++ pwd |
368 | 2024-02-03T10:14:41.981Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
369 | 2024-02-03T10:14:41.985Z | ++ basename ./tools/ci_download_console |
370 | 2024-02-03T10:14:41.985Z | + ARG0=ci_download_console |
371 | 2024-02-03T10:14:41.985Z | + TARGET_DIR=out |
372 | 2024-02-03T10:14:41.985Z | + DOWNLOAD_DIR=out/downloads |
373 | 2024-02-03T10:14:41.985Z | + DEST_DIR=./out/console-assets |
374 | 2024-02-03T10:14:41.985Z | + source /work/oxidecomputer/omicron/tools/console_version |
375 | 2024-02-03T10:14:41.985Z | ++ COMMIT=5bee1f5b468b17b579a0dc0c5aee6a3056146b79 |
376 | 2024-02-03T10:14:41.985Z | ++ SHA2=66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 |
377 | 2024-02-03T10:14:41.985Z | + URL=https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
378 | 2024-02-03T10:14:41.985Z | + TARBALL_FILE=out/downloads/console.tar.gz |
379 | 2024-02-03T10:14:41.985Z | + main |
380 | 2024-02-03T10:14:41.985Z | + [[ 0 != 0 ]] |
381 | 2024-02-03T10:14:41.985Z | + echo 'URL: https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz' |
382 | 2024-02-03T10:14:41.985Z | URL: https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
383 | 2024-02-03T10:14:41.985Z | + echo 'Local file: out/downloads/console.tar.gz' |
384 | 2024-02-03T10:14:41.985Z | Local file: out/downloads/console.tar.gz |
385 | 2024-02-03T10:14:41.985Z | + local DO_DOWNLOAD=true |
386 | 2024-02-03T10:14:41.985Z | + [[ -f out/downloads/console.tar.gz ]] |
387 | 2024-02-03T10:14:41.985Z | + mkdir -p out/downloads |
388 | 2024-02-03T10:14:41.988Z | + '[' true == true ']' |
389 | 2024-02-03T10:14:41.988Z | + echo Downloading... |
390 | 2024-02-03T10:14:41.989Z | Downloading... |
391 | 2024-02-03T10:14:41.989Z | + do_download_curl https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz out/downloads/console.tar.gz |
392 | 2024-02-03T10:14:41.989Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
393 | 2024-02-03T10:14:42.627Z | ++ do_sha256sum out/downloads/console.tar.gz |
394 | 2024-02-03T10:14:42.631Z | ++ case "$OSTYPE" in |
395 | 2024-02-03T10:14:42.631Z | ++ SHA=sha256sum |
396 | 2024-02-03T10:14:42.631Z | ++ sha256sum |
397 | 2024-02-03T10:14:42.631Z | ++ awk '{print $1}' |
398 | 2024-02-03T10:14:42.714Z | + calculated_sha2=66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 |
399 | 2024-02-03T10:14:42.714Z | + [[ 66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 != \6\6\e\7\3\1\1\2\3\2\7\d\b\5\f\8\0\e\3\2\d\6\8\6\5\c\f\1\5\0\3\2\0\a\e\5\0\8\9\8\5\c\e\f\4\2\1\4\5\9\1\0\7\7\1\3\2\8\7\e\d\4\b\8 ]] |
400 | 2024-02-03T10:14:42.714Z | + rm -rf ./out/console-assets |
401 | 2024-02-03T10:14:42.717Z | + mkdir -p ./out/console-assets |
402 | 2024-02-03T10:14:42.720Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
403 | 2024-02-03T10:14:42.720Z | + mkdir -p ./out/console-assets |
404 | 2024-02-03T10:14:42.723Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
405 | 2024-02-03T10:14:42.862Z | + set -o errexit |
406 | 2024-02-03T10:14:42.865Z | +++ dirname ./tools/ci_download_maghemite_openapi |
407 | 2024-02-03T10:14:42.868Z | ++ cd ./tools |
408 | 2024-02-03T10:14:42.868Z | ++ pwd |
409 | 2024-02-03T10:14:42.868Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
410 | 2024-02-03T10:14:42.868Z | ++ basename ./tools/ci_download_maghemite_openapi |
411 | 2024-02-03T10:14:42.874Z | + ARG0=ci_download_maghemite_openapi |
412 | 2024-02-03T10:14:42.874Z | + TARGET_DIR=out |
413 | 2024-02-03T10:14:42.874Z | + DOWNLOAD_DIR=out/downloads |
414 | 2024-02-03T10:14:42.874Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
415 | 2024-02-03T10:14:42.874Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
416 | 2024-02-03T10:14:42.874Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
417 | 2024-02-03T10:14:42.874Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
418 | 2024-02-03T10:14:42.874Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
419 | 2024-02-03T10:14:42.874Z | + main |
420 | 2024-02-03T10:14:42.875Z | + [[ 0 != 0 ]] |
421 | 2024-02-03T10:14:42.875Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
422 | 2024-02-03T10:14:42.875Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
423 | 2024-02-03T10:14:42.875Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
424 | 2024-02-03T10:14:42.875Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
425 | 2024-02-03T10:14:42.875Z | + local DO_DOWNLOAD=true |
426 | 2024-02-03T10:14:42.875Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
427 | 2024-02-03T10:14:42.875Z | + mkdir -p out/downloads |
428 | 2024-02-03T10:14:42.878Z | + '[' true == true ']' |
429 | 2024-02-03T10:14:42.878Z | + echo Downloading... |
430 | 2024-02-03T10:14:42.878Z | Downloading... |
431 | 2024-02-03T10:14:42.878Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
432 | 2024-02-03T10:14:42.878Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
433 | 2024-02-03T10:14:43.182Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
434 | 2024-02-03T10:14:43.182Z | ++ case "$OSTYPE" in |
435 | 2024-02-03T10:14:43.186Z | ++ SHA=sha256sum |
436 | 2024-02-03T10:14:43.186Z | ++ sha256sum |
437 | 2024-02-03T10:14:43.186Z | ++ awk '{print $1}' |
438 | 2024-02-03T10:14:43.189Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
439 | 2024-02-03T10:14:43.189Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
440 | 2024-02-03T10:14:43.189Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
441 | 2024-02-03T10:14:43.189Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
442 | 2024-02-03T10:14:43.189Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
443 | 2024-02-03T10:14:43.189Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
444 | 2024-02-03T10:14:43.192Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
445 | 2024-02-03T10:14:43.192Z | + main |
446 | 2024-02-03T10:14:43.192Z | + [[ 0 != 0 ]] |
447 | 2024-02-03T10:14:43.192Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
448 | 2024-02-03T10:14:43.192Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
449 | 2024-02-03T10:14:43.192Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
450 | 2024-02-03T10:14:43.192Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
451 | 2024-02-03T10:14:43.192Z | + local DO_DOWNLOAD=true |
452 | 2024-02-03T10:14:43.192Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
453 | 2024-02-03T10:14:43.192Z | + mkdir -p out/downloads |
454 | 2024-02-03T10:14:43.192Z | + '[' true == true ']' |
455 | 2024-02-03T10:14:43.193Z | + echo Downloading... |
456 | 2024-02-03T10:14:43.193Z | Downloading... |
457 | 2024-02-03T10:14:43.193Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
458 | 2024-02-03T10:14:43.193Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
459 | 2024-02-03T10:14:43.336Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
460 | 2024-02-03T10:14:43.339Z | ++ case "$OSTYPE" in |
461 | 2024-02-03T10:14:43.340Z | ++ SHA=sha256sum |
462 | 2024-02-03T10:14:43.340Z | ++ sha256sum |
463 | 2024-02-03T10:14:43.340Z | ++ awk '{print $1}' |
464 | 2024-02-03T10:14:43.342Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
465 | 2024-02-03T10:14:43.342Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
466 | 2024-02-03T10:14:43.352Z | + set -o errexit |
467 | 2024-02-03T10:14:43.355Z | +++ dirname ./tools/ci_download_dendrite_openapi |
468 | 2024-02-03T10:14:43.358Z | ++ cd ./tools |
469 | 2024-02-03T10:14:43.358Z | ++ pwd |
470 | 2024-02-03T10:14:43.358Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
471 | 2024-02-03T10:14:43.361Z | ++ basename ./tools/ci_download_dendrite_openapi |
472 | 2024-02-03T10:14:43.361Z | + ARG0=ci_download_dendrite_openapi |
473 | 2024-02-03T10:14:43.361Z | + TARGET_DIR=out |
474 | 2024-02-03T10:14:43.361Z | + DOWNLOAD_DIR=out/downloads |
475 | 2024-02-03T10:14:43.361Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
476 | 2024-02-03T10:14:43.362Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
477 | 2024-02-03T10:14:43.362Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
478 | 2024-02-03T10:14:43.362Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
479 | 2024-02-03T10:14:43.362Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
480 | 2024-02-03T10:14:43.362Z | + main |
481 | 2024-02-03T10:14:43.362Z | + [[ 0 != 0 ]] |
482 | 2024-02-03T10:14:43.362Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
483 | 2024-02-03T10:14:43.362Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
484 | 2024-02-03T10:14:43.362Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
485 | 2024-02-03T10:14:43.362Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
486 | 2024-02-03T10:14:43.362Z | + local DO_DOWNLOAD=true |
487 | 2024-02-03T10:14:43.362Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
488 | 2024-02-03T10:14:43.362Z | + mkdir -p out/downloads |
489 | 2024-02-03T10:14:43.365Z | + '[' true == true ']' |
490 | 2024-02-03T10:14:43.365Z | + echo Downloading... |
491 | 2024-02-03T10:14:43.365Z | Downloading... |
492 | 2024-02-03T10:14:43.365Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
493 | 2024-02-03T10:14:43.365Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
494 | 2024-02-03T10:14:43.542Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
495 | 2024-02-03T10:14:43.542Z | ++ case "$OSTYPE" in |
496 | 2024-02-03T10:14:43.545Z | ++ SHA=sha256sum |
497 | 2024-02-03T10:14:43.545Z | ++ sha256sum |
498 | 2024-02-03T10:14:43.545Z | ++ awk '{print $1}' |
499 | 2024-02-03T10:14:43.549Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
500 | 2024-02-03T10:14:43.551Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
501 | 2024-02-03T10:14:43.559Z | + set -o errexit |
502 | 2024-02-03T10:14:43.561Z | +++ dirname ./tools/ci_download_dendrite_stub |
503 | 2024-02-03T10:14:43.564Z | ++ cd ./tools |
504 | 2024-02-03T10:14:43.564Z | ++ pwd |
505 | 2024-02-03T10:14:43.564Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
506 | 2024-02-03T10:14:43.568Z | ++ basename ./tools/ci_download_dendrite_stub |
507 | 2024-02-03T10:14:43.568Z | + ARG0=ci_download_dendrite_stub |
508 | 2024-02-03T10:14:43.568Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
509 | 2024-02-03T10:14:43.568Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
510 | 2024-02-03T10:14:43.568Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
511 | 2024-02-03T10:14:43.568Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
512 | 2024-02-03T10:14:43.568Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
513 | 2024-02-03T10:14:43.568Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
514 | 2024-02-03T10:14:43.568Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
515 | 2024-02-03T10:14:43.568Z | + TARGET_DIR=out |
516 | 2024-02-03T10:14:43.568Z | + DOWNLOAD_DIR=out/downloads |
517 | 2024-02-03T10:14:43.568Z | + DEST_DIR=./out/dendrite-stub |
518 | 2024-02-03T10:14:43.568Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
519 | 2024-02-03T10:14:43.568Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
520 | 2024-02-03T10:14:43.568Z | + REPO=oxidecomputer/dendrite |
521 | 2024-02-03T10:14:43.568Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
522 | 2024-02-03T10:14:43.568Z | + main |
523 | 2024-02-03T10:14:43.568Z | + [[ 0 != 0 ]] |
524 | 2024-02-03T10:14:43.568Z | + CIDL_OS=solaris2.11 |
525 | 2024-02-03T10:14:43.568Z | + [[ 0 != 0 ]] |
526 | 2024-02-03T10:14:43.568Z | + configure_os solaris2.11 |
527 | 2024-02-03T10:14:43.568Z | + echo 'current directory: /work/oxidecomputer/omicron' |
528 | 2024-02-03T10:14:43.569Z | current directory: /work/oxidecomputer/omicron |
529 | 2024-02-03T10:14:43.569Z | + echo 'configuring based on OS: "solaris2.11"' |
530 | 2024-02-03T10:14:43.569Z | configuring based on OS: "solaris2.11" |
531 | 2024-02-03T10:14:43.569Z | + case "$1" in |
532 | 2024-02-03T10:14:43.569Z | + SET_BINARIES= |
533 | 2024-02-03T10:14:43.569Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
534 | 2024-02-03T10:14:43.569Z | + CIDL_SHA256FUNC=do_sha256sum |
535 | 2024-02-03T10:14:43.569Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
536 | 2024-02-03T10:14:43.569Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
537 | 2024-02-03T10:14:43.569Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
538 | 2024-02-03T10:14:43.572Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
539 | 2024-02-03T10:14:43.572Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
540 | 2024-02-03T10:14:43.572Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
541 | 2024-02-03T10:14:43.572Z | Local file: out/downloads/dendrite-stub.tar.gz |
542 | 2024-02-03T10:14:43.572Z | + mkdir -p out/downloads |
543 | 2024-02-03T10:14:43.572Z | + mkdir -p ./out/dendrite-stub |
544 | 2024-02-03T10:14:43.572Z | + fetch_and_verify |
545 | 2024-02-03T10:14:43.572Z | + local DO_DOWNLOAD=true |
546 | 2024-02-03T10:14:43.572Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
547 | 2024-02-03T10:14:43.573Z | + '[' true == true ']' |
548 | 2024-02-03T10:14:43.573Z | + echo Downloading... |
549 | 2024-02-03T10:14:43.576Z | Downloading... |
550 | 2024-02-03T10:14:43.576Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
551 | 2024-02-03T10:14:43.576Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
552 | 2024-02-03T10:14:50.527Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
553 | 2024-02-03T10:14:50.530Z | ++ sha256sum |
554 | 2024-02-03T10:14:50.530Z | ++ awk '{print $1}' |
555 | 2024-02-03T10:14:50.628Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
556 | 2024-02-03T10:14:50.629Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
557 | 2024-02-03T10:14:50.632Z | + do_untar out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-03T10:14:50.632Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
559 | 2024-02-03T10:14:51.694Z | + do_assemble |
560 | 2024-02-03T10:14:51.694Z | + rm -r ./out/dendrite-stub |
561 | 2024-02-03T10:14:51.697Z | + mkdir ./out/dendrite-stub |
562 | 2024-02-03T10:14:51.700Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
563 | 2024-02-03T10:14:51.877Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
564 | 2024-02-03T10:14:51.890Z | + set -o errexit |
565 | 2024-02-03T10:14:51.893Z | +++ dirname ./tools/ci_download_maghemite_mgd |
566 | 2024-02-03T10:14:51.895Z | ++ cd ./tools |
567 | 2024-02-03T10:14:51.895Z | ++ pwd |
568 | 2024-02-03T10:14:51.895Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
569 | 2024-02-03T10:14:51.899Z | ++ basename ./tools/ci_download_maghemite_mgd |
570 | 2024-02-03T10:14:51.899Z | + ARG0=ci_download_maghemite_mgd |
571 | 2024-02-03T10:14:51.899Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
572 | 2024-02-03T10:14:51.899Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
573 | 2024-02-03T10:14:51.899Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
574 | 2024-02-03T10:14:51.899Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
575 | 2024-02-03T10:14:51.899Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
576 | 2024-02-03T10:14:51.899Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
577 | 2024-02-03T10:14:51.899Z | + TARGET_DIR=out |
578 | 2024-02-03T10:14:51.899Z | + DOWNLOAD_DIR=out/downloads |
579 | 2024-02-03T10:14:51.899Z | + DEST_DIR=./out/mgd |
580 | 2024-02-03T10:14:51.899Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
581 | 2024-02-03T10:14:51.899Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
582 | 2024-02-03T10:14:51.899Z | + REPO=oxidecomputer/maghemite |
583 | 2024-02-03T10:14:51.899Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
584 | 2024-02-03T10:14:51.900Z | + main |
585 | 2024-02-03T10:14:51.900Z | + [[ 0 != 0 ]] |
586 | 2024-02-03T10:14:51.900Z | + CIDL_OS=solaris2.11 |
587 | 2024-02-03T10:14:51.900Z | + [[ 0 != 0 ]] |
588 | 2024-02-03T10:14:51.900Z | + configure_os solaris2.11 |
589 | 2024-02-03T10:14:51.900Z | + echo 'current directory: /work/oxidecomputer/omicron' |
590 | 2024-02-03T10:14:51.900Z | current directory: /work/oxidecomputer/omicron |
591 | 2024-02-03T10:14:51.900Z | + echo 'configuring based on OS: "solaris2.11"' |
592 | 2024-02-03T10:14:51.900Z | + case "$1" in |
593 | 2024-02-03T10:14:51.900Z | configuring based on OS: "solaris2.11" |
594 | 2024-02-03T10:14:51.900Z | + SET_BINARIES= |
595 | 2024-02-03T10:14:51.900Z | + CIDL_SHA256FUNC=do_sha256sum |
596 | 2024-02-03T10:14:51.900Z | + TARBALL_FILENAME=mgd.tar.gz |
597 | 2024-02-03T10:14:51.900Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
598 | 2024-02-03T10:14:51.900Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
599 | 2024-02-03T10:14:51.900Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
600 | 2024-02-03T10:14:51.900Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
601 | 2024-02-03T10:14:51.900Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
602 | 2024-02-03T10:14:51.900Z | Local file: out/downloads/mgd.tar.gz |
603 | 2024-02-03T10:14:51.900Z | + mkdir -p out/downloads |
604 | 2024-02-03T10:14:51.906Z | + mkdir -p ./out/mgd |
605 | 2024-02-03T10:14:51.906Z | + fetch_and_verify |
606 | 2024-02-03T10:14:51.906Z | + local DO_DOWNLOAD=true |
607 | 2024-02-03T10:14:51.906Z | + [[ -f out/downloads/mgd.tar.gz ]] |
608 | 2024-02-03T10:14:51.906Z | + '[' true == true ']' |
609 | 2024-02-03T10:14:51.906Z | + echo Downloading... |
610 | 2024-02-03T10:14:51.906Z | Downloading... |
611 | 2024-02-03T10:14:51.906Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
612 | 2024-02-03T10:14:51.907Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
613 | 2024-02-03T10:14:54.304Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
614 | 2024-02-03T10:14:54.307Z | ++ sha256sum |
615 | 2024-02-03T10:14:54.307Z | ++ awk '{print $1}' |
616 | 2024-02-03T10:14:54.382Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
617 | 2024-02-03T10:14:54.382Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
618 | 2024-02-03T10:14:54.382Z | + do_untar out/downloads/mgd.tar.gz |
619 | 2024-02-03T10:14:54.382Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
620 | 2024-02-03T10:14:55.110Z | + do_assemble |
621 | 2024-02-03T10:14:55.110Z | + rm -r ./out/mgd |
622 | 2024-02-03T10:14:55.114Z | + mkdir ./out/mgd |
623 | 2024-02-03T10:14:55.118Z | + cp -r out/downloads/root ./out/mgd/root |
624 | 2024-02-03T10:14:55.319Z | + set -o errexit |
625 | 2024-02-03T10:14:55.322Z | +++ dirname ./tools/ci_download_transceiver_control |
626 | 2024-02-03T10:14:55.322Z | ++ cd ./tools |
627 | 2024-02-03T10:14:55.322Z | ++ pwd |
628 | 2024-02-03T10:14:55.322Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
629 | 2024-02-03T10:14:55.325Z | ++ basename ./tools/ci_download_transceiver_control |
630 | 2024-02-03T10:14:55.325Z | + ARG0=ci_download_transceiver_control |
631 | 2024-02-03T10:14:55.325Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
632 | 2024-02-03T10:14:55.325Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
633 | 2024-02-03T10:14:55.325Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
634 | 2024-02-03T10:14:55.325Z | + TARGET_DIR=out |
635 | 2024-02-03T10:14:55.326Z | + DOWNLOAD_DIR=out/downloads |
636 | 2024-02-03T10:14:55.326Z | + DEST_DIR=./out/transceiver-control |
637 | 2024-02-03T10:14:55.326Z | + BIN_DIR=/opt/oxide/bin |
638 | 2024-02-03T10:14:55.326Z | + BINARY=xcvradm |
639 | 2024-02-03T10:14:55.326Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
640 | 2024-02-03T10:14:55.326Z | + REPO=oxidecomputer/transceiver-control |
641 | 2024-02-03T10:14:55.326Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2024-02-03T10:14:55.326Z | + main |
643 | 2024-02-03T10:14:55.326Z | + [[ 0 != 0 ]] |
644 | 2024-02-03T10:14:55.329Z | + CIDL_OS=solaris2.11 |
645 | 2024-02-03T10:14:55.329Z | + [[ 0 != 0 ]] |
646 | 2024-02-03T10:14:55.329Z | + configure_os solaris2.11 |
647 | 2024-02-03T10:14:55.329Z | + echo 'current directory: /work/oxidecomputer/omicron' |
648 | 2024-02-03T10:14:55.329Z | current directory: /work/oxidecomputer/omicron |
649 | 2024-02-03T10:14:55.329Z | + echo 'configuring based on OS: "solaris2.11"' |
650 | 2024-02-03T10:14:55.329Z | + case "$1" in |
651 | 2024-02-03T10:14:55.329Z | + SET_BINARIES= |
652 | 2024-02-03T10:14:55.329Z | configuring based on OS: "solaris2.11" |
653 | 2024-02-03T10:14:55.329Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2024-02-03T10:14:55.329Z | + CIDL_SHA256FUNC=do_sha256sum |
655 | 2024-02-03T10:14:55.329Z | + ARCHIVE_FILENAME=xcvradm.gz |
656 | 2024-02-03T10:14:55.330Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
657 | 2024-02-03T10:14:55.330Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
658 | 2024-02-03T10:14:55.330Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
659 | 2024-02-03T10:14:55.330Z | + echo 'Local file: out/downloads/xcvradm.gz' |
660 | 2024-02-03T10:14:55.330Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2024-02-03T10:14:55.330Z | Local file: out/downloads/xcvradm.gz |
662 | 2024-02-03T10:14:55.330Z | + mkdir -p out/downloads |
663 | 2024-02-03T10:14:55.330Z | + mkdir -p ./out/transceiver-control |
664 | 2024-02-03T10:14:55.333Z | + fetch_and_verify |
665 | 2024-02-03T10:14:55.333Z | + local DO_DOWNLOAD=true |
666 | 2024-02-03T10:14:55.333Z | + [[ -f out/downloads/xcvradm.gz ]] |
667 | 2024-02-03T10:14:55.333Z | + '[' true == true ']' |
668 | 2024-02-03T10:14:55.333Z | + echo Downloading... |
669 | 2024-02-03T10:14:55.334Z | Downloading... |
670 | 2024-02-03T10:14:55.334Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
671 | 2024-02-03T10:14:55.334Z | + 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 |
672 | 2024-02-03T10:14:57.480Z | ++ do_sha256sum out/downloads/xcvradm.gz |
673 | 2024-02-03T10:14:57.480Z | ++ sha256sum |
674 | 2024-02-03T10:14:57.480Z | ++ awk '{print $1}' |
675 | 2024-02-03T10:14:57.480Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
676 | 2024-02-03T10:14:57.480Z | + [[ 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 ]] |
677 | 2024-02-03T10:14:57.480Z | + do_unpack out/downloads/xcvradm.gz |
678 | 2024-02-03T10:14:57.480Z | + mkdir -p out/downloads/root//opt/oxide/bin |
679 | 2024-02-03T10:14:57.481Z | + gzip -dc out/downloads/xcvradm.gz |
680 | 2024-02-03T10:14:57.581Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
681 | 2024-02-03T10:14:57.588Z | + do_assemble |
682 | 2024-02-03T10:14:57.588Z | + rm -r ./out/transceiver-control |
683 | 2024-02-03T10:14:57.589Z | + mkdir ./out/transceiver-control |
684 | 2024-02-03T10:14:57.589Z | + cp -r out/downloads/root ./out/transceiver-control/root |
685 | 2024-02-03T10:14:57.851Z | All prerequisites installed successfully |
686 | 2024-02-03T10:14:57.854Z | |
687 | 2024-02-03T10:14:57.854Z | real 1:48.807424404 |
688 | 2024-02-03T10:14:57.854Z | user 52.192885835 |
689 | 2024-02-03T10:14:57.854Z | sys 10.201274260 |
690 | 2024-02-03T10:14:57.854Z | trap 0.024636423 |
691 | 2024-02-03T10:14:57.854Z | tflt 0.236299689 |
692 | 2024-02-03T10:14:57.854Z | dflt 0.428047171 |
693 | 2024-02-03T10:14:57.854Z | kflt 0.196011764 |
694 | 2024-02-03T10:14:57.854Z | lock 2.431361253 |
695 | 2024-02-03T10:14:57.854Z | slp 3:15.225356657 |
696 | 2024-02-03T10:14:57.855Z | lat 3.505178947 |
697 | 2024-02-03T10:14:57.855Z | stop 0.057565322 |
698 | 2024-02-03T10:14:57.855Z | + banner end-to-end-tests |
699 | 2024-02-03T10:14:57.858Z | |
700 | 2024-02-03T10:14:57.858Z | ###### # # ##### ##### #### ###### # # ##### |
701 | 2024-02-03T10:14:57.859Z | # ## # # # # # # # ## # # # |
702 | 2024-02-03T10:14:57.859Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
703 | 2024-02-03T10:14:57.859Z | # # # # # # # # # # # # # # # |
704 | 2024-02-03T10:14:57.859Z | # # ## # # # # # # # ## # # |
705 | 2024-02-03T10:14:57.859Z | ###### # # ##### # #### ###### # # ##### |
706 | 2024-02-03T10:14:57.859Z | |
707 | 2024-02-03T10:14:57.859Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
708 | 2024-02-03T10:14:57.859Z | + CARGO_PROFILE_DEV_DEBUG=1 |
709 | 2024-02-03T10:14:57.859Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
710 | 2024-02-03T10:14:57.859Z | + CARGO_PROFILE_TEST_DEBUG=1 |
711 | 2024-02-03T10:14:57.859Z | + export CARGO_INCREMENTAL=0 |
712 | 2024-02-03T10:14:57.859Z | + CARGO_INCREMENTAL=0 |
713 | 2024-02-03T10:14:57.859Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
714 | 2024-02-03T10:14:58.215Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
715 | 2024-02-03T10:14:58.569Z | Updating crates.io index |
716 | 2024-02-03T10:14:58.670Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
717 | 2024-02-03T10:14:59.587Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
718 | 2024-02-03T10:15:02.251Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
719 | 2024-02-03T10:15:02.864Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
720 | 2024-02-03T10:15:03.226Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
721 | 2024-02-03T10:15:03.561Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
722 | 2024-02-03T10:15:03.821Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
723 | 2024-02-03T10:15:04.793Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
724 | 2024-02-03T10:15:07.297Z | Updating git repository `https://github.com/oxidecomputer/opte` |
725 | 2024-02-03T10:15:08.320Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
726 | 2024-02-03T10:15:08.759Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
727 | 2024-02-03T10:15:09.482Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
728 | 2024-02-03T10:15:09.905Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
729 | 2024-02-03T10:15:10.167Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
730 | 2024-02-03T10:15:10.701Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
731 | 2024-02-03T10:15:11.212Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
732 | 2024-02-03T10:15:11.665Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
733 | 2024-02-03T10:15:11.972Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
734 | 2024-02-03T10:15:12.514Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
735 | 2024-02-03T10:15:12.865Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
736 | 2024-02-03T10:15:13.193Z | Updating git repository `https://github.com/jgallagher/nix` |
737 | 2024-02-03T10:15:14.532Z | Updating git repository `https://github.com/cbiffle/hubpack` |
738 | 2024-02-03T10:15:15.140Z | Updating git repository `https://github.com/oxidecomputer/typify` |
739 | 2024-02-03T10:15:16.673Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
740 | 2024-02-03T10:15:17.068Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
741 | 2024-02-03T10:15:17.393Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
742 | 2024-02-03T10:15:19.353Z | Downloading crates ... |
743 | 2024-02-03T10:15:19.562Z | Downloaded clap_lex v0.5.1 |
744 | 2024-02-03T10:15:19.569Z | Downloaded addr2line v0.21.0 |
745 | 2024-02-03T10:15:19.575Z | Downloaded cipher v0.4.4 |
746 | 2024-02-03T10:15:19.581Z | Downloaded constant_time_eq v0.3.0 |
747 | 2024-02-03T10:15:19.590Z | Downloaded crossbeam-deque v0.8.3 |
748 | 2024-02-03T10:15:19.592Z | Downloaded curve25519-dalek-derive v0.1.0 |
749 | 2024-02-03T10:15:19.595Z | Downloaded console v0.15.8 |
750 | 2024-02-03T10:15:19.601Z | Downloaded cstr-argument v0.1.2 |
751 | 2024-02-03T10:15:19.604Z | Downloaded cpufeatures v0.2.12 |
752 | 2024-02-03T10:15:19.608Z | Downloaded debug-ignore v1.0.5 |
753 | 2024-02-03T10:15:19.623Z | Downloaded crossbeam-epoch v0.9.15 |
754 | 2024-02-03T10:15:19.633Z | Downloaded data-encoding v2.4.0 |
755 | 2024-02-03T10:15:19.644Z | Downloaded crossterm v0.27.0 |
756 | 2024-02-03T10:15:19.671Z | Downloaded atty v0.2.14 |
757 | 2024-02-03T10:15:19.684Z | Downloaded pretty-hex v0.4.1 |
758 | 2024-02-03T10:15:19.690Z | Downloaded ciborium-io v0.2.2 |
759 | 2024-02-03T10:15:19.693Z | Downloaded crc32fast v1.3.2 |
760 | 2024-02-03T10:15:19.700Z | Downloaded subtle v2.5.0 |
761 | 2024-02-03T10:15:19.705Z | Downloaded macaddr v1.0.1 |
762 | 2024-02-03T10:15:19.707Z | Downloaded tokio-rustls v0.25.0 |
763 | 2024-02-03T10:15:19.713Z | Downloaded tokio-rustls v0.24.1 |
764 | 2024-02-03T10:15:19.721Z | Downloaded time-core v0.1.1 |
765 | 2024-02-03T10:15:19.724Z | Downloaded memmap2 v0.7.1 |
766 | 2024-02-03T10:15:19.730Z | Downloaded option-ext v0.2.0 |
767 | 2024-02-03T10:15:19.733Z | Downloaded bcrypt-pbkdf v0.10.0 |
768 | 2024-02-03T10:15:19.737Z | Downloaded difflib v0.4.0 |
769 | 2024-02-03T10:15:19.748Z | Downloaded block-buffer v0.10.4 |
770 | 2024-02-03T10:15:19.762Z | Downloaded num_threads v0.1.6 |
771 | 2024-02-03T10:15:19.762Z | Downloaded cobs v0.2.3 |
772 | 2024-02-03T10:15:19.762Z | Downloaded cfg-if v1.0.0 |
773 | 2024-02-03T10:15:19.762Z | Downloaded newtype_derive v0.1.6 |
774 | 2024-02-03T10:15:19.767Z | Downloaded thiserror-impl v1.0.56 |
775 | 2024-02-03T10:15:19.767Z | Downloaded atomic-waker v1.1.1 |
776 | 2024-02-03T10:15:19.770Z | Downloaded match_cfg v0.1.0 |
777 | 2024-02-03T10:15:19.777Z | Downloaded paste v1.0.14 |
778 | 2024-02-03T10:15:19.787Z | Downloaded thiserror-impl-no-std v2.0.2 |
779 | 2024-02-03T10:15:19.793Z | Downloaded num-complex v0.4.4 |
780 | 2024-02-03T10:15:19.799Z | Downloaded tempfile v3.9.0 |
781 | 2024-02-03T10:15:19.805Z | Downloaded once_cell v1.19.0 |
782 | 2024-02-03T10:15:19.810Z | Downloaded num_enum v0.5.11 |
783 | 2024-02-03T10:15:19.824Z | Downloaded time-macros v0.2.13 |
784 | 2024-02-03T10:15:19.829Z | Downloaded rustls-pki-types v1.1.0 |
785 | 2024-02-03T10:15:19.833Z | Downloaded stable_deref_trait v1.2.0 |
786 | 2024-02-03T10:15:19.836Z | Downloaded group v0.13.0 |
787 | 2024-02-03T10:15:19.843Z | Downloaded usdt-impl v0.3.5 |
788 | 2024-02-03T10:15:19.846Z | Downloaded unicase v2.7.0 |
789 | 2024-02-03T10:15:19.849Z | Downloaded anyhow v1.0.75 |
790 | 2024-02-03T10:15:19.857Z | Downloaded utf8parse v0.2.1 |
791 | 2024-02-03T10:15:19.863Z | Downloaded hubpack v0.1.2 |
792 | 2024-02-03T10:15:19.865Z | Downloaded quick-error v1.2.3 |
793 | 2024-02-03T10:15:19.868Z | Downloaded want v0.3.1 |
794 | 2024-02-03T10:15:19.871Z | Downloaded waitgroup v0.1.2 |
795 | 2024-02-03T10:15:19.874Z | Downloaded russh-keys v0.40.1 |
796 | 2024-02-03T10:15:19.877Z | Downloaded russh-cryptovec v0.7.0 |
797 | 2024-02-03T10:15:19.879Z | Downloaded inout v0.1.3 |
798 | 2024-02-03T10:15:19.882Z | Downloaded thread_local v1.1.7 |
799 | 2024-02-03T10:15:19.884Z | Downloaded rand_core v0.5.1 |
800 | 2024-02-03T10:15:19.887Z | Downloaded p256 v0.13.2 |
801 | 2024-02-03T10:15:19.894Z | Downloaded resolv-conf v0.7.0 |
802 | 2024-02-03T10:15:19.898Z | Downloaded serde_derive_internals v0.26.0 |
803 | 2024-02-03T10:15:19.901Z | Downloaded foreign-types-macros v0.2.3 |
804 | 2024-02-03T10:15:19.904Z | Downloaded slog-dtrace v0.3.0 |
805 | 2024-02-03T10:15:19.907Z | Downloaded rustfmt-wrapper v0.2.0 |
806 | 2024-02-03T10:15:19.913Z | Downloaded scroll v0.12.0 |
807 | 2024-02-03T10:15:19.916Z | Downloaded foreign-types v0.5.0 |
808 | 2024-02-03T10:15:19.916Z | Downloaded usdt v0.3.5 |
809 | 2024-02-03T10:15:19.919Z | Downloaded walkdir v2.4.0 |
810 | 2024-02-03T10:15:19.921Z | Downloaded darling_core v0.20.3 |
811 | 2024-02-03T10:15:19.931Z | Downloaded universal-hash v0.5.1 |
812 | 2024-02-03T10:15:19.934Z | Downloaded chacha20poly1305 v0.10.1 |
813 | 2024-02-03T10:15:19.938Z | Downloaded tinyvec_macros v0.1.1 |
814 | 2024-02-03T10:15:19.941Z | Downloaded swrite v0.1.0 |
815 | 2024-02-03T10:15:19.943Z | Downloaded rfc6979 v0.4.0 |
816 | 2024-02-03T10:15:19.947Z | Downloaded futures-channel v0.3.30 |
817 | 2024-02-03T10:15:19.949Z | Downloaded proc-macro-crate v1.3.1 |
818 | 2024-02-03T10:15:19.952Z | Downloaded miniz_oxide v0.7.1 |
819 | 2024-02-03T10:15:19.956Z | Downloaded usdt-attr-macro v0.5.0 |
820 | 2024-02-03T10:15:19.959Z | Downloaded ipnetwork v0.20.0 |
821 | 2024-02-03T10:15:19.965Z | Downloaded slog-bunyan v2.5.0 |
822 | 2024-02-03T10:15:19.968Z | Downloaded dtrace-parser v0.1.14 |
823 | 2024-02-03T10:15:19.968Z | Downloaded rcgen v0.12.1 |
824 | 2024-02-03T10:15:19.973Z | Downloaded tokio-macros v2.2.0 |
825 | 2024-02-03T10:15:19.976Z | Downloaded typenum v1.16.0 |
826 | 2024-02-03T10:15:19.982Z | Downloaded scopeguard v1.2.0 |
827 | 2024-02-03T10:15:19.985Z | Downloaded sha1 v0.10.6 |
828 | 2024-02-03T10:15:19.988Z | Downloaded hubpack_derive v0.1.1 |
829 | 2024-02-03T10:15:19.991Z | Downloaded equivalent v1.0.1 |
830 | 2024-02-03T10:15:19.994Z | Downloaded unicode-ident v1.0.12 |
831 | 2024-02-03T10:15:19.998Z | Downloaded futures-core v0.3.30 |
832 | 2024-02-03T10:15:20.001Z | Downloaded structopt-derive v0.4.18 |
833 | 2024-02-03T10:15:20.004Z | Downloaded subprocess v0.2.9 |
834 | 2024-02-03T10:15:20.009Z | Downloaded structmeta v0.2.0 |
835 | 2024-02-03T10:15:20.012Z | Downloaded futures-macro v0.3.30 |
836 | 2024-02-03T10:15:20.015Z | Downloaded string_cache v0.8.7 |
837 | 2024-02-03T10:15:20.018Z | Downloaded getrandom v0.1.16 |
838 | 2024-02-03T10:15:20.022Z | Downloaded dof v0.3.0 |
839 | 2024-02-03T10:15:20.025Z | Downloaded dof v0.1.5 |
840 | 2024-02-03T10:15:20.031Z | Downloaded tinyvec v1.6.0 |
841 | 2024-02-03T10:15:20.035Z | Downloaded headers-core v0.2.0 |
842 | 2024-02-03T10:15:20.038Z | Downloaded foreign-types v0.3.2 |
843 | 2024-02-03T10:15:20.038Z | Downloaded rustc_version v0.4.0 |
844 | 2024-02-03T10:15:20.041Z | Downloaded unicode-xid v0.2.4 |
845 | 2024-02-03T10:15:20.044Z | Downloaded dirs-sys v0.4.1 |
846 | 2024-02-03T10:15:20.047Z | Downloaded unicode-width v0.1.11 |
847 | 2024-02-03T10:15:20.050Z | Downloaded version_check v0.9.4 |
848 | 2024-02-03T10:15:20.050Z | Downloaded thiserror v1.0.56 |
849 | 2024-02-03T10:15:20.060Z | Downloaded signal-hook-mio v0.2.3 |
850 | 2024-02-03T10:15:20.063Z | Downloaded futures v0.3.30 |
851 | 2024-02-03T10:15:20.071Z | Downloaded sec1 v0.7.3 |
852 | 2024-02-03T10:15:20.076Z | Downloaded futures-task v0.3.30 |
853 | 2024-02-03T10:15:20.078Z | Downloaded try-lock v0.2.4 |
854 | 2024-02-03T10:15:20.081Z | Downloaded ghash v0.5.0 |
855 | 2024-02-03T10:15:20.087Z | Downloaded endian-type v0.1.2 |
856 | 2024-02-03T10:15:20.087Z | Downloaded http v0.2.11 |
857 | 2024-02-03T10:15:20.090Z | Downloaded errno v0.3.8 |
858 | 2024-02-03T10:15:20.093Z | Downloaded dirs-sys-next v0.1.2 |
859 | 2024-02-03T10:15:20.096Z | Downloaded rustls-pemfile v1.0.3 |
860 | 2024-02-03T10:15:20.098Z | Downloaded siphasher v0.3.11 |
861 | 2024-02-03T10:15:20.101Z | Downloaded hash32 v0.2.1 |
862 | 2024-02-03T10:15:20.104Z | Downloaded vsss-rs v3.3.4 |
863 | 2024-02-03T10:15:20.109Z | Downloaded generic-array v0.14.7 |
864 | 2024-02-03T10:15:20.111Z | Downloaded zerocopy v0.3.0 |
865 | 2024-02-03T10:15:20.114Z | Downloaded url v2.5.0 |
866 | 2024-02-03T10:15:20.119Z | Downloaded unsafe-libyaml v0.2.10 |
867 | 2024-02-03T10:15:20.126Z | Downloaded zeroize_derive v1.4.2 |
868 | 2024-02-03T10:15:20.129Z | Downloaded rustc-demangle v0.1.23 |
869 | 2024-02-03T10:15:20.131Z | Downloaded aes v0.8.3 |
870 | 2024-02-03T10:15:20.138Z | Downloaded fallible-iterator v0.2.0 |
871 | 2024-02-03T10:15:20.144Z | Downloaded yasna v0.5.2 |
872 | 2024-02-03T10:15:20.147Z | Downloaded similar v2.3.0 |
873 | 2024-02-03T10:15:20.154Z | Downloaded semver v1.0.21 |
874 | 2024-02-03T10:15:20.158Z | Downloaded elliptic-curve v0.13.8 |
875 | 2024-02-03T10:15:20.166Z | Downloaded unicode-bidi v0.3.13 |
876 | 2024-02-03T10:15:20.174Z | Downloaded hyper-rustls v0.24.2 |
877 | 2024-02-03T10:15:20.179Z | Downloaded proc-macro2 v1.0.78 |
878 | 2024-02-03T10:15:20.185Z | Downloaded getrandom v0.2.10 |
879 | 2024-02-03T10:15:20.198Z | Downloaded half v2.3.1 |
880 | 2024-02-03T10:15:20.620Z | Downloaded zerocopy v0.6.4 |
881 | 2024-02-03T10:15:20.620Z | Downloaded socket2 v0.5.5 |
882 | 2024-02-03T10:15:20.620Z | Downloaded ed25519-dalek v2.0.0 |
883 | 2024-02-03T10:15:20.623Z | Downloaded trust-dns-server v0.22.1 |
884 | 2024-02-03T10:15:20.623Z | Downloaded serde v1.0.195 |
885 | 2024-02-03T10:15:20.623Z | Downloaded headers v0.3.9 |
886 | 2024-02-03T10:15:20.624Z | Downloaded heapless v0.7.16 |
887 | 2024-02-03T10:15:20.624Z | Downloaded signal-hook v0.3.17 |
888 | 2024-02-03T10:15:20.624Z | Downloaded rand v0.7.3 |
889 | 2024-02-03T10:15:20.624Z | Downloaded rand v0.8.5 |
890 | 2024-02-03T10:15:20.624Z | Downloaded itertools v0.10.5 |
891 | 2024-02-03T10:15:20.624Z | Downloaded hashbrown v0.12.3 |
892 | 2024-02-03T10:15:20.624Z | Downloaded itertools v0.12.1 |
893 | 2024-02-03T10:15:20.624Z | Downloaded unicode-normalization v0.1.22 |
894 | 2024-02-03T10:15:20.624Z | Downloaded regex-automata v0.1.10 |
895 | 2024-02-03T10:15:20.624Z | Downloaded reqwest v0.11.22 |
896 | 2024-02-03T10:15:20.624Z | Downloaded hashbrown v0.13.2 |
897 | 2024-02-03T10:15:20.624Z | Downloaded serde_with v3.6.0 |
898 | 2024-02-03T10:15:20.624Z | Downloaded rustls-webpki v0.101.7 |
899 | 2024-02-03T10:15:20.624Z | Downloaded chrono v0.4.31 |
900 | 2024-02-03T10:15:20.624Z | Downloaded rustls-webpki v0.102.1 |
901 | 2024-02-03T10:15:20.624Z | Downloaded futures-util v0.3.30 |
902 | 2024-02-03T10:15:20.624Z | Downloaded zerocopy v0.7.32 |
903 | 2024-02-03T10:15:20.624Z | Downloaded h2 v0.3.24 |
904 | 2024-02-03T10:15:20.624Z | Downloaded syn v1.0.109 |
905 | 2024-02-03T10:15:20.624Z | Downloaded vcpkg v0.2.15 |
906 | 2024-02-03T10:15:20.624Z | Downloaded smoltcp v0.9.1 |
907 | 2024-02-03T10:15:20.624Z | Downloaded idna v0.5.0 |
908 | 2024-02-03T10:15:20.628Z | Downloaded trust-dns-proto v0.22.0 |
909 | 2024-02-03T10:15:20.651Z | Downloaded rustls v0.22.2 |
910 | 2024-02-03T10:15:20.677Z | Downloaded rustix v0.37.23 |
911 | 2024-02-03T10:15:20.713Z | Downloaded bstr v1.6.0 |
912 | 2024-02-03T10:15:20.734Z | Downloaded rustix v0.38.30 |
913 | 2024-02-03T10:15:20.776Z | Downloaded regex-syntax v0.8.2 |
914 | 2024-02-03T10:15:20.792Z | Downloaded zerocopy-derive v0.6.4 |
915 | 2024-02-03T10:15:20.812Z | Downloaded regex-automata v0.4.4 |
916 | 2024-02-03T10:15:20.848Z | Downloaded libc v0.2.153 |
917 | 2024-02-03T10:15:20.894Z | Downloaded sha3 v0.10.8 |
918 | 2024-02-03T10:15:20.906Z | Downloaded tokio v1.35.1 |
919 | 2024-02-03T10:15:20.972Z | Downloaded regex-automata v0.3.8 |
920 | 2024-02-03T10:15:21.005Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
921 | 2024-02-03T10:15:21.032Z | Downloaded zerocopy-derive v0.2.0 |
922 | 2024-02-03T10:15:21.044Z | Downloaded sled v0.34.7 |
923 | 2024-02-03T10:15:21.066Z | Downloaded regex-syntax v0.7.5 |
924 | 2024-02-03T10:15:21.078Z | Downloaded winapi v0.3.9 |
925 | 2024-02-03T10:15:21.159Z | Downloaded openapiv3 v2.0.0 |
926 | 2024-02-03T10:15:21.172Z | Downloaded encoding_rs v0.8.33 |
927 | 2024-02-03T10:15:21.212Z | Downloaded smoltcp v0.11.0 |
928 | 2024-02-03T10:15:21.234Z | Downloaded bstr v0.2.17 |
929 | 2024-02-03T10:15:21.251Z | Downloaded radix_trie v0.2.1 |
930 | 2024-02-03T10:15:21.260Z | Downloaded diesel v2.1.4 |
931 | 2024-02-03T10:15:21.291Z | Downloaded regress v0.7.1 |
932 | 2024-02-03T10:15:21.304Z | Downloaded gimli v0.28.0 |
933 | 2024-02-03T10:15:21.319Z | Downloaded idna v0.2.3 |
934 | 2024-02-03T10:15:21.330Z | Downloaded rustls v0.21.9 |
935 | 2024-02-03T10:15:21.353Z | Downloaded hkdf v0.12.4 |
936 | 2024-02-03T10:15:21.356Z | Downloaded regex v1.10.3 |
937 | 2024-02-03T10:15:21.377Z | Downloaded openssl v0.10.60 |
938 | 2024-02-03T10:15:21.393Z | Downloaded object v0.32.1 |
939 | 2024-02-03T10:15:21.411Z | Downloaded webpki-roots v0.25.2 |
940 | 2024-02-03T10:15:21.418Z | Downloaded syn v2.0.48 |
941 | 2024-02-03T10:15:21.436Z | Downloaded hyper v0.14.27 |
942 | 2024-02-03T10:15:21.455Z | Downloaded hashbrown v0.14.2 |
943 | 2024-02-03T10:15:21.473Z | Downloaded goblin v0.8.0 |
944 | 2024-02-03T10:15:21.487Z | Downloaded rayon v1.8.0 |
945 | 2024-02-03T10:15:21.492Z | Downloaded aho-corasick v1.0.4 |
946 | 2024-02-03T10:15:21.509Z | Downloaded blake3 v1.5.0 |
947 | 2024-02-03T10:15:21.521Z | Downloaded unicode-segmentation v1.10.1 |
948 | 2024-02-03T10:15:21.527Z | Downloaded time v0.3.27 |
949 | 2024-02-03T10:15:21.538Z | Downloaded serde_json v1.0.113 |
950 | 2024-02-03T10:15:21.554Z | Downloaded winnow v0.5.15 |
951 | 2024-02-03T10:15:21.565Z | Downloaded trust-dns-client v0.22.0 |
952 | 2024-02-03T10:15:21.574Z | Downloaded heapless v0.8.0 |
953 | 2024-02-03T10:15:21.580Z | Downloaded aes-gcm v0.10.3 |
954 | 2024-02-03T10:15:21.586Z | Downloaded russh v0.40.2 |
955 | 2024-02-03T10:15:21.595Z | Downloaded http v1.0.0 |
956 | 2024-02-03T10:15:21.602Z | Downloaded trust-dns-resolver v0.22.0 |
957 | 2024-02-03T10:15:21.609Z | Downloaded zip v0.6.6 |
958 | 2024-02-03T10:15:21.616Z | Downloaded ring v0.17.7 |
959 | 2024-02-03T10:15:21.744Z | Downloaded indexmap v2.2.2 |
960 | 2024-02-03T10:15:21.751Z | Downloaded libm v0.2.7 |
961 | 2024-02-03T10:15:21.768Z | Downloaded tungstenite v0.20.1 |
962 | 2024-02-03T10:15:21.775Z | Downloaded serde_derive v1.0.195 |
963 | 2024-02-03T10:15:21.777Z | Downloaded serde_with_macros v3.6.0 |
964 | 2024-02-03T10:15:21.780Z | Downloaded ipnet v2.9.0 |
965 | 2024-02-03T10:15:21.783Z | Downloaded flate2 v1.0.28 |
966 | 2024-02-03T10:15:21.790Z | Downloaded serde_yaml v0.9.25 |
967 | 2024-02-03T10:15:21.795Z | Downloaded num-bigint v0.4.4 |
968 | 2024-02-03T10:15:21.803Z | Downloaded ring v0.16.20 |
969 | 2024-02-03T10:15:21.966Z | Downloaded memchr v2.6.3 |
970 | 2024-02-03T10:15:21.975Z | Downloaded semver v0.11.0 |
971 | 2024-02-03T10:15:21.981Z | Downloaded hex-literal v0.4.1 |
972 | 2024-02-03T10:15:21.981Z | Downloaded glob v0.3.1 |
973 | 2024-02-03T10:15:21.986Z | Downloaded usdt v0.5.0 |
974 | 2024-02-03T10:15:21.986Z | Downloaded parking_lot_core v0.8.6 |
975 | 2024-02-03T10:15:21.986Z | Downloaded parking_lot v0.11.2 |
976 | 2024-02-03T10:15:21.993Z | Downloaded indexmap v1.9.3 |
977 | 2024-02-03T10:15:21.993Z | Downloaded slog-envlogger v2.2.0 |
978 | 2024-02-03T10:15:21.997Z | Downloaded float-cmp v0.9.0 |
979 | 2024-02-03T10:15:22.001Z | Downloaded either v1.9.0 |
980 | 2024-02-03T10:15:22.001Z | Downloaded smf v0.2.2 |
981 | 2024-02-03T10:15:22.004Z | Downloaded thiserror-no-std v2.0.2 |
982 | 2024-02-03T10:15:22.016Z | Downloaded smallvec v1.11.2 |
983 | 2024-02-03T10:15:22.019Z | Downloaded io-lifetimes v1.0.11 |
984 | 2024-02-03T10:15:22.019Z | Downloaded slog v2.7.0 |
985 | 2024-02-03T10:15:22.022Z | Downloaded nom v7.1.3 |
986 | 2024-02-03T10:15:22.029Z | Downloaded petgraph v0.6.4 |
987 | 2024-02-03T10:15:22.055Z | Downloaded rustls-pemfile v2.0.0 |
988 | 2024-02-03T10:15:22.068Z | Downloaded flagset v0.4.3 |
989 | 2024-02-03T10:15:22.068Z | Downloaded fastrand v2.0.0 |
990 | 2024-02-03T10:15:22.068Z | Downloaded clap_builder v4.4.2 |
991 | 2024-02-03T10:15:22.074Z | Downloaded futures-executor v0.3.30 |
992 | 2024-02-03T10:15:22.078Z | Downloaded semver v0.1.20 |
993 | 2024-02-03T10:15:22.078Z | Downloaded ed25519 v2.2.2 |
994 | 2024-02-03T10:15:22.084Z | Downloaded ecdsa v0.16.9 |
995 | 2024-02-03T10:15:22.087Z | Downloaded schemars v0.8.16 |
996 | 2024-02-03T10:15:22.101Z | Downloaded hex v0.4.3 |
997 | 2024-02-03T10:15:22.104Z | Downloaded terminal_size v0.2.6 |
998 | 2024-02-03T10:15:22.107Z | Downloaded heck v0.3.3 |
999 | 2024-02-03T10:15:22.109Z | Downloaded scroll_derive v0.12.0 |
1000 | 2024-02-03T10:15:22.109Z | Downloaded rustc_version v0.1.7 |
1001 | 2024-02-03T10:15:22.112Z | Downloaded term v0.7.0 |
1002 | 2024-02-03T10:15:22.115Z | Downloaded dyn-clone v1.0.13 |
1003 | 2024-02-03T10:15:22.118Z | Downloaded http-body v0.4.5 |
1004 | 2024-02-03T10:15:22.120Z | Downloaded hmac v0.12.1 |
1005 | 2024-02-03T10:15:22.123Z | Downloaded rayon-core v1.12.0 |
1006 | 2024-02-03T10:15:22.129Z | Downloaded tokio-util v0.7.10 |
1007 | 2024-02-03T10:15:22.140Z | Downloaded der v0.7.8 |
1008 | 2024-02-03T10:15:22.149Z | Downloaded crossbeam-channel v0.5.8 |
1009 | 2024-02-03T10:15:22.159Z | Downloaded display-error-chain v0.2.0 |
1010 | 2024-02-03T10:15:22.162Z | Downloaded untrusted v0.9.0 |
1011 | 2024-02-03T10:15:22.162Z | Downloaded sha2 v0.10.8 |
1012 | 2024-02-03T10:15:22.164Z | Downloaded ryu v1.0.15 |
1013 | 2024-02-03T10:15:22.169Z | Downloaded iana-time-zone v0.1.57 |
1014 | 2024-02-03T10:15:22.172Z | Downloaded rand_chacha v0.3.1 |
1015 | 2024-02-03T10:15:22.175Z | Downloaded dirs-next v2.0.0 |
1016 | 2024-02-03T10:15:22.178Z | Downloaded dirs v5.0.1 |
1017 | 2024-02-03T10:15:22.178Z | Downloaded ucd-trie v0.1.6 |
1018 | 2024-02-03T10:15:22.180Z | Downloaded toml_edit v0.21.1 |
1019 | 2024-02-03T10:15:22.218Z | Downloaded rand_core v0.6.4 |
1020 | 2024-02-03T10:15:22.221Z | Downloaded utf-8 v0.7.6 |
1021 | 2024-02-03T10:15:22.224Z | Downloaded hash32 v0.3.1 |
1022 | 2024-02-03T10:15:22.227Z | Downloaded scheduled-thread-pool v0.2.7 |
1023 | 2024-02-03T10:15:22.227Z | Downloaded getopts v0.2.21 |
1024 | 2024-02-03T10:15:22.230Z | Downloaded enum-as-inner v0.5.1 |
1025 | 2024-02-03T10:15:22.233Z | Downloaded embedded-io v0.4.0 |
1026 | 2024-02-03T10:15:22.238Z | Downloaded signature v2.1.0 |
1027 | 2024-02-03T10:15:22.238Z | Downloaded steno v0.4.0 |
1028 | 2024-02-03T10:15:22.242Z | Downloaded toml_edit v0.19.15 |
1029 | 2024-02-03T10:15:22.271Z | Downloaded semver-parser v0.10.2 |
1030 | 2024-02-03T10:15:22.274Z | Downloaded signal-hook-registry v1.4.1 |
1031 | 2024-02-03T10:15:22.277Z | Downloaded fnv v1.0.7 |
1032 | 2024-02-03T10:15:22.279Z | Downloaded proc-macro-error v1.0.4 |
1033 | 2024-02-03T10:15:22.282Z | Downloaded hyper-staticfile v0.9.5 |
1034 | 2024-02-03T10:15:22.286Z | Downloaded httparse v1.8.0 |
1035 | 2024-02-03T10:15:22.289Z | Downloaded sct v0.7.0 |
1036 | 2024-02-03T10:15:22.295Z | Downloaded bytes v1.5.0 |
1037 | 2024-02-03T10:15:22.301Z | Downloaded slog-async v2.8.0 |
1038 | 2024-02-03T10:15:22.304Z | Downloaded futures-io v0.3.30 |
1039 | 2024-02-03T10:15:22.310Z | Downloaded fixedbitset v0.4.2 |
1040 | 2024-02-03T10:15:22.310Z | Downloaded uuid v1.7.0 |
1041 | 2024-02-03T10:15:22.313Z | Downloaded backtrace v0.3.69 |
1042 | 2024-02-03T10:15:22.319Z | Downloaded base64 v0.21.7 |
1043 | 2024-02-03T10:15:22.326Z | Downloaded openssl-sys v0.9.96 |
1044 | 2024-02-03T10:15:22.334Z | Downloaded usdt-attr-macro v0.3.5 |
1045 | 2024-02-03T10:15:22.337Z | Downloaded same-file v1.0.6 |
1046 | 2024-02-03T10:15:22.340Z | Downloaded slab v0.4.9 |
1047 | 2024-02-03T10:15:22.340Z | Downloaded secrecy v0.8.0 |
1048 | 2024-02-03T10:15:22.342Z | Downloaded filetime v0.2.23 |
1049 | 2024-02-03T10:15:22.345Z | Downloaded curve25519-dalek v4.1.1 |
1050 | 2024-02-03T10:15:22.361Z | Downloaded zerocopy-derive v0.7.32 |
1051 | 2024-02-03T10:15:22.373Z | Downloaded pest_meta v2.7.6 |
1052 | 2024-02-03T10:15:22.387Z | Downloaded tracing-core v0.1.31 |
1053 | 2024-02-03T10:15:22.387Z | Downloaded r2d2 v0.8.10 |
1054 | 2024-02-03T10:15:22.387Z | Downloaded proc-macro-error-attr v1.0.4 |
1055 | 2024-02-03T10:15:22.387Z | Downloaded primeorder v0.13.6 |
1056 | 2024-02-03T10:15:22.401Z | Downloaded home v0.5.5 |
1057 | 2024-02-03T10:15:22.401Z | Downloaded tracing v0.1.37 |
1058 | 2024-02-03T10:15:22.401Z | Downloaded phf_shared v0.11.2 |
1059 | 2024-02-03T10:15:22.401Z | Downloaded is-terminal v0.4.9 |
1060 | 2024-02-03T10:15:22.401Z | Downloaded slog-stdlog v4.1.1 |
1061 | 2024-02-03T10:15:22.407Z | Downloaded rustversion v1.0.14 |
1062 | 2024-02-03T10:15:22.408Z | Downloaded quote v1.0.35 |
1063 | 2024-02-03T10:15:22.408Z | Downloaded hostname v0.3.1 |
1064 | 2024-02-03T10:15:22.408Z | Downloaded minimal-lexical v0.2.1 |
1065 | 2024-02-03T10:15:22.412Z | Downloaded socket2 v0.4.9 |
1066 | 2024-02-03T10:15:22.415Z | Downloaded vec_map v0.8.2 |
1067 | 2024-02-03T10:15:22.421Z | Downloaded untrusted v0.7.1 |
1068 | 2024-02-03T10:15:22.424Z | Downloaded schemars_derive v0.8.16 |
1069 | 2024-02-03T10:15:22.424Z | Downloaded cc v1.0.83 |
1070 | 2024-02-03T10:15:22.427Z | Downloaded blake2 v0.10.6 |
1071 | 2024-02-03T10:15:22.430Z | Downloaded parking_lot v0.12.1 |
1072 | 2024-02-03T10:15:22.434Z | Downloaded num-traits v0.2.16 |
1073 | 2024-02-03T10:15:22.439Z | Downloaded textwrap v0.11.0 |
1074 | 2024-02-03T10:15:22.442Z | Downloaded synstructure v0.12.6 |
1075 | 2024-02-03T10:15:22.444Z | Downloaded stringprep v0.1.3 |
1076 | 2024-02-03T10:15:22.447Z | Downloaded mio v0.8.9 |
1077 | 2024-02-03T10:15:22.455Z | Downloaded heck v0.4.1 |
1078 | 2024-02-03T10:15:22.458Z | Downloaded gethostname v0.4.3 |
1079 | 2024-02-03T10:15:22.461Z | Downloaded usdt-macro v0.3.5 |
1080 | 2024-02-03T10:15:22.461Z | Downloaded usdt-impl v0.5.0 |
1081 | 2024-02-03T10:15:22.463Z | Downloaded pest v2.7.6 |
1082 | 2024-02-03T10:15:22.471Z | Downloaded diesel_derives v2.1.2 |
1083 | 2024-02-03T10:15:22.477Z | Downloaded hyper-tls v0.5.0 |
1084 | 2024-02-03T10:15:22.480Z | Downloaded clap v4.4.3 |
1085 | 2024-02-03T10:15:22.496Z | Downloaded password-hash v0.4.2 |
1086 | 2024-02-03T10:15:22.499Z | Downloaded num-rational v0.4.1 |
1087 | 2024-02-03T10:15:22.499Z | Downloaded derive-where v1.2.7 |
1088 | 2024-02-03T10:15:22.505Z | Downloaded foreign-types-shared v0.1.1 |
1089 | 2024-02-03T10:15:22.508Z | Downloaded slog-term v2.9.0 |
1090 | 2024-02-03T10:15:22.511Z | Downloaded form_urlencoded v1.2.1 |
1091 | 2024-02-03T10:15:22.514Z | Downloaded zeroize v1.7.0 |
1092 | 2024-02-03T10:15:22.514Z | Downloaded toml v0.5.11 |
1093 | 2024-02-03T10:15:22.517Z | Downloaded thread-id v4.2.0 |
1094 | 2024-02-03T10:15:22.520Z | Downloaded strsim v0.10.0 |
1095 | 2024-02-03T10:15:22.523Z | Downloaded rand_chacha v0.2.2 |
1096 | 2024-02-03T10:15:22.523Z | Downloaded instant v0.1.12 |
1097 | 2024-02-03T10:15:22.526Z | Downloaded http-range v0.1.5 |
1098 | 2024-02-03T10:15:22.529Z | Downloaded tar v0.4.40 |
1099 | 2024-02-03T10:15:22.532Z | Downloaded slog-json v2.6.1 |
1100 | 2024-02-03T10:15:22.534Z | Downloaded allocator-api2 v0.2.16 |
1101 | 2024-02-03T10:15:22.539Z | Downloaded strum_macros v0.25.2 |
1102 | 2024-02-03T10:15:22.545Z | Downloaded static_assertions v1.1.0 |
1103 | 2024-02-03T10:15:22.548Z | Downloaded spki v0.7.2 |
1104 | 2024-02-03T10:15:22.548Z | Downloaded spin v0.5.2 |
1105 | 2024-02-03T10:15:22.550Z | Downloaded slog-scope v4.4.0 |
1106 | 2024-02-03T10:15:22.553Z | Downloaded structopt v0.3.26 |
1107 | 2024-02-03T10:15:22.563Z | Downloaded omicron-zone-package v0.11.0 |
1108 | 2024-02-03T10:15:22.568Z | Downloaded tokio-postgres v0.7.10 |
1109 | 2024-02-03T10:15:22.576Z | Downloaded toml v0.7.8 |
1110 | 2024-02-03T10:15:22.583Z | Downloaded derive_more v0.99.17 |
1111 | 2024-02-03T10:15:22.590Z | Downloaded camino v1.1.6 |
1112 | 2024-02-03T10:15:22.593Z | Downloaded spin v0.9.8 |
1113 | 2024-02-03T10:15:22.597Z | Downloaded pest_derive v2.7.6 |
1114 | 2024-02-03T10:15:22.600Z | Downloaded owo-colors v4.0.0 |
1115 | 2024-02-03T10:15:22.604Z | Downloaded multer v3.0.0 |
1116 | 2024-02-03T10:15:22.608Z | Downloaded mime_guess v2.0.4 |
1117 | 2024-02-03T10:15:22.614Z | Downloaded pem v3.0.2 |
1118 | 2024-02-03T10:15:22.617Z | Downloaded ident_case v1.0.1 |
1119 | 2024-02-03T10:15:22.617Z | Downloaded take_mut v0.2.2 |
1120 | 2024-02-03T10:15:22.617Z | Downloaded lru-cache v0.1.2 |
1121 | 2024-02-03T10:15:22.620Z | Downloaded parking_lot_core v0.9.8 |
1122 | 2024-02-03T10:15:22.623Z | Downloaded strum v0.25.0 |
1123 | 2024-02-03T10:15:22.623Z | Downloaded digest v0.10.7 |
1124 | 2024-02-03T10:15:22.625Z | Downloaded password-hash v0.5.0 |
1125 | 2024-02-03T10:15:22.628Z | Downloaded foreign-types-shared v0.3.1 |
1126 | 2024-02-03T10:15:22.631Z | Downloaded ciborium v0.2.2 |
1127 | 2024-02-03T10:15:22.634Z | Downloaded serde_urlencoded v0.7.1 |
1128 | 2024-02-03T10:15:22.638Z | Downloaded serde_tokenstream v0.2.0 |
1129 | 2024-02-03T10:15:22.641Z | Downloaded serde_tokenstream v0.1.7 |
1130 | 2024-02-03T10:15:22.646Z | Downloaded serde_spanned v0.6.5 |
1131 | 2024-02-03T10:15:22.649Z | Downloaded serde_repr v0.1.16 |
1132 | 2024-02-03T10:15:22.652Z | Downloaded serde_path_to_error v0.1.15 |
1133 | 2024-02-03T10:15:22.654Z | Downloaded parse-display-derive v0.8.2 |
1134 | 2024-02-03T10:15:22.654Z | Downloaded native-tls v0.2.11 |
1135 | 2024-02-03T10:15:22.657Z | Downloaded md-5 v0.10.5 |
1136 | 2024-02-03T10:15:22.663Z | Downloaded linked-hash-map v0.5.6 |
1137 | 2024-02-03T10:15:22.666Z | Downloaded libefi-sys v0.1.0 |
1138 | 2024-02-03T10:15:22.666Z | Downloaded itoa v1.0.9 |
1139 | 2024-02-03T10:15:22.666Z | Downloaded futures-sink v0.3.30 |
1140 | 2024-02-03T10:15:22.669Z | Downloaded camino-tempfile v1.1.1 |
1141 | 2024-02-03T10:15:22.671Z | Downloaded base64ct v1.6.0 |
1142 | 2024-02-03T10:15:22.674Z | Downloaded ahash v0.8.6 |
1143 | 2024-02-03T10:15:22.677Z | Downloaded tracing-attributes v0.1.26 |
1144 | 2024-02-03T10:15:22.681Z | Downloaded tokio-tungstenite v0.20.1 |
1145 | 2024-02-03T10:15:22.685Z | Downloaded phf v0.11.2 |
1146 | 2024-02-03T10:15:22.687Z | Downloaded crypto-bigint v0.5.2 |
1147 | 2024-02-03T10:15:22.697Z | Downloaded num v0.4.1 |
1148 | 2024-02-03T10:15:22.699Z | Downloaded mime v0.3.17 |
1149 | 2024-02-03T10:15:22.702Z | Downloaded bitflags v1.3.2 |
1150 | 2024-02-03T10:15:22.705Z | Downloaded argon2 v0.5.3 |
1151 | 2024-02-03T10:15:22.708Z | Downloaded zone v0.3.0 |
1152 | 2024-02-03T10:15:22.710Z | Downloaded toml_datetime v0.6.5 |
1153 | 2024-02-03T10:15:22.713Z | Downloaded percent-encoding v2.3.1 |
1154 | 2024-02-03T10:15:22.713Z | Downloaded der_derive v0.7.2 |
1155 | 2024-02-03T10:15:22.716Z | Downloaded defmt v0.3.5 |
1156 | 2024-02-03T10:15:22.720Z | Downloaded bitflags v2.4.0 |
1157 | 2024-02-03T10:15:22.727Z | Downloaded blowfish v0.9.1 |
1158 | 2024-02-03T10:15:22.730Z | Downloaded autocfg v1.1.0 |
1159 | 2024-02-03T10:15:22.730Z | Downloaded arrayvec v0.7.4 |
1160 | 2024-02-03T10:15:22.733Z | Downloaded httpdate v1.0.3 |
1161 | 2024-02-03T10:15:22.735Z | Downloaded ff v0.13.0 |
1162 | 2024-02-03T10:15:22.738Z | Downloaded xattr v1.0.1 |
1163 | 2024-02-03T10:15:22.741Z | Downloaded whoami v1.4.1 |
1164 | 2024-02-03T10:15:22.741Z | Downloaded topological-sort v0.2.2 |
1165 | 2024-02-03T10:15:22.743Z | Downloaded strsim v0.8.0 |
1166 | 2024-02-03T10:15:22.746Z | Downloaded pin-utils v0.1.0 |
1167 | 2024-02-03T10:15:22.746Z | Downloaded num_cpus v1.16.0 |
1168 | 2024-02-03T10:15:22.750Z | Downloaded num-iter v0.1.43 |
1169 | 2024-02-03T10:15:22.753Z | Downloaded num-derive v0.4.0 |
1170 | 2024-02-03T10:15:22.756Z | Downloaded bzip2 v0.4.4 |
1171 | 2024-02-03T10:15:22.758Z | Downloaded num_enum_derive v0.5.11 |
1172 | 2024-02-03T10:15:22.761Z | Downloaded structmeta-derive v0.2.0 |
1173 | 2024-02-03T10:15:22.763Z | Downloaded nibble_vec v0.1.0 |
1174 | 2024-02-03T10:15:22.763Z | Downloaded memoffset v0.9.0 |
1175 | 2024-02-03T10:15:22.766Z | Downloaded usdt-macro v0.5.0 |
1176 | 2024-02-03T10:15:22.766Z | Downloaded matches v0.1.10 |
1177 | 2024-02-03T10:15:22.772Z | Downloaded managed v0.8.0 |
1178 | 2024-02-03T10:15:22.775Z | Downloaded lalrpop-util v0.19.12 |
1179 | 2024-02-03T10:15:22.775Z | Downloaded kstat-rs v0.2.3 |
1180 | 2024-02-03T10:15:22.775Z | Downloaded dtrace-parser v0.2.0 |
1181 | 2024-02-03T10:15:22.775Z | Downloaded toolchain_find v0.2.0 |
1182 | 2024-02-03T10:15:22.778Z | Downloaded memmap v0.7.0 |
1183 | 2024-02-03T10:15:22.778Z | Downloaded linear-map v1.2.0 |
1184 | 2024-02-03T10:15:22.780Z | Downloaded libsw v3.3.1 |
1185 | 2024-02-03T10:15:22.783Z | Downloaded keccak v0.1.4 |
1186 | 2024-02-03T10:15:22.786Z | Downloaded num-integer v0.1.45 |
1187 | 2024-02-03T10:15:22.788Z | Downloaded async-trait v0.1.77 |
1188 | 2024-02-03T10:15:22.793Z | Downloaded phf_shared v0.10.0 |
1189 | 2024-02-03T10:15:22.795Z | Downloaded lazy_static v1.4.0 |
1190 | 2024-02-03T10:15:22.798Z | Downloaded darling v0.20.3 |
1191 | 2024-02-03T10:15:22.801Z | Downloaded bit-set v0.5.3 |
1192 | 2024-02-03T10:15:22.804Z | Downloaded normalize-line-endings v0.3.0 |
1193 | 2024-02-03T10:15:22.807Z | Downloaded deranged v0.3.8 |
1194 | 2024-02-03T10:15:22.807Z | Downloaded defmt-parser v0.3.3 |
1195 | 2024-02-03T10:15:22.810Z | Downloaded zone_cfg_derive v0.3.0 |
1196 | 2024-02-03T10:15:22.810Z | Downloaded crypto-common v0.1.6 |
1197 | 2024-02-03T10:15:22.818Z | Downloaded base16ct v0.2.0 |
1198 | 2024-02-03T10:15:22.818Z | Downloaded anstyle-query v1.0.0 |
1199 | 2024-02-03T10:15:22.819Z | Downloaded fxhash v0.2.1 |
1200 | 2024-02-03T10:15:22.833Z | Downloaded tower-service v0.3.2 |
1201 | 2024-02-03T10:15:22.834Z | Downloaded ctr v0.9.2 |
1202 | 2024-02-03T10:15:22.834Z | Downloaded openssl-probe v0.1.5 |
1203 | 2024-02-03T10:15:22.834Z | Downloaded md5 v0.7.0 |
1204 | 2024-02-03T10:15:22.834Z | Downloaded toml v0.8.8 |
1205 | 2024-02-03T10:15:22.853Z | Downloaded log v0.4.20 |
1206 | 2024-02-03T10:15:22.853Z | Downloaded cbc v0.1.2 |
1207 | 2024-02-03T10:15:22.853Z | Downloaded async-stream v0.3.5 |
1208 | 2024-02-03T10:15:22.854Z | Downloaded chacha20 v0.9.1 |
1209 | 2024-02-03T10:15:22.854Z | Downloaded byteorder v1.5.0 |
1210 | 2024-02-03T10:15:22.854Z | Downloaded openssl-macros v0.1.1 |
1211 | 2024-02-03T10:15:22.863Z | Downloaded opaque-debug v0.3.0 |
1212 | 2024-02-03T10:15:22.863Z | Downloaded new_debug_unreachable v1.0.4 |
1213 | 2024-02-03T10:15:22.863Z | Downloaded anstyle v1.0.2 |
1214 | 2024-02-03T10:15:22.863Z | Downloaded anstream v0.5.0 |
1215 | 2024-02-03T10:15:22.863Z | Downloaded postcard v1.0.8 |
1216 | 2024-02-03T10:15:22.863Z | Downloaded tokio-native-tls v0.3.1 |
1217 | 2024-02-03T10:15:22.866Z | Downloaded poly1305 v0.8.0 |
1218 | 2024-02-03T10:15:22.866Z | Downloaded pkcs8 v0.10.2 |
1219 | 2024-02-03T10:15:22.869Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1220 | 2024-02-03T10:15:22.869Z | Downloaded block-padding v0.3.3 |
1221 | 2024-02-03T10:15:22.872Z | Downloaded adler v1.0.2 |
1222 | 2024-02-03T10:15:22.875Z | Downloaded aead v0.5.2 |
1223 | 2024-02-03T10:15:22.875Z | Downloaded predicates v3.1.0 |
1224 | 2024-02-03T10:15:22.878Z | Downloaded postgres-types v0.2.6 |
1225 | 2024-02-03T10:15:22.882Z | Downloaded atomicwrites v0.4.3 |
1226 | 2024-02-03T10:15:22.885Z | Downloaded async-stream-impl v0.3.5 |
1227 | 2024-02-03T10:15:22.885Z | Downloaded tokio-stream v0.1.14 |
1228 | 2024-02-03T10:15:22.892Z | Downloaded pretty-hex v0.2.1 |
1229 | 2024-02-03T10:15:22.894Z | Downloaded predicates-core v1.0.6 |
1230 | 2024-02-03T10:15:22.897Z | Downloaded ppv-lite86 v0.2.17 |
1231 | 2024-02-03T10:15:22.897Z | Downloaded postgres-protocol v0.6.6 |
1232 | 2024-02-03T10:15:22.900Z | Downloaded polyval v0.6.1 |
1233 | 2024-02-03T10:15:22.903Z | Downloaded platforms v3.0.2 |
1234 | 2024-02-03T10:15:22.906Z | Downloaded precomputed-hash v0.1.1 |
1235 | 2024-02-03T10:15:22.908Z | Downloaded plain v0.2.3 |
1236 | 2024-02-03T10:15:22.908Z | Downloaded pin-project-lite v0.2.13 |
1237 | 2024-02-03T10:15:22.916Z | Downloaded pest_generator v2.7.6 |
1238 | 2024-02-03T10:15:22.919Z | Downloaded pem-rfc7468 v0.7.0 |
1239 | 2024-02-03T10:15:22.921Z | Downloaded pbkdf2 v0.12.2 |
1240 | 2024-02-03T10:15:22.924Z | Downloaded parse-display v0.8.2 |
1241 | 2024-02-03T10:15:22.926Z | Downloaded lock_api v0.4.10 |
1242 | 2024-02-03T10:15:22.929Z | Downloaded ansi_term v0.12.1 |
1243 | 2024-02-03T10:15:22.932Z | Downloaded pkg-config v0.3.27 |
1244 | 2024-02-03T10:15:22.938Z | Downloaded pbkdf2 v0.11.0 |
1245 | 2024-02-03T10:15:22.940Z | Downloaded defmt-macros v0.3.6 |
1246 | 2024-02-03T10:15:22.943Z | Downloaded crucible-workspace-hack v0.1.0 |
1247 | 2024-02-03T10:15:22.943Z | Downloaded clap_derive v4.4.2 |
1248 | 2024-02-03T10:15:22.946Z | Downloaded backoff v0.4.0 |
1249 | 2024-02-03T10:15:22.950Z | Downloaded arrayref v0.3.7 |
1250 | 2024-02-03T10:15:22.953Z | Downloaded anstyle-parse v0.2.1 |
1251 | 2024-02-03T10:15:22.956Z | Downloaded darling_macro v0.20.3 |
1252 | 2024-02-03T10:15:22.956Z | Downloaded crossbeam-utils v0.8.16 |
1253 | 2024-02-03T10:15:22.959Z | Downloaded convert_case v0.4.0 |
1254 | 2024-02-03T10:15:22.961Z | Downloaded const-oid v0.9.5 |
1255 | 2024-02-03T10:15:22.964Z | Downloaded clap v2.34.0 |
1256 | 2024-02-03T10:15:22.976Z | Downloaded arc-swap v1.6.0 |
1257 | 2024-02-03T10:15:22.982Z | Downloaded colored v2.0.4 |
1258 | 2024-02-03T10:15:22.985Z | Downloaded colorchoice v1.0.0 |
1259 | 2024-02-03T10:15:22.991Z | Downloaded bit-vec v0.6.3 |
1260 | 2024-02-03T10:15:22.994Z | Downloaded ciborium-ll v0.2.2 |
1261 | 2024-02-03T10:15:22.994Z | Downloaded cancel-safe-futures v0.1.5 |
1262 | 2024-02-03T10:15:23.406Z | Compiling proc-macro2 v1.0.78 |
1263 | 2024-02-03T10:15:23.406Z | Compiling unicode-ident v1.0.12 |
1264 | 2024-02-03T10:15:23.409Z | Compiling libc v0.2.153 |
1265 | 2024-02-03T10:15:23.409Z | Compiling serde v1.0.195 |
1266 | 2024-02-03T10:15:23.409Z | Compiling version_check v0.9.4 |
1267 | 2024-02-03T10:15:23.409Z | Compiling autocfg v1.1.0 |
1268 | 2024-02-03T10:15:23.430Z | Compiling cfg-if v1.0.0 |
1269 | 2024-02-03T10:15:23.626Z | Compiling once_cell v1.19.0 |
1270 | 2024-02-03T10:15:23.665Z | Compiling syn v1.0.109 |
1271 | 2024-02-03T10:15:24.180Z | Compiling thiserror v1.0.56 |
1272 | 2024-02-03T10:15:24.557Z | Compiling memchr v2.6.3 |
1273 | 2024-02-03T10:15:24.627Z | Compiling lock_api v0.4.10 |
1274 | 2024-02-03T10:15:25.082Z | Compiling typenum v1.16.0 |
1275 | 2024-02-03T10:15:25.248Z | Compiling byteorder v1.5.0 |
1276 | 2024-02-03T10:15:25.274Z | Compiling ahash v0.8.6 |
1277 | 2024-02-03T10:15:25.326Z | Compiling parking_lot_core v0.9.8 |
1278 | 2024-02-03T10:15:25.867Z | Compiling generic-array v0.14.7 |
1279 | 2024-02-03T10:15:26.059Z | Compiling libm v0.2.7 |
1280 | 2024-02-03T10:15:26.145Z | Compiling num-traits v0.2.16 |
1281 | 2024-02-03T10:15:26.405Z | Compiling serde_json v1.0.113 |
1282 | 2024-02-03T10:15:26.722Z | Compiling itoa v1.0.9 |
1283 | 2024-02-03T10:15:26.991Z | Compiling quote v1.0.35 |
1284 | 2024-02-03T10:15:27.318Z | Compiling slab v0.4.9 |
1285 | 2024-02-03T10:15:27.393Z | Compiling cc v1.0.83 |
1286 | 2024-02-03T10:15:27.754Z | Compiling syn v2.0.48 |
1287 | 2024-02-03T10:15:27.853Z | Compiling getrandom v0.2.10 |
1288 | 2024-02-03T10:15:28.191Z | Compiling rand_core v0.6.4 |
1289 | 2024-02-03T10:15:28.341Z | Compiling log v0.4.20 |
1290 | 2024-02-03T10:15:29.007Z | Compiling scopeguard v1.2.0 |
1291 | 2024-02-03T10:15:29.184Z | Compiling ryu v1.0.15 |
1292 | 2024-02-03T10:15:29.897Z | Compiling pkg-config v0.3.27 |
1293 | 2024-02-03T10:15:30.003Z | Compiling allocator-api2 v0.2.16 |
1294 | 2024-02-03T10:15:30.158Z | Compiling equivalent v1.0.1 |
1295 | 2024-02-03T10:15:30.275Z | Compiling heck v0.4.1 |
1296 | 2024-02-03T10:15:30.313Z | Compiling smallvec v1.11.2 |
1297 | 2024-02-03T10:15:30.962Z | Compiling subtle v2.5.0 |
1298 | 2024-02-03T10:15:31.012Z | Compiling schemars v0.8.16 |
1299 | 2024-02-03T10:15:31.689Z | Compiling vcpkg v0.2.15 |
1300 | 2024-02-03T10:15:32.126Z | Compiling pin-project-lite v0.2.13 |
1301 | 2024-02-03T10:15:32.452Z | Compiling ring v0.17.7 |
1302 | 2024-02-03T10:15:32.526Z | Compiling httparse v1.8.0 |
1303 | 2024-02-03T10:15:32.754Z | Compiling ucd-trie v0.1.6 |
1304 | 2024-02-03T10:15:33.385Z | Compiling parking_lot v0.12.1 |
1305 | 2024-02-03T10:15:33.624Z | Compiling ring v0.16.20 |
1306 | 2024-02-03T10:15:33.714Z | Compiling signal-hook-registry v1.4.1 |
1307 | 2024-02-03T10:15:34.381Z | Compiling fnv v1.0.7 |
1308 | 2024-02-03T10:15:35.027Z | Compiling mio v0.8.9 |
1309 | 2024-02-03T10:15:35.367Z | Compiling openssl-sys v0.9.96 |
1310 | 2024-02-03T10:15:35.620Z | Compiling iana-time-zone v0.1.57 |
1311 | 2024-02-03T10:15:36.318Z | Compiling const-oid v0.9.5 |
1312 | 2024-02-03T10:15:36.527Z | Compiling semver v1.0.21 |
1313 | 2024-02-03T10:15:36.804Z | Compiling openssl v0.10.60 |
1314 | 2024-02-03T10:15:37.015Z | Compiling socket2 v0.5.5 |
1315 | 2024-02-03T10:15:37.273Z | Compiling num_cpus v1.16.0 |
1316 | 2024-02-03T10:15:37.385Z | Compiling rustls v0.21.9 |
1317 | 2024-02-03T10:15:37.772Z | Compiling native-tls v0.2.11 |
1318 | 2024-02-03T10:15:38.421Z | Compiling dyn-clone v1.0.13 |
1319 | 2024-02-03T10:15:38.519Z | Compiling futures-core v0.3.30 |
1320 | 2024-02-03T10:15:39.026Z | Compiling aho-corasick v1.0.4 |
1321 | 2024-02-03T10:15:39.550Z | Compiling serde_derive_internals v0.26.0 |
1322 | 2024-02-03T10:15:39.580Z | Compiling regex-syntax v0.8.2 |
1323 | 2024-02-03T10:15:39.772Z | Compiling slog v2.7.0 |
1324 | 2024-02-03T10:15:40.252Z | Compiling crossbeam-utils v0.8.16 |
1325 | 2024-02-03T10:15:40.523Z | Compiling async-trait v0.1.77 |
1326 | 2024-02-03T10:15:40.851Z | Compiling spin v0.5.2 |
1327 | 2024-02-03T10:15:41.364Z | Compiling futures-sink v0.3.30 |
1328 | 2024-02-03T10:15:41.599Z | Compiling rustix v0.38.30 |
1329 | 2024-02-03T10:15:41.917Z | Compiling backtrace v0.3.69 |
1330 | 2024-02-03T10:15:42.736Z | Compiling tinyvec_macros v0.1.1 |
1331 | 2024-02-03T10:15:42.867Z | Compiling tinyvec v1.6.0 |
1332 | 2024-02-03T10:15:43.211Z | Compiling futures-channel v0.3.30 |
1333 | 2024-02-03T10:15:43.967Z | Compiling futures-task v0.3.30 |
1334 | 2024-02-03T10:15:44.409Z | Compiling winnow v0.5.15 |
1335 | 2024-02-03T10:15:44.625Z | Compiling futures-io v0.3.30 |
1336 | 2024-02-03T10:15:45.149Z | Compiling pin-utils v0.1.0 |
1337 | 2024-02-03T10:15:45.307Z | Compiling spin v0.9.8 |
1338 | 2024-02-03T10:15:45.410Z | Compiling regex-automata v0.4.4 |
1339 | 2024-02-03T10:15:45.469Z | Compiling unicode-normalization v0.1.22 |
1340 | 2024-02-03T10:15:46.197Z | Compiling memoffset v0.9.0 |
1341 | 2024-02-03T10:15:46.486Z | Compiling tracing-core v0.1.31 |
1342 | 2024-02-03T10:15:46.639Z | Compiling anyhow v1.0.75 |
1343 | 2024-02-03T10:15:47.261Z | Compiling unicode-bidi v0.3.13 |
1344 | 2024-02-03T10:15:47.479Z | Compiling unicode-width v0.1.11 |
1345 | 2024-02-03T10:15:47.721Z | Compiling cpufeatures v0.2.12 |
1346 | 2024-02-03T10:15:49.853Z | Compiling crc32fast v1.3.2 |
1347 | 2024-02-03T10:15:50.392Z | Compiling crossbeam-epoch v0.9.15 |
1348 | 2024-02-03T10:15:50.532Z | Compiling time-core v0.1.1 |
1349 | 2024-02-03T10:15:50.985Z | Compiling time-macros v0.2.13 |
1350 | 2024-02-03T10:15:51.302Z | Compiling serde_derive v1.0.195 |
1351 | 2024-02-03T10:15:51.702Z | Compiling zerocopy-derive v0.7.32 |
1352 | 2024-02-03T10:15:51.729Z | Compiling zeroize_derive v1.4.2 |
1353 | 2024-02-03T10:15:52.036Z | Compiling thiserror-impl v1.0.56 |
1354 | 2024-02-03T10:15:54.354Z | Compiling tokio-macros v2.2.0 |
1355 | 2024-02-03T10:15:55.109Z | Compiling zeroize v1.7.0 |
1356 | 2024-02-03T10:15:55.446Z | Compiling zerocopy v0.7.32 |
1357 | 2024-02-03T10:15:55.672Z | Compiling futures-macro v0.3.30 |
1358 | 2024-02-03T10:15:57.150Z | Compiling tracing-attributes v0.1.26 |
1359 | 2024-02-03T10:15:57.415Z | Compiling schemars_derive v0.8.16 |
1360 | 2024-02-03T10:15:57.709Z | Compiling pest v2.7.6 |
1361 | 2024-02-03T10:15:58.534Z | Compiling crypto-common v0.1.6 |
1362 | 2024-02-03T10:15:59.013Z | Compiling hashbrown v0.14.2 |
1363 | 2024-02-03T10:15:59.184Z | Compiling openssl-macros v0.1.1 |
1364 | 2024-02-03T10:16:00.421Z | Compiling block-buffer v0.10.4 |
1365 | 2024-02-03T10:16:00.817Z | Compiling digest v0.10.7 |
1366 | 2024-02-03T10:16:00.845Z | Compiling hashbrown v0.13.2 |
1367 | 2024-02-03T10:16:01.166Z | Compiling regex v1.10.3 |
1368 | 2024-02-03T10:16:01.804Z | Compiling pest_meta v2.7.6 |
1369 | 2024-02-03T10:16:02.623Z | Compiling futures-util v0.3.30 |
1370 | 2024-02-03T10:16:03.262Z | Compiling der_derive v0.7.2 |
1371 | 2024-02-03T10:16:03.780Z | Compiling tracing v0.1.37 |
1372 | 2024-02-03T10:16:04.584Z | Compiling pest_generator v2.7.6 |
1373 | 2024-02-03T10:16:07.650Z | Compiling errno v0.3.8 |
1374 | 2024-02-03T10:16:07.981Z | Compiling num-integer v0.1.45 |
1375 | 2024-02-03T10:16:08.143Z | Compiling percent-encoding v2.3.1 |
1376 | 2024-02-03T10:16:08.435Z | Compiling untrusted v0.7.1 |
1377 | 2024-02-03T10:16:08.728Z | Compiling foreign-types-shared v0.1.1 |
1378 | 2024-02-03T10:16:09.092Z | Compiling untrusted v0.9.0 |
1379 | 2024-02-03T10:16:09.590Z | Compiling foreign-types v0.3.2 |
1380 | 2024-02-03T10:16:10.532Z | Compiling pest_derive v2.7.6 |
1381 | 2024-02-03T10:16:12.824Z | Compiling ppv-lite86 v0.2.17 |
1382 | 2024-02-03T10:16:12.951Z | Compiling base64 v0.21.7 |
1383 | 2024-02-03T10:16:13.073Z | Compiling unicode-xid v0.2.4 |
1384 | 2024-02-03T10:16:13.332Z | Compiling try-lock v0.2.4 |
1385 | 2024-02-03T10:16:13.535Z | Compiling want v0.3.1 |
1386 | 2024-02-03T10:16:13.961Z | Compiling synstructure v0.12.6 |
1387 | 2024-02-03T10:16:14.092Z | Compiling sct v0.7.0 |
1388 | 2024-02-03T10:16:14.563Z | Compiling rustls-webpki v0.101.7 |
1389 | 2024-02-03T10:16:15.391Z | Compiling bytes v1.5.0 |
1390 | 2024-02-03T10:16:15.830Z | Compiling indexmap v2.2.2 |
1391 | 2024-02-03T10:16:16.005Z | Compiling chrono v0.4.31 |
1392 | 2024-02-03T10:16:16.026Z | Compiling uuid v1.7.0 |
1393 | 2024-02-03T10:16:17.019Z | Compiling http v0.2.11 |
1394 | 2024-02-03T10:16:18.135Z | Compiling tokio v1.35.1 |
1395 | 2024-02-03T10:16:18.503Z | Compiling bitflags v2.4.0 |
1396 | 2024-02-03T10:16:19.166Z | Compiling serde_spanned v0.6.5 |
1397 | 2024-02-03T10:16:19.522Z | Compiling toml_datetime v0.6.5 |
1398 | 2024-02-03T10:16:19.584Z | Compiling openapiv3 v2.0.0 |
1399 | 2024-02-03T10:16:20.672Z | Compiling toml_edit v0.19.15 |
1400 | 2024-02-03T10:16:21.103Z | Compiling rustc_version v0.4.0 |
1401 | 2024-02-03T10:16:25.136Z | Compiling serde_tokenstream v0.2.0 |
1402 | 2024-02-03T10:16:25.349Z | Compiling http-body v0.4.5 |
1403 | 2024-02-03T10:16:26.021Z | Compiling form_urlencoded v1.2.1 |
1404 | 2024-02-03T10:16:26.582Z | Compiling scroll_derive v0.12.0 |
1405 | 2024-02-03T10:16:27.672Z | Compiling socket2 v0.4.9 |
1406 | 2024-02-03T10:16:27.892Z | Compiling openssl-probe v0.1.5 |
1407 | 2024-02-03T10:16:29.139Z | Compiling io-lifetimes v1.0.11 |
1408 | 2024-02-03T10:16:29.566Z | Compiling tower-service v0.3.2 |
1409 | 2024-02-03T10:16:29.795Z | Compiling httpdate v1.0.3 |
1410 | 2024-02-03T10:16:30.530Z | Compiling tokio-util v0.7.10 |
1411 | 2024-02-03T10:16:32.507Z | Compiling h2 v0.3.24 |
1412 | 2024-02-03T10:16:32.992Z | Compiling zerocopy-derive v0.2.0 |
1413 | 2024-02-03T10:16:34.038Z | Compiling idna v0.5.0 |
1414 | 2024-02-03T10:16:36.369Z | Compiling lazy_static v1.4.0 |
1415 | 2024-02-03T10:16:36.747Z | Compiling thread-id v4.2.0 |
1416 | 2024-02-03T10:16:36.908Z | Compiling adler v1.0.2 |
1417 | 2024-02-03T10:16:37.100Z | Compiling tokio-native-tls v0.3.1 |
1418 | 2024-02-03T10:16:37.250Z | Compiling tokio-rustls v0.24.1 |
1419 | 2024-02-03T10:16:37.497Z | Compiling miniz_oxide v0.7.1 |
1420 | 2024-02-03T10:16:37.860Z | Compiling url v2.5.0 |
1421 | 2024-02-03T10:16:40.279Z | Compiling rand_chacha v0.3.1 |
1422 | 2024-02-03T10:16:41.120Z | Compiling rustix v0.37.23 |
1423 | 2024-02-03T10:16:41.405Z | Compiling ipnet v2.9.0 |
1424 | 2024-02-03T10:16:42.141Z | Compiling rand v0.8.5 |
1425 | 2024-02-03T10:16:43.013Z | Compiling serde_urlencoded v0.7.1 |
1426 | 2024-02-03T10:16:43.346Z | Compiling rustls-pemfile v1.0.3 |
1427 | 2024-02-03T10:16:43.874Z | Compiling hyper v0.14.27 |
1428 | 2024-02-03T10:16:43.930Z | Compiling usdt-impl v0.3.5 |
1429 | 2024-02-03T10:16:44.125Z | Compiling encoding_rs v0.8.33 |
1430 | 2024-02-03T10:16:44.369Z | Compiling either v1.9.0 |
1431 | 2024-02-03T10:16:44.425Z | Compiling mime v0.3.17 |
1432 | 2024-02-03T10:16:44.963Z | Compiling webpki-roots v0.25.2 |
1433 | 2024-02-03T10:16:45.471Z | Compiling gimli v0.28.0 |
1434 | 2024-02-03T10:16:47.053Z | Compiling regress v0.7.1 |
1435 | 2024-02-03T10:16:47.218Z | Compiling object v0.32.1 |
1436 | 2024-02-03T10:16:48.542Z | Compiling num-bigint v0.4.4 |
1437 | 2024-02-03T10:16:49.884Z | Compiling usdt-impl v0.5.0 |
1438 | 2024-02-03T10:16:50.637Z | Compiling rustc-demangle v0.1.23 |
1439 | 2024-02-03T10:16:52.240Z | Compiling flate2 v1.0.28 |
1440 | 2024-02-03T10:16:52.814Z | Compiling addr2line v0.21.0 |
1441 | 2024-02-03T10:16:53.361Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1442 | 2024-02-03T10:16:53.705Z | Compiling zerocopy v0.3.0 |
1443 | 2024-02-03T10:16:53.818Z | Compiling scroll v0.12.0 |
1444 | 2024-02-03T10:16:53.842Z | Compiling heapless v0.7.16 |
1445 | 2024-02-03T10:16:54.449Z | Compiling futures-executor v0.3.30 |
1446 | 2024-02-03T10:16:54.975Z | Compiling hyper-rustls v0.24.2 |
1447 | 2024-02-03T10:16:55.014Z | Compiling hyper-tls v0.5.0 |
1448 | 2024-02-03T10:16:55.454Z | Compiling reqwest v0.11.22 |
1449 | 2024-02-03T10:16:55.561Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1450 | 2024-02-03T10:16:55.592Z | Compiling signal-hook v0.3.17 |
1451 | 2024-02-03T10:16:55.998Z | Compiling plain v0.2.3 |
1452 | 2024-02-03T10:16:56.106Z | Compiling rustversion v1.0.14 |
1453 | 2024-02-03T10:16:57.228Z | Compiling goblin v0.8.0 |
1454 | 2024-02-03T10:17:00.005Z | Compiling dof v0.1.5 |
1455 | 2024-02-03T10:17:00.080Z | Compiling futures v0.3.30 |
1456 | 2024-02-03T10:17:00.462Z | Compiling toml v0.7.8 |
1457 | 2024-02-03T10:17:01.546Z | Compiling toml_edit v0.21.1 |
1458 | 2024-02-03T10:17:02.781Z | Compiling hex v0.4.3 |
1459 | 2024-02-03T10:17:03.156Z | Compiling dtrace-parser v0.1.14 |
1460 | 2024-02-03T10:17:03.299Z | Compiling pretty-hex v0.4.1 |
1461 | 2024-02-03T10:17:03.349Z | Compiling base64ct v1.6.0 |
1462 | 2024-02-03T10:17:03.632Z | Compiling strsim v0.10.0 |
1463 | 2024-02-03T10:17:06.526Z | Compiling dof v0.3.0 |
1464 | 2024-02-03T10:17:07.590Z | Compiling serde_tokenstream v0.1.7 |
1465 | 2024-02-03T10:17:08.454Z | Compiling dtrace-parser v0.2.0 |
1466 | 2024-02-03T10:17:09.521Z | Compiling bitflags v1.3.2 |
1467 | 2024-02-03T10:17:09.862Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1468 | 2024-02-03T10:17:10.349Z | Compiling smoltcp v0.9.1 |
1469 | 2024-02-03T10:17:11.093Z | Compiling pem-rfc7468 v0.7.0 |
1470 | 2024-02-03T10:17:11.139Z | Compiling strum_macros v0.25.2 |
1471 | 2024-02-03T10:17:11.959Z | Compiling hmac v0.12.1 |
1472 | 2024-02-03T10:17:12.351Z | Compiling enum-as-inner v0.5.1 |
1473 | 2024-02-03T10:17:12.717Z | Compiling num-iter v0.1.43 |
1474 | 2024-02-03T10:17:13.388Z | Compiling unicode-segmentation v1.10.1 |
1475 | 2024-02-03T10:17:13.988Z | Compiling siphasher v0.3.11 |
1476 | 2024-02-03T10:17:14.643Z | Compiling flagset v0.4.3 |
1477 | 2024-02-03T10:17:14.896Z | Compiling usdt-macro v0.3.5 |
1478 | 2024-02-03T10:17:14.943Z | Compiling usdt-attr-macro v0.3.5 |
1479 | 2024-02-03T10:17:14.970Z | Compiling der v0.7.8 |
1480 | 2024-02-03T10:17:16.344Z | Compiling hubpack_derive v0.1.1 |
1481 | 2024-02-03T10:17:17.040Z | Compiling zerocopy-derive v0.6.4 |
1482 | 2024-02-03T10:17:18.397Z | Compiling num_threads v0.1.6 |
1483 | 2024-02-03T10:17:18.576Z | Compiling deranged v0.3.8 |
1484 | 2024-02-03T10:17:18.675Z | Compiling anstyle v1.0.2 |
1485 | 2024-02-03T10:17:20.486Z | Compiling utf8parse v0.2.1 |
1486 | 2024-02-03T10:17:20.584Z | Compiling sha2 v0.10.8 |
1487 | 2024-02-03T10:17:20.716Z | Compiling anstyle-parse v0.2.1 |
1488 | 2024-02-03T10:17:20.867Z | Compiling spki v0.7.2 |
1489 | 2024-02-03T10:17:21.653Z | Compiling time v0.3.27 |
1490 | 2024-02-03T10:17:24.905Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1491 | 2024-02-03T10:17:24.954Z | Compiling md-5 v0.10.5 |
1492 | 2024-02-03T10:17:25.120Z | Compiling block-padding v0.3.3 |
1493 | 2024-02-03T10:17:25.337Z | Compiling clap_derive v4.4.2 |
1494 | 2024-02-03T10:17:25.503Z | Compiling stringprep v0.1.3 |
1495 | 2024-02-03T10:17:26.926Z | Compiling getopts v0.2.21 |
1496 | 2024-02-03T10:17:27.142Z | Compiling diesel_table_macro_syntax v0.1.0 |
1497 | 2024-02-03T10:17:28.603Z | Compiling hash32 v0.2.1 |
1498 | 2024-02-03T10:17:29.184Z | Compiling fallible-iterator v0.2.0 |
1499 | 2024-02-03T10:17:30.372Z | Compiling colorchoice v1.0.0 |
1500 | 2024-02-03T10:17:30.616Z | Compiling anstyle-query v1.0.0 |
1501 | 2024-02-03T10:17:30.806Z | Compiling stable_deref_trait v1.2.0 |
1502 | 2024-02-03T10:17:33.259Z | Compiling anstream v0.5.0 |
1503 | 2024-02-03T10:17:33.411Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1504 | 2024-02-03T10:17:33.610Z | Compiling postgres-protocol v0.6.6 |
1505 | 2024-02-03T10:17:33.843Z | Compiling diesel_derives v2.1.2 |
1506 | 2024-02-03T10:17:34.332Z | Compiling inout v0.1.3 |
1507 | 2024-02-03T10:17:35.680Z | Compiling terminal_size v0.2.6 |
1508 | 2024-02-03T10:17:35.937Z | Compiling pkcs8 v0.10.2 |
1509 | 2024-02-03T10:17:36.308Z | Compiling phf_shared v0.11.2 |
1510 | 2024-02-03T10:17:38.773Z | Compiling ff v0.13.0 |
1511 | 2024-02-03T10:17:39.520Z | Compiling serde_repr v0.1.16 |
1512 | 2024-02-03T10:17:40.703Z | Compiling scheduled-thread-pool v0.2.7 |
1513 | 2024-02-03T10:17:41.429Z | Compiling unsafe-libyaml v0.2.10 |
1514 | 2024-02-03T10:17:41.634Z | Compiling bit-vec v0.6.3 |
1515 | 2024-02-03T10:17:42.413Z | Compiling matches v0.1.10 |
1516 | 2024-02-03T10:17:42.550Z | Compiling regex-automata v0.1.10 |
1517 | 2024-02-03T10:17:43.020Z | Compiling managed v0.8.0 |
1518 | 2024-02-03T10:17:43.341Z | Compiling clap_lex v0.5.1 |
1519 | 2024-02-03T10:17:44.004Z | Compiling base16ct v0.2.0 |
1520 | 2024-02-03T10:17:44.488Z | Compiling sec1 v0.7.3 |
1521 | 2024-02-03T10:17:45.446Z | Compiling clap_builder v4.4.2 |
1522 | 2024-02-03T10:17:48.994Z | Compiling serde_yaml v0.9.25 |
1523 | 2024-02-03T10:17:49.597Z | Compiling bstr v0.2.17 |
1524 | 2024-02-03T10:17:49.683Z | Compiling idna v0.2.3 |
1525 | 2024-02-03T10:17:51.255Z | Compiling r2d2 v0.8.10 |
1526 | 2024-02-03T10:17:51.840Z | Compiling group v0.13.0 |
1527 | 2024-02-03T10:17:52.673Z | Compiling phf v0.11.2 |
1528 | 2024-02-03T10:17:52.911Z | Compiling bzip2 v0.4.4 |
1529 | 2024-02-03T10:17:53.119Z | Compiling signal-hook-mio v0.2.3 |
1530 | 2024-02-03T10:17:53.358Z | Compiling postgres-types v0.2.6 |
1531 | 2024-02-03T10:17:53.533Z | Compiling cipher v0.4.4 |
1532 | 2024-02-03T10:17:54.489Z | Compiling zerocopy v0.6.4 |
1533 | 2024-02-03T10:17:55.740Z | Compiling hubpack v0.1.2 |
1534 | 2024-02-03T10:17:55.772Z | Compiling phf_shared v0.10.0 |
1535 | 2024-02-03T10:17:56.020Z | Compiling hkdf v0.12.4 |
1536 | 2024-02-03T10:17:56.161Z | Compiling crypto-bigint v0.5.2 |
1537 | 2024-02-03T10:17:56.357Z | Compiling ipnetwork v0.20.0 |
1538 | 2024-02-03T10:17:56.445Z | Compiling float-cmp v0.9.0 |
1539 | 2024-02-03T10:17:57.758Z | Compiling regex-automata v0.3.8 |
1540 | 2024-02-03T10:18:01.076Z | Compiling data-encoding v2.4.0 |
1541 | 2024-02-03T10:18:01.754Z | Compiling minimal-lexical v0.2.1 |
1542 | 2024-02-03T10:18:02.001Z | Compiling fixedbitset v0.4.2 |
1543 | 2024-02-03T10:18:02.635Z | Compiling static_assertions v1.1.0 |
1544 | 2024-02-03T10:18:02.726Z | Compiling normalize-line-endings v0.3.0 |
1545 | 2024-02-03T10:18:02.784Z | Compiling difflib v0.4.0 |
1546 | 2024-02-03T10:18:02.809Z | Compiling whoami v1.4.1 |
1547 | 2024-02-03T10:18:03.792Z | Compiling predicates-core v1.0.6 |
1548 | 2024-02-03T10:18:04.345Z | Compiling precomputed-hash v0.1.1 |
1549 | 2024-02-03T10:18:04.526Z | Compiling new_debug_unreachable v1.0.4 |
1550 | 2024-02-03T10:18:04.694Z | Compiling string_cache v0.8.7 |
1551 | 2024-02-03T10:18:04.863Z | Compiling predicates v3.1.0 |
1552 | 2024-02-03T10:18:05.097Z | Compiling tokio-postgres v0.7.10 |
1553 | 2024-02-03T10:18:05.511Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1554 | 2024-02-03T10:18:06.517Z | Compiling nom v7.1.3 |
1555 | 2024-02-03T10:18:06.735Z | Compiling petgraph v0.6.4 |
1556 | 2024-02-03T10:18:07.295Z | Compiling trust-dns-proto v0.22.0 |
1557 | 2024-02-03T10:18:07.608Z | Compiling diesel v2.1.4 |
1558 | 2024-02-03T10:18:10.358Z | Compiling bstr v1.6.0 |
1559 | 2024-02-03T10:18:11.734Z | Compiling elliptic-curve v0.13.8 |
1560 | 2024-02-03T10:18:12.891Z | Compiling yasna v0.5.2 |
1561 | 2024-02-03T10:18:13.232Z | Compiling zip v0.6.6 |
1562 | 2024-02-03T10:18:13.256Z | Compiling crossterm v0.27.0 |
1563 | 2024-02-03T10:18:13.625Z | Compiling clap v4.4.3 |
1564 | 2024-02-03T10:18:13.783Z | Compiling similar v2.3.0 |
1565 | 2024-02-03T10:18:15.046Z | Compiling bit-set v0.5.3 |
1566 | 2024-02-03T10:18:15.098Z | Compiling usdt v0.3.5 |
1567 | 2024-02-03T10:18:15.526Z | Compiling itertools v0.10.5 |
1568 | 2024-02-03T10:18:15.580Z | Compiling console v0.15.8 |
1569 | 2024-02-03T10:18:16.110Z | Compiling tokio-stream v0.1.14 |
1570 | 2024-02-03T10:18:17.951Z | Compiling camino v1.1.6 |
1571 | 2024-02-03T10:18:18.338Z | Compiling lalrpop-util v0.19.12 |
1572 | 2024-02-03T10:18:24.061Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1573 | 2024-02-03T10:18:37.477Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1574 | 2024-02-03T10:19:15.141Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1575 | 2024-02-03T10:19:20.734Z | Compiling sha1 v0.10.6 |
1576 | 2024-02-03T10:19:21.890Z | Compiling atty v0.2.14 |
1577 | 2024-02-03T10:19:21.947Z | Compiling match_cfg v0.1.0 |
1578 | 2024-02-03T10:19:22.048Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1579 | 2024-02-03T10:19:22.086Z | Compiling hostname v0.3.1 |
1580 | 2024-02-03T10:19:22.114Z | Compiling dirs-sys-next v0.1.2 |
1581 | 2024-02-03T10:19:22.230Z | Compiling rustls-pki-types v1.1.0 |
1582 | 2024-02-03T10:19:22.431Z | Compiling ident_case v1.0.1 |
1583 | 2024-02-03T10:19:22.633Z | Compiling dirs-next v2.0.0 |
1584 | 2024-02-03T10:19:22.701Z | Compiling darling_core v0.20.3 |
1585 | 2024-02-03T10:19:22.996Z | Compiling thread_local v1.1.7 |
1586 | 2024-02-03T10:19:23.080Z | Compiling slog-async v2.8.0 |
1587 | 2024-02-03T10:19:23.396Z | Compiling rustls v0.22.2 |
1588 | 2024-02-03T10:19:23.914Z | Compiling rustls-webpki v0.102.1 |
1589 | 2024-02-03T10:19:23.941Z | Compiling term v0.7.0 |
1590 | 2024-02-03T10:19:24.409Z | Compiling crossbeam-channel v0.5.8 |
1591 | 2024-02-03T10:19:25.614Z | Compiling multer v3.0.0 |
1592 | 2024-02-03T10:19:25.645Z | Compiling instant v0.1.12 |
1593 | 2024-02-03T10:19:25.851Z | Compiling paste v1.0.14 |
1594 | 2024-02-03T10:19:26.064Z | Compiling take_mut v0.2.2 |
1595 | 2024-02-03T10:19:26.487Z | Compiling slog-term v2.9.0 |
1596 | 2024-02-03T10:19:26.633Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1597 | 2024-02-03T10:19:27.062Z | Compiling slog-json v2.6.1 |
1598 | 2024-02-03T10:19:27.522Z | Compiling http v1.0.0 |
1599 | 2024-02-03T10:19:27.653Z | Compiling async-stream-impl v0.3.5 |
1600 | 2024-02-03T10:19:28.337Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1601 | 2024-02-03T10:19:28.534Z | Compiling atomic-waker v1.1.1 |
1602 | 2024-02-03T10:19:28.789Z | Compiling debug-ignore v1.0.5 |
1603 | 2024-02-03T10:19:28.942Z | Compiling waitgroup v0.1.2 |
1604 | 2024-02-03T10:19:29.012Z | Compiling slog-bunyan v2.5.0 |
1605 | 2024-02-03T10:19:29.319Z | Compiling rustls-pemfile v2.0.0 |
1606 | 2024-02-03T10:19:30.002Z | Compiling async-stream v0.3.5 |
1607 | 2024-02-03T10:19:30.030Z | Compiling toml v0.8.8 |
1608 | 2024-02-03T10:19:31.394Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1609 | 2024-02-03T10:19:31.802Z | Compiling serde_path_to_error v0.1.15 |
1610 | 2024-02-03T10:19:32.308Z | Compiling structmeta-derive v0.2.0 |
1611 | 2024-02-03T10:19:32.852Z | Compiling darling_macro v0.20.3 |
1612 | 2024-02-03T10:19:32.970Z | Compiling strum v0.25.0 |
1613 | 2024-02-03T10:19:33.197Z | Compiling regex-syntax v0.7.5 |
1614 | 2024-02-03T10:19:33.226Z | Compiling backoff v0.4.0 |
1615 | 2024-02-03T10:19:33.728Z | Compiling tokio-rustls v0.25.0 |
1616 | 2024-02-03T10:19:34.368Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1617 | 2024-02-03T10:19:34.498Z | Compiling darling v0.20.3 |
1618 | 2024-02-03T10:19:34.723Z | Compiling serde_with_macros v3.6.0 |
1619 | 2024-02-03T10:19:35.599Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1620 | 2024-02-03T10:19:35.845Z | Compiling macaddr v1.0.1 |
1621 | 2024-02-03T10:19:36.276Z | Compiling proc-macro-error-attr v1.0.4 |
1622 | 2024-02-03T10:19:36.608Z | Compiling proc-macro-crate v1.3.1 |
1623 | 2024-02-03T10:19:36.841Z | Compiling proc-macro-error v1.0.4 |
1624 | 2024-02-03T10:19:37.307Z | Compiling heapless v0.8.0 |
1625 | 2024-02-03T10:19:37.507Z | Compiling structmeta v0.2.0 |
1626 | 2024-02-03T10:19:38.455Z | Compiling num_enum_derive v0.5.11 |
1627 | 2024-02-03T10:19:38.716Z | Compiling hash32 v0.3.1 |
1628 | 2024-02-03T10:19:39.086Z | Compiling smoltcp v0.11.0 |
1629 | 2024-02-03T10:19:39.914Z | Compiling rayon-core v1.12.0 |
1630 | 2024-02-03T10:19:40.106Z | Compiling serde_with v3.6.0 |
1631 | 2024-02-03T10:19:40.273Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1632 | 2024-02-03T10:19:41.683Z | Compiling crossbeam-deque v0.8.3 |
1633 | 2024-02-03T10:19:42.237Z | Compiling fastrand v2.0.0 |
1634 | 2024-02-03T10:19:42.676Z | Compiling embedded-io v0.4.0 |
1635 | 2024-02-03T10:19:43.063Z | Compiling same-file v1.0.6 |
1636 | 2024-02-03T10:19:43.180Z | Compiling num_enum v0.5.11 |
1637 | 2024-02-03T10:19:43.424Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1638 | 2024-02-03T10:19:43.450Z | Compiling cobs v0.2.3 |
1639 | 2024-02-03T10:19:43.907Z | Compiling postcard v1.0.8 |
1640 | 2024-02-03T10:19:43.962Z | Compiling tempfile v3.9.0 |
1641 | 2024-02-03T10:19:44.024Z | Compiling walkdir v2.4.0 |
1642 | 2024-02-03T10:19:44.919Z | Compiling parse-display-derive v0.8.2 |
1643 | 2024-02-03T10:19:45.523Z | Compiling semver-parser v0.10.2 |
1644 | 2024-02-03T10:19:45.858Z | Compiling foreign-types-macros v0.2.3 |
1645 | 2024-02-03T10:19:47.151Z | Compiling blake3 v1.5.0 |
1646 | 2024-02-03T10:19:47.931Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1647 | 2024-02-03T10:19:48.097Z | Compiling foreign-types-shared v0.3.1 |
1648 | 2024-02-03T10:19:48.277Z | Compiling crucible-workspace-hack v0.1.0 |
1649 | 2024-02-03T10:19:48.371Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1650 | 2024-02-03T10:19:48.397Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1651 | 2024-02-03T10:19:48.742Z | Compiling foreign-types v0.5.0 |
1652 | 2024-02-03T10:19:48.852Z | Compiling semver v0.11.0 |
1653 | 2024-02-03T10:19:48.905Z | Compiling rayon v1.8.0 |
1654 | 2024-02-03T10:19:49.500Z | Compiling is-terminal v0.4.9 |
1655 | 2024-02-03T10:19:49.578Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1656 | 2024-02-03T10:19:49.735Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1657 | 2024-02-03T10:19:50.125Z | Compiling cstr-argument v0.1.2 |
1658 | 2024-02-03T10:19:50.497Z | Compiling filetime v0.2.23 |
1659 | 2024-02-03T10:19:50.909Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1660 | 2024-02-03T10:19:50.967Z | Compiling xattr v1.0.1 |
1661 | 2024-02-03T10:19:51.028Z | Compiling memmap2 v0.7.1 |
1662 | 2024-02-03T10:19:51.173Z | Compiling arrayref v0.3.7 |
1663 | 2024-02-03T10:19:51.325Z | Compiling arrayvec v0.7.4 |
1664 | 2024-02-03T10:19:51.372Z | Compiling home v0.5.5 |
1665 | 2024-02-03T10:19:51.728Z | Compiling pretty-hex v0.2.1 |
1666 | 2024-02-03T10:19:51.760Z | Compiling constant_time_eq v0.3.0 |
1667 | 2024-02-03T10:19:51.983Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1668 | 2024-02-03T10:19:52.012Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1669 | 2024-02-03T10:19:52.040Z | Compiling toolchain_find v0.2.0 |
1670 | 2024-02-03T10:19:52.370Z | Compiling parse-display v0.8.2 |
1671 | 2024-02-03T10:19:52.470Z | Compiling tar v0.4.40 |
1672 | 2024-02-03T10:19:52.671Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1673 | 2024-02-03T10:19:52.818Z | Compiling camino-tempfile v1.1.1 |
1674 | 2024-02-03T10:19:52.978Z | Compiling colored v2.0.4 |
1675 | 2024-02-03T10:19:53.821Z | Compiling toml v0.5.11 |
1676 | 2024-02-03T10:19:54.020Z | Compiling platforms v3.0.2 |
1677 | 2024-02-03T10:19:54.151Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1678 | 2024-02-03T10:19:54.362Z | Compiling topological-sort v0.2.2 |
1679 | 2024-02-03T10:19:54.561Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1680 | 2024-02-03T10:19:54.775Z | Compiling zone_cfg_derive v0.3.0 |
1681 | 2024-02-03T10:19:55.436Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1682 | 2024-02-03T10:19:56.141Z | Compiling textwrap v0.11.0 |
1683 | 2024-02-03T10:19:56.572Z | Compiling heck v0.3.3 |
1684 | 2024-02-03T10:19:56.974Z | Compiling omicron-zone-package v0.11.0 |
1685 | 2024-02-03T10:19:57.190Z | Compiling rustfmt-wrapper v0.2.0 |
1686 | 2024-02-03T10:19:57.768Z | Compiling num-derive v0.4.0 |
1687 | 2024-02-03T10:19:58.199Z | Compiling ansi_term v0.12.1 |
1688 | 2024-02-03T10:19:58.865Z | Compiling vec_map v0.8.2 |
1689 | 2024-02-03T10:19:59.055Z | Compiling libefi-sys v0.1.0 |
1690 | 2024-02-03T10:19:59.335Z | Compiling strsim v0.8.0 |
1691 | 2024-02-03T10:19:59.538Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1692 | 2024-02-03T10:20:00.139Z | Compiling clap v2.34.0 |
1693 | 2024-02-03T10:20:00.182Z | Compiling zone v0.3.0 |
1694 | 2024-02-03T10:20:00.413Z | Compiling structopt-derive v0.4.18 |
1695 | 2024-02-03T10:20:01.227Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1696 | 2024-02-03T10:20:01.789Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1697 | 2024-02-03T10:20:01.869Z | Compiling smf v0.2.2 |
1698 | 2024-02-03T10:20:02.308Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1699 | 2024-02-03T10:20:02.769Z | Compiling unicase v2.7.0 |
1700 | 2024-02-03T10:20:02.881Z | Compiling semver v0.1.20 |
1701 | 2024-02-03T10:20:03.369Z | Compiling curve25519-dalek v4.1.1 |
1702 | 2024-02-03T10:20:03.429Z | Compiling rustc_version v0.1.7 |
1703 | 2024-02-03T10:20:04.089Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1704 | 2024-02-03T10:20:04.191Z | Compiling universal-hash v0.5.1 |
1705 | 2024-02-03T10:20:04.243Z | Compiling opaque-debug v0.3.0 |
1706 | 2024-02-03T10:20:04.501Z | Compiling newtype_derive v0.1.6 |
1707 | 2024-02-03T10:20:04.546Z | Compiling curve25519-dalek-derive v0.1.0 |
1708 | 2024-02-03T10:20:04.958Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1709 | 2024-02-03T10:20:04.996Z | Compiling gethostname v0.4.3 |
1710 | 2024-02-03T10:20:05.180Z | Compiling num-rational v0.4.1 |
1711 | 2024-02-03T10:20:05.398Z | Compiling getrandom v0.1.16 |
1712 | 2024-02-03T10:20:05.566Z | Compiling usdt-attr-macro v0.5.0 |
1713 | 2024-02-03T10:20:05.793Z | Compiling structopt v0.3.26 |
1714 | 2024-02-03T10:20:06.038Z | Compiling usdt-macro v0.5.0 |
1715 | 2024-02-03T10:20:06.527Z | Compiling password-hash v0.5.0 |
1716 | 2024-02-03T10:20:06.815Z | Compiling blake2 v0.10.6 |
1717 | 2024-02-03T10:20:07.817Z | Compiling signature v2.1.0 |
1718 | 2024-02-03T10:20:08.189Z | Compiling memmap v0.7.0 |
1719 | 2024-02-03T10:20:08.250Z | Compiling linked-hash-map v0.5.6 |
1720 | 2024-02-03T10:20:08.301Z | Compiling parking_lot_core v0.8.6 |
1721 | 2024-02-03T10:20:08.423Z | Compiling quick-error v1.2.3 |
1722 | 2024-02-03T10:20:08.638Z | Compiling resolv-conf v0.7.0 |
1723 | 2024-02-03T10:20:08.752Z | Compiling lru-cache v0.1.2 |
1724 | 2024-02-03T10:20:08.805Z | Compiling usdt v0.5.0 |
1725 | 2024-02-03T10:20:09.015Z | Compiling argon2 v0.5.3 |
1726 | 2024-02-03T10:20:10.079Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1727 | 2024-02-03T10:20:10.106Z | Compiling aead v0.5.2 |
1728 | 2024-02-03T10:20:10.312Z | Compiling num-complex v0.4.4 |
1729 | 2024-02-03T10:20:10.608Z | Compiling nibble_vec v0.1.0 |
1730 | 2024-02-03T10:20:10.921Z | Compiling slog-dtrace v0.3.0 |
1731 | 2024-02-03T10:20:11.393Z | Compiling endian-type v0.1.2 |
1732 | 2024-02-03T10:20:11.750Z | Compiling arc-swap v1.6.0 |
1733 | 2024-02-03T10:20:12.104Z | Compiling cancel-safe-futures v0.1.5 |
1734 | 2024-02-03T10:20:12.457Z | Compiling keccak v0.1.4 |
1735 | 2024-02-03T10:20:12.622Z | Compiling utf-8 v0.7.6 |
1736 | 2024-02-03T10:20:12.828Z | Compiling winapi v0.3.9 |
1737 | 2024-02-03T10:20:13.124Z | Compiling sha3 v0.10.8 |
1738 | 2024-02-03T10:20:14.141Z | Compiling tungstenite v0.20.1 |
1739 | 2024-02-03T10:20:14.511Z | Compiling slog-scope v4.4.0 |
1740 | 2024-02-03T10:20:14.536Z | Compiling num v0.4.1 |
1741 | 2024-02-03T10:20:14.726Z | Compiling radix_trie v0.2.1 |
1742 | 2024-02-03T10:20:14.859Z | Compiling mime_guess v2.0.4 |
1743 | 2024-02-03T10:20:15.397Z | Compiling steno v0.4.0 |
1744 | 2024-02-03T10:20:15.422Z | Compiling rand_core v0.5.1 |
1745 | 2024-02-03T10:20:15.816Z | Compiling trust-dns-resolver v0.22.0 |
1746 | 2024-02-03T10:20:16.988Z | Compiling poly1305 v0.8.0 |
1747 | 2024-02-03T10:20:17.578Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1748 | 2024-02-03T10:20:17.757Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1749 | 2024-02-03T10:20:19.411Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1750 | 2024-02-03T10:20:19.883Z | Compiling chacha20 v0.9.1 |
1751 | 2024-02-03T10:20:20.121Z | Compiling rfc6979 v0.4.0 |
1752 | 2024-02-03T10:20:20.413Z | Compiling secrecy v0.8.0 |
1753 | 2024-02-03T10:20:20.613Z | Compiling thiserror-impl-no-std v2.0.2 |
1754 | 2024-02-03T10:20:20.815Z | Compiling half v2.3.1 |
1755 | 2024-02-03T10:20:21.861Z | Compiling option-ext v0.2.0 |
1756 | 2024-02-03T10:20:21.903Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1757 | 2024-02-03T10:20:22.056Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1758 | 2024-02-03T10:20:23.649Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1759 | 2024-02-03T10:20:23.829Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1760 | 2024-02-03T10:20:25.124Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1761 | 2024-02-03T10:20:26.095Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1762 | 2024-02-03T10:20:26.149Z | Compiling convert_case v0.4.0 |
1763 | 2024-02-03T10:20:26.545Z | Compiling ciborium-io v0.2.2 |
1764 | 2024-02-03T10:20:26.856Z | Compiling ciborium-ll v0.2.2 |
1765 | 2024-02-03T10:20:26.862Z | Compiling thiserror-no-std v2.0.2 |
1766 | 2024-02-03T10:20:26.914Z | Compiling dirs-sys v0.4.1 |
1767 | 2024-02-03T10:20:27.419Z | Compiling ecdsa v0.16.9 |
1768 | 2024-02-03T10:20:27.663Z | Compiling derive_more v0.99.17 |
1769 | 2024-02-03T10:20:27.925Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1770 | 2024-02-03T10:20:28.859Z | Compiling parking_lot v0.11.2 |
1771 | 2024-02-03T10:20:29.030Z | Compiling rand_chacha v0.2.2 |
1772 | 2024-02-03T10:20:29.685Z | Compiling tokio-tungstenite v0.20.1 |
1773 | 2024-02-03T10:20:30.500Z | Compiling trust-dns-client v0.22.0 |
1774 | 2024-02-03T10:20:30.533Z | Compiling slog-stdlog v4.1.1 |
1775 | 2024-02-03T10:20:31.850Z | Compiling ed25519 v2.2.2 |
1776 | 2024-02-03T10:20:32.031Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1777 | 2024-02-03T10:20:32.558Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1778 | 2024-02-03T10:20:32.586Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1779 | 2024-02-03T10:20:35.545Z | Compiling polyval v0.6.1 |
1780 | 2024-02-03T10:20:36.215Z | Compiling primeorder v0.13.6 |
1781 | 2024-02-03T10:20:36.593Z | Compiling ctr v0.9.2 |
1782 | 2024-02-03T10:20:37.005Z | Compiling aes v0.8.3 |
1783 | 2024-02-03T10:20:37.131Z | Compiling blowfish v0.9.1 |
1784 | 2024-02-03T10:20:37.875Z | Compiling password-hash v0.4.2 |
1785 | 2024-02-03T10:20:39.480Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1786 | 2024-02-03T10:20:41.982Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1787 | 2024-02-03T10:20:42.075Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1788 | 2024-02-03T10:20:48.297Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1789 | 2024-02-03T10:20:52.361Z | Compiling libsw v3.3.1 |
1790 | 2024-02-03T10:20:54.014Z | Compiling pbkdf2 v0.12.2 |
1791 | 2024-02-03T10:20:54.281Z | Compiling derive-where v1.2.7 |
1792 | 2024-02-03T10:20:55.263Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1793 | 2024-02-03T10:20:56.410Z | Compiling fxhash v0.2.1 |
1794 | 2024-02-03T10:20:56.491Z | Compiling owo-colors v4.0.0 |
1795 | 2024-02-03T10:20:56.704Z | Compiling linear-map v1.2.0 |
1796 | 2024-02-03T10:20:57.295Z | Compiling swrite v0.1.0 |
1797 | 2024-02-03T10:20:57.514Z | Compiling sled v0.34.7 |
1798 | 2024-02-03T10:20:58.989Z | Compiling trust-dns-server v0.22.1 |
1799 | 2024-02-03T10:20:59.198Z | Compiling bcrypt-pbkdf v0.10.0 |
1800 | 2024-02-03T10:21:00.069Z | Compiling pbkdf2 v0.11.0 |
1801 | 2024-02-03T10:21:00.290Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1802 | 2024-02-03T10:21:00.655Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1803 | 2024-02-03T10:21:00.691Z | Compiling p256 v0.13.2 |
1804 | 2024-02-03T10:21:00.816Z | Compiling ghash v0.5.0 |
1805 | 2024-02-03T10:21:01.086Z | Compiling ed25519-dalek v2.0.0 |
1806 | 2024-02-03T10:21:01.500Z | Compiling russh-cryptovec v0.7.0 |
1807 | 2024-02-03T10:21:01.951Z | Compiling slog-envlogger v2.2.0 |
1808 | 2024-02-03T10:21:02.075Z | Compiling rand v0.7.3 |
1809 | 2024-02-03T10:21:02.744Z | Compiling dirs v5.0.1 |
1810 | 2024-02-03T10:21:03.026Z | Compiling ciborium v0.2.2 |
1811 | 2024-02-03T10:21:03.127Z | Compiling vsss-rs v3.3.4 |
1812 | 2024-02-03T10:21:03.945Z | Compiling chacha20poly1305 v0.10.1 |
1813 | 2024-02-03T10:21:04.275Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1814 | 2024-02-03T10:21:05.507Z | Compiling cbc v0.1.2 |
1815 | 2024-02-03T10:21:05.881Z | Compiling pem v3.0.2 |
1816 | 2024-02-03T10:21:06.843Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1817 | 2024-02-03T10:21:07.143Z | Compiling headers-core v0.2.0 |
1818 | 2024-02-03T10:21:07.380Z | Compiling kstat-rs v0.2.3 |
1819 | 2024-02-03T10:21:07.419Z | Compiling md5 v0.7.0 |
1820 | 2024-02-03T10:21:08.006Z | Compiling glob v0.3.1 |
1821 | 2024-02-03T10:21:08.253Z | Compiling http-range v0.1.5 |
1822 | 2024-02-03T10:21:08.908Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1823 | 2024-02-03T10:21:09.729Z | Compiling hyper-staticfile v0.9.5 |
1824 | 2024-02-03T10:21:10.159Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1825 | 2024-02-03T10:21:11.283Z | Compiling russh-keys v0.40.1 |
1826 | 2024-02-03T10:21:11.308Z | Compiling headers v0.3.9 |
1827 | 2024-02-03T10:21:14.067Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1828 | 2024-02-03T10:21:14.725Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1829 | 2024-02-03T10:21:16.935Z | Compiling rcgen v0.12.1 |
1830 | 2024-02-03T10:21:17.498Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1831 | 2024-02-03T10:21:18.367Z | Compiling aes-gcm v0.10.3 |
1832 | 2024-02-03T10:21:21.256Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1833 | 2024-02-03T10:21:23.394Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1834 | 2024-02-03T10:21:24.548Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1835 | 2024-02-03T10:21:28.599Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1836 | 2024-02-03T10:21:30.966Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1837 | 2024-02-03T10:21:33.397Z | Compiling atomicwrites v0.4.3 |
1838 | 2024-02-03T10:21:33.674Z | Compiling itertools v0.12.1 |
1839 | 2024-02-03T10:21:33.937Z | Compiling subprocess v0.2.9 |
1840 | 2024-02-03T10:21:34.182Z | Compiling display-error-chain v0.2.0 |
1841 | 2024-02-03T10:21:34.437Z | Compiling hex-literal v0.4.1 |
1842 | 2024-02-03T10:21:34.663Z | Compiling russh v0.40.2 |
1843 | 2024-02-03T10:21:37.379Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1844 | 2024-02-03T10:21:37.414Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1845 | 2024-02-03T10:21:44.388Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1846 | 2024-02-03T10:21:47.426Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1847 | 2024-02-03T10:22:18.107Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1848 | 2024-02-03T10:23:45.872Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 47s |
1849 | 2024-02-03T10:23:46.232Z | |
1850 | 2024-02-03T10:23:46.235Z | real 8:48.331557994 |
1851 | 2024-02-03T10:23:46.235Z | user 48:18.999574927 |
1852 | 2024-02-03T10:23:46.235Z | sys 7:15.997714820 |
1853 | 2024-02-03T10:23:46.235Z | trap 1.771446317 |
1854 | 2024-02-03T10:23:46.235Z | tflt 4.756104893 |
1855 | 2024-02-03T10:23:46.235Z | dflt 6.770005073 |
1856 | 2024-02-03T10:23:46.235Z | kflt 0.014219656 |
1857 | 2024-02-03T10:23:46.235Z | lock 1:32:44.682499455 |
1858 | 2024-02-03T10:23:46.235Z | slp 2:17:10.878627607 |
1859 | 2024-02-03T10:23:46.235Z | lat 2:10.749193052 |
1860 | 2024-02-03T10:23:46.235Z | stop 5:06.264738904 |
1861 | 2024-02-03T10:23:46.235Z | + mkdir -p /work/end-to-end-tests |
1862 | 2024-02-03T10:23:46.238Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1863 | 2024-02-03T10:23:47.256Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1864 | 2024-02-03T10:23:47.256Z | + ptime -m gzip |
1865 | 2024-02-03T10:23:47.259Z | ++ basename target/debug/bootstrap |
1866 | 2024-02-03T10:24:06.002Z | |
1867 | 2024-02-03T10:24:06.006Z | real 18.739261649 |
1868 | 2024-02-03T10:24:06.006Z | user 18.546847203 |
1869 | 2024-02-03T10:24:06.006Z | sys 0.180872165 |
1870 | 2024-02-03T10:24:06.007Z | trap 0.005293464 |
1871 | 2024-02-03T10:24:06.007Z | tflt 0.000000000 |
1872 | 2024-02-03T10:24:06.007Z | dflt 0.000000000 |
1873 | 2024-02-03T10:24:06.007Z | kflt 0.000000000 |
1874 | 2024-02-03T10:24:06.007Z | lock 0.000000000 |
1875 | 2024-02-03T10:24:06.007Z | slp 0.000000000 |
1876 | 2024-02-03T10:24:06.007Z | lat 0.005886414 |
1877 | 2024-02-03T10:24:06.007Z | stop 0.000246745 |
1878 | 2024-02-03T10:24:06.007Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1879 | 2024-02-03T10:24:06.007Z | + ptime -m gzip |
1880 | 2024-02-03T10:24:06.008Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ba0a15fa1ac0f64d |
1881 | 2024-02-03T10:24:07.851Z | |
1882 | 2024-02-03T10:24:07.854Z | real 1.842772450 |
1883 | 2024-02-03T10:24:07.854Z | user 1.824465409 |
1884 | 2024-02-03T10:24:07.854Z | sys 0.017518685 |
1885 | 2024-02-03T10:24:07.854Z | trap 0.000213158 |
1886 | 2024-02-03T10:24:07.854Z | tflt 0.000000000 |
1887 | 2024-02-03T10:24:07.854Z | dflt 0.000000000 |
1888 | 2024-02-03T10:24:07.854Z | kflt 0.000000000 |
1889 | 2024-02-03T10:24:07.854Z | lock 0.000000000 |
1890 | 2024-02-03T10:24:07.854Z | slp 0.000000000 |
1891 | 2024-02-03T10:24:07.854Z | lat 0.000232238 |
1892 | 2024-02-03T10:24:07.854Z | stop 0.000223965 |
1893 | 2024-02-03T10:24:07.854Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1894 | 2024-02-03T10:24:07.854Z | + ptime -m gzip |
1895 | 2024-02-03T10:24:07.855Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-49aca9644d961704 |
1896 | 2024-02-03T10:24:27.088Z | |
1897 | 2024-02-03T10:24:27.094Z | real 19.231876765 |
1898 | 2024-02-03T10:24:27.094Z | user 19.043631021 |
1899 | 2024-02-03T10:24:27.094Z | sys 0.183111980 |
1900 | 2024-02-03T10:24:27.094Z | trap 0.003626287 |
1901 | 2024-02-03T10:24:27.094Z | tflt 0.000000000 |
1902 | 2024-02-03T10:24:27.094Z | dflt 0.000000000 |
1903 | 2024-02-03T10:24:27.094Z | kflt 0.000000000 |
1904 | 2024-02-03T10:24:27.094Z | lock 0.000000000 |
1905 | 2024-02-03T10:24:27.094Z | slp 0.000000000 |
1906 | 2024-02-03T10:24:27.094Z | lat 0.001124868 |
1907 | 2024-02-03T10:24:27.095Z | stop 0.000266803 |
1908 | 2024-02-03T10:24:27.095Z | + banner caboose-util |
1909 | 2024-02-03T10:24:27.098Z | |
1910 | 2024-02-03T10:24:27.098Z | #### ## ##### #### #### #### ###### # # ##### |
1911 | 2024-02-03T10:24:27.098Z | # # # # # # # # # # # # # # # |
1912 | 2024-02-03T10:24:27.098Z | # # # ##### # # # # #### ##### ##### # # # |
1913 | 2024-02-03T10:24:27.098Z | # ###### # # # # # # # # # # # |
1914 | 2024-02-03T10:24:27.099Z | # # # # # # # # # # # # # # # # |
1915 | 2024-02-03T10:24:27.099Z | #### # # ##### #### #### #### ###### #### # |
1916 | 2024-02-03T10:24:27.099Z | |
1917 | 2024-02-03T10:24:27.099Z | + ptime -m cargo build --locked -p caboose-util --release |
1918 | 2024-02-03T10:24:27.770Z | Downloading crates ... |
1919 | 2024-02-03T10:24:28.213Z | Downloaded bitfield v0.14.0 |
1920 | 2024-02-03T10:24:28.218Z | Downloaded packed_struct v0.10.1 |
1921 | 2024-02-03T10:24:28.221Z | Downloaded smallvec v0.6.14 |
1922 | 2024-02-03T10:24:28.224Z | Downloaded tap v1.0.1 |
1923 | 2024-02-03T10:24:28.227Z | Downloaded pkcs1 v0.7.5 |
1924 | 2024-02-03T10:24:28.235Z | Downloaded path-slash v0.1.5 |
1925 | 2024-02-03T10:24:28.238Z | Downloaded nodrop v0.1.14 |
1926 | 2024-02-03T10:24:28.241Z | Downloaded packed_struct_codegen v0.10.1 |
1927 | 2024-02-03T10:24:28.244Z | Downloaded array-init v0.0.4 |
1928 | 2024-02-03T10:24:28.244Z | Downloaded serde-hex v0.1.0 |
1929 | 2024-02-03T10:24:28.250Z | Downloaded funty v2.0.0 |
1930 | 2024-02-03T10:24:28.253Z | Downloaded crc v3.0.1 |
1931 | 2024-02-03T10:24:28.253Z | Downloaded maybe-uninit v2.0.0 |
1932 | 2024-02-03T10:24:28.253Z | Downloaded radium v0.7.0 |
1933 | 2024-02-03T10:24:28.256Z | Downloaded termcolor v1.2.0 |
1934 | 2024-02-03T10:24:28.256Z | Downloaded env_logger v0.10.0 |
1935 | 2024-02-03T10:24:28.261Z | Downloaded crc-catalog v2.2.0 |
1936 | 2024-02-03T10:24:28.264Z | Downloaded wyz v0.5.1 |
1937 | 2024-02-03T10:24:28.267Z | Downloaded crc-any v2.4.3 |
1938 | 2024-02-03T10:24:28.272Z | Downloaded rsa v0.9.2 |
1939 | 2024-02-03T10:24:28.280Z | Downloaded x509-cert v0.2.4 |
1940 | 2024-02-03T10:24:28.291Z | Downloaded num-bigint-dig v0.8.4 |
1941 | 2024-02-03T10:24:28.299Z | Downloaded bitvec v1.0.1 |
1942 | 2024-02-03T10:24:28.326Z | Downloaded object v0.30.4 |
1943 | 2024-02-03T10:24:28.343Z | Downloaded ron v0.8.1 |
1944 | 2024-02-03T10:24:28.518Z | Compiling proc-macro2 v1.0.78 |
1945 | 2024-02-03T10:24:28.521Z | Compiling unicode-ident v1.0.12 |
1946 | 2024-02-03T10:24:28.521Z | Compiling libc v0.2.153 |
1947 | 2024-02-03T10:24:28.521Z | Compiling serde v1.0.195 |
1948 | 2024-02-03T10:24:28.521Z | Compiling autocfg v1.1.0 |
1949 | 2024-02-03T10:24:28.521Z | Compiling version_check v0.9.4 |
1950 | 2024-02-03T10:24:28.540Z | Compiling cfg-if v1.0.0 |
1951 | 2024-02-03T10:24:28.679Z | Compiling once_cell v1.19.0 |
1952 | 2024-02-03T10:24:28.689Z | Compiling typenum v1.16.0 |
1953 | 2024-02-03T10:24:28.783Z | Compiling parking_lot_core v0.9.8 |
1954 | 2024-02-03T10:24:29.277Z | Compiling memchr v2.6.3 |
1955 | 2024-02-03T10:24:29.323Z | Compiling syn v1.0.109 |
1956 | 2024-02-03T10:24:29.347Z | Compiling byteorder v1.5.0 |
1957 | 2024-02-03T10:24:29.689Z | Compiling lock_api v0.4.10 |
1958 | 2024-02-03T10:24:30.104Z | Compiling generic-array v0.14.7 |
1959 | 2024-02-03T10:24:30.173Z | Compiling libm v0.2.7 |
1960 | 2024-02-03T10:24:30.215Z | Compiling num-traits v0.2.16 |
1961 | 2024-02-03T10:24:30.503Z | Compiling ahash v0.8.6 |
1962 | 2024-02-03T10:24:30.625Z | Compiling thiserror v1.0.56 |
1963 | 2024-02-03T10:24:30.822Z | Compiling quote v1.0.35 |
1964 | 2024-02-03T10:24:30.970Z | Compiling pkg-config v0.3.27 |
1965 | 2024-02-03T10:24:31.271Z | Compiling serde_json v1.0.113 |
1966 | 2024-02-03T10:24:31.721Z | Compiling syn v2.0.48 |
1967 | 2024-02-03T10:24:31.781Z | Compiling cc v1.0.83 |
1968 | 2024-02-03T10:24:31.806Z | Compiling getrandom v0.2.10 |
1969 | 2024-02-03T10:24:32.435Z | Compiling scopeguard v1.2.0 |
1970 | 2024-02-03T10:24:33.004Z | Compiling slab v0.4.9 |
1971 | 2024-02-03T10:24:33.049Z | Compiling itoa v1.0.9 |
1972 | 2024-02-03T10:24:33.373Z | Compiling log v0.4.20 |
1973 | 2024-02-03T10:24:33.495Z | Compiling rand_core v0.6.4 |
1974 | 2024-02-03T10:24:34.143Z | Compiling smallvec v1.11.2 |
1975 | 2024-02-03T10:24:34.445Z | Compiling vcpkg v0.2.15 |
1976 | 2024-02-03T10:24:35.912Z | Compiling pin-project-lite v0.2.13 |
1977 | 2024-02-03T10:24:36.068Z | Compiling const-oid v0.9.5 |
1978 | 2024-02-03T10:24:36.301Z | Compiling parking_lot v0.12.1 |
1979 | 2024-02-03T10:24:36.987Z | Compiling ring v0.17.7 |
1980 | 2024-02-03T10:24:37.294Z | Compiling openssl-sys v0.9.96 |
1981 | 2024-02-03T10:24:37.644Z | Compiling ryu v1.0.15 |
1982 | 2024-02-03T10:24:37.945Z | Compiling ucd-trie v0.1.6 |
1983 | 2024-02-03T10:24:38.591Z | Compiling signal-hook-registry v1.4.1 |
1984 | 2024-02-03T10:24:38.836Z | Compiling io-lifetimes v1.0.11 |
1985 | 2024-02-03T10:24:39.566Z | Compiling subtle v2.5.0 |
1986 | 2024-02-03T10:24:39.583Z | Compiling ring v0.16.20 |
1987 | 2024-02-03T10:24:39.814Z | Compiling mio v0.8.9 |
1988 | 2024-02-03T10:24:40.338Z | Compiling num-integer v0.1.45 |
1989 | 2024-02-03T10:24:40.769Z | Compiling semver v1.0.21 |
1990 | 2024-02-03T10:24:41.125Z | Compiling futures-core v0.3.30 |
1991 | 2024-02-03T10:24:42.636Z | Compiling rustix v0.37.23 |
1992 | 2024-02-03T10:24:42.696Z | Compiling spin v0.5.2 |
1993 | 2024-02-03T10:24:43.482Z | Compiling num_cpus v1.16.0 |
1994 | 2024-02-03T10:24:43.639Z | Compiling socket2 v0.5.5 |
1995 | 2024-02-03T10:24:43.780Z | Compiling openssl v0.10.60 |
1996 | 2024-02-03T10:24:44.043Z | Compiling allocator-api2 v0.2.16 |
1997 | 2024-02-03T10:24:44.341Z | Compiling httparse v1.8.0 |
1998 | 2024-02-03T10:24:44.959Z | Compiling futures-sink v0.3.30 |
1999 | 2024-02-03T10:24:45.163Z | Compiling heck v0.4.1 |
2000 | 2024-02-03T10:24:45.289Z | Compiling unicode-xid v0.2.4 |
2001 | 2024-02-03T10:24:45.468Z | Compiling synstructure v0.12.6 |
2002 | 2024-02-03T10:24:45.649Z | Compiling tinyvec_macros v0.1.1 |
2003 | 2024-02-03T10:24:45.831Z | Compiling equivalent v1.0.1 |
2004 | 2024-02-03T10:24:45.970Z | Compiling tinyvec v1.6.0 |
2005 | 2024-02-03T10:24:46.713Z | Compiling futures-channel v0.3.30 |
2006 | 2024-02-03T10:24:47.041Z | Compiling crc32fast v1.3.2 |
2007 | 2024-02-03T10:24:47.235Z | Compiling futures-task v0.3.30 |
2008 | 2024-02-03T10:24:47.335Z | Compiling native-tls v0.2.11 |
2009 | 2024-02-03T10:24:47.657Z | Compiling futures-io v0.3.30 |
2010 | 2024-02-03T10:24:47.660Z | Compiling rustls v0.21.9 |
2011 | 2024-02-03T10:24:47.800Z | Compiling ppv-lite86 v0.2.17 |
2012 | 2024-02-03T10:24:48.042Z | Compiling pin-utils v0.1.0 |
2013 | 2024-02-03T10:24:48.059Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2014 | 2024-02-03T10:24:48.157Z | Compiling spin v0.9.8 |
2015 | 2024-02-03T10:24:48.269Z | Compiling tracing-core v0.1.31 |
2016 | 2024-02-03T10:24:48.553Z | Compiling unicode-normalization v0.1.22 |
2017 | 2024-02-03T10:24:48.700Z | Compiling base64ct v1.6.0 |
2018 | 2024-02-03T10:24:48.799Z | Compiling unicode-bidi v0.3.13 |
2019 | 2024-02-03T10:24:49.123Z | Compiling rand_chacha v0.3.1 |
2020 | 2024-02-03T10:24:49.937Z | Compiling rand v0.8.5 |
2021 | 2024-02-03T10:24:50.017Z | Compiling pem-rfc7468 v0.7.0 |
2022 | 2024-02-03T10:24:50.962Z | Compiling errno v0.3.8 |
2023 | 2024-02-03T10:24:51.343Z | Compiling num-iter v0.1.43 |
2024 | 2024-02-03T10:24:51.508Z | Compiling usdt-impl v0.3.5 |
2025 | 2024-02-03T10:24:52.003Z | Compiling schemars v0.8.16 |
2026 | 2024-02-03T10:24:52.239Z | Compiling signal-hook v0.3.17 |
2027 | 2024-02-03T10:24:52.278Z | Compiling rustix v0.38.30 |
2028 | 2024-02-03T10:24:52.611Z | Compiling flagset v0.4.3 |
2029 | 2024-02-03T10:24:52.900Z | Compiling serde_derive_internals v0.26.0 |
2030 | 2024-02-03T10:24:53.053Z | Compiling serde_derive v1.0.195 |
2031 | 2024-02-03T10:24:53.117Z | Compiling zeroize_derive v1.4.2 |
2032 | 2024-02-03T10:24:53.207Z | Compiling zerocopy-derive v0.7.32 |
2033 | 2024-02-03T10:24:53.222Z | Compiling thiserror-impl v1.0.56 |
2034 | 2024-02-03T10:24:53.497Z | Compiling tokio-macros v2.2.0 |
2035 | 2024-02-03T10:24:53.898Z | Compiling futures-macro v0.3.30 |
2036 | 2024-02-03T10:24:55.461Z | Compiling zeroize v1.7.0 |
2037 | 2024-02-03T10:24:56.399Z | Compiling tracing-attributes v0.1.26 |
2038 | 2024-02-03T10:24:56.464Z | Compiling zerocopy v0.7.32 |
2039 | 2024-02-03T10:24:57.546Z | Compiling der_derive v0.7.2 |
2040 | 2024-02-03T10:24:57.835Z | Compiling pest v2.7.6 |
2041 | 2024-02-03T10:24:58.476Z | Compiling crypto-common v0.1.6 |
2042 | 2024-02-03T10:24:58.779Z | Compiling block-buffer v0.10.4 |
2043 | 2024-02-03T10:24:59.170Z | Compiling digest v0.10.7 |
2044 | 2024-02-03T10:24:59.410Z | Compiling zerocopy-derive v0.2.0 |
2045 | 2024-02-03T10:24:59.930Z | Compiling hashbrown v0.14.2 |
2046 | 2024-02-03T10:25:00.000Z | Compiling openssl-macros v0.1.1 |
2047 | 2024-02-03T10:25:01.401Z | Compiling futures-util v0.3.30 |
2048 | 2024-02-03T10:25:01.633Z | Compiling tracing v0.1.37 |
2049 | 2024-02-03T10:25:02.019Z | Compiling pest_meta v2.7.6 |
2050 | 2024-02-03T10:25:02.181Z | Compiling zerocopy-derive v0.6.4 |
2051 | 2024-02-03T10:25:02.181Z | Compiling scroll_derive v0.12.0 |
2052 | 2024-02-03T10:25:02.367Z | Compiling der v0.7.8 |
2053 | 2024-02-03T10:25:04.408Z | Compiling pest_generator v2.7.6 |
2054 | 2024-02-03T10:25:08.925Z | Compiling pest_derive v2.7.6 |
2055 | 2024-02-03T10:25:10.076Z | Compiling fnv v1.0.7 |
2056 | 2024-02-03T10:25:10.241Z | Compiling bitflags v1.3.2 |
2057 | 2024-02-03T10:25:11.029Z | Compiling spki v0.7.2 |
2058 | 2024-02-03T10:25:11.718Z | Compiling zerocopy v0.3.0 |
2059 | 2024-02-03T10:25:11.824Z | Compiling schemars_derive v0.8.16 |
2060 | 2024-02-03T10:25:12.957Z | Compiling lazy_static v1.4.0 |
2061 | 2024-02-03T10:25:13.648Z | Compiling backtrace v0.3.69 |
2062 | 2024-02-03T10:25:13.667Z | Compiling thread-id v4.2.0 |
2063 | 2024-02-03T10:25:13.804Z | Compiling memoffset v0.9.0 |
2064 | 2024-02-03T10:25:14.294Z | Compiling num-bigint v0.4.4 |
2065 | 2024-02-03T10:25:14.371Z | Compiling async-trait v0.1.77 |
2066 | 2024-02-03T10:25:15.077Z | Compiling crossbeam-utils v0.8.16 |
2067 | 2024-02-03T10:25:15.654Z | Compiling bytes v1.5.0 |
2068 | 2024-02-03T10:25:15.967Z | Compiling indexmap v2.2.2 |
2069 | 2024-02-03T10:25:16.736Z | Compiling bitflags v2.4.0 |
2070 | 2024-02-03T10:25:16.839Z | Compiling rustc_version v0.4.0 |
2071 | 2024-02-03T10:25:17.152Z | Compiling tokio v1.35.1 |
2072 | 2024-02-03T10:25:18.252Z | Compiling heapless v0.7.16 |
2073 | 2024-02-03T10:25:19.287Z | Compiling http v0.2.11 |
2074 | 2024-02-03T10:25:19.400Z | Compiling uuid v1.7.0 |
2075 | 2024-02-03T10:25:20.118Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2076 | 2024-02-03T10:25:20.281Z | Compiling iana-time-zone v0.1.57 |
2077 | 2024-02-03T10:25:20.573Z | Compiling untrusted v0.7.1 |
2078 | 2024-02-03T10:25:20.801Z | Compiling smoltcp v0.9.1 |
2079 | 2024-02-03T10:25:20.851Z | Compiling percent-encoding v2.3.1 |
2080 | 2024-02-03T10:25:21.117Z | Compiling untrusted v0.9.0 |
2081 | 2024-02-03T10:25:21.318Z | Compiling base64 v0.21.7 |
2082 | 2024-02-03T10:25:21.352Z | Compiling foreign-types-shared v0.1.1 |
2083 | 2024-02-03T10:25:21.495Z | Compiling foreign-types v0.3.2 |
2084 | 2024-02-03T10:25:22.965Z | Compiling chrono v0.4.31 |
2085 | 2024-02-03T10:25:26.596Z | Compiling dof v0.1.5 |
2086 | 2024-02-03T10:25:27.103Z | Compiling dtrace-parser v0.1.14 |
2087 | 2024-02-03T10:25:27.218Z | Compiling hmac v0.12.1 |
2088 | 2024-02-03T10:25:27.516Z | Compiling clap_derive v4.4.2 |
2089 | 2024-02-03T10:25:29.551Z | Compiling tokio-util v0.7.10 |
2090 | 2024-02-03T10:25:29.771Z | Compiling utf8parse v0.2.1 |
2091 | 2024-02-03T10:25:29.977Z | Compiling try-lock v0.2.4 |
2092 | 2024-02-03T10:25:30.032Z | Compiling rustversion v1.0.14 |
2093 | 2024-02-03T10:25:30.218Z | Compiling cpufeatures v0.2.12 |
2094 | 2024-02-03T10:25:30.294Z | Compiling adler v1.0.2 |
2095 | 2024-02-03T10:25:30.526Z | Compiling anstyle v1.0.2 |
2096 | 2024-02-03T10:25:30.874Z | Compiling siphasher v0.3.11 |
2097 | 2024-02-03T10:25:31.179Z | Compiling time-core v0.1.1 |
2098 | 2024-02-03T10:25:31.413Z | Compiling time-macros v0.2.13 |
2099 | 2024-02-03T10:25:31.416Z | Compiling h2 v0.3.24 |
2100 | 2024-02-03T10:25:31.827Z | Compiling miniz_oxide v0.7.1 |
2101 | 2024-02-03T10:25:35.094Z | Compiling sha2 v0.10.8 |
2102 | 2024-02-03T10:25:36.378Z | Compiling want v0.3.1 |
2103 | 2024-02-03T10:25:38.821Z | Compiling anstyle-parse v0.2.1 |
2104 | 2024-02-03T10:25:41.006Z | Compiling rustls-webpki v0.101.7 |
2105 | 2024-02-03T10:25:41.160Z | Compiling sct v0.7.0 |
2106 | 2024-02-03T10:25:42.381Z | Compiling http-body v0.4.5 |
2107 | 2024-02-03T10:25:42.554Z | Compiling form_urlencoded v1.2.1 |
2108 | 2024-02-03T10:25:42.994Z | Compiling serde_tokenstream v0.1.7 |
2109 | 2024-02-03T10:25:43.112Z | Compiling pkcs8 v0.10.2 |
2110 | 2024-02-03T10:25:43.762Z | Compiling hubpack_derive v0.1.1 |
2111 | 2024-02-03T10:25:45.044Z | Compiling socket2 v0.4.9 |
2112 | 2024-02-03T10:25:45.277Z | Compiling crossbeam-epoch v0.9.15 |
2113 | 2024-02-03T10:25:45.320Z | Compiling usdt-impl v0.5.0 |
2114 | 2024-02-03T10:25:46.125Z | Compiling slog v2.7.0 |
2115 | 2024-02-03T10:25:46.275Z | Compiling colorchoice v1.0.0 |
2116 | 2024-02-03T10:25:46.350Z | Compiling tower-service v0.3.2 |
2117 | 2024-02-03T10:25:46.776Z | Compiling anstyle-query v1.0.0 |
2118 | 2024-02-03T10:25:47.074Z | Compiling httpdate v1.0.3 |
2119 | 2024-02-03T10:25:47.147Z | Compiling anyhow v1.0.75 |
2120 | 2024-02-03T10:25:47.670Z | Compiling openssl-probe v0.1.5 |
2121 | 2024-02-03T10:25:47.857Z | Compiling radium v0.7.0 |
2122 | 2024-02-03T10:25:48.071Z | Compiling hyper v0.14.27 |
2123 | 2024-02-03T10:25:48.775Z | Compiling anstream v0.5.0 |
2124 | 2024-02-03T10:25:54.554Z | Compiling terminal_size v0.2.6 |
2125 | 2024-02-03T10:25:57.633Z | Compiling toml_datetime v0.6.5 |
2126 | 2024-02-03T10:25:58.244Z | Compiling serde_spanned v0.6.5 |
2127 | 2024-02-03T10:25:59.500Z | Compiling zerocopy v0.6.4 |
2128 | 2024-02-03T10:26:00.993Z | Compiling scroll v0.12.0 |
2129 | 2024-02-03T10:26:01.106Z | Compiling md-5 v0.10.5 |
2130 | 2024-02-03T10:26:01.969Z | Compiling stringprep v0.1.3 |
2131 | 2024-02-03T10:26:02.086Z | Compiling idna v0.5.0 |
2132 | 2024-02-03T10:26:03.590Z | Compiling diesel_table_macro_syntax v0.1.0 |
2133 | 2024-02-03T10:26:03.595Z | Compiling aho-corasick v1.0.4 |
2134 | 2024-02-03T10:26:04.148Z | Compiling hash32 v0.2.1 |
2135 | 2024-02-03T10:26:04.381Z | Compiling clap_lex v0.5.1 |
2136 | 2024-02-03T10:26:04.472Z | Compiling maybe-uninit v2.0.0 |
2137 | 2024-02-03T10:26:04.739Z | Compiling dyn-clone v1.0.13 |
2138 | 2024-02-03T10:26:05.146Z | Compiling tap v1.0.1 |
2139 | 2024-02-03T10:26:05.210Z | Compiling fallible-iterator v0.2.0 |
2140 | 2024-02-03T10:26:05.312Z | Compiling winnow v0.5.15 |
2141 | 2024-02-03T10:26:05.403Z | Compiling gimli v0.28.0 |
2142 | 2024-02-03T10:26:05.578Z | Compiling strsim v0.10.0 |
2143 | 2024-02-03T10:26:05.640Z | Compiling stable_deref_trait v1.2.0 |
2144 | 2024-02-03T10:26:05.770Z | Compiling plain v0.2.3 |
2145 | 2024-02-03T10:26:05.999Z | Compiling regex-syntax v0.8.2 |
2146 | 2024-02-03T10:26:06.013Z | Compiling goblin v0.8.0 |
2147 | 2024-02-03T10:26:06.314Z | Compiling postgres-protocol v0.6.6 |
2148 | 2024-02-03T10:26:07.388Z | Compiling clap_builder v4.4.2 |
2149 | 2024-02-03T10:26:09.638Z | Compiling wyz v0.5.1 |
2150 | 2024-02-03T10:26:10.353Z | Compiling diesel_derives v2.1.2 |
2151 | 2024-02-03T10:26:11.266Z | Compiling url v2.5.0 |
2152 | 2024-02-03T10:26:12.757Z | Compiling addr2line v0.21.0 |
2153 | 2024-02-03T10:26:13.339Z | Compiling regex-automata v0.4.4 |
2154 | 2024-02-03T10:26:15.794Z | Compiling tokio-rustls v0.24.1 |
2155 | 2024-02-03T10:26:16.140Z | Compiling strum_macros v0.25.2 |
2156 | 2024-02-03T10:26:22.016Z | Compiling tokio-native-tls v0.3.1 |
2157 | 2024-02-03T10:26:22.233Z | Compiling usdt-attr-macro v0.3.5 |
2158 | 2024-02-03T10:26:22.415Z | Compiling usdt-macro v0.3.5 |
2159 | 2024-02-03T10:26:24.322Z | Compiling phf_shared v0.11.2 |
2160 | 2024-02-03T10:26:26.043Z | Compiling block-padding v0.3.3 |
2161 | 2024-02-03T10:26:26.125Z | Compiling enum-as-inner v0.5.1 |
2162 | 2024-02-03T10:26:26.255Z | Compiling serde_repr v0.1.16 |
2163 | 2024-02-03T10:26:26.866Z | Compiling ff v0.13.0 |
2164 | 2024-02-03T10:26:27.201Z | Compiling scheduled-thread-pool v0.2.7 |
2165 | 2024-02-03T10:26:27.848Z | Compiling object v0.32.1 |
2166 | 2024-02-03T10:26:27.954Z | Compiling num-bigint-dig v0.8.4 |
2167 | 2024-02-03T10:26:28.363Z | Compiling base16ct v0.2.0 |
2168 | 2024-02-03T10:26:28.808Z | Compiling rustc-demangle v0.1.23 |
2169 | 2024-02-03T10:26:30.241Z | Compiling regex-automata v0.1.10 |
2170 | 2024-02-03T10:26:30.391Z | Compiling num_threads v0.1.6 |
2171 | 2024-02-03T10:26:30.557Z | Compiling ipnet v2.9.0 |
2172 | 2024-02-03T10:26:30.976Z | Compiling matches v0.1.10 |
2173 | 2024-02-03T10:26:31.091Z | Compiling deranged v0.3.8 |
2174 | 2024-02-03T10:26:32.327Z | Compiling bit-vec v0.6.3 |
2175 | 2024-02-03T10:26:33.824Z | Compiling packed_struct v0.10.1 |
2176 | 2024-02-03T10:26:34.384Z | Compiling pretty-hex v0.4.1 |
2177 | 2024-02-03T10:26:34.705Z | Compiling funty v2.0.0 |
2178 | 2024-02-03T10:26:34.895Z | Compiling managed v0.8.0 |
2179 | 2024-02-03T10:26:38.993Z | Compiling bitvec v1.0.1 |
2180 | 2024-02-03T10:26:39.670Z | Compiling dof v0.3.0 |
2181 | 2024-02-03T10:26:42.775Z | Compiling time v0.3.27 |
2182 | 2024-02-03T10:26:43.788Z | Compiling idna v0.2.3 |
2183 | 2024-02-03T10:26:45.374Z | Compiling bstr v0.2.17 |
2184 | 2024-02-03T10:26:46.213Z | Compiling sec1 v0.7.3 |
2185 | 2024-02-03T10:26:46.247Z | Compiling r2d2 v0.8.10 |
2186 | 2024-02-03T10:26:46.816Z | Compiling group v0.13.0 |
2187 | 2024-02-03T10:26:47.049Z | Compiling inout v0.1.3 |
2188 | 2024-02-03T10:26:49.018Z | Compiling phf v0.11.2 |
2189 | 2024-02-03T10:26:49.442Z | Compiling hyper-tls v0.5.0 |
2190 | 2024-02-03T10:26:49.982Z | Compiling regex v1.10.3 |
2191 | 2024-02-03T10:26:50.674Z | Compiling hyper-rustls v0.24.2 |
2192 | 2024-02-03T10:26:51.169Z | Compiling signal-hook-mio v0.2.3 |
2193 | 2024-02-03T10:26:51.378Z | Compiling clap v4.4.3 |
2194 | 2024-02-03T10:26:51.530Z | Compiling ipnetwork v0.20.0 |
2195 | 2024-02-03T10:26:51.666Z | Compiling toml_edit v0.19.15 |
2196 | 2024-02-03T10:26:52.745Z | Compiling flate2 v1.0.28 |
2197 | 2024-02-03T10:26:53.143Z | Compiling bzip2 v0.4.4 |
2198 | 2024-02-03T10:26:53.345Z | Compiling postgres-types v0.2.6 |
2199 | 2024-02-03T10:26:54.246Z | Compiling hubpack v0.1.2 |
2200 | 2024-02-03T10:26:54.283Z | Compiling serde_urlencoded v0.7.1 |
2201 | 2024-02-03T10:26:54.389Z | Compiling phf_shared v0.10.0 |
2202 | 2024-02-03T10:26:54.946Z | Compiling rustls-pemfile v1.0.3 |
2203 | 2024-02-03T10:26:54.994Z | Compiling hkdf v0.12.4 |
2204 | 2024-02-03T10:26:55.178Z | Compiling futures-executor v0.3.30 |
2205 | 2024-02-03T10:26:55.309Z | Compiling dtrace-parser v0.2.0 |
2206 | 2024-02-03T10:26:58.755Z | Compiling crypto-bigint v0.5.2 |
2207 | 2024-02-03T10:26:59.347Z | Compiling packed_struct_codegen v0.10.1 |
2208 | 2024-02-03T10:27:01.374Z | Compiling float-cmp v0.9.0 |
2209 | 2024-02-03T10:27:01.757Z | Compiling indexmap v1.9.3 |
2210 | 2024-02-03T10:27:02.163Z | Compiling encoding_rs v0.8.33 |
2211 | 2024-02-03T10:27:02.196Z | Compiling static_assertions v1.1.0 |
2212 | 2024-02-03T10:27:02.328Z | Compiling nodrop v0.1.14 |
2213 | 2024-02-03T10:27:02.452Z | Compiling unicode-width v0.1.11 |
2214 | 2024-02-03T10:27:02.494Z | Compiling predicates-core v1.0.6 |
2215 | 2024-02-03T10:27:02.679Z | Compiling crc-catalog v2.2.0 |
2216 | 2024-02-03T10:27:02.887Z | Compiling new_debug_unreachable v1.0.4 |
2217 | 2024-02-03T10:27:02.963Z | Compiling either v1.9.0 |
2218 | 2024-02-03T10:27:03.006Z | Compiling precomputed-hash v0.1.1 |
2219 | 2024-02-03T10:27:03.077Z | Compiling data-encoding v2.4.0 |
2220 | 2024-02-03T10:27:03.453Z | Compiling mime v0.3.17 |
2221 | 2024-02-03T10:27:03.466Z | Compiling whoami v1.4.1 |
2222 | 2024-02-03T10:27:03.573Z | Compiling webpki-roots v0.25.2 |
2223 | 2024-02-03T10:27:04.236Z | Compiling difflib v0.4.0 |
2224 | 2024-02-03T10:27:05.558Z | Compiling regex-automata v0.3.8 |
2225 | 2024-02-03T10:27:06.581Z | Compiling normalize-line-endings v0.3.0 |
2226 | 2024-02-03T10:27:06.745Z | Compiling unicode-segmentation v1.10.1 |
2227 | 2024-02-03T10:27:08.140Z | Compiling minimal-lexical v0.2.1 |
2228 | 2024-02-03T10:27:08.295Z | Compiling fixedbitset v0.4.2 |
2229 | 2024-02-03T10:27:08.909Z | Compiling nom v7.1.3 |
2230 | 2024-02-03T10:27:08.958Z | Compiling petgraph v0.6.4 |
2231 | 2024-02-03T10:27:09.022Z | Compiling bstr v1.6.0 |
2232 | 2024-02-03T10:27:09.288Z | Compiling similar v2.3.0 |
2233 | 2024-02-03T10:27:12.643Z | Compiling predicates v3.1.0 |
2234 | 2024-02-03T10:27:15.065Z | Compiling reqwest v0.11.22 |
2235 | 2024-02-03T10:27:15.481Z | Compiling trust-dns-proto v0.22.0 |
2236 | 2024-02-03T10:27:20.505Z | Compiling tokio-postgres v0.7.10 |
2237 | 2024-02-03T10:27:28.058Z | Compiling itertools v0.10.5 |
2238 | 2024-02-03T10:27:30.520Z | Compiling string_cache v0.8.7 |
2239 | 2024-02-03T10:27:31.156Z | Compiling crc v3.0.1 |
2240 | 2024-02-03T10:27:32.425Z | Compiling console v0.15.8 |
2241 | 2024-02-03T10:27:32.587Z | Compiling array-init v0.0.4 |
2242 | 2024-02-03T10:27:34.557Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2243 | 2024-02-03T10:27:35.004Z | Compiling elliptic-curve v0.13.8 |
2244 | 2024-02-03T10:27:40.660Z | Compiling toml v0.7.8 |
2245 | 2024-02-03T10:27:43.000Z | Compiling futures v0.3.30 |
2246 | 2024-02-03T10:27:44.296Z | Compiling zip v0.6.6 |
2247 | 2024-02-03T10:27:45.164Z | Compiling smallvec v0.6.14 |
2248 | 2024-02-03T10:27:45.287Z | Compiling diesel v2.1.4 |
2249 | 2024-02-03T10:27:45.890Z | Compiling yasna v0.5.2 |
2250 | 2024-02-03T10:27:46.421Z | Compiling crossterm v0.27.0 |
2251 | 2024-02-03T10:27:47.445Z | Compiling cipher v0.4.4 |
2252 | 2024-02-03T10:27:49.782Z | Compiling bit-set v0.5.3 |
2253 | 2024-02-03T10:27:50.184Z | Compiling usdt v0.3.5 |
2254 | 2024-02-03T10:27:50.570Z | Compiling is-terminal v0.4.9 |
2255 | 2024-02-03T10:27:51.957Z | Compiling toml_edit v0.21.1 |
2256 | 2024-02-03T10:27:57.716Z | Compiling pkcs1 v0.7.5 |
2257 | 2024-02-03T10:28:02.314Z | Compiling tokio-stream v0.1.14 |
2258 | 2024-02-03T10:28:03.459Z | Compiling openapiv3 v2.0.0 |
2259 | 2024-02-03T10:28:03.831Z | Compiling hex v0.4.3 |
2260 | 2024-02-03T10:28:05.158Z | Compiling hashbrown v0.13.2 |
2261 | 2024-02-03T10:28:07.206Z | Compiling signature v2.1.0 |
2262 | 2024-02-03T10:28:08.288Z | Compiling lalrpop-util v0.19.12 |
2263 | 2024-02-03T10:28:09.897Z | Compiling hashbrown v0.12.3 |
2264 | 2024-02-03T10:28:09.966Z | Compiling termcolor v1.2.0 |
2265 | 2024-02-03T10:28:12.170Z | Compiling bitfield v0.14.0 |
2266 | 2024-02-03T10:28:22.610Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2267 | 2024-02-03T10:28:28.641Z | Compiling env_logger v0.10.0 |
2268 | 2024-02-03T10:28:35.796Z | Compiling rsa v0.9.2 |
2269 | 2024-02-03T10:28:45.211Z | Compiling serde-hex v0.1.0 |
2270 | 2024-02-03T10:28:50.227Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2271 | 2024-02-03T10:28:52.436Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2272 | 2024-02-03T10:28:54.997Z | Compiling ron v0.8.1 |
2273 | 2024-02-03T10:28:56.640Z | Compiling x509-cert v0.2.4 |
2274 | 2024-02-03T10:29:13.525Z | Compiling crc-any v2.4.3 |
2275 | 2024-02-03T10:29:15.110Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2276 | 2024-02-03T10:29:38.184Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2277 | 2024-02-03T10:29:47.189Z | Compiling object v0.30.4 |
2278 | 2024-02-03T10:30:01.177Z | Compiling path-slash v0.1.5 |
2279 | 2024-02-03T10:30:01.514Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2280 | 2024-02-03T10:30:41.981Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2281 | 2024-02-03T10:30:43.109Z | Finished release [optimized] target(s) in 6m 15s |
2282 | 2024-02-03T10:30:43.198Z | |
2283 | 2024-02-03T10:30:43.198Z | real 6:16.103703474 |
2284 | 2024-02-03T10:30:43.198Z | user 43:19.739103454 |
2285 | 2024-02-03T10:30:43.198Z | sys 3:39.723654479 |
2286 | 2024-02-03T10:30:43.198Z | trap 1.689845250 |
2287 | 2024-02-03T10:30:43.202Z | tflt 1.118731604 |
2288 | 2024-02-03T10:30:43.202Z | dflt 0.507073545 |
2289 | 2024-02-03T10:30:43.202Z | kflt 0.006520238 |
2290 | 2024-02-03T10:30:43.202Z | lock 1:39:32.502480501 |
2291 | 2024-02-03T10:30:43.202Z | slp 2:04:55.406883432 |
2292 | 2024-02-03T10:30:43.202Z | lat 1:51.399285987 |
2293 | 2024-02-03T10:30:43.202Z | stop 1:24.006477522 |
2294 | 2024-02-03T10:30:43.202Z | + ptime -m gzip |
2295 | 2024-02-03T10:30:43.853Z | |
2296 | 2024-02-03T10:30:43.853Z | real 0.651135339 |
2297 | 2024-02-03T10:30:43.853Z | user 0.641861861 |
2298 | 2024-02-03T10:30:43.853Z | sys 0.008565842 |
2299 | 2024-02-03T10:30:43.853Z | trap 0.000086487 |
2300 | 2024-02-03T10:30:43.853Z | tflt 0.000000000 |
2301 | 2024-02-03T10:30:43.857Z | dflt 0.000000000 |
2302 | 2024-02-03T10:30:43.857Z | kflt 0.000000000 |
2303 | 2024-02-03T10:30:43.857Z | lock 0.000000000 |
2304 | 2024-02-03T10:30:43.857Z | slp 0.000000000 |
2305 | 2024-02-03T10:30:43.857Z | lat 0.000159809 |
2306 | 2024-02-03T10:30:43.857Z | stop 0.000349920 |
2307 | 2024-02-03T10:30:43.857Z | + banner tufaceous |
2308 | 2024-02-03T10:30:43.857Z | |
2309 | 2024-02-03T10:30:43.857Z | ##### # # ###### ## #### ###### #### # # #### |
2310 | 2024-02-03T10:30:43.857Z | # # # # # # # # # # # # # # |
2311 | 2024-02-03T10:30:43.857Z | # # # ##### # # # ##### # # # # #### |
2312 | 2024-02-03T10:30:43.857Z | # # # # ###### # # # # # # # |
2313 | 2024-02-03T10:30:43.857Z | # # # # # # # # # # # # # # # |
2314 | 2024-02-03T10:30:43.857Z | # #### # # # #### ###### #### #### #### |
2315 | 2024-02-03T10:30:43.857Z | |
2316 | 2024-02-03T10:30:43.857Z | + ptime -m cargo build --locked -p tufaceous --release |
2317 | 2024-02-03T10:30:44.563Z | Downloading crates ... |
2318 | 2024-02-03T10:30:44.959Z | Downloaded doc-comment v0.3.3 |
2319 | 2024-02-03T10:30:44.962Z | Downloaded parse-size v1.0.0 |
2320 | 2024-02-03T10:30:44.966Z | Downloaded olpc-cjson v0.1.3 |
2321 | 2024-02-03T10:30:44.969Z | Downloaded pin-project-internal v1.1.3 |
2322 | 2024-02-03T10:30:44.972Z | Downloaded humantime v2.1.0 |
2323 | 2024-02-03T10:30:44.975Z | Downloaded serde_plain v1.0.2 |
2324 | 2024-02-03T10:30:44.978Z | Downloaded async-recursion v1.0.5 |
2325 | 2024-02-03T10:30:44.981Z | Downloaded snafu-derive v0.7.5 |
2326 | 2024-02-03T10:30:44.984Z | Downloaded pin-project v1.1.3 |
2327 | 2024-02-03T10:30:45.002Z | Downloaded typed-path v0.7.0 |
2328 | 2024-02-03T10:30:45.012Z | Downloaded tough v0.16.0 |
2329 | 2024-02-03T10:30:45.026Z | Downloaded snafu v0.7.5 |
2330 | 2024-02-03T10:30:45.035Z | Downloaded fs-err v2.11.0 |
2331 | 2024-02-03T10:30:45.039Z | Downloaded buf-list v1.0.3 |
2332 | 2024-02-03T10:30:45.042Z | Downloaded globset v0.4.13 |
2333 | 2024-02-03T10:30:45.212Z | Compiling serde_tokenstream v0.2.0 |
2334 | 2024-02-03T10:30:45.236Z | Compiling regress v0.7.1 |
2335 | 2024-02-03T10:30:45.249Z | Compiling dirs-sys-next v0.1.2 |
2336 | 2024-02-03T10:30:45.252Z | Compiling ident_case v1.0.1 |
2337 | 2024-02-03T10:30:45.252Z | Compiling rustls-pki-types v1.1.0 |
2338 | 2024-02-03T10:30:45.289Z | Compiling thread_local v1.1.7 |
2339 | 2024-02-03T10:30:45.292Z | Compiling rustls v0.22.2 |
2340 | 2024-02-03T10:30:45.483Z | Compiling dirs-next v2.0.0 |
2341 | 2024-02-03T10:30:45.669Z | Compiling darling_core v0.20.3 |
2342 | 2024-02-03T10:30:45.823Z | Compiling slog-async v2.8.0 |
2343 | 2024-02-03T10:30:45.962Z | Compiling camino v1.1.6 |
2344 | 2024-02-03T10:30:46.481Z | Compiling heck v0.4.1 |
2345 | 2024-02-03T10:30:46.613Z | Compiling rustls-webpki v0.102.1 |
2346 | 2024-02-03T10:30:46.825Z | Compiling term v0.7.0 |
2347 | 2024-02-03T10:30:47.121Z | Compiling crossbeam-channel v0.5.8 |
2348 | 2024-02-03T10:30:47.334Z | Compiling getopts v0.2.21 |
2349 | 2024-02-03T10:30:48.507Z | Compiling structmeta-derive v0.2.0 |
2350 | 2024-02-03T10:30:48.720Z | Compiling atty v0.2.14 |
2351 | 2024-02-03T10:30:48.914Z | Compiling multer v3.0.0 |
2352 | 2024-02-03T10:30:49.354Z | Compiling paste v1.0.14 |
2353 | 2024-02-03T10:30:49.843Z | Compiling match_cfg v0.1.0 |
2354 | 2024-02-03T10:30:49.969Z | Compiling doc-comment v0.3.3 |
2355 | 2024-02-03T10:30:50.058Z | Compiling take_mut v0.2.2 |
2356 | 2024-02-03T10:30:50.275Z | Compiling unsafe-libyaml v0.2.10 |
2357 | 2024-02-03T10:30:50.683Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2358 | 2024-02-03T10:30:53.008Z | Compiling structmeta v0.2.0 |
2359 | 2024-02-03T10:30:53.197Z | Compiling serde_yaml v0.9.25 |
2360 | 2024-02-03T10:30:54.386Z | Compiling darling_macro v0.20.3 |
2361 | 2024-02-03T10:30:54.633Z | Compiling hostname v0.3.1 |
2362 | 2024-02-03T10:30:54.999Z | Compiling slog-term v2.9.0 |
2363 | 2024-02-03T10:30:55.858Z | Compiling darling v0.20.3 |
2364 | 2024-02-03T10:30:59.160Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2365 | 2024-02-03T10:30:59.184Z | Compiling slog-json v2.6.1 |
2366 | 2024-02-03T10:30:59.330Z | Compiling http v1.0.0 |
2367 | 2024-02-03T10:30:59.859Z | Compiling pin-project-internal v1.1.3 |
2368 | 2024-02-03T10:30:59.985Z | Compiling async-stream-impl v0.3.5 |
2369 | 2024-02-03T10:31:01.926Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2370 | 2024-02-03T10:31:02.371Z | Compiling atomic-waker v1.1.1 |
2371 | 2024-02-03T10:31:02.543Z | Compiling regex-syntax v0.7.5 |
2372 | 2024-02-03T10:31:02.645Z | Compiling fastrand v2.0.0 |
2373 | 2024-02-03T10:31:03.476Z | Compiling tempfile v3.9.0 |
2374 | 2024-02-03T10:31:03.672Z | Compiling waitgroup v0.1.2 |
2375 | 2024-02-03T10:31:04.107Z | Compiling tokio-rustls v0.25.0 |
2376 | 2024-02-03T10:31:04.270Z | Compiling pin-project v1.1.3 |
2377 | 2024-02-03T10:31:04.885Z | Compiling async-stream v0.3.5 |
2378 | 2024-02-03T10:31:05.351Z | Compiling slog-bunyan v2.5.0 |
2379 | 2024-02-03T10:31:05.863Z | Compiling serde_with_macros v3.6.0 |
2380 | 2024-02-03T10:31:07.880Z | Compiling toml v0.8.8 |
2381 | 2024-02-03T10:31:08.305Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2382 | 2024-02-03T10:31:09.654Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2383 | 2024-02-03T10:31:09.830Z | Compiling rustls-pemfile v2.0.0 |
2384 | 2024-02-03T10:31:10.315Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2385 | 2024-02-03T10:31:11.003Z | Compiling sha1 v0.10.6 |
2386 | 2024-02-03T10:31:11.501Z | Compiling snafu-derive v0.7.5 |
2387 | 2024-02-03T10:31:12.513Z | Compiling serde_path_to_error v0.1.15 |
2388 | 2024-02-03T10:31:12.630Z | Compiling parse-display-derive v0.8.2 |
2389 | 2024-02-03T10:31:12.702Z | Compiling instant v0.1.12 |
2390 | 2024-02-03T10:31:12.914Z | Compiling fs-err v2.11.0 |
2391 | 2024-02-03T10:31:13.354Z | Compiling arc-swap v1.6.0 |
2392 | 2024-02-03T10:31:14.081Z | Compiling same-file v1.0.6 |
2393 | 2024-02-03T10:31:14.518Z | Compiling buf-list v1.0.3 |
2394 | 2024-02-03T10:31:14.553Z | Compiling debug-ignore v1.0.5 |
2395 | 2024-02-03T10:31:15.399Z | Compiling walkdir v2.4.0 |
2396 | 2024-02-03T10:31:16.653Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2397 | 2024-02-03T10:31:16.840Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2398 | 2024-02-03T10:31:18.208Z | Compiling slog-scope v4.4.0 |
2399 | 2024-02-03T10:31:18.832Z | Compiling parse-display v0.8.2 |
2400 | 2024-02-03T10:31:19.310Z | Compiling backoff v0.4.0 |
2401 | 2024-02-03T10:31:19.579Z | Compiling snafu v0.7.5 |
2402 | 2024-02-03T10:31:19.709Z | Compiling serde_with v3.6.0 |
2403 | 2024-02-03T10:31:19.900Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2404 | 2024-02-03T10:31:20.914Z | Compiling globset v0.4.13 |
2405 | 2024-02-03T10:31:21.934Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2406 | 2024-02-03T10:31:22.164Z | Compiling strum v0.25.0 |
2407 | 2024-02-03T10:31:22.425Z | Compiling olpc-cjson v0.1.3 |
2408 | 2024-02-03T10:31:23.296Z | Compiling pem v3.0.2 |
2409 | 2024-02-03T10:31:25.988Z | Compiling serde_plain v1.0.2 |
2410 | 2024-02-03T10:31:26.792Z | Compiling macaddr v1.0.1 |
2411 | 2024-02-03T10:31:27.453Z | Compiling async-recursion v1.0.5 |
2412 | 2024-02-03T10:31:27.921Z | Compiling filetime v0.2.23 |
2413 | 2024-02-03T10:31:27.958Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2414 | 2024-02-03T10:31:28.455Z | Compiling xattr v1.0.1 |
2415 | 2024-02-03T10:31:28.896Z | Compiling typed-path v0.7.0 |
2416 | 2024-02-03T10:31:28.926Z | Compiling tar v0.4.40 |
2417 | 2024-02-03T10:31:35.588Z | Compiling tough v0.16.0 |
2418 | 2024-02-03T10:31:39.811Z | Compiling slog-stdlog v4.1.1 |
2419 | 2024-02-03T10:31:41.406Z | Compiling camino-tempfile v1.1.1 |
2420 | 2024-02-03T10:31:42.424Z | Compiling itertools v0.12.1 |
2421 | 2024-02-03T10:31:42.508Z | Compiling parse-size v1.0.0 |
2422 | 2024-02-03T10:31:42.976Z | Compiling slog-envlogger v2.2.0 |
2423 | 2024-02-03T10:31:47.470Z | Compiling humantime v2.1.0 |
2424 | 2024-02-03T10:31:53.527Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2425 | 2024-02-03T10:31:53.827Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2426 | 2024-02-03T10:32:09.698Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2427 | 2024-02-03T10:32:12.961Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2428 | 2024-02-03T10:32:44.181Z | Finished release [optimized] target(s) in 2m 00s |
2429 | 2024-02-03T10:32:44.273Z | |
2430 | 2024-02-03T10:32:44.273Z | real 2:00.395805653 |
2431 | 2024-02-03T10:32:44.273Z | user 13:42.186101317 |
2432 | 2024-02-03T10:32:44.273Z | sys 48.085564531 |
2433 | 2024-02-03T10:32:44.273Z | trap 0.479461777 |
2434 | 2024-02-03T10:32:44.273Z | tflt 0.391471205 |
2435 | 2024-02-03T10:32:44.277Z | dflt 0.668407772 |
2436 | 2024-02-03T10:32:44.277Z | kflt 0.000136824 |
2437 | 2024-02-03T10:32:44.277Z | lock 26:38.868316626 |
2438 | 2024-02-03T10:32:44.277Z | slp 30:31.358194195 |
2439 | 2024-02-03T10:32:44.277Z | lat 26.858467009 |
2440 | 2024-02-03T10:32:44.277Z | stop 12.844885578 |
2441 | 2024-02-03T10:32:44.277Z | + ptime -m gzip |
2442 | 2024-02-03T10:32:46.787Z | |
2443 | 2024-02-03T10:32:46.790Z | real 2.509247330 |
2444 | 2024-02-03T10:32:46.790Z | user 2.485884567 |
2445 | 2024-02-03T10:32:46.790Z | sys 0.021622839 |
2446 | 2024-02-03T10:32:46.790Z | trap 0.000816309 |
2447 | 2024-02-03T10:32:46.790Z | tflt 0.000000000 |
2448 | 2024-02-03T10:32:46.790Z | dflt 0.000000000 |
2449 | 2024-02-03T10:32:46.790Z | kflt 0.000000000 |
2450 | 2024-02-03T10:32:46.791Z | lock 0.000000000 |
2451 | 2024-02-03T10:32:46.791Z | slp 0.000000000 |
2452 | 2024-02-03T10:32:46.791Z | lat 0.000559573 |
2453 | 2024-02-03T10:32:46.791Z | stop 0.000259338 |
2454 | 2024-02-03T10:32:46.791Z | process exited: duration 1200181 ms, exit code 0 |
|
2455 | 2024-02-03T10:32:46.811Z | found 5 output files |
2456 | 2024-02-03T10:32:46.811Z | uploading: /work/end-to-end-tests/bootstrap-ba0a15fa1ac0f64d.gz (10655108 bytes) |
2457 | 2024-02-03T10:32:53.650Z | uploaded: /work/end-to-end-tests/bootstrap-ba0a15fa1ac0f64d.gz |
2458 | 2024-02-03T10:32:53.650Z | uploading: /work/end-to-end-tests/bootstrap.gz (108584181 bytes) |
2459 | 2024-02-03T10:33:31.659Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2460 | 2024-02-03T10:33:31.659Z | uploading: /work/end-to-end-tests/end_to_end_tests-49aca9644d961704.gz (112044733 bytes) |
2461 | 2024-02-03T10:34:15.305Z | uploaded: /work/end-to-end-tests/end_to_end_tests-49aca9644d961704.gz |
2462 | 2024-02-03T10:34:15.305Z | uploading: /work/caboose-util.gz (4060229 bytes) |
2463 | 2024-02-03T10:34:18.160Z | uploaded: /work/caboose-util.gz |
2464 | 2024-02-03T10:34:18.160Z | uploading: /work/tufaceous.gz (15821466 bytes) |
2465 | 2024-02-03T10:34:23.586Z | uploaded: /work/tufaceous.gz |