|
|
|
1 | 2025-01-06T18:28:22.296Z | job assigned to worker 01JGYDYEFRRWNF7CBSYM9ABPGM [factory aws, i-0476e90c4fc451e44] (queued for 6 m 49 s) |
|
2 | 2025-01-06T18:28:30.817Z | starting task 0: "setup" |
3 | 2025-01-06T18:28:30.827Z | ++ uname -s |
4 | 2025-01-06T18:28:30.829Z | + kern=SunOS |
5 | 2025-01-06T18:28:30.829Z | + case "$kern" in |
6 | 2025-01-06T18:28:30.829Z | + groupadd -g 12345 build |
7 | 2025-01-06T18:28:30.832Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-06T18:28:32.838Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-06T18:28:32.944Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-06T18:28:32.947Z | + home_fs=zfs |
11 | 2025-01-06T18:28:32.947Z | + [[ zfs == autofs ]] |
12 | 2025-01-06T18:28:32.947Z | + mkdir -p /home/build |
13 | 2025-01-06T18:28:32.949Z | + chown build:build /home/build /work |
14 | 2025-01-06T18:28:33.950Z | + chmod 0700 /home/build /work |
15 | 2025-01-06T18:28:33.953Z | process exited: duration 3134 ms, exit code 0 |
|
16 | 2025-01-06T18:28:33.959Z | starting task 1: "rust-toolchain" |
17 | 2025-01-06T18:28:33.964Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-06T18:28:33.964Z | ' 1.81.0 |
19 | 2025-01-06T18:28:33.964Z | * toolchain channel = "1.81.0" |
20 | 2025-01-06T18:28:33.964Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-06T18:28:33.964Z | ' default |
22 | 2025-01-06T18:28:33.964Z | * toolchain profile = "default" |
23 | 2025-01-06T18:28:33.967Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-06T18:28:33.967Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-06T18:28:34.083Z | info: downloading installer |
26 | 2025-01-06T18:28:35.649Z | info: profile set to 'default' |
27 | 2025-01-06T18:28:35.649Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-06T18:28:35.652Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-06T18:28:35.817Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-06T18:28:35.817Z | info: downloading component 'cargo' |
31 | 2025-01-06T18:28:36.793Z | info: downloading component 'clippy' |
32 | 2025-01-06T18:28:37.153Z | info: downloading component 'rust-docs' |
33 | 2025-01-06T18:28:38.503Z | info: downloading component 'rust-std' |
34 | 2025-01-06T18:28:40.602Z | info: downloading component 'rustc' |
35 | 2025-01-06T18:28:48.149Z | info: downloading component 'rustfmt' |
36 | 2025-01-06T18:28:48.431Z | info: installing component 'cargo' |
37 | 2025-01-06T18:28:49.221Z | info: installing component 'clippy' |
38 | 2025-01-06T18:28:49.575Z | info: installing component 'rust-docs' |
39 | 2025-01-06T18:28:51.227Z | info: installing component 'rust-std' |
40 | 2025-01-06T18:28:52.947Z | info: installing component 'rustc' |
41 | 2025-01-06T18:28:58.532Z | info: installing component 'rustfmt' |
42 | 2025-01-06T18:28:58.850Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-06T18:28:58.850Z | |
44 | 2025-01-06T18:28:59.210Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-06T18:28:59.210Z | |
46 | 2025-01-06T18:28:59.212Z | |
47 | 2025-01-06T18:28:59.213Z | Rust is installed now. Great! |
48 | 2025-01-06T18:28:59.213Z | |
49 | 2025-01-06T18:28:59.213Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-06T18:28:59.213Z | environment variable. This has not been done automatically. |
51 | 2025-01-06T18:28:59.213Z | |
52 | 2025-01-06T18:28:59.213Z | To configure your current shell, you need to source |
53 | 2025-01-06T18:28:59.213Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-06T18:28:59.213Z | |
55 | 2025-01-06T18:28:59.213Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-06T18:28:59.213Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-06T18:28:59.213Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-06T18:28:59.281Z | + rustc --version |
59 | 2025-01-06T18:28:59.344Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-06T18:28:59.347Z | process exited: duration 25387 ms, exit code 0 |
|
61 | 2025-01-06T18:28:59.353Z | starting task 2: "authentication" |
62 | 2025-01-06T18:28:59.376Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2025-01-06T18:28:59.381Z | starting task 3: "clone repository" |
64 | 2025-01-06T18:28:59.386Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-06T18:28:59.388Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-06T18:28:59.681Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-06T18:29:06.448Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-06T18:29:06.448Z | + git fetch origin 8c107d34caa414084a3b50107676e82ba731ab2a |
69 | 2025-01-06T18:29:06.747Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-06T18:29:06.747Z | * branch 8c107d34caa414084a3b50107676e82ba731ab2a -> FETCH_HEAD |
71 | 2025-01-06T18:29:06.757Z | + [[ -n spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled ]] |
72 | 2025-01-06T18:29:06.759Z | ++ git branch --show-current |
73 | 2025-01-06T18:29:06.762Z | + current=main |
74 | 2025-01-06T18:29:06.762Z | + [[ main != spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled ]] |
75 | 2025-01-06T18:29:06.762Z | + git branch -f spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled 8c107d34caa414084a3b50107676e82ba731ab2a |
76 | 2025-01-06T18:29:06.764Z | + git checkout -f spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled |
77 | 2025-01-06T18:29:06.937Z | Switched to branch 'spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled' |
78 | 2025-01-06T18:29:06.940Z | + git reset --hard 8c107d34caa414084a3b50107676e82ba731ab2a |
79 | 2025-01-06T18:29:06.951Z | HEAD is now at 8c107d34c rebase main |
80 | 2025-01-06T18:29:06.953Z | process exited: duration 7570 ms, exit code 0 |
|
81 | 2025-01-06T18:29:06.960Z | starting task 4: "build" |
82 | 2025-01-06T18:29:06.963Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-06T18:29:06.963Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-06T18:29:06.964Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-06T18:29:06.966Z | + cargo --version |
86 | 2025-01-06T18:29:07.019Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-06T18:29:07.022Z | + rustc --version |
88 | 2025-01-06T18:29:07.080Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-06T18:29:07.083Z | + cd /tmp |
90 | 2025-01-06T18:29:07.085Z | + cargo new --lib test-project |
91 | 2025-01-06T18:29:07.140Z | Creating library `test-project` package |
92 | 2025-01-06T18:29:07.213Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-06T18:29:07.215Z | + cd test-project |
94 | 2025-01-06T18:29:07.215Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-06T18:29:07.274Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-06T18:29:07.276Z | Features: |
97 | 2025-01-06T18:29:07.276Z | - proptest |
98 | 2025-01-06T18:29:07.276Z | - test-strategy |
99 | 2025-01-06T18:29:07.276Z | - testing |
100 | 2025-01-06T18:29:07.276Z | Updating crates.io index |
101 | 2025-01-06T18:29:07.331Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-06T18:29:07.786Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-06T18:29:08.382Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-06T18:29:08.882Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-06T18:29:09.324Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-06T18:29:10.725Z | Locking 334 packages to latest compatible versions |
107 | 2025-01-06T18:29:10.727Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2025-01-06T18:29:10.727Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
109 | 2025-01-06T18:29:10.727Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
110 | 2025-01-06T18:29:10.730Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2025-01-06T18:29:10.730Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2025-01-06T18:29:10.730Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
113 | 2025-01-06T18:29:10.730Z | Adding goblin v0.8.2 (latest: v0.9.3) |
114 | 2025-01-06T18:29:10.730Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
115 | 2025-01-06T18:29:10.730Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
116 | 2025-01-06T18:29:10.730Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2025-01-06T18:29:10.733Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
118 | 2025-01-06T18:29:10.733Z | Adding ipnetwork v0.20.0 (latest: v0.21.0) |
119 | 2025-01-06T18:29:10.733Z | Adding itertools v0.10.5 (latest: v0.14.0) |
120 | 2025-01-06T18:29:10.733Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
121 | 2025-01-06T18:29:10.735Z | Adding progenitor v0.8.0 (latest: v0.9.1) |
122 | 2025-01-06T18:29:10.735Z | Adding progenitor-client v0.8.0 (latest: v0.9.1) |
123 | 2025-01-06T18:29:10.736Z | Adding progenitor-impl v0.8.0 (latest: v0.9.1) |
124 | 2025-01-06T18:29:10.736Z | Adding progenitor-macro v0.8.0 (latest: v0.9.1) |
125 | 2025-01-06T18:29:10.736Z | Adding redox_users v0.4.6 (latest: v0.5.0) |
126 | 2025-01-06T18:29:10.736Z | Adding regress v0.9.1 (latest: v0.10.1) |
127 | 2025-01-06T18:29:10.741Z | Adding rustls v0.22.4 (latest: v0.23.20) |
128 | 2025-01-06T18:29:10.744Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
129 | 2025-01-06T18:29:10.747Z | Adding syn v1.0.109 (latest: v2.0.95) |
130 | 2025-01-06T18:29:10.747Z | Adding term v0.7.0 (latest: v1.0.1) |
131 | 2025-01-06T18:29:10.747Z | Adding thiserror v1.0.69 (latest: v2.0.9) |
132 | 2025-01-06T18:29:10.747Z | Adding thiserror-impl v1.0.69 (latest: v2.0.9) |
133 | 2025-01-06T18:29:10.747Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
134 | 2025-01-06T18:29:10.756Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
135 | 2025-01-06T18:29:10.756Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
136 | 2025-01-06T18:29:10.756Z | Adding typify v0.2.0 (latest: v0.3.0) |
137 | 2025-01-06T18:29:10.756Z | Adding typify-impl v0.2.0 (latest: v0.3.0) |
138 | 2025-01-06T18:29:10.760Z | Adding typify-macro v0.2.0 (latest: v0.3.0) |
139 | 2025-01-06T18:29:10.760Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
140 | 2025-01-06T18:29:10.761Z | Adding windows v0.52.0 (latest: v0.58.0) |
141 | 2025-01-06T18:29:10.761Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
142 | 2025-01-06T18:29:10.761Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
143 | 2025-01-06T18:29:10.761Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
144 | 2025-01-06T18:29:10.761Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2025-01-06T18:29:10.761Z | Adding writeable v0.5.5 (latest: v0.6.0) |
146 | 2025-01-06T18:29:10.761Z | Adding zerocopy v0.7.35 (latest: v0.8.14) |
147 | 2025-01-06T18:29:10.761Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.14) |
148 | 2025-01-06T18:29:10.761Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
149 | 2025-01-06T18:29:10.761Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
150 | 2025-01-06T18:29:10.832Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
151 | 2025-01-06T18:29:10.834Z | + cargo check |
152 | 2025-01-06T18:29:10.996Z | Updating crates.io index |
153 | 2025-01-06T18:29:11.683Z | Locking 2 packages to latest compatible versions |
154 | 2025-01-06T18:29:14.703Z | Adding omicron-workspace-hack v0.1.0 |
155 | 2025-01-06T18:29:16.680Z | Adding test-project v0.1.0 (/tmp/test-project) |
156 | 2025-01-06T18:29:17.429Z | Downloading crates ... |
157 | 2025-01-06T18:29:17.498Z | Downloaded async-stream-impl v0.3.6 |
158 | 2025-01-06T18:29:17.510Z | Downloaded equivalent v1.0.1 |
159 | 2025-01-06T18:29:17.512Z | Downloaded icu_provider_macros v1.5.0 |
160 | 2025-01-06T18:29:17.515Z | Downloaded foreign-types-shared v0.1.1 |
161 | 2025-01-06T18:29:17.515Z | Downloaded match_cfg v0.1.0 |
162 | 2025-01-06T18:29:17.518Z | Downloaded thiserror v1.0.69 |
163 | 2025-01-06T18:29:17.521Z | Downloaded instant v0.1.13 |
164 | 2025-01-06T18:29:17.525Z | Downloaded http-body v1.0.1 |
165 | 2025-01-06T18:29:17.527Z | Downloaded tower-service v0.3.3 |
166 | 2025-01-06T18:29:17.527Z | Downloaded darling_macro v0.20.10 |
167 | 2025-01-06T18:29:17.527Z | Downloaded time-core v0.1.2 |
168 | 2025-01-06T18:29:17.530Z | Downloaded try-lock v0.2.5 |
169 | 2025-01-06T18:29:17.533Z | Downloaded tinyvec_macros v0.1.1 |
170 | 2025-01-06T18:29:17.536Z | Downloaded thread_local v1.1.8 |
171 | 2025-01-06T18:29:17.539Z | Downloaded ident_case v1.0.1 |
172 | 2025-01-06T18:29:17.539Z | Downloaded foreign-types v0.3.2 |
173 | 2025-01-06T18:29:17.539Z | Downloaded dtrace-parser v0.2.0 |
174 | 2025-01-06T18:29:17.541Z | Downloaded crypto-common v0.1.6 |
175 | 2025-01-06T18:29:17.541Z | Downloaded autocfg v1.4.0 |
176 | 2025-01-06T18:29:17.543Z | Downloaded zerofrom v0.1.4 |
177 | 2025-01-06T18:29:17.543Z | Downloaded cpufeatures v0.2.14 |
178 | 2025-01-06T18:29:17.546Z | Downloaded atomic-waker v1.1.2 |
179 | 2025-01-06T18:29:17.546Z | Downloaded thiserror-impl v1.0.69 |
180 | 2025-01-06T18:29:17.549Z | Downloaded num_threads v0.1.7 |
181 | 2025-01-06T18:29:17.549Z | Downloaded cfg-if v1.0.0 |
182 | 2025-01-06T18:29:17.552Z | Downloaded byteorder v1.5.0 |
183 | 2025-01-06T18:29:17.552Z | Downloaded yoke-derive v0.7.4 |
184 | 2025-01-06T18:29:17.554Z | Downloaded async-stream v0.3.6 |
185 | 2025-01-06T18:29:17.557Z | Downloaded futures-io v0.3.31 |
186 | 2025-01-06T18:29:17.557Z | Downloaded usdt-attr-macro v0.5.0 |
187 | 2025-01-06T18:29:17.557Z | Downloaded num-conv v0.1.0 |
188 | 2025-01-06T18:29:17.559Z | Downloaded heck v0.5.0 |
189 | 2025-01-06T18:29:17.559Z | Downloaded block-buffer v0.10.4 |
190 | 2025-01-06T18:29:17.562Z | Downloaded openssl-probe v0.1.5 |
191 | 2025-01-06T18:29:17.562Z | Downloaded futures-executor v0.3.31 |
192 | 2025-01-06T18:29:17.564Z | Downloaded write16 v1.0.0 |
193 | 2025-01-06T18:29:17.564Z | Downloaded idna_adapter v1.2.0 |
194 | 2025-01-06T18:29:17.567Z | Downloaded generic-array v0.14.7 |
195 | 2025-01-06T18:29:17.567Z | Downloaded form_urlencoded v1.2.1 |
196 | 2025-01-06T18:29:17.569Z | Downloaded dyn-clone v1.0.17 |
197 | 2025-01-06T18:29:17.569Z | Downloaded pretty-hex v0.4.1 |
198 | 2025-01-06T18:29:17.572Z | Downloaded want v0.3.1 |
199 | 2025-01-06T18:29:17.572Z | Downloaded is-terminal v0.4.13 |
200 | 2025-01-06T18:29:17.574Z | Downloaded hyper-tls v0.6.0 |
201 | 2025-01-06T18:29:17.576Z | Downloaded tokio-macros v2.4.0 |
202 | 2025-01-06T18:29:17.576Z | Downloaded futures-task v0.3.31 |
203 | 2025-01-06T18:29:17.578Z | Downloaded futures-sink v0.3.31 |
204 | 2025-01-06T18:29:17.578Z | Downloaded either v1.13.0 |
205 | 2025-01-06T18:29:17.581Z | Downloaded itoa v1.0.11 |
206 | 2025-01-06T18:29:17.581Z | Downloaded http-body-util v0.1.2 |
207 | 2025-01-06T18:29:17.583Z | Downloaded usdt-macro v0.5.0 |
208 | 2025-01-06T18:29:17.583Z | Downloaded hostname v0.4.0 |
209 | 2025-01-06T18:29:17.586Z | Downloaded openssl-macros v0.1.1 |
210 | 2025-01-06T18:29:17.589Z | Downloaded omicron-workspace-hack v0.1.0 |
211 | 2025-01-06T18:29:17.589Z | Downloaded take_mut v0.2.2 |
212 | 2025-01-06T18:29:17.589Z | Downloaded futures-macro v0.3.31 |
213 | 2025-01-06T18:29:17.592Z | Downloaded futures-core v0.3.31 |
214 | 2025-01-06T18:29:17.592Z | Downloaded deranged v0.3.11 |
215 | 2025-01-06T18:29:17.592Z | Downloaded tokio-native-tls v0.3.1 |
216 | 2025-01-06T18:29:17.594Z | Downloaded ipnetwork v0.20.0 |
217 | 2025-01-06T18:29:17.597Z | Downloaded paste v1.0.15 |
218 | 2025-01-06T18:29:17.599Z | Downloaded async-trait v0.1.83 |
219 | 2025-01-06T18:29:17.602Z | Downloaded pkg-config v0.3.31 |
220 | 2025-01-06T18:29:17.604Z | Downloaded ahash v0.8.11 |
221 | 2025-01-06T18:29:17.606Z | Downloaded zerovec-derive v0.10.3 |
222 | 2025-01-06T18:29:17.606Z | Downloaded usdt-impl v0.5.0 |
223 | 2025-01-06T18:29:17.608Z | Downloaded writeable v0.5.5 |
224 | 2025-01-06T18:29:17.611Z | Downloaded quinn-udp v0.5.5 |
225 | 2025-01-06T18:29:17.613Z | Downloaded parse-display v0.10.0 |
226 | 2025-01-06T18:29:17.613Z | Downloaded dof v0.3.0 |
227 | 2025-01-06T18:29:17.615Z | Downloaded dirs-next v2.0.0 |
228 | 2025-01-06T18:29:17.615Z | Downloaded newtype-uuid v1.1.3 |
229 | 2025-01-06T18:29:17.619Z | Downloaded progenitor-macro v0.8.0 |
230 | 2025-01-06T18:29:17.619Z | Downloaded httparse v1.9.5 |
231 | 2025-01-06T18:29:17.622Z | Downloaded futures-channel v0.3.31 |
232 | 2025-01-06T18:29:17.622Z | Downloaded usdt v0.5.0 |
233 | 2025-01-06T18:29:17.625Z | Downloaded getrandom v0.2.15 |
234 | 2025-01-06T18:29:17.627Z | Downloaded pest_generator v2.7.14 |
235 | 2025-01-06T18:29:17.627Z | Downloaded macaddr v1.0.1 |
236 | 2025-01-06T18:29:17.634Z | Downloaded zeroize v1.8.1 |
237 | 2025-01-06T18:29:17.634Z | Downloaded zerofrom-derive v0.1.4 |
238 | 2025-01-06T18:29:17.638Z | Downloaded displaydoc v0.2.5 |
239 | 2025-01-06T18:29:17.638Z | Downloaded progenitor v0.8.0 |
240 | 2025-01-06T18:29:17.638Z | Downloaded memmap v0.7.0 |
241 | 2025-01-06T18:29:17.638Z | Downloaded typify-macro v0.2.0 |
242 | 2025-01-06T18:29:17.640Z | Downloaded typify v0.2.0 |
243 | 2025-01-06T18:29:17.640Z | Downloaded tokio-rustls v0.26.0 |
244 | 2025-01-06T18:29:17.643Z | Downloaded allocator-api2 v0.2.18 |
245 | 2025-01-06T18:29:17.645Z | Downloaded ipnet v2.10.1 |
246 | 2025-01-06T18:29:17.647Z | Downloaded progenitor-client v0.8.0 |
247 | 2025-01-06T18:29:17.648Z | Downloaded utf16_iter v1.0.5 |
248 | 2025-01-06T18:29:17.650Z | Downloaded crossbeam-utils v0.8.20 |
249 | 2025-01-06T18:29:17.652Z | Downloaded ppv-lite86 v0.2.20 |
250 | 2025-01-06T18:29:17.652Z | Downloaded plain v0.2.3 |
251 | 2025-01-06T18:29:17.654Z | Downloaded parse-display-derive v0.10.0 |
252 | 2025-01-06T18:29:17.654Z | Downloaded typenum v1.17.0 |
253 | 2025-01-06T18:29:17.656Z | Downloaded rustc-hash v2.0.0 |
254 | 2025-01-06T18:29:17.659Z | Downloaded tokio-rustls v0.25.0 |
255 | 2025-01-06T18:29:17.663Z | Downloaded serde_urlencoded v0.7.1 |
256 | 2025-01-06T18:29:17.663Z | Downloaded time-macros v0.2.18 |
257 | 2025-01-06T18:29:17.665Z | Downloaded scroll_derive v0.12.0 |
258 | 2025-01-06T18:29:17.665Z | Downloaded sync_wrapper v1.0.1 |
259 | 2025-01-06T18:29:17.665Z | Downloaded serde_tokenstream v0.2.2 |
260 | 2025-01-06T18:29:17.667Z | Downloaded strum v0.26.3 |
261 | 2025-01-06T18:29:17.667Z | Downloaded percent-encoding v2.3.1 |
262 | 2025-01-06T18:29:17.667Z | Downloaded multer v3.1.0 |
263 | 2025-01-06T18:29:17.671Z | Downloaded slog-bunyan v2.5.0 |
264 | 2025-01-06T18:29:17.673Z | Downloaded iana-time-zone v0.1.61 |
265 | 2025-01-06T18:29:17.674Z | Downloaded icu_normalizer_data v1.5.0 |
266 | 2025-01-06T18:29:17.676Z | Downloaded yoke v0.7.4 |
267 | 2025-01-06T18:29:17.679Z | Downloaded futures v0.3.31 |
268 | 2025-01-06T18:29:17.681Z | Downloaded powerfmt v0.2.0 |
269 | 2025-01-06T18:29:17.684Z | Downloaded untrusted v0.9.0 |
270 | 2025-01-06T18:29:17.687Z | Downloaded pin-project-lite v0.2.14 |
271 | 2025-01-06T18:29:17.689Z | Downloaded toml v0.8.19 |
272 | 2025-01-06T18:29:17.693Z | Downloaded structmeta v0.3.0 |
273 | 2025-01-06T18:29:17.695Z | Downloaded strsim v0.11.1 |
274 | 2025-01-06T18:29:17.695Z | Downloaded icu_normalizer v1.5.0 |
275 | 2025-01-06T18:29:17.697Z | Downloaded rand_core v0.6.4 |
276 | 2025-01-06T18:29:17.700Z | Downloaded bytes v1.8.0 |
277 | 2025-01-06T18:29:17.702Z | Downloaded rand_chacha v0.3.1 |
278 | 2025-01-06T18:29:17.705Z | Downloaded parking_lot_core v0.9.10 |
279 | 2025-01-06T18:29:17.707Z | Downloaded serde_spanned v0.6.8 |
280 | 2025-01-06T18:29:17.707Z | Downloaded rustversion v1.0.17 |
281 | 2025-01-06T18:29:17.709Z | Downloaded slog-async v2.8.0 |
282 | 2025-01-06T18:29:17.712Z | Downloaded slog-json v2.6.1 |
283 | 2025-01-06T18:29:17.712Z | Downloaded rustls-pemfile v2.2.0 |
284 | 2025-01-06T18:29:17.714Z | Downloaded signal-hook-registry v1.4.2 |
285 | 2025-01-06T18:29:17.716Z | Downloaded stable_deref_trait v1.2.0 |
286 | 2025-01-06T18:29:17.716Z | Downloaded shlex v1.3.0 |
287 | 2025-01-06T18:29:17.718Z | Downloaded serde_path_to_error v0.1.16 |
288 | 2025-01-06T18:29:17.718Z | Downloaded parking_lot v0.12.3 |
289 | 2025-01-06T18:29:17.721Z | Downloaded num-traits v0.2.19 |
290 | 2025-01-06T18:29:17.723Z | Downloaded zerocopy-derive v0.7.35 |
291 | 2025-01-06T18:29:17.727Z | Downloaded pest_meta v2.7.14 |
292 | 2025-01-06T18:29:17.729Z | Downloaded progenitor-impl v0.8.0 |
293 | 2025-01-06T18:29:17.732Z | Downloaded indexmap v1.9.3 |
294 | 2025-01-06T18:29:17.734Z | Downloaded subtle v2.6.1 |
295 | 2025-01-06T18:29:17.737Z | Downloaded slog-term v2.9.1 |
296 | 2025-01-06T18:29:17.739Z | Downloaded smallvec v1.13.2 |
297 | 2025-01-06T18:29:17.742Z | Downloaded proc-macro2 v1.0.89 |
298 | 2025-01-06T18:29:17.742Z | Downloaded serde_with_macros v3.11.0 |
299 | 2025-01-06T18:29:17.744Z | Downloaded scroll v0.12.0 |
300 | 2025-01-06T18:29:17.748Z | Downloaded schemars_derive v0.8.21 |
301 | 2025-01-06T18:29:17.748Z | Downloaded structmeta-derive v0.3.0 |
302 | 2025-01-06T18:29:17.750Z | Downloaded cc v1.1.30 |
303 | 2025-01-06T18:29:17.754Z | Downloaded sha2 v0.10.8 |
304 | 2025-01-06T18:29:17.757Z | Downloaded serde_derive_internals v0.29.1 |
305 | 2025-01-06T18:29:17.757Z | Downloaded semver v1.0.23 |
306 | 2025-01-06T18:29:17.757Z | Downloaded spin v0.9.8 |
307 | 2025-01-06T18:29:17.760Z | Downloaded strum_macros v0.26.4 |
308 | 2025-01-06T18:29:17.763Z | Downloaded quote v1.0.37 |
309 | 2025-01-06T18:29:17.766Z | Downloaded unsafe-libyaml v0.2.11 |
310 | 2025-01-06T18:29:17.768Z | Downloaded indexmap v2.6.0 |
311 | 2025-01-06T18:29:17.770Z | Downloaded rustls-pki-types v1.10.0 |
312 | 2025-01-06T18:29:17.773Z | Downloaded icu_provider v1.5.0 |
313 | 2025-01-06T18:29:17.776Z | Downloaded crossbeam-channel v0.5.13 |
314 | 2025-01-06T18:29:17.781Z | Downloaded socket2 v0.5.7 |
315 | 2025-01-06T18:29:17.784Z | Downloaded serde_derive v1.0.215 |
316 | 2025-01-06T18:29:17.786Z | Downloaded quinn v0.11.5 |
317 | 2025-01-06T18:29:17.789Z | Downloaded openssl-sys v0.9.103 |
318 | 2025-01-06T18:29:17.792Z | Downloaded tracing v0.1.40 |
319 | 2025-01-06T18:29:17.796Z | Downloaded http v1.1.0 |
320 | 2025-01-06T18:29:17.800Z | Downloaded serde_yaml v0.9.34+deprecated |
321 | 2025-01-06T18:29:17.803Z | Downloaded url v2.5.3 |
322 | 2025-01-06T18:29:17.806Z | Downloaded mio v1.0.2 |
323 | 2025-01-06T18:29:17.811Z | Downloaded serde v1.0.215 |
324 | 2025-01-06T18:29:17.814Z | Downloaded memchr v2.7.4 |
325 | 2025-01-06T18:29:17.819Z | Downloaded hashbrown v0.12.3 |
326 | 2025-01-06T18:29:17.823Z | Downloaded schemars v0.8.21 |
327 | 2025-01-06T18:29:17.834Z | Downloaded itertools v0.10.5 |
328 | 2025-01-06T18:29:17.840Z | Downloaded toml_edit v0.22.22 |
329 | 2025-01-06T18:29:17.860Z | Downloaded tokio-util v0.7.12 |
330 | 2025-01-06T18:29:17.866Z | Downloaded pest v2.7.14 |
331 | 2025-01-06T18:29:17.871Z | Downloaded zerocopy v0.7.35 |
332 | 2025-01-06T18:29:17.886Z | Downloaded hashbrown v0.15.1 |
333 | 2025-01-06T18:29:17.891Z | Downloaded hyper v1.5.0 |
334 | 2025-01-06T18:29:17.897Z | Downloaded hashbrown v0.14.5 |
335 | 2025-01-06T18:29:17.901Z | Downloaded futures-util v0.3.31 |
336 | 2025-01-06T18:29:17.912Z | Downloaded serde_with v3.11.0 |
337 | 2025-01-06T18:29:17.920Z | Downloaded quinn-proto v0.11.8 |
338 | 2025-01-06T18:29:17.926Z | Downloaded reqwest v0.12.9 |
339 | 2025-01-06T18:29:17.933Z | Downloaded serde_json v1.0.133 |
340 | 2025-01-06T18:29:17.940Z | Downloaded aho-corasick v1.1.3 |
341 | 2025-01-06T18:29:17.945Z | Downloaded webpki-roots v0.26.6 |
342 | 2025-01-06T18:29:17.949Z | Downloaded vcpkg v0.2.15 |
343 | 2025-01-06T18:29:17.984Z | Downloaded regex v1.11.1 |
344 | 2025-01-06T18:29:17.995Z | Downloaded chrono v0.4.38 |
345 | 2025-01-06T18:29:18.002Z | Downloaded openssl v0.10.66 |
346 | 2025-01-06T18:29:18.010Z | Downloaded rustls-webpki v0.102.8 |
347 | 2025-01-06T18:29:18.027Z | Downloaded icu_properties_data v1.5.0 |
348 | 2025-01-06T18:29:18.036Z | Downloaded h2 v0.4.6 |
349 | 2025-01-06T18:29:18.042Z | Downloaded openapiv3 v2.0.0 |
350 | 2025-01-06T18:29:18.053Z | Downloaded winnow v0.6.20 |
351 | 2025-01-06T18:29:18.061Z | Downloaded syn v1.0.109 |
352 | 2025-01-06T18:29:18.070Z | Downloaded syn v2.0.87 |
353 | 2025-01-06T18:29:18.080Z | Downloaded regress v0.10.1 |
354 | 2025-01-06T18:29:18.088Z | Downloaded regress v0.9.1 |
355 | 2025-01-06T18:29:18.095Z | Downloaded regex-syntax v0.8.5 |
356 | 2025-01-06T18:29:18.103Z | Downloaded rustls v0.23.19 |
357 | 2025-01-06T18:29:18.114Z | Downloaded typify-impl v0.2.0 |
358 | 2025-01-06T18:29:18.126Z | Downloaded rustls v0.22.4 |
359 | 2025-01-06T18:29:18.137Z | Downloaded dropshot v0.13.0 |
360 | 2025-01-06T18:29:18.156Z | Downloaded goblin v0.8.2 |
361 | 2025-01-06T18:29:18.161Z | Downloaded idna v1.0.3 |
362 | 2025-01-06T18:29:18.164Z | Downloaded zerovec v0.10.4 |
363 | 2025-01-06T18:29:18.169Z | Downloaded time v0.3.36 |
364 | 2025-01-06T18:29:18.176Z | Downloaded rand v0.8.5 |
365 | 2025-01-06T18:29:18.179Z | Downloaded slog v2.7.0 |
366 | 2025-01-06T18:29:18.181Z | Downloaded ryu v1.0.18 |
367 | 2025-01-06T18:29:18.184Z | Downloaded icu_collections v1.5.0 |
368 | 2025-01-06T18:29:18.189Z | Downloaded darling_core v0.20.10 |
369 | 2025-01-06T18:29:18.193Z | Downloaded base64 v0.22.1 |
370 | 2025-01-06T18:29:18.196Z | Downloaded hyper-util v0.1.10 |
371 | 2025-01-06T18:29:18.200Z | Downloaded pest_derive v2.7.14 |
372 | 2025-01-06T18:29:18.202Z | Downloaded uuid v1.11.0 |
373 | 2025-01-06T18:29:18.205Z | Downloaded unicode-ident v1.0.13 |
374 | 2025-01-06T18:29:18.207Z | Downloaded tokio v1.40.0 |
375 | 2025-01-06T18:29:18.240Z | Downloaded regex-automata v0.4.8 |
376 | 2025-01-06T18:29:18.258Z | Downloaded log v0.4.22 |
377 | 2025-01-06T18:29:18.260Z | Downloaded libc v0.2.162 |
378 | 2025-01-06T18:29:18.282Z | Downloaded icu_properties v1.5.1 |
379 | 2025-01-06T18:29:18.285Z | Downloaded ucd-trie v0.1.7 |
380 | 2025-01-06T18:29:18.287Z | Downloaded synstructure v0.13.1 |
381 | 2025-01-06T18:29:18.287Z | Downloaded bitflags v2.6.0 |
382 | 2025-01-06T18:29:18.290Z | Downloaded mime v0.3.17 |
383 | 2025-01-06T18:29:18.293Z | Downloaded tracing-core v0.1.32 |
384 | 2025-01-06T18:29:18.295Z | Downloaded tinyvec v1.8.0 |
385 | 2025-01-06T18:29:18.297Z | Downloaded icu_locid_transform_data v1.5.0 |
386 | 2025-01-06T18:29:18.300Z | Downloaded dropshot_endpoint v0.13.0 |
387 | 2025-01-06T18:29:18.302Z | Downloaded hyper-rustls v0.27.3 |
388 | 2025-01-06T18:29:18.302Z | Downloaded icu_locid_transform v1.5.0 |
389 | 2025-01-06T18:29:18.304Z | Downloaded icu_locid v1.5.0 |
390 | 2025-01-06T18:29:18.308Z | Downloaded sha1 v0.10.6 |
391 | 2025-01-06T18:29:18.311Z | Downloaded scopeguard v1.2.0 |
392 | 2025-01-06T18:29:18.311Z | Downloaded once_cell v1.20.2 |
393 | 2025-01-06T18:29:18.314Z | Downloaded native-tls v0.2.12 |
394 | 2025-01-06T18:29:18.316Z | Downloaded slab v0.4.9 |
395 | 2025-01-06T18:29:18.316Z | Downloaded lock_api v0.4.12 |
396 | 2025-01-06T18:29:18.319Z | Downloaded litemap v0.7.3 |
397 | 2025-01-06T18:29:18.319Z | Downloaded digest v0.10.7 |
398 | 2025-01-06T18:29:18.321Z | Downloaded thread-id v4.2.2 |
399 | 2025-01-06T18:29:18.321Z | Downloaded debug-ignore v1.0.5 |
400 | 2025-01-06T18:29:18.323Z | Downloaded darling v0.20.10 |
401 | 2025-01-06T18:29:18.326Z | Downloaded version_check v0.9.5 |
402 | 2025-01-06T18:29:18.328Z | Downloaded camino v1.1.9 |
403 | 2025-01-06T18:29:18.331Z | Downloaded backoff v0.4.0 |
404 | 2025-01-06T18:29:18.331Z | Downloaded pin-utils v0.1.0 |
405 | 2025-01-06T18:29:18.333Z | Downloaded utf8_iter v1.0.4 |
406 | 2025-01-06T18:29:18.333Z | Downloaded anyhow v1.0.93 |
407 | 2025-01-06T18:29:18.336Z | Downloaded toml_datetime v0.6.8 |
408 | 2025-01-06T18:29:18.338Z | Downloaded tinystr v0.7.6 |
409 | 2025-01-06T18:29:18.341Z | Downloaded httpdate v1.0.3 |
410 | 2025-01-06T18:29:18.341Z | Downloaded term v0.7.0 |
411 | 2025-01-06T18:29:18.343Z | Downloaded hostname v0.3.1 |
412 | 2025-01-06T18:29:18.346Z | Downloaded hex v0.4.3 |
413 | 2025-01-06T18:29:18.346Z | Downloaded fnv v1.0.7 |
414 | 2025-01-06T18:29:18.346Z | Downloaded dirs-sys-next v0.1.2 |
415 | 2025-01-06T18:29:18.348Z | Downloaded waitgroup v0.1.2 |
416 | 2025-01-06T18:29:18.348Z | Downloaded encoding_rs v0.8.34 |
417 | 2025-01-06T18:29:18.538Z | Downloaded ring v0.17.8 |
418 | 2025-01-06T18:29:18.864Z | Compiling proc-macro2 v1.0.89 |
419 | 2025-01-06T18:29:18.864Z | Compiling unicode-ident v1.0.13 |
420 | 2025-01-06T18:29:18.864Z | Compiling libc v0.2.162 |
421 | 2025-01-06T18:29:18.867Z | Checking cfg-if v1.0.0 |
422 | 2025-01-06T18:29:18.867Z | Compiling autocfg v1.4.0 |
423 | 2025-01-06T18:29:18.867Z | Compiling serde v1.0.215 |
424 | 2025-01-06T18:29:18.888Z | Compiling version_check v0.9.5 |
425 | 2025-01-06T18:29:18.890Z | Checking memchr v2.7.4 |
426 | 2025-01-06T18:29:18.996Z | Compiling serde_json v1.0.133 |
427 | 2025-01-06T18:29:19.061Z | Checking itoa v1.0.11 |
428 | 2025-01-06T18:29:19.534Z | Compiling thiserror v1.0.69 |
429 | 2025-01-06T18:29:19.688Z | Checking once_cell v1.20.2 |
430 | 2025-01-06T18:29:19.705Z | Compiling shlex v1.3.0 |
431 | 2025-01-06T18:29:19.945Z | Compiling cc v1.1.30 |
432 | 2025-01-06T18:29:20.331Z | Compiling num-traits v0.2.19 |
433 | 2025-01-06T18:29:20.458Z | Checking pin-project-lite v0.2.14 |
434 | 2025-01-06T18:29:20.545Z | Checking ryu v1.0.18 |
435 | 2025-01-06T18:29:20.582Z | Checking smallvec v1.13.2 |
436 | 2025-01-06T18:29:20.582Z | Checking bytes v1.8.0 |
437 | 2025-01-06T18:29:20.748Z | Checking futures-core v0.3.31 |
438 | 2025-01-06T18:29:20.846Z | Compiling lock_api v0.4.12 |
439 | 2025-01-06T18:29:20.931Z | Compiling parking_lot_core v0.9.10 |
440 | 2025-01-06T18:29:20.949Z | Compiling byteorder v1.5.0 |
441 | 2025-01-06T18:29:20.998Z | Compiling schemars v0.8.21 |
442 | 2025-01-06T18:29:21.019Z | Checking getrandom v0.2.15 |
443 | 2025-01-06T18:29:21.362Z | Compiling quote v1.0.37 |
444 | 2025-01-06T18:29:21.390Z | Compiling ahash v0.8.11 |
445 | 2025-01-06T18:29:21.427Z | Checking scopeguard v1.2.0 |
446 | 2025-01-06T18:29:21.485Z | Compiling slab v0.4.9 |
447 | 2025-01-06T18:29:21.794Z | Compiling syn v2.0.87 |
448 | 2025-01-06T18:29:21.841Z | Checking log v0.4.22 |
449 | 2025-01-06T18:29:21.871Z | Checking futures-sink v0.3.31 |
450 | 2025-01-06T18:29:21.987Z | Checking mio v1.0.2 |
451 | 2025-01-06T18:29:22.006Z | Checking socket2 v0.5.7 |
452 | 2025-01-06T18:29:22.022Z | Checking signal-hook-registry v1.4.2 |
453 | 2025-01-06T18:29:22.030Z | Checking parking_lot v0.12.3 |
454 | 2025-01-06T18:29:22.030Z | Checking stable_deref_trait v1.2.0 |
455 | 2025-01-06T18:29:22.133Z | Checking equivalent v1.0.1 |
456 | 2025-01-06T18:29:22.244Z | Checking hashbrown v0.15.1 |
457 | 2025-01-06T18:29:22.261Z | Checking fnv v1.0.7 |
458 | 2025-01-06T18:29:22.339Z | Compiling semver v1.0.23 |
459 | 2025-01-06T18:29:22.369Z | Checking futures-channel v0.3.31 |
460 | 2025-01-06T18:29:22.388Z | Checking http v1.1.0 |
461 | 2025-01-06T18:29:22.460Z | Checking pin-utils v0.1.0 |
462 | 2025-01-06T18:29:22.549Z | Checking futures-io v0.3.31 |
463 | 2025-01-06T18:29:22.574Z | Checking futures-task v0.3.31 |
464 | 2025-01-06T18:29:22.745Z | Checking spin v0.9.8 |
465 | 2025-01-06T18:29:22.785Z | Checking iana-time-zone v0.1.61 |
466 | 2025-01-06T18:29:22.920Z | Compiling vcpkg v0.2.15 |
467 | 2025-01-06T18:29:22.940Z | Checking rustls-pki-types v1.10.0 |
468 | 2025-01-06T18:29:22.943Z | Compiling ring v0.17.8 |
469 | 2025-01-06T18:29:22.977Z | Compiling heck v0.5.0 |
470 | 2025-01-06T18:29:23.292Z | Compiling pkg-config v0.3.31 |
471 | 2025-01-06T18:29:23.424Z | Checking litemap v0.7.3 |
472 | 2025-01-06T18:29:23.547Z | Checking dyn-clone v1.0.17 |
473 | 2025-01-06T18:29:23.690Z | Checking untrusted v0.9.0 |
474 | 2025-01-06T18:29:23.760Z | Checking writeable v0.5.5 |
475 | 2025-01-06T18:29:23.809Z | Compiling ucd-trie v0.1.7 |
476 | 2025-01-06T18:29:23.827Z | Compiling httparse v1.9.5 |
477 | 2025-01-06T18:29:24.225Z | Checking tracing-core v0.1.32 |
478 | 2025-01-06T18:29:24.254Z | Compiling allocator-api2 v0.2.18 |
479 | 2025-01-06T18:29:24.507Z | Checking atomic-waker v1.1.2 |
480 | 2025-01-06T18:29:24.526Z | Compiling openssl-sys v0.9.103 |
481 | 2025-01-06T18:29:24.896Z | Checking tracing v0.1.40 |
482 | 2025-01-06T18:29:24.915Z | Checking http-body v1.0.1 |
483 | 2025-01-06T18:29:25.053Z | Checking subtle v2.6.1 |
484 | 2025-01-06T18:29:25.086Z | Checking icu_locid_transform_data v1.5.0 |
485 | 2025-01-06T18:29:25.194Z | Compiling uuid v1.11.0 |
486 | 2025-01-06T18:29:25.249Z | Checking zeroize v1.8.1 |
487 | 2025-01-06T18:29:25.372Z | Checking try-lock v0.2.5 |
488 | 2025-01-06T18:29:25.483Z | Checking icu_properties_data v1.5.0 |
489 | 2025-01-06T18:29:25.500Z | Checking want v0.3.1 |
490 | 2025-01-06T18:29:25.663Z | Compiling openssl v0.10.66 |
491 | 2025-01-06T18:29:25.686Z | Compiling chrono v0.4.38 |
492 | 2025-01-06T18:29:25.704Z | Checking foreign-types-shared v0.1.1 |
493 | 2025-01-06T18:29:25.787Z | Compiling slog v2.7.0 |
494 | 2025-01-06T18:29:25.804Z | Checking httpdate v1.0.3 |
495 | 2025-01-06T18:29:26.015Z | Checking foreign-types v0.3.2 |
496 | 2025-01-06T18:29:26.093Z | Compiling aho-corasick v1.1.3 |
497 | 2025-01-06T18:29:26.275Z | Checking utf8_iter v1.0.4 |
498 | 2025-01-06T18:29:26.463Z | Compiling typenum v1.17.0 |
499 | 2025-01-06T18:29:26.624Z | Checking tower-service v0.3.3 |
500 | 2025-01-06T18:29:26.737Z | Compiling regex-syntax v0.8.5 |
501 | 2025-01-06T18:29:27.352Z | Checking bitflags v2.6.0 |
502 | 2025-01-06T18:29:27.466Z | Checking utf16_iter v1.0.5 |
503 | 2025-01-06T18:29:27.539Z | Compiling native-tls v0.2.12 |
504 | 2025-01-06T18:29:27.609Z | Checking icu_normalizer_data v1.5.0 |
505 | 2025-01-06T18:29:27.697Z | Checking write16 v1.0.0 |
506 | 2025-01-06T18:29:27.796Z | Checking percent-encoding v2.3.1 |
507 | 2025-01-06T18:29:27.860Z | Compiling rustls v0.23.19 |
508 | 2025-01-06T18:29:27.971Z | Checking form_urlencoded v1.2.1 |
509 | 2025-01-06T18:29:28.263Z | Compiling generic-array v0.14.7 |
510 | 2025-01-06T18:29:28.584Z | Compiling synstructure v0.13.1 |
511 | 2025-01-06T18:29:28.622Z | Compiling serde_derive_internals v0.29.1 |
512 | 2025-01-06T18:29:29.448Z | Checking openssl-probe v0.1.5 |
513 | 2025-01-06T18:29:30.174Z | Compiling regex-automata v0.4.8 |
514 | 2025-01-06T18:29:30.779Z | Compiling usdt-impl v0.5.0 |
515 | 2025-01-06T18:29:31.068Z | Checking encoding_rs v0.8.34 |
516 | 2025-01-06T18:29:31.107Z | Compiling time-core v0.1.2 |
517 | 2025-01-06T18:29:31.273Z | Compiling num-conv v0.1.0 |
518 | 2025-01-06T18:29:31.381Z | Checking powerfmt v0.2.0 |
519 | 2025-01-06T18:29:31.549Z | Checking mime v0.3.17 |
520 | 2025-01-06T18:29:31.878Z | Checking deranged v0.3.11 |
521 | 2025-01-06T18:29:32.211Z | Compiling time-macros v0.2.18 |
522 | 2025-01-06T18:29:32.213Z | Compiling thread-id v4.2.2 |
523 | 2025-01-06T18:29:33.369Z | Checking webpki-roots v0.26.6 |
524 | 2025-01-06T18:29:33.397Z | Checking rustls-pemfile v2.2.0 |
525 | 2025-01-06T18:29:33.459Z | Compiling serde_derive v1.0.215 |
526 | 2025-01-06T18:29:33.562Z | Compiling zerocopy-derive v0.7.35 |
527 | 2025-01-06T18:29:33.588Z | Compiling thiserror-impl v1.0.69 |
528 | 2025-01-06T18:29:33.610Z | Compiling schemars_derive v0.8.21 |
529 | 2025-01-06T18:29:34.767Z | Compiling zerofrom-derive v0.1.4 |
530 | 2025-01-06T18:29:35.346Z | Compiling yoke-derive v0.7.4 |
531 | 2025-01-06T18:29:35.548Z | Compiling zerocopy v0.7.35 |
532 | 2025-01-06T18:29:36.459Z | Compiling tokio-macros v2.4.0 |
533 | 2025-01-06T18:29:36.562Z | Compiling zerovec-derive v0.10.3 |
534 | 2025-01-06T18:29:37.153Z | Compiling futures-macro v0.3.31 |
535 | 2025-01-06T18:29:37.251Z | Compiling displaydoc v0.2.5 |
536 | 2025-01-06T18:29:37.955Z | Compiling pest v2.7.14 |
537 | 2025-01-06T18:29:37.975Z | Checking tokio v1.40.0 |
538 | 2025-01-06T18:29:38.280Z | Checking zerofrom v0.1.4 |
539 | 2025-01-06T18:29:38.494Z | Checking yoke v0.7.4 |
540 | 2025-01-06T18:29:38.769Z | Compiling icu_provider_macros v1.5.0 |
541 | 2025-01-06T18:29:38.805Z | Compiling hashbrown v0.14.5 |
542 | 2025-01-06T18:29:38.952Z | Checking futures-util v0.3.31 |
543 | 2025-01-06T18:29:39.014Z | Checking zerovec v0.10.4 |
544 | 2025-01-06T18:29:40.146Z | Compiling regress v0.10.1 |
545 | 2025-01-06T18:29:40.148Z | Checking rustls-webpki v0.102.8 |
546 | 2025-01-06T18:29:40.320Z | Compiling openssl-macros v0.1.1 |
547 | 2025-01-06T18:29:40.837Z | Checking tinystr v0.7.6 |
548 | 2025-01-06T18:29:40.879Z | Compiling pest_meta v2.7.14 |
549 | 2025-01-06T18:29:41.093Z | Checking icu_collections v1.5.0 |
550 | 2025-01-06T18:29:41.207Z | Checking icu_locid v1.5.0 |
551 | 2025-01-06T18:29:42.233Z | Checking icu_provider v1.5.0 |
552 | 2025-01-06T18:29:42.916Z | Checking icu_locid_transform v1.5.0 |
553 | 2025-01-06T18:29:43.941Z | Compiling pest_generator v2.7.14 |
554 | 2025-01-06T18:29:44.090Z | Checking icu_properties v1.5.1 |
555 | 2025-01-06T18:29:44.792Z | Checking tokio-util v0.7.12 |
556 | 2025-01-06T18:29:45.631Z | Checking http-body-util v0.1.2 |
557 | 2025-01-06T18:29:45.696Z | Compiling pest_derive v2.7.14 |
558 | 2025-01-06T18:29:46.053Z | Checking indexmap v2.6.0 |
559 | 2025-01-06T18:29:47.036Z | Compiling serde_tokenstream v0.2.2 |
560 | 2025-01-06T18:29:47.291Z | Checking h2 v0.4.6 |
561 | 2025-01-06T18:29:47.347Z | Checking icu_normalizer v1.5.0 |
562 | 2025-01-06T18:29:47.916Z | Compiling regex v1.11.1 |
563 | 2025-01-06T18:29:47.992Z | Compiling scroll_derive v0.12.0 |
564 | 2025-01-06T18:29:48.125Z | Checking idna_adapter v1.2.0 |
565 | 2025-01-06T18:29:48.306Z | Checking idna v1.0.3 |
566 | 2025-01-06T18:29:48.910Z | Compiling dof v0.3.0 |
567 | 2025-01-06T18:29:49.021Z | Checking tokio-native-tls v0.3.1 |
568 | 2025-01-06T18:29:49.268Z | Compiling dtrace-parser v0.2.0 |
569 | 2025-01-06T18:29:49.416Z | Checking scroll v0.12.0 |
570 | 2025-01-06T18:29:49.765Z | Checking serde_urlencoded v0.7.1 |
571 | 2025-01-06T18:29:50.136Z | Compiling syn v1.0.109 |
572 | 2025-01-06T18:29:50.154Z | Checking tokio-rustls v0.26.0 |
573 | 2025-01-06T18:29:50.554Z | Compiling crossbeam-utils v0.8.20 |
574 | 2025-01-06T18:29:50.740Z | Compiling typify-impl v0.2.0 |
575 | 2025-01-06T18:29:51.012Z | Compiling ident_case v1.0.1 |
576 | 2025-01-06T18:29:51.179Z | Checking base64 v0.22.1 |
577 | 2025-01-06T18:29:51.271Z | Checking hyper v1.5.0 |
578 | 2025-01-06T18:29:51.480Z | Checking num_threads v0.1.7 |
579 | 2025-01-06T18:29:51.591Z | Checking plain v0.2.3 |
580 | 2025-01-06T18:29:51.652Z | Compiling strsim v0.11.1 |
581 | 2025-01-06T18:29:51.739Z | Checking goblin v0.8.2 |
582 | 2025-01-06T18:29:51.770Z | Checking time v0.3.36 |
583 | 2025-01-06T18:29:52.155Z | Compiling darling_core v0.20.10 |
584 | 2025-01-06T18:29:53.391Z | Checking hyper-util v0.1.10 |
585 | 2025-01-06T18:29:54.935Z | Compiling openapiv3 v2.0.0 |
586 | 2025-01-06T18:29:55.066Z | Checking hyper-rustls v0.27.3 |
587 | 2025-01-06T18:29:55.329Z | Checking hyper-tls v0.6.0 |
588 | 2025-01-06T18:29:55.395Z | Checking url v2.5.3 |
589 | 2025-01-06T18:29:55.613Z | Checking dirs-sys-next v0.1.2 |
590 | 2025-01-06T18:29:55.791Z | Checking sync_wrapper v1.0.1 |
591 | 2025-01-06T18:29:55.936Z | Compiling rustversion v1.0.17 |
592 | 2025-01-06T18:29:56.174Z | Checking ipnet v2.10.1 |
593 | 2025-01-06T18:29:56.203Z | Compiling omicron-workspace-hack v0.1.0 |
594 | 2025-01-06T18:29:56.494Z | Checking pretty-hex v0.4.1 |
595 | 2025-01-06T18:29:56.610Z | Compiling newtype-uuid v1.1.3 |
596 | 2025-01-06T18:29:56.640Z | Compiling rustls v0.22.4 |
597 | 2025-01-06T18:29:56.666Z | Compiling unsafe-libyaml v0.2.11 |
598 | 2025-01-06T18:29:56.714Z | Compiling paste v1.0.15 |
599 | 2025-01-06T18:29:56.990Z | Checking reqwest v0.12.9 |
600 | 2025-01-06T18:29:57.506Z | Checking dirs-next v2.0.0 |
601 | 2025-01-06T18:29:58.050Z | Compiling serde_yaml v0.9.34+deprecated |
602 | 2025-01-06T18:29:58.225Z | Compiling darling_macro v0.20.10 |
603 | 2025-01-06T18:29:58.437Z | Checking ipnetwork v0.20.0 |
604 | 2025-01-06T18:29:58.764Z | Checking serde_spanned v0.6.8 |
605 | 2025-01-06T18:29:58.837Z | Checking toml_datetime v0.6.8 |
606 | 2025-01-06T18:29:58.975Z | Checking ppv-lite86 v0.2.20 |
607 | 2025-01-06T18:29:59.076Z | Checking block-buffer v0.10.4 |
608 | 2025-01-06T18:29:59.135Z | Checking crypto-common v0.1.6 |
609 | 2025-01-06T18:29:59.178Z | Compiling structmeta-derive v0.3.0 |
610 | 2025-01-06T18:29:59.209Z | Checking rand_core v0.6.4 |
611 | 2025-01-06T18:29:59.322Z | Checking thread_local v1.1.8 |
612 | 2025-01-06T18:29:59.374Z | Compiling multer v3.1.0 |
613 | 2025-01-06T18:29:59.468Z | Compiling anyhow v1.0.93 |
614 | 2025-01-06T18:29:59.577Z | Checking either v1.13.0 |
615 | 2025-01-06T18:29:59.691Z | Compiling camino v1.1.9 |
616 | 2025-01-06T18:29:59.726Z | Checking match_cfg v0.1.0 |
617 | 2025-01-06T18:29:59.823Z | Checking winnow v0.6.20 |
618 | 2025-01-06T18:29:59.974Z | Compiling slog-async v2.8.0 |
619 | 2025-01-06T18:30:00.293Z | Checking itertools v0.10.5 |
620 | 2025-01-06T18:30:00.378Z | Checking hostname v0.3.1 |
621 | 2025-01-06T18:30:00.507Z | Checking rand_chacha v0.3.1 |
622 | 2025-01-06T18:30:00.872Z | Checking digest v0.10.7 |
623 | 2025-01-06T18:30:01.132Z | Compiling darling v0.20.10 |
624 | 2025-01-06T18:30:01.204Z | Checking crossbeam-channel v0.5.13 |
625 | 2025-01-06T18:30:01.248Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
626 | 2025-01-06T18:30:01.569Z | Checking progenitor-client v0.8.0 |
627 | 2025-01-06T18:30:01.634Z | Checking term v0.7.0 |
628 | 2025-01-06T18:30:01.750Z | Compiling structmeta v0.3.0 |
629 | 2025-01-06T18:30:02.413Z | Compiling usdt-attr-macro v0.5.0 |
630 | 2025-01-06T18:30:02.600Z | Compiling usdt-macro v0.5.0 |
631 | 2025-01-06T18:30:02.874Z | Checking toml_edit v0.22.22 |
632 | 2025-01-06T18:30:02.970Z | Checking slog-json v2.6.1 |
633 | 2025-01-06T18:30:03.152Z | Checking futures-executor v0.3.31 |
634 | 2025-01-06T18:30:03.180Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
635 | 2025-01-06T18:30:03.224Z | Compiling async-stream-impl v0.3.6 |
636 | 2025-01-06T18:30:03.366Z | Checking is-terminal v0.4.13 |
637 | 2025-01-06T18:30:03.493Z | Checking memmap v0.7.0 |
638 | 2025-01-06T18:30:03.703Z | Compiling dropshot v0.13.0 |
639 | 2025-01-06T18:30:03.807Z | Checking cpufeatures v0.2.14 |
640 | 2025-01-06T18:30:03.895Z | Checking take_mut v0.2.2 |
641 | 2025-01-06T18:30:03.914Z | Checking usdt v0.5.0 |
642 | 2025-01-06T18:30:04.078Z | Checking sha1 v0.10.6 |
643 | 2025-01-06T18:30:04.155Z | Checking slog-term v2.9.1 |
644 | 2025-01-06T18:30:04.314Z | Checking futures v0.3.31 |
645 | 2025-01-06T18:30:04.333Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
646 | 2025-01-06T18:30:04.352Z | Checking slog-bunyan v2.5.0 |
647 | 2025-01-06T18:30:04.374Z | Compiling typify-macro v0.2.0 |
648 | 2025-01-06T18:30:04.422Z | Compiling strum_macros v0.26.4 |
649 | 2025-01-06T18:30:04.475Z | Checking async-stream v0.3.6 |
650 | 2025-01-06T18:30:04.561Z | Compiling parse-display-derive v0.10.0 |
651 | 2025-01-06T18:30:04.678Z | Compiling serde_with_macros v3.11.0 |
652 | 2025-01-06T18:30:04.727Z | Checking rand v0.8.5 |
653 | 2025-01-06T18:30:05.390Z | Checking toml v0.8.19 |
654 | 2025-01-06T18:30:05.679Z | Checking tokio-rustls v0.25.0 |
655 | 2025-01-06T18:30:06.024Z | Compiling dropshot_endpoint v0.13.0 |
656 | 2025-01-06T18:30:06.044Z | Checking serde_path_to_error v0.1.16 |
657 | 2025-01-06T18:30:06.127Z | Checking hex v0.4.3 |
658 | 2025-01-06T18:30:06.238Z | Compiling async-trait v0.1.83 |
659 | 2025-01-06T18:30:06.636Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
660 | 2025-01-06T18:30:06.704Z | Checking waitgroup v0.1.2 |
661 | 2025-01-06T18:30:06.840Z | Checking hostname v0.4.0 |
662 | 2025-01-06T18:30:06.979Z | Checking instant v0.1.13 |
663 | 2025-01-06T18:30:07.093Z | Checking debug-ignore v1.0.5 |
664 | 2025-01-06T18:30:07.199Z | Checking serde_with v3.11.0 |
665 | 2025-01-06T18:30:07.223Z | Checking backoff v0.4.0 |
666 | 2025-01-06T18:30:07.442Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
667 | 2025-01-06T18:30:07.540Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
668 | 2025-01-06T18:30:07.578Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
669 | 2025-01-06T18:30:07.666Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
670 | 2025-01-06T18:30:08.055Z | Compiling typify v0.2.0 |
671 | 2025-01-06T18:30:08.181Z | Compiling progenitor-impl v0.8.0 |
672 | 2025-01-06T18:30:08.321Z | Checking parse-display v0.10.0 |
673 | 2025-01-06T18:30:08.447Z | Checking regress v0.9.1 |
674 | 2025-01-06T18:30:08.530Z | Checking macaddr v1.0.1 |
675 | 2025-01-06T18:30:08.867Z | Checking strum v0.26.3 |
676 | 2025-01-06T18:30:11.279Z | Compiling progenitor-macro v0.8.0 |
677 | 2025-01-06T18:30:15.434Z | Checking progenitor v0.8.0 |
678 | 2025-01-06T18:30:15.564Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
679 | 2025-01-06T18:30:18.492Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
680 | 2025-01-06T18:30:26.039Z | Checking test-project v0.1.0 (/tmp/test-project) |
681 | 2025-01-06T18:30:26.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
682 | 2025-01-06T18:30:26.438Z | + cargo build --release |
683 | 2025-01-06T18:30:26.680Z | Compiling proc-macro2 v1.0.89 |
684 | 2025-01-06T18:30:26.680Z | Compiling unicode-ident v1.0.13 |
685 | 2025-01-06T18:30:26.691Z | Compiling libc v0.2.162 |
686 | 2025-01-06T18:30:26.691Z | Compiling cfg-if v1.0.0 |
687 | 2025-01-06T18:30:26.691Z | Compiling autocfg v1.4.0 |
688 | 2025-01-06T18:30:26.691Z | Compiling serde v1.0.215 |
689 | 2025-01-06T18:30:26.691Z | Compiling version_check v0.9.5 |
690 | 2025-01-06T18:30:26.691Z | Compiling memchr v2.7.4 |
691 | 2025-01-06T18:30:26.800Z | Compiling serde_json v1.0.133 |
692 | 2025-01-06T18:30:26.884Z | Compiling itoa v1.0.11 |
693 | 2025-01-06T18:30:27.119Z | Compiling thiserror v1.0.69 |
694 | 2025-01-06T18:30:27.230Z | Compiling once_cell v1.20.2 |
695 | 2025-01-06T18:30:27.361Z | Compiling shlex v1.3.0 |
696 | 2025-01-06T18:30:27.640Z | Compiling cc v1.1.30 |
697 | 2025-01-06T18:30:27.663Z | Compiling num-traits v0.2.19 |
698 | 2025-01-06T18:30:27.980Z | Compiling pin-project-lite v0.2.14 |
699 | 2025-01-06T18:30:28.084Z | Compiling getrandom v0.2.15 |
700 | 2025-01-06T18:30:28.093Z | Compiling ryu v1.0.18 |
701 | 2025-01-06T18:30:28.174Z | Compiling smallvec v1.13.2 |
702 | 2025-01-06T18:30:28.347Z | Compiling quote v1.0.37 |
703 | 2025-01-06T18:30:28.383Z | Compiling bytes v1.8.0 |
704 | 2025-01-06T18:30:28.412Z | Compiling futures-core v0.3.31 |
705 | 2025-01-06T18:30:28.635Z | Compiling schemars v0.8.21 |
706 | 2025-01-06T18:30:28.653Z | Compiling lock_api v0.4.12 |
707 | 2025-01-06T18:30:28.844Z | Compiling syn v2.0.87 |
708 | 2025-01-06T18:30:28.947Z | Compiling ahash v0.8.11 |
709 | 2025-01-06T18:30:28.980Z | Compiling byteorder v1.5.0 |
710 | 2025-01-06T18:30:28.980Z | Compiling parking_lot_core v0.9.10 |
711 | 2025-01-06T18:30:29.308Z | Compiling scopeguard v1.2.0 |
712 | 2025-01-06T18:30:29.451Z | Compiling slab v0.4.9 |
713 | 2025-01-06T18:30:29.467Z | Compiling log v0.4.22 |
714 | 2025-01-06T18:30:29.795Z | Compiling futures-sink v0.3.31 |
715 | 2025-01-06T18:30:29.858Z | Compiling parking_lot v0.12.3 |
716 | 2025-01-06T18:30:29.903Z | Compiling mio v1.0.2 |
717 | 2025-01-06T18:30:29.940Z | Compiling socket2 v0.5.7 |
718 | 2025-01-06T18:30:30.017Z | Compiling signal-hook-registry v1.4.2 |
719 | 2025-01-06T18:30:30.192Z | Compiling stable_deref_trait v1.2.0 |
720 | 2025-01-06T18:30:30.194Z | Compiling semver v1.0.23 |
721 | 2025-01-06T18:30:30.484Z | Compiling ring v0.17.8 |
722 | 2025-01-06T18:30:30.589Z | Compiling fnv v1.0.7 |
723 | 2025-01-06T18:30:30.671Z | Compiling hashbrown v0.15.1 |
724 | 2025-01-06T18:30:30.714Z | Compiling equivalent v1.0.1 |
725 | 2025-01-06T18:30:30.811Z | Compiling http v1.1.0 |
726 | 2025-01-06T18:30:31.534Z | Compiling futures-channel v0.3.31 |
727 | 2025-01-06T18:30:31.548Z | Compiling futures-io v0.3.31 |
728 | 2025-01-06T18:30:31.760Z | Compiling futures-task v0.3.31 |
729 | 2025-01-06T18:30:31.861Z | Compiling pin-utils v0.1.0 |
730 | 2025-01-06T18:30:31.958Z | Compiling pkg-config v0.3.31 |
731 | 2025-01-06T18:30:31.960Z | Compiling iana-time-zone v0.1.61 |
732 | 2025-01-06T18:30:32.040Z | Compiling spin v0.9.8 |
733 | 2025-01-06T18:30:32.108Z | Compiling vcpkg v0.2.15 |
734 | 2025-01-06T18:30:32.279Z | Compiling rustls-pki-types v1.10.0 |
735 | 2025-01-06T18:30:32.665Z | Compiling heck v0.5.0 |
736 | 2025-01-06T18:30:33.350Z | Compiling dyn-clone v1.0.17 |
737 | 2025-01-06T18:30:33.472Z | Compiling litemap v0.7.3 |
738 | 2025-01-06T18:30:33.622Z | Compiling untrusted v0.9.0 |
739 | 2025-01-06T18:30:33.739Z | Compiling openssl-sys v0.9.103 |
740 | 2025-01-06T18:30:33.801Z | Compiling writeable v0.5.5 |
741 | 2025-01-06T18:30:33.905Z | Compiling ucd-trie v0.1.7 |
742 | 2025-01-06T18:30:34.083Z | Compiling httparse v1.9.5 |
743 | 2025-01-06T18:30:34.361Z | Compiling tracing-core v0.1.32 |
744 | 2025-01-06T18:30:34.811Z | Compiling atomic-waker v1.1.2 |
745 | 2025-01-06T18:30:34.989Z | Compiling allocator-api2 v0.2.18 |
746 | 2025-01-06T18:30:35.478Z | Compiling tracing v0.1.40 |
747 | 2025-01-06T18:30:35.721Z | Compiling http-body v1.0.1 |
748 | 2025-01-06T18:30:35.886Z | Compiling chrono v0.4.38 |
749 | 2025-01-06T18:30:35.953Z | Compiling subtle v2.6.1 |
750 | 2025-01-06T18:30:36.127Z | Compiling uuid v1.11.0 |
751 | 2025-01-06T18:30:36.208Z | Compiling try-lock v0.2.5 |
752 | 2025-01-06T18:30:36.342Z | Compiling icu_locid_transform_data v1.5.0 |
753 | 2025-01-06T18:30:36.361Z | Compiling zeroize v1.8.1 |
754 | 2025-01-06T18:30:36.434Z | Compiling synstructure v0.13.1 |
755 | 2025-01-06T18:30:36.661Z | Compiling serde_derive_internals v0.29.1 |
756 | 2025-01-06T18:30:36.686Z | Compiling want v0.3.1 |
757 | 2025-01-06T18:30:37.012Z | Compiling foreign-types-shared v0.1.1 |
758 | 2025-01-06T18:30:37.108Z | Compiling icu_properties_data v1.5.0 |
759 | 2025-01-06T18:30:37.351Z | Compiling slog v2.7.0 |
760 | 2025-01-06T18:30:37.851Z | Compiling httpdate v1.0.3 |
761 | 2025-01-06T18:30:37.901Z | Compiling openssl v0.10.66 |
762 | 2025-01-06T18:30:38.137Z | Compiling foreign-types v0.3.2 |
763 | 2025-01-06T18:30:38.553Z | Compiling aho-corasick v1.1.3 |
764 | 2025-01-06T18:30:38.717Z | Compiling regex-syntax v0.8.5 |
765 | 2025-01-06T18:30:38.830Z | Compiling tower-service v0.3.3 |
766 | 2025-01-06T18:30:38.956Z | Compiling utf8_iter v1.0.4 |
767 | 2025-01-06T18:30:39.209Z | Compiling icu_normalizer_data v1.5.0 |
768 | 2025-01-06T18:30:39.300Z | Compiling percent-encoding v2.3.1 |
769 | 2025-01-06T18:30:39.733Z | Compiling rustls v0.23.19 |
770 | 2025-01-06T18:30:39.771Z | Compiling bitflags v2.6.0 |
771 | 2025-01-06T18:30:40.158Z | Compiling native-tls v0.2.12 |
772 | 2025-01-06T18:30:40.409Z | Compiling utf16_iter v1.0.5 |
773 | 2025-01-06T18:30:40.554Z | Compiling write16 v1.0.0 |
774 | 2025-01-06T18:30:40.554Z | Compiling typenum v1.17.0 |
775 | 2025-01-06T18:30:40.771Z | Compiling form_urlencoded v1.2.1 |
776 | 2025-01-06T18:30:41.362Z | Compiling generic-array v0.14.7 |
777 | 2025-01-06T18:30:41.639Z | Compiling openssl-probe v0.1.5 |
778 | 2025-01-06T18:30:42.077Z | Compiling serde_derive v1.0.215 |
779 | 2025-01-06T18:30:42.129Z | Compiling zerocopy-derive v0.7.35 |
780 | 2025-01-06T18:30:42.149Z | Compiling thiserror-impl v1.0.69 |
781 | 2025-01-06T18:30:42.654Z | Compiling schemars_derive v0.8.21 |
782 | 2025-01-06T18:30:42.914Z | Compiling zerofrom-derive v0.1.4 |
783 | 2025-01-06T18:30:44.189Z | Compiling zerocopy v0.7.35 |
784 | 2025-01-06T18:30:45.169Z | Compiling yoke-derive v0.7.4 |
785 | 2025-01-06T18:30:45.662Z | Compiling tokio-macros v2.4.0 |
786 | 2025-01-06T18:30:45.791Z | Compiling zerovec-derive v0.10.3 |
787 | 2025-01-06T18:30:46.212Z | Compiling futures-macro v0.3.31 |
788 | 2025-01-06T18:30:46.441Z | Compiling zerofrom v0.1.4 |
789 | 2025-01-06T18:30:46.671Z | Compiling displaydoc v0.2.5 |
790 | 2025-01-06T18:30:47.215Z | Compiling tokio v1.40.0 |
791 | 2025-01-06T18:30:47.886Z | Compiling yoke v0.7.4 |
792 | 2025-01-06T18:30:48.108Z | Compiling futures-util v0.3.31 |
793 | 2025-01-06T18:30:48.241Z | Compiling pest v2.7.14 |
794 | 2025-01-06T18:30:48.332Z | Compiling zerovec v0.10.4 |
795 | 2025-01-06T18:30:48.864Z | Compiling icu_provider_macros v1.5.0 |
796 | 2025-01-06T18:30:48.953Z | Compiling hashbrown v0.14.5 |
797 | 2025-01-06T18:30:50.354Z | Compiling tinystr v0.7.6 |
798 | 2025-01-06T18:30:50.802Z | Compiling icu_locid v1.5.0 |
799 | 2025-01-06T18:30:51.193Z | Compiling pest_meta v2.7.14 |
800 | 2025-01-06T18:30:51.266Z | Compiling rustls-webpki v0.102.8 |
801 | 2025-01-06T18:30:54.985Z | Compiling icu_provider v1.5.0 |
802 | 2025-01-06T18:30:55.307Z | Compiling pest_generator v2.7.14 |
803 | 2025-01-06T18:30:55.879Z | Compiling tokio-util v0.7.12 |
804 | 2025-01-06T18:30:57.023Z | Compiling indexmap v2.6.0 |
805 | 2025-01-06T18:30:57.256Z | Compiling serde_tokenstream v0.2.2 |
806 | 2025-01-06T18:30:58.791Z | Compiling h2 v0.4.6 |
807 | 2025-01-06T18:30:59.021Z | Compiling icu_locid_transform v1.5.0 |
808 | 2025-01-06T18:30:59.024Z | Compiling icu_collections v1.5.0 |
809 | 2025-01-06T18:31:02.259Z | Compiling regress v0.10.1 |
810 | 2025-01-06T18:31:02.666Z | Compiling icu_properties v1.5.1 |
811 | 2025-01-06T18:31:04.926Z | Compiling hyper v1.5.0 |
812 | 2025-01-06T18:31:06.545Z | Compiling typify-impl v0.2.0 |
813 | 2025-01-06T18:31:06.911Z | Compiling pest_derive v2.7.14 |
814 | 2025-01-06T18:31:08.302Z | Compiling openssl-macros v0.1.1 |
815 | 2025-01-06T18:31:10.575Z | Compiling hyper-util v0.1.10 |
816 | 2025-01-06T18:31:14.013Z | Compiling icu_normalizer v1.5.0 |
817 | 2025-01-06T18:31:14.483Z | Compiling regex-automata v0.4.8 |
818 | 2025-01-06T18:31:16.544Z | Compiling idna_adapter v1.2.0 |
819 | 2025-01-06T18:31:17.038Z | Compiling http-body-util v0.1.2 |
820 | 2025-01-06T18:31:18.188Z | Compiling scroll_derive v0.12.0 |
821 | 2025-01-06T18:31:18.476Z | Compiling typify-macro v0.2.0 |
822 | 2025-01-06T18:31:19.275Z | Compiling regex v1.11.1 |
823 | 2025-01-06T18:31:20.293Z | Compiling usdt-impl v0.5.0 |
824 | 2025-01-06T18:31:20.413Z | Compiling encoding_rs v0.8.34 |
825 | 2025-01-06T18:31:20.655Z | Compiling num-conv v0.1.0 |
826 | 2025-01-06T18:31:22.181Z | Compiling mime v0.3.17 |
827 | 2025-01-06T18:31:22.388Z | Compiling time-core v0.1.2 |
828 | 2025-01-06T18:31:22.548Z | Compiling powerfmt v0.2.0 |
829 | 2025-01-06T18:31:23.023Z | Compiling deranged v0.3.11 |
830 | 2025-01-06T18:31:23.230Z | Compiling time-macros v0.2.18 |
831 | 2025-01-06T18:31:23.438Z | Compiling thread-id v4.2.2 |
832 | 2025-01-06T18:31:25.326Z | Compiling tokio-rustls v0.26.0 |
833 | 2025-01-06T18:31:25.802Z | Compiling scroll v0.12.0 |
834 | 2025-01-06T18:31:26.197Z | Compiling idna v1.0.3 |
835 | 2025-01-06T18:31:26.419Z | Compiling tokio-native-tls v0.3.1 |
836 | 2025-01-06T18:31:31.389Z | Compiling dtrace-parser v0.2.0 |
837 | 2025-01-06T18:31:31.892Z | Compiling dof v0.3.0 |
838 | 2025-01-06T18:31:32.784Z | Compiling serde_urlencoded v0.7.1 |
839 | 2025-01-06T18:31:32.905Z | Compiling rustls-pemfile v2.2.0 |
840 | 2025-01-06T18:31:33.245Z | Compiling webpki-roots v0.26.6 |
841 | 2025-01-06T18:31:33.451Z | Compiling omicron-workspace-hack v0.1.0 |
842 | 2025-01-06T18:31:33.778Z | Compiling ident_case v1.0.1 |
843 | 2025-01-06T18:31:33.897Z | Compiling plain v0.2.3 |
844 | 2025-01-06T18:31:34.077Z | Compiling strsim v0.11.1 |
845 | 2025-01-06T18:31:34.095Z | Compiling syn v1.0.109 |
846 | 2025-01-06T18:31:38.287Z | Compiling num_threads v0.1.7 |
847 | 2025-01-06T18:31:38.399Z | Compiling crossbeam-utils v0.8.20 |
848 | 2025-01-06T18:31:38.399Z | Compiling base64 v0.22.1 |
849 | 2025-01-06T18:31:38.399Z | Compiling time v0.3.36 |
850 | 2025-01-06T18:31:38.471Z | Compiling darling_core v0.20.10 |
851 | 2025-01-06T18:31:39.891Z | Compiling goblin v0.8.2 |
852 | 2025-01-06T18:31:40.882Z | Compiling hyper-rustls v0.27.3 |
853 | 2025-01-06T18:31:43.841Z | Compiling url v2.5.3 |
854 | 2025-01-06T18:31:43.991Z | Compiling hyper-tls v0.6.0 |
855 | 2025-01-06T18:31:44.470Z | Compiling typify v0.2.0 |
856 | 2025-01-06T18:31:44.590Z | Compiling openapiv3 v2.0.0 |
857 | 2025-01-06T18:31:46.207Z | Compiling sync_wrapper v1.0.1 |
858 | 2025-01-06T18:31:46.377Z | Compiling dirs-sys-next v0.1.2 |
859 | 2025-01-06T18:31:47.787Z | Compiling rustversion v1.0.17 |
860 | 2025-01-06T18:31:48.453Z | Compiling paste v1.0.15 |
861 | 2025-01-06T18:31:48.779Z | Compiling ipnet v2.10.1 |
862 | 2025-01-06T18:31:49.007Z | Compiling rustls v0.22.4 |
863 | 2025-01-06T18:31:49.224Z | Compiling unsafe-libyaml v0.2.11 |
864 | 2025-01-06T18:31:49.594Z | Compiling pretty-hex v0.4.1 |
865 | 2025-01-06T18:31:49.814Z | Compiling newtype-uuid v1.1.3 |
866 | 2025-01-06T18:31:50.933Z | Compiling serde_yaml v0.9.34+deprecated |
867 | 2025-01-06T18:31:51.297Z | Compiling reqwest v0.12.9 |
868 | 2025-01-06T18:31:51.924Z | Compiling progenitor-impl v0.8.0 |
869 | 2025-01-06T18:31:54.765Z | Compiling dirs-next v2.0.0 |
870 | 2025-01-06T18:31:55.012Z | Compiling darling_macro v0.20.10 |
871 | 2025-01-06T18:31:58.373Z | Compiling crypto-common v0.1.6 |
872 | 2025-01-06T18:31:58.559Z | Compiling block-buffer v0.10.4 |
873 | 2025-01-06T18:31:58.688Z | Compiling ipnetwork v0.20.0 |
874 | 2025-01-06T18:31:58.767Z | Compiling toml_datetime v0.6.8 |
875 | 2025-01-06T18:31:59.446Z | Compiling serde_spanned v0.6.8 |
876 | 2025-01-06T18:31:59.679Z | Compiling ppv-lite86 v0.2.20 |
877 | 2025-01-06T18:32:00.582Z | Compiling structmeta-derive v0.3.0 |
878 | 2025-01-06T18:32:01.461Z | Compiling rand_core v0.6.4 |
879 | 2025-01-06T18:32:01.919Z | Compiling thread_local v1.1.8 |
880 | 2025-01-06T18:32:01.943Z | Compiling multer v3.1.0 |
881 | 2025-01-06T18:32:02.281Z | Compiling anyhow v1.0.93 |
882 | 2025-01-06T18:32:02.621Z | Compiling camino v1.1.9 |
883 | 2025-01-06T18:32:02.843Z | Compiling match_cfg v0.1.0 |
884 | 2025-01-06T18:32:02.927Z | Compiling winnow v0.6.20 |
885 | 2025-01-06T18:32:03.171Z | Compiling either v1.13.0 |
886 | 2025-01-06T18:32:03.262Z | Compiling slog-async v2.8.0 |
887 | 2025-01-06T18:32:03.286Z | Compiling structmeta v0.3.0 |
888 | 2025-01-06T18:32:03.607Z | Compiling itertools v0.10.5 |
889 | 2025-01-06T18:32:03.702Z | Compiling hostname v0.3.1 |
890 | 2025-01-06T18:32:03.925Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
891 | 2025-01-06T18:32:04.073Z | Compiling rand_chacha v0.3.1 |
892 | 2025-01-06T18:32:04.494Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
893 | 2025-01-06T18:32:05.058Z | Compiling digest v0.10.7 |
894 | 2025-01-06T18:32:05.459Z | Compiling progenitor-macro v0.8.0 |
895 | 2025-01-06T18:32:05.806Z | Compiling crossbeam-channel v0.5.13 |
896 | 2025-01-06T18:32:06.842Z | Compiling toml_edit v0.22.22 |
897 | 2025-01-06T18:32:07.304Z | Compiling darling v0.20.10 |
898 | 2025-01-06T18:32:07.406Z | Compiling term v0.7.0 |
899 | 2025-01-06T18:32:09.462Z | Compiling progenitor-client v0.8.0 |
900 | 2025-01-06T18:32:13.029Z | Compiling usdt-attr-macro v0.5.0 |
901 | 2025-01-06T18:32:14.501Z | Compiling usdt-macro v0.5.0 |
902 | 2025-01-06T18:32:14.903Z | Compiling slog-json v2.6.1 |
903 | 2025-01-06T18:32:15.329Z | Compiling futures-executor v0.3.31 |
904 | 2025-01-06T18:32:15.820Z | Compiling async-stream-impl v0.3.6 |
905 | 2025-01-06T18:32:16.474Z | Compiling memmap v0.7.0 |
906 | 2025-01-06T18:32:16.931Z | Compiling is-terminal v0.4.13 |
907 | 2025-01-06T18:32:17.050Z | Compiling dropshot v0.13.0 |
908 | 2025-01-06T18:32:17.159Z | Compiling take_mut v0.2.2 |
909 | 2025-01-06T18:32:17.317Z | Compiling cpufeatures v0.2.14 |
910 | 2025-01-06T18:32:17.400Z | Compiling sha1 v0.10.6 |
911 | 2025-01-06T18:32:18.143Z | Compiling async-stream v0.3.6 |
912 | 2025-01-06T18:32:18.260Z | Compiling progenitor v0.8.0 |
913 | 2025-01-06T18:32:18.427Z | Compiling slog-term v2.9.1 |
914 | 2025-01-06T18:32:18.471Z | Compiling usdt v0.5.0 |
915 | 2025-01-06T18:32:20.031Z | Compiling tokio-rustls v0.25.0 |
916 | 2025-01-06T18:32:20.465Z | Compiling futures v0.3.31 |
917 | 2025-01-06T18:32:20.656Z | Compiling slog-bunyan v2.5.0 |
918 | 2025-01-06T18:32:20.838Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
919 | 2025-01-06T18:32:20.919Z | Compiling strum_macros v0.26.4 |
920 | 2025-01-06T18:32:21.350Z | Compiling toml v0.8.19 |
921 | 2025-01-06T18:32:22.508Z | Compiling serde_with_macros v3.11.0 |
922 | 2025-01-06T18:32:25.194Z | Compiling rand v0.8.5 |
923 | 2025-01-06T18:32:28.407Z | Compiling parse-display-derive v0.10.0 |
924 | 2025-01-06T18:32:28.770Z | Compiling dropshot_endpoint v0.13.0 |
925 | 2025-01-06T18:32:29.542Z | Compiling serde_path_to_error v0.1.16 |
926 | 2025-01-06T18:32:29.705Z | Compiling hex v0.4.3 |
927 | 2025-01-06T18:32:30.415Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
928 | 2025-01-06T18:32:30.554Z | Compiling async-trait v0.1.83 |
929 | 2025-01-06T18:32:31.209Z | Compiling waitgroup v0.1.2 |
930 | 2025-01-06T18:32:31.442Z | Compiling hostname v0.4.0 |
931 | 2025-01-06T18:32:31.665Z | Compiling instant v0.1.13 |
932 | 2025-01-06T18:32:31.803Z | Compiling debug-ignore v1.0.5 |
933 | 2025-01-06T18:32:31.940Z | Compiling backoff v0.4.0 |
934 | 2025-01-06T18:32:32.286Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
935 | 2025-01-06T18:32:32.324Z | Compiling parse-display v0.10.0 |
936 | 2025-01-06T18:32:32.467Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
937 | 2025-01-06T18:32:32.715Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
938 | 2025-01-06T18:32:32.960Z | Compiling strum v0.26.3 |
939 | 2025-01-06T18:32:33.134Z | Compiling serde_with v3.11.0 |
940 | 2025-01-06T18:32:34.489Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
941 | 2025-01-06T18:32:34.685Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
942 | 2025-01-06T18:32:35.126Z | Compiling regress v0.9.1 |
943 | 2025-01-06T18:32:35.481Z | Compiling macaddr v1.0.1 |
944 | 2025-01-06T18:32:43.074Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
945 | 2025-01-06T18:32:52.968Z | Compiling test-project v0.1.0 (/tmp/test-project) |
946 | 2025-01-06T18:33:02.906Z | Finished `release` profile [optimized] target(s) in 2m 36s |
947 | 2025-01-06T18:33:02.971Z | process exited: duration 236007 ms, exit code 0 |
|
948 | 2025-01-06T18:33:02.978Z | found 0 output files |