|
|
|
1 | 2024-11-25T18:42:54.898Z | job assigned to worker 01JDJA314V2AK1CPGXAZR77RYW [factory aws, i-0271fdcb13f4432c9] (queued for 57 s) |
|
2 | 2024-11-25T18:43:02.142Z | starting task 0: "setup" |
3 | 2024-11-25T18:43:02.151Z | ++ uname -s |
4 | 2024-11-25T18:43:02.153Z | + kern=SunOS |
5 | 2024-11-25T18:43:02.153Z | + case "$kern" in |
6 | 2024-11-25T18:43:02.153Z | + groupadd -g 12345 build |
7 | 2024-11-25T18:43:02.156Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-25T18:43:04.178Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-25T18:43:04.306Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-25T18:43:04.309Z | + home_fs=zfs |
11 | 2024-11-25T18:43:04.309Z | + [[ zfs == autofs ]] |
12 | 2024-11-25T18:43:04.309Z | + mkdir -p /home/build |
13 | 2024-11-25T18:43:04.312Z | + chown build:build /home/build /work |
14 | 2024-11-25T18:43:06.312Z | + chmod 0700 /home/build /work |
15 | 2024-11-25T18:43:06.315Z | process exited: duration 4171 ms, exit code 0 |
|
16 | 2024-11-25T18:43:06.320Z | starting task 1: "rust-toolchain" |
17 | 2024-11-25T18:43:06.325Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-25T18:43:06.325Z | ' 1.81.0 |
19 | 2024-11-25T18:43:06.325Z | * toolchain channel = "1.81.0" |
20 | 2024-11-25T18:43:06.325Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-25T18:43:06.325Z | ' default |
22 | 2024-11-25T18:43:06.325Z | * toolchain profile = "default" |
23 | 2024-11-25T18:43:06.328Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-25T18:43:06.328Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-25T18:43:06.446Z | info: downloading installer |
26 | 2024-11-25T18:43:07.942Z | info: profile set to 'default' |
27 | 2024-11-25T18:43:07.942Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-25T18:43:07.945Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-25T18:43:08.083Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-25T18:43:08.085Z | info: downloading component 'cargo' |
31 | 2024-11-25T18:43:08.817Z | info: downloading component 'clippy' |
32 | 2024-11-25T18:43:09.098Z | info: downloading component 'rust-docs' |
33 | 2024-11-25T18:43:10.119Z | info: downloading component 'rust-std' |
34 | 2024-11-25T18:43:11.697Z | info: downloading component 'rustc' |
35 | 2024-11-25T18:43:17.367Z | info: downloading component 'rustfmt' |
36 | 2024-11-25T18:43:17.580Z | info: installing component 'cargo' |
37 | 2024-11-25T18:43:18.361Z | info: installing component 'clippy' |
38 | 2024-11-25T18:43:18.716Z | info: installing component 'rust-docs' |
39 | 2024-11-25T18:43:20.282Z | info: installing component 'rust-std' |
40 | 2024-11-25T18:43:21.926Z | info: installing component 'rustc' |
41 | 2024-11-25T18:43:27.601Z | info: installing component 'rustfmt' |
42 | 2024-11-25T18:43:27.919Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-25T18:43:27.919Z | |
44 | 2024-11-25T18:43:28.285Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-25T18:43:28.285Z | |
46 | 2024-11-25T18:43:28.288Z | |
47 | 2024-11-25T18:43:28.288Z | Rust is installed now. Great! |
48 | 2024-11-25T18:43:28.288Z | |
49 | 2024-11-25T18:43:28.288Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-25T18:43:28.288Z | environment variable. This has not been done automatically. |
51 | 2024-11-25T18:43:28.288Z | |
52 | 2024-11-25T18:43:28.288Z | To configure your current shell, you need to source |
53 | 2024-11-25T18:43:28.288Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-25T18:43:28.288Z | |
55 | 2024-11-25T18:43:28.288Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-25T18:43:28.288Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-25T18:43:28.288Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-25T18:43:28.356Z | + rustc --version |
59 | 2024-11-25T18:43:28.421Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-25T18:43:28.424Z | process exited: duration 22100 ms, exit code 0 |
|
61 | 2024-11-25T18:43:28.429Z | starting task 2: "authentication" |
62 | 2024-11-25T18:43:28.450Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-25T18:43:28.455Z | starting task 3: "clone repository" |
64 | 2024-11-25T18:43:28.459Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-25T18:43:28.462Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-25T18:43:28.707Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-25T18:43:35.087Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-25T18:43:35.087Z | + git fetch origin 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2 |
69 | 2024-11-25T18:43:35.408Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-25T18:43:35.408Z | * branch 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2 -> FETCH_HEAD |
71 | 2024-11-25T18:43:35.417Z | + [[ -n re-apply-7006 ]] |
72 | 2024-11-25T18:43:35.419Z | ++ git branch --show-current |
73 | 2024-11-25T18:43:35.422Z | + current=main |
74 | 2024-11-25T18:43:35.422Z | + [[ main != re-apply-7006 ]] |
75 | 2024-11-25T18:43:35.422Z | + git branch -f re-apply-7006 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2 |
76 | 2024-11-25T18:43:35.425Z | + git checkout -f re-apply-7006 |
77 | 2024-11-25T18:43:35.595Z | Switched to branch 're-apply-7006' |
78 | 2024-11-25T18:43:35.598Z | + git reset --hard 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2 |
79 | 2024-11-25T18:43:35.612Z | HEAD is now at 3d3ba51ad [sled-agent] PUT zones doesn't create datasets (#7006) |
80 | 2024-11-25T18:43:35.615Z | process exited: duration 7157 ms, exit code 0 |
|
81 | 2024-11-25T18:43:35.620Z | starting task 4: "build" |
82 | 2024-11-25T18:43:35.626Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-25T18:43:35.626Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-25T18:43:35.626Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-25T18:43:35.628Z | + cargo --version |
86 | 2024-11-25T18:43:35.683Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-25T18:43:35.685Z | + rustc --version |
88 | 2024-11-25T18:43:35.746Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-25T18:43:35.748Z | + cd /tmp |
90 | 2024-11-25T18:43:35.750Z | + cargo new --lib test-project |
91 | 2024-11-25T18:43:35.806Z | Creating library `test-project` package |
92 | 2024-11-25T18:43:35.880Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-25T18:43:35.883Z | + cd test-project |
94 | 2024-11-25T18:43:35.883Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-25T18:43:35.941Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-25T18:43:35.943Z | Features: |
97 | 2024-11-25T18:43:35.943Z | - proptest |
98 | 2024-11-25T18:43:35.943Z | - test-strategy |
99 | 2024-11-25T18:43:35.943Z | - testing |
100 | 2024-11-25T18:43:35.943Z | Updating crates.io index |
101 | 2024-11-25T18:43:36.054Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-25T18:43:37.005Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-25T18:43:37.582Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-25T18:43:37.919Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-25T18:43:39.385Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-25T18:43:39.388Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-25T18:43:39.388Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-25T18:43:39.388Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-25T18:43:39.388Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
110 | 2024-11-25T18:43:39.391Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-25T18:43:39.391Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
112 | 2024-11-25T18:43:39.391Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
113 | 2024-11-25T18:43:39.391Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-25T18:43:39.391Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-25T18:43:39.393Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-25T18:43:39.393Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-25T18:43:39.395Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-25T18:43:39.401Z | Adding rustls v0.22.4 (latest: v0.23.18) |
119 | 2024-11-25T18:43:39.403Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-25T18:43:39.405Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-25T18:43:39.408Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-25T18:43:39.408Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-25T18:43:39.408Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-25T18:43:39.408Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
125 | 2024-11-25T18:43:39.408Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
126 | 2024-11-25T18:43:39.411Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
127 | 2024-11-25T18:43:39.411Z | Adding windows v0.52.0 (latest: v0.58.0) |
128 | 2024-11-25T18:43:39.411Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
129 | 2024-11-25T18:43:39.411Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
130 | 2024-11-25T18:43:39.411Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
131 | 2024-11-25T18:43:39.411Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
132 | 2024-11-25T18:43:39.413Z | Adding writeable v0.5.5 (latest: v0.6.0) |
133 | 2024-11-25T18:43:39.413Z | Adding zerocopy v0.7.35 (latest: v0.8.10) |
134 | 2024-11-25T18:43:39.413Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.10) |
135 | 2024-11-25T18:43:39.413Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
136 | 2024-11-25T18:43:39.413Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
137 | 2024-11-25T18:43:39.484Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
138 | 2024-11-25T18:43:39.486Z | + cargo check |
139 | 2024-11-25T18:43:39.650Z | Updating crates.io index |
140 | 2024-11-25T18:43:40.362Z | Locking 2 packages to latest compatible versions |
141 | 2024-11-25T18:43:44.074Z | Adding omicron-workspace-hack v0.1.0 |
142 | 2024-11-25T18:43:46.069Z | Adding test-project v0.1.0 (/tmp/test-project) |
143 | 2024-11-25T18:43:46.936Z | Downloading crates ... |
144 | 2024-11-25T18:43:47.041Z | Downloaded async-stream v0.3.6 |
145 | 2024-11-25T18:43:47.043Z | Downloaded dyn-clone v1.0.17 |
146 | 2024-11-25T18:43:47.048Z | Downloaded form_urlencoded v1.2.1 |
147 | 2024-11-25T18:43:47.050Z | Downloaded httpdate v1.0.3 |
148 | 2024-11-25T18:43:47.051Z | Downloaded hyper-tls v0.6.0 |
149 | 2024-11-25T18:43:47.053Z | Downloaded futures-macro v0.3.31 |
150 | 2024-11-25T18:43:47.055Z | Downloaded futures-core v0.3.31 |
151 | 2024-11-25T18:43:47.055Z | Downloaded displaydoc v0.2.5 |
152 | 2024-11-25T18:43:47.058Z | Downloaded iana-time-zone v0.1.61 |
153 | 2024-11-25T18:43:47.060Z | Downloaded log v0.4.22 |
154 | 2024-11-25T18:43:47.063Z | Downloaded aho-corasick v1.1.3 |
155 | 2024-11-25T18:43:47.069Z | Downloaded futures-util v0.3.31 |
156 | 2024-11-25T18:43:47.083Z | Downloaded waitgroup v0.1.2 |
157 | 2024-11-25T18:43:47.085Z | Downloaded num-conv v0.1.0 |
158 | 2024-11-25T18:43:47.085Z | Downloaded block-buffer v0.10.4 |
159 | 2024-11-25T18:43:47.087Z | Downloaded backoff v0.4.0 |
160 | 2024-11-25T18:43:47.090Z | Downloaded atomic-waker v1.1.2 |
161 | 2024-11-25T18:43:47.092Z | Downloaded byteorder v1.5.0 |
162 | 2024-11-25T18:43:47.092Z | Downloaded async-stream-impl v0.3.6 |
163 | 2024-11-25T18:43:47.095Z | Downloaded allocator-api2 v0.2.18 |
164 | 2024-11-25T18:43:47.098Z | Downloaded serde_derive v1.0.215 |
165 | 2024-11-25T18:43:47.100Z | Downloaded try-lock v0.2.5 |
166 | 2024-11-25T18:43:47.100Z | Downloaded tinyvec_macros v0.1.1 |
167 | 2024-11-25T18:43:47.103Z | Downloaded memmap v0.7.0 |
168 | 2024-11-25T18:43:47.103Z | Downloaded slog-bunyan v2.5.0 |
169 | 2024-11-25T18:43:47.106Z | Downloaded base64 v0.22.1 |
170 | 2024-11-25T18:43:47.108Z | Downloaded zerovec-derive v0.10.3 |
171 | 2024-11-25T18:43:47.111Z | Downloaded plain v0.2.3 |
172 | 2024-11-25T18:43:47.113Z | Downloaded thiserror-impl v1.0.69 |
173 | 2024-11-25T18:43:47.113Z | Downloaded tower-service v0.3.3 |
174 | 2024-11-25T18:43:47.115Z | Downloaded zeroize v1.8.1 |
175 | 2024-11-25T18:43:47.118Z | Downloaded percent-encoding v2.3.1 |
176 | 2024-11-25T18:43:47.118Z | Downloaded time-core v0.1.2 |
177 | 2024-11-25T18:43:47.118Z | Downloaded async-trait v0.1.83 |
178 | 2024-11-25T18:43:47.121Z | Downloaded anyhow v1.0.93 |
179 | 2024-11-25T18:43:47.126Z | Downloaded utf16_iter v1.0.5 |
180 | 2024-11-25T18:43:47.128Z | Downloaded thread-id v4.2.2 |
181 | 2024-11-25T18:43:47.128Z | Downloaded thread_local v1.1.8 |
182 | 2024-11-25T18:43:47.131Z | Downloaded toml_datetime v0.6.8 |
183 | 2024-11-25T18:43:47.133Z | Downloaded tokio-native-tls v0.3.1 |
184 | 2024-11-25T18:43:47.136Z | Downloaded typify v0.2.0 |
185 | 2024-11-25T18:43:47.138Z | Downloaded want v0.3.1 |
186 | 2024-11-25T18:43:47.138Z | Downloaded tokio-rustls v0.25.0 |
187 | 2024-11-25T18:43:47.141Z | Downloaded usdt-macro v0.5.0 |
188 | 2024-11-25T18:43:47.143Z | Downloaded tracing-core v0.1.32 |
189 | 2024-11-25T18:43:47.145Z | Downloaded tokio-macros v2.4.0 |
190 | 2024-11-25T18:43:47.147Z | Downloaded tinystr v0.7.6 |
191 | 2024-11-25T18:43:47.150Z | Downloaded parking_lot_core v0.9.10 |
192 | 2024-11-25T18:43:47.156Z | Downloaded yoke-derive v0.7.4 |
193 | 2024-11-25T18:43:47.156Z | Downloaded write16 v1.0.0 |
194 | 2024-11-25T18:43:47.156Z | Downloaded typify-macro v0.2.0 |
195 | 2024-11-25T18:43:47.156Z | Downloaded omicron-workspace-hack v0.1.0 |
196 | 2024-11-25T18:43:47.156Z | Downloaded bitflags v2.6.0 |
197 | 2024-11-25T18:43:47.159Z | Downloaded zerofrom v0.1.4 |
198 | 2024-11-25T18:43:47.161Z | Downloaded openssl-probe v0.1.5 |
199 | 2024-11-25T18:43:47.165Z | Downloaded openssl-macros v0.1.1 |
200 | 2024-11-25T18:43:47.165Z | Downloaded num_threads v0.1.7 |
201 | 2024-11-25T18:43:47.165Z | Downloaded darling_macro v0.20.10 |
202 | 2024-11-25T18:43:47.168Z | Downloaded usdt-attr-macro v0.5.0 |
203 | 2024-11-25T18:43:47.168Z | Downloaded debug-ignore v1.0.5 |
204 | 2024-11-25T18:43:47.170Z | Downloaded newtype-uuid v1.1.3 |
205 | 2024-11-25T18:43:47.170Z | Downloaded equivalent v1.0.1 |
206 | 2024-11-25T18:43:47.172Z | Downloaded bytes v1.8.0 |
207 | 2024-11-25T18:43:47.175Z | Downloaded ahash v0.8.11 |
208 | 2024-11-25T18:43:47.179Z | Downloaded progenitor-client v0.8.0 |
209 | 2024-11-25T18:43:47.182Z | Downloaded icu_provider_macros v1.5.0 |
210 | 2024-11-25T18:43:47.182Z | Downloaded futures-sink v0.3.31 |
211 | 2024-11-25T18:43:47.182Z | Downloaded multer v3.1.0 |
212 | 2024-11-25T18:43:47.184Z | Downloaded pin-project-lite v0.2.14 |
213 | 2024-11-25T18:43:47.189Z | Downloaded ident_case v1.0.1 |
214 | 2024-11-25T18:43:47.191Z | Downloaded futures-io v0.3.31 |
215 | 2024-11-25T18:43:47.191Z | Downloaded foreign-types v0.3.2 |
216 | 2024-11-25T18:43:47.193Z | Downloaded dirs-next v2.0.0 |
217 | 2024-11-25T18:43:47.193Z | Downloaded cpufeatures v0.2.14 |
218 | 2024-11-25T18:43:47.196Z | Downloaded pretty-hex v0.4.1 |
219 | 2024-11-25T18:43:47.196Z | Downloaded instant v0.1.13 |
220 | 2024-11-25T18:43:47.198Z | Downloaded pest_derive v2.7.14 |
221 | 2024-11-25T18:43:47.201Z | Downloaded untrusted v0.9.0 |
222 | 2024-11-25T18:43:47.203Z | Downloaded time-macros v0.2.18 |
223 | 2024-11-25T18:43:47.206Z | Downloaded tinyvec v1.8.0 |
224 | 2024-11-25T18:43:47.208Z | Downloaded http-body v1.0.1 |
225 | 2024-11-25T18:43:47.210Z | Downloaded foreign-types-shared v0.1.1 |
226 | 2024-11-25T18:43:47.210Z | Downloaded dtrace-parser v0.2.0 |
227 | 2024-11-25T18:43:47.210Z | Downloaded autocfg v1.4.0 |
228 | 2024-11-25T18:43:47.212Z | Downloaded usdt v0.5.0 |
229 | 2024-11-25T18:43:47.215Z | Downloaded version_check v0.9.5 |
230 | 2024-11-25T18:43:47.215Z | Downloaded fnv v1.0.7 |
231 | 2024-11-25T18:43:47.217Z | Downloaded digest v0.10.7 |
232 | 2024-11-25T18:43:47.219Z | Downloaded match_cfg v0.1.0 |
233 | 2024-11-25T18:43:47.222Z | Downloaded idna_adapter v1.2.0 |
234 | 2024-11-25T18:43:47.225Z | Downloaded crypto-common v0.1.6 |
235 | 2024-11-25T18:43:47.225Z | Downloaded pin-utils v0.1.0 |
236 | 2024-11-25T18:43:47.227Z | Downloaded usdt-impl v0.5.0 |
237 | 2024-11-25T18:43:47.227Z | Downloaded hostname v0.4.0 |
238 | 2024-11-25T18:43:47.227Z | Downloaded futures-executor v0.3.31 |
239 | 2024-11-25T18:43:47.230Z | Downloaded paste v1.0.15 |
240 | 2024-11-25T18:43:47.233Z | Downloaded powerfmt v0.2.0 |
241 | 2024-11-25T18:43:47.235Z | Downloaded parse-display v0.10.0 |
242 | 2024-11-25T18:43:47.235Z | Downloaded parse-display-derive v0.10.0 |
243 | 2024-11-25T18:43:47.238Z | Downloaded zerofrom-derive v0.1.4 |
244 | 2024-11-25T18:43:47.238Z | Downloaded futures-channel v0.3.31 |
245 | 2024-11-25T18:43:47.240Z | Downloaded scroll_derive v0.12.0 |
246 | 2024-11-25T18:43:47.240Z | Downloaded pkg-config v0.3.31 |
247 | 2024-11-25T18:43:47.243Z | Downloaded take_mut v0.2.2 |
248 | 2024-11-25T18:43:47.243Z | Downloaded mime v0.3.17 |
249 | 2024-11-25T18:43:47.245Z | Downloaded rand_core v0.6.4 |
250 | 2024-11-25T18:43:47.245Z | Downloaded rand_chacha v0.3.1 |
251 | 2024-11-25T18:43:47.248Z | Downloaded progenitor-macro v0.8.0 |
252 | 2024-11-25T18:43:47.248Z | Downloaded ppv-lite86 v0.2.20 |
253 | 2024-11-25T18:43:47.250Z | Downloaded dirs-sys-next v0.1.2 |
254 | 2024-11-25T18:43:47.250Z | Downloaded cfg-if v1.0.0 |
255 | 2024-11-25T18:43:47.252Z | Downloaded strum v0.26.3 |
256 | 2024-11-25T18:43:47.252Z | Downloaded futures-task v0.3.31 |
257 | 2024-11-25T18:43:47.254Z | Downloaded ucd-trie v0.1.7 |
258 | 2024-11-25T18:43:47.256Z | Downloaded quinn-udp v0.5.5 |
259 | 2024-11-25T18:43:47.260Z | Downloaded progenitor v0.8.0 |
260 | 2024-11-25T18:43:47.260Z | Downloaded hostname v0.3.1 |
261 | 2024-11-25T18:43:47.262Z | Downloaded typenum v1.17.0 |
262 | 2024-11-25T18:43:47.264Z | Downloaded dof v0.3.0 |
263 | 2024-11-25T18:43:47.266Z | Downloaded toml v0.8.19 |
264 | 2024-11-25T18:43:47.268Z | Downloaded rustversion v1.0.17 |
265 | 2024-11-25T18:43:47.271Z | Downloaded zerocopy-derive v0.7.35 |
266 | 2024-11-25T18:43:47.275Z | Downloaded sha1 v0.10.6 |
267 | 2024-11-25T18:43:47.278Z | Downloaded macaddr v1.0.1 |
268 | 2024-11-25T18:43:47.281Z | Downloaded darling v0.20.10 |
269 | 2024-11-25T18:43:47.284Z | Downloaded itoa v1.0.11 |
270 | 2024-11-25T18:43:47.286Z | Downloaded is-terminal v0.4.13 |
271 | 2024-11-25T18:43:47.286Z | Downloaded deranged v0.3.11 |
272 | 2024-11-25T18:43:47.289Z | Downloaded ipnetwork v0.20.0 |
273 | 2024-11-25T18:43:47.289Z | Downloaded icu_provider v1.5.0 |
274 | 2024-11-25T18:43:47.291Z | Downloaded schemars_derive v0.8.21 |
275 | 2024-11-25T18:43:47.294Z | Downloaded strsim v0.11.1 |
276 | 2024-11-25T18:43:47.297Z | Downloaded slog-json v2.6.1 |
277 | 2024-11-25T18:43:47.297Z | Downloaded native-tls v0.2.12 |
278 | 2024-11-25T18:43:47.299Z | Downloaded semver v1.0.23 |
279 | 2024-11-25T18:43:47.302Z | Downloaded yoke v0.7.4 |
280 | 2024-11-25T18:43:47.305Z | Downloaded synstructure v0.13.1 |
281 | 2024-11-25T18:43:47.305Z | Downloaded stable_deref_trait v1.2.0 |
282 | 2024-11-25T18:43:47.307Z | Downloaded utf8_iter v1.0.4 |
283 | 2024-11-25T18:43:47.307Z | Downloaded rustc-hash v2.0.0 |
284 | 2024-11-25T18:43:47.309Z | Downloaded quote v1.0.37 |
285 | 2024-11-25T18:43:47.313Z | Downloaded scopeguard v1.2.0 |
286 | 2024-11-25T18:43:47.313Z | Downloaded subtle v2.6.1 |
287 | 2024-11-25T18:43:47.316Z | Downloaded sync_wrapper v1.0.1 |
288 | 2024-11-25T18:43:47.316Z | Downloaded pest_generator v2.7.14 |
289 | 2024-11-25T18:43:47.316Z | Downloaded hyper-rustls v0.27.3 |
290 | 2024-11-25T18:43:47.318Z | Downloaded thiserror v1.0.69 |
291 | 2024-11-25T18:43:47.322Z | Downloaded icu_locid_transform v1.5.0 |
292 | 2024-11-25T18:43:47.325Z | Downloaded slog-async v2.8.0 |
293 | 2024-11-25T18:43:47.327Z | Downloaded slab v0.4.9 |
294 | 2024-11-25T18:43:47.331Z | Downloaded openssl-sys v0.9.103 |
295 | 2024-11-25T18:43:47.333Z | Downloaded sha2 v0.10.8 |
296 | 2024-11-25T18:43:47.336Z | Downloaded litemap v0.7.3 |
297 | 2024-11-25T18:43:47.338Z | Downloaded serde_tokenstream v0.2.2 |
298 | 2024-11-25T18:43:47.340Z | Downloaded dropshot_endpoint v0.13.0 |
299 | 2024-11-25T18:43:47.343Z | Downloaded serde_path_to_error v0.1.16 |
300 | 2024-11-25T18:43:47.345Z | Downloaded serde_urlencoded v0.7.1 |
301 | 2024-11-25T18:43:47.348Z | Downloaded futures v0.3.31 |
302 | 2024-11-25T18:43:47.351Z | Downloaded shlex v1.3.0 |
303 | 2024-11-25T18:43:47.354Z | Downloaded structmeta v0.3.0 |
304 | 2024-11-25T18:43:47.354Z | Downloaded term v0.7.0 |
305 | 2024-11-25T18:43:47.357Z | Downloaded smallvec v1.13.2 |
306 | 2024-11-25T18:43:47.359Z | Downloaded pest_meta v2.7.14 |
307 | 2024-11-25T18:43:47.362Z | Downloaded slog-term v2.9.1 |
308 | 2024-11-25T18:43:47.365Z | Downloaded serde_derive_internals v0.29.1 |
309 | 2024-11-25T18:43:47.367Z | Downloaded proc-macro2 v1.0.89 |
310 | 2024-11-25T18:43:47.370Z | Downloaded icu_locid_transform_data v1.5.0 |
311 | 2024-11-25T18:43:47.372Z | Downloaded icu_locid v1.5.0 |
312 | 2024-11-25T18:43:47.375Z | Downloaded rand v0.8.5 |
313 | 2024-11-25T18:43:47.379Z | Downloaded rustls-pki-types v1.9.0 |
314 | 2024-11-25T18:43:47.382Z | Downloaded camino v1.1.9 |
315 | 2024-11-25T18:43:47.384Z | Downloaded ipnet v2.10.1 |
316 | 2024-11-25T18:43:47.387Z | Downloaded icu_normalizer v1.5.0 |
317 | 2024-11-25T18:43:47.391Z | Downloaded socket2 v0.5.7 |
318 | 2024-11-25T18:43:47.394Z | Downloaded strum_macros v0.26.4 |
319 | 2024-11-25T18:43:47.396Z | Downloaded spin v0.9.8 |
320 | 2024-11-25T18:43:47.398Z | Downloaded ryu v1.0.18 |
321 | 2024-11-25T18:43:47.400Z | Downloaded uuid v1.11.0 |
322 | 2024-11-25T18:43:47.403Z | Downloaded icu_properties v1.5.1 |
323 | 2024-11-25T18:43:47.406Z | Downloaded darling_core v0.20.10 |
324 | 2024-11-25T18:43:47.411Z | Downloaded serde_with_macros v3.11.0 |
325 | 2024-11-25T18:43:47.414Z | Downloaded quinn v0.11.5 |
326 | 2024-11-25T18:43:47.416Z | Downloaded slog v2.7.0 |
327 | 2024-11-25T18:43:47.419Z | Downloaded schemars v0.8.21 |
328 | 2024-11-25T18:43:47.431Z | Downloaded serde_yaml v0.9.34+deprecated |
329 | 2024-11-25T18:43:47.435Z | Downloaded indexmap v2.6.0 |
330 | 2024-11-25T18:43:47.444Z | Downloaded cc v1.1.30 |
331 | 2024-11-25T18:43:47.456Z | Downloaded serde v1.0.215 |
332 | 2024-11-25T18:43:47.456Z | Downloaded crossbeam-channel v0.5.13 |
333 | 2024-11-25T18:43:47.456Z | Downloaded url v2.5.3 |
334 | 2024-11-25T18:43:47.460Z | Downloaded icu_collections v1.5.0 |
335 | 2024-11-25T18:43:47.471Z | Downloaded mio v1.0.2 |
336 | 2024-11-25T18:43:47.474Z | Downloaded unsafe-libyaml v0.2.11 |
337 | 2024-11-25T18:43:47.474Z | Downloaded hashbrown v0.12.3 |
338 | 2024-11-25T18:43:47.474Z | Downloaded memchr v2.7.4 |
339 | 2024-11-25T18:43:47.478Z | Downloaded tokio-util v0.7.12 |
340 | 2024-11-25T18:43:47.485Z | Downloaded idna v1.0.3 |
341 | 2024-11-25T18:43:47.489Z | Downloaded http v1.1.0 |
342 | 2024-11-25T18:43:47.493Z | Downloaded hyper-util v0.1.10 |
343 | 2024-11-25T18:43:47.496Z | Downloaded time v0.3.36 |
344 | 2024-11-25T18:43:47.505Z | Downloaded zerovec v0.10.4 |
345 | 2024-11-25T18:43:47.510Z | Downloaded hashbrown v0.15.0 |
346 | 2024-11-25T18:43:47.515Z | Downloaded hashbrown v0.14.5 |
347 | 2024-11-25T18:43:47.520Z | Downloaded hyper v1.5.0 |
348 | 2024-11-25T18:43:47.527Z | Downloaded pest v2.7.14 |
349 | 2024-11-25T18:43:47.533Z | Downloaded chrono v0.4.38 |
350 | 2024-11-25T18:43:47.541Z | Downloaded zerocopy v0.7.35 |
351 | 2024-11-25T18:43:47.558Z | Downloaded h2 v0.4.6 |
352 | 2024-11-25T18:43:47.563Z | Downloaded serde_with v3.11.0 |
353 | 2024-11-25T18:43:47.579Z | Downloaded goblin v0.8.2 |
354 | 2024-11-25T18:43:47.596Z | Downloaded icu_properties_data v1.5.0 |
355 | 2024-11-25T18:43:47.596Z | Downloaded regex v1.11.1 |
356 | 2024-11-25T18:43:47.599Z | Downloaded serde_json v1.0.132 |
357 | 2024-11-25T18:43:47.607Z | Downloaded quinn-proto v0.11.8 |
358 | 2024-11-25T18:43:47.614Z | Downloaded dropshot v0.13.0 |
359 | 2024-11-25T18:43:47.639Z | Downloaded reqwest v0.12.9 |
360 | 2024-11-25T18:43:47.655Z | Downloaded rustls-webpki v0.102.8 |
361 | 2024-11-25T18:43:47.660Z | Downloaded rustls v0.22.4 |
362 | 2024-11-25T18:43:47.669Z | Downloaded openssl v0.10.66 |
363 | 2024-11-25T18:43:47.679Z | Downloaded webpki-roots v0.26.6 |
364 | 2024-11-25T18:43:47.683Z | Downloaded vcpkg v0.2.15 |
365 | 2024-11-25T18:43:47.717Z | Downloaded syn v2.0.87 |
366 | 2024-11-25T18:43:47.727Z | Downloaded regress v0.10.1 |
367 | 2024-11-25T18:43:47.735Z | Downloaded winnow v0.6.20 |
368 | 2024-11-25T18:43:47.743Z | Downloaded progenitor-impl v0.8.0 |
369 | 2024-11-25T18:43:47.745Z | Downloaded tracing v0.1.40 |
370 | 2024-11-25T18:43:47.749Z | Downloaded unicode-ident v1.0.13 |
371 | 2024-11-25T18:43:47.751Z | Downloaded regress v0.9.1 |
372 | 2024-11-25T18:43:47.759Z | Downloaded rustls v0.23.14 |
373 | 2024-11-25T18:43:47.770Z | Downloaded regex-syntax v0.8.5 |
374 | 2024-11-25T18:43:47.778Z | Downloaded openapiv3 v2.0.0 |
375 | 2024-11-25T18:43:47.789Z | Downloaded scroll v0.12.0 |
376 | 2024-11-25T18:43:47.791Z | Downloaded parking_lot v0.12.3 |
377 | 2024-11-25T18:43:47.793Z | Downloaded typify-impl v0.2.0 |
378 | 2024-11-25T18:43:47.805Z | Downloaded num-traits v0.2.19 |
379 | 2024-11-25T18:43:47.808Z | Downloaded writeable v0.5.5 |
380 | 2024-11-25T18:43:47.810Z | Downloaded encoding_rs v0.8.34 |
381 | 2024-11-25T18:43:47.830Z | Downloaded indexmap v1.9.3 |
382 | 2024-11-25T18:43:47.833Z | Downloaded httparse v1.9.5 |
383 | 2024-11-25T18:43:47.835Z | Downloaded rustls-pemfile v2.2.0 |
384 | 2024-11-25T18:43:47.838Z | Downloaded serde_spanned v0.6.8 |
385 | 2024-11-25T18:43:47.840Z | Downloaded structmeta-derive v0.3.0 |
386 | 2024-11-25T18:43:47.840Z | Downloaded icu_normalizer_data v1.5.0 |
387 | 2024-11-25T18:43:47.842Z | Downloaded toml_edit v0.22.22 |
388 | 2024-11-25T18:43:47.860Z | Downloaded regex-automata v0.4.8 |
389 | 2024-11-25T18:43:47.875Z | Downloaded lock_api v0.4.12 |
390 | 2024-11-25T18:43:47.878Z | Downloaded crossbeam-utils v0.8.20 |
391 | 2024-11-25T18:43:47.881Z | Downloaded tokio v1.40.0 |
392 | 2024-11-25T18:43:47.912Z | Downloaded libc v0.2.162 |
393 | 2024-11-25T18:43:47.937Z | Downloaded http-body-util v0.1.2 |
394 | 2024-11-25T18:43:47.940Z | Downloaded heck v0.5.0 |
395 | 2024-11-25T18:43:47.940Z | Downloaded getrandom v0.2.15 |
396 | 2024-11-25T18:43:47.943Z | Downloaded signal-hook-registry v1.4.2 |
397 | 2024-11-25T18:43:47.943Z | Downloaded once_cell v1.20.2 |
398 | 2024-11-25T18:43:47.945Z | Downloaded hex v0.4.3 |
399 | 2024-11-25T18:43:47.948Z | Downloaded generic-array v0.14.7 |
400 | 2024-11-25T18:43:47.948Z | Downloaded tokio-rustls v0.26.0 |
401 | 2024-11-25T18:43:48.181Z | Downloaded ring v0.17.8 |
402 | 2024-11-25T18:43:48.498Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-11-25T18:43:48.498Z | Compiling unicode-ident v1.0.13 |
404 | 2024-11-25T18:43:48.498Z | Compiling libc v0.2.162 |
405 | 2024-11-25T18:43:48.500Z | Checking cfg-if v1.0.0 |
406 | 2024-11-25T18:43:48.500Z | Compiling autocfg v1.4.0 |
407 | 2024-11-25T18:43:48.500Z | Compiling serde v1.0.215 |
408 | 2024-11-25T18:43:48.522Z | Compiling version_check v0.9.5 |
409 | 2024-11-25T18:43:48.525Z | Checking memchr v2.7.4 |
410 | 2024-11-25T18:43:48.675Z | Compiling serde_json v1.0.132 |
411 | 2024-11-25T18:43:48.693Z | Checking itoa v1.0.11 |
412 | 2024-11-25T18:43:49.169Z | Compiling thiserror v1.0.69 |
413 | 2024-11-25T18:43:49.383Z | Checking once_cell v1.20.2 |
414 | 2024-11-25T18:43:49.410Z | Compiling shlex v1.3.0 |
415 | 2024-11-25T18:43:49.626Z | Compiling cc v1.1.30 |
416 | 2024-11-25T18:43:50.322Z | Checking pin-project-lite v0.2.14 |
417 | 2024-11-25T18:43:50.411Z | Compiling num-traits v0.2.19 |
418 | 2024-11-25T18:43:50.786Z | Checking smallvec v1.13.2 |
419 | 2024-11-25T18:43:50.888Z | Checking bytes v1.8.0 |
420 | 2024-11-25T18:43:51.087Z | Checking ryu v1.0.18 |
421 | 2024-11-25T18:43:51.121Z | Checking futures-core v0.3.31 |
422 | 2024-11-25T18:43:51.123Z | Compiling lock_api v0.4.12 |
423 | 2024-11-25T18:43:51.316Z | Compiling byteorder v1.5.0 |
424 | 2024-11-25T18:43:51.316Z | Compiling parking_lot_core v0.9.10 |
425 | 2024-11-25T18:43:51.599Z | Compiling ahash v0.8.11 |
426 | 2024-11-25T18:43:51.617Z | Checking scopeguard v1.2.0 |
427 | 2024-11-25T18:43:51.620Z | Checking getrandom v0.2.15 |
428 | 2024-11-25T18:43:51.774Z | Compiling schemars v0.8.21 |
429 | 2024-11-25T18:43:51.833Z | Compiling slab v0.4.9 |
430 | 2024-11-25T18:43:51.926Z | Compiling quote v1.0.37 |
431 | 2024-11-25T18:43:52.005Z | Checking log v0.4.22 |
432 | 2024-11-25T18:43:52.033Z | Checking futures-sink v0.3.31 |
433 | 2024-11-25T18:43:52.134Z | Checking socket2 v0.5.7 |
434 | 2024-11-25T18:43:52.156Z | Checking mio v1.0.2 |
435 | 2024-11-25T18:43:52.172Z | Checking signal-hook-registry v1.4.2 |
436 | 2024-11-25T18:43:52.209Z | Checking parking_lot v0.12.3 |
437 | 2024-11-25T18:43:52.257Z | Checking stable_deref_trait v1.2.0 |
438 | 2024-11-25T18:43:52.297Z | Compiling syn v2.0.87 |
439 | 2024-11-25T18:43:52.420Z | Compiling ring v0.17.8 |
440 | 2024-11-25T18:43:52.547Z | Checking equivalent v1.0.1 |
441 | 2024-11-25T18:43:52.570Z | Checking fnv v1.0.7 |
442 | 2024-11-25T18:43:52.592Z | Checking hashbrown v0.15.0 |
443 | 2024-11-25T18:43:52.616Z | Compiling semver v1.0.23 |
444 | 2024-11-25T18:43:52.640Z | Checking futures-channel v0.3.31 |
445 | 2024-11-25T18:43:52.643Z | Checking pin-utils v0.1.0 |
446 | 2024-11-25T18:43:52.687Z | Checking http v1.1.0 |
447 | 2024-11-25T18:43:52.732Z | Checking futures-io v0.3.31 |
448 | 2024-11-25T18:43:52.751Z | Checking futures-task v0.3.31 |
449 | 2024-11-25T18:43:52.929Z | Compiling heck v0.5.0 |
450 | 2024-11-25T18:43:52.982Z | Compiling pkg-config v0.3.31 |
451 | 2024-11-25T18:43:52.985Z | Checking spin v0.9.8 |
452 | 2024-11-25T18:43:53.157Z | Compiling vcpkg v0.2.15 |
453 | 2024-11-25T18:43:53.195Z | Checking rustls-pki-types v1.9.0 |
454 | 2024-11-25T18:43:53.610Z | Checking litemap v0.7.3 |
455 | 2024-11-25T18:43:53.696Z | Compiling ucd-trie v0.1.7 |
456 | 2024-11-25T18:43:54.041Z | Checking iana-time-zone v0.1.61 |
457 | 2024-11-25T18:43:54.058Z | Checking untrusted v0.9.0 |
458 | 2024-11-25T18:43:54.120Z | Compiling httparse v1.9.5 |
459 | 2024-11-25T18:43:54.150Z | Checking writeable v0.5.5 |
460 | 2024-11-25T18:43:54.196Z | Checking tracing-core v0.1.32 |
461 | 2024-11-25T18:43:54.451Z | Checking dyn-clone v1.0.17 |
462 | 2024-11-25T18:43:54.576Z | Compiling allocator-api2 v0.2.18 |
463 | 2024-11-25T18:43:54.707Z | Compiling openssl-sys v0.9.103 |
464 | 2024-11-25T18:43:54.830Z | Checking atomic-waker v1.1.2 |
465 | 2024-11-25T18:43:54.850Z | Checking tracing v0.1.40 |
466 | 2024-11-25T18:43:55.172Z | Checking http-body v1.0.1 |
467 | 2024-11-25T18:43:55.342Z | Checking try-lock v0.2.5 |
468 | 2024-11-25T18:43:55.361Z | Checking icu_locid_transform_data v1.5.0 |
469 | 2024-11-25T18:43:55.456Z | Checking subtle v2.6.1 |
470 | 2024-11-25T18:43:55.475Z | Compiling uuid v1.11.0 |
471 | 2024-11-25T18:43:55.602Z | Checking zeroize v1.8.1 |
472 | 2024-11-25T18:43:55.661Z | Checking want v0.3.1 |
473 | 2024-11-25T18:43:55.820Z | Compiling chrono v0.4.38 |
474 | 2024-11-25T18:43:55.824Z | Compiling openssl v0.10.66 |
475 | 2024-11-25T18:43:55.889Z | Compiling slog v2.7.0 |
476 | 2024-11-25T18:43:55.953Z | Checking icu_properties_data v1.5.0 |
477 | 2024-11-25T18:43:56.182Z | Checking foreign-types-shared v0.1.1 |
478 | 2024-11-25T18:43:56.243Z | Checking httpdate v1.0.3 |
479 | 2024-11-25T18:43:56.275Z | Checking foreign-types v0.3.2 |
480 | 2024-11-25T18:43:56.347Z | Compiling aho-corasick v1.1.3 |
481 | 2024-11-25T18:43:56.370Z | Checking percent-encoding v2.3.1 |
482 | 2024-11-25T18:43:56.451Z | Compiling regex-syntax v0.8.5 |
483 | 2024-11-25T18:43:56.553Z | Checking bitflags v2.6.0 |
484 | 2024-11-25T18:43:56.802Z | Checking tower-service v0.3.3 |
485 | 2024-11-25T18:43:57.486Z | Checking write16 v1.0.0 |
486 | 2024-11-25T18:43:57.553Z | Compiling native-tls v0.2.12 |
487 | 2024-11-25T18:43:57.588Z | Compiling rustls v0.23.14 |
488 | 2024-11-25T18:43:57.827Z | Checking icu_normalizer_data v1.5.0 |
489 | 2024-11-25T18:43:57.851Z | Compiling typenum v1.17.0 |
490 | 2024-11-25T18:43:57.912Z | Checking utf8_iter v1.0.4 |
491 | 2024-11-25T18:43:58.089Z | Checking utf16_iter v1.0.5 |
492 | 2024-11-25T18:43:58.238Z | Checking form_urlencoded v1.2.1 |
493 | 2024-11-25T18:43:58.680Z | Compiling generic-array v0.14.7 |
494 | 2024-11-25T18:43:59.060Z | Checking openssl-probe v0.1.5 |
495 | 2024-11-25T18:43:59.181Z | Compiling synstructure v0.13.1 |
496 | 2024-11-25T18:43:59.309Z | Compiling serde_derive_internals v0.29.1 |
497 | 2024-11-25T18:44:00.387Z | Compiling regex-automata v0.4.8 |
498 | 2024-11-25T18:44:01.230Z | Compiling usdt-impl v0.5.0 |
499 | 2024-11-25T18:44:01.340Z | Checking encoding_rs v0.8.34 |
500 | 2024-11-25T18:44:01.549Z | Compiling num-conv v0.1.0 |
501 | 2024-11-25T18:44:01.592Z | Compiling time-core v0.1.2 |
502 | 2024-11-25T18:44:01.765Z | Checking powerfmt v0.2.0 |
503 | 2024-11-25T18:44:01.768Z | Checking mime v0.3.17 |
504 | 2024-11-25T18:44:02.045Z | Checking deranged v0.3.11 |
505 | 2024-11-25T18:44:02.113Z | Compiling time-macros v0.2.18 |
506 | 2024-11-25T18:44:03.535Z | Compiling thread-id v4.2.2 |
507 | 2024-11-25T18:44:03.591Z | Checking rustls-pemfile v2.2.0 |
508 | 2024-11-25T18:44:03.643Z | Checking webpki-roots v0.26.6 |
509 | 2024-11-25T18:44:03.798Z | Compiling ident_case v1.0.1 |
510 | 2024-11-25T18:44:03.973Z | Compiling strsim v0.11.1 |
511 | 2024-11-25T18:44:04.088Z | Compiling regex v1.11.1 |
512 | 2024-11-25T18:44:04.440Z | Compiling serde_derive v1.0.215 |
513 | 2024-11-25T18:44:04.641Z | Compiling zerocopy-derive v0.7.35 |
514 | 2024-11-25T18:44:04.720Z | Compiling thiserror-impl v1.0.69 |
515 | 2024-11-25T18:44:04.937Z | Compiling schemars_derive v0.8.21 |
516 | 2024-11-25T18:44:04.955Z | Compiling zerofrom-derive v0.1.4 |
517 | 2024-11-25T18:44:05.319Z | Compiling tokio-macros v2.4.0 |
518 | 2024-11-25T18:44:06.552Z | Compiling zerocopy v0.7.35 |
519 | 2024-11-25T18:44:07.552Z | Compiling yoke-derive v0.7.4 |
520 | 2024-11-25T18:44:07.571Z | Checking tokio v1.40.0 |
521 | 2024-11-25T18:44:07.676Z | Compiling zerovec-derive v0.10.3 |
522 | 2024-11-25T18:44:08.091Z | Compiling displaydoc v0.2.5 |
523 | 2024-11-25T18:44:08.192Z | Compiling futures-macro v0.3.31 |
524 | 2024-11-25T18:44:08.322Z | Checking zerofrom v0.1.4 |
525 | 2024-11-25T18:44:09.033Z | Compiling pest v2.7.14 |
526 | 2024-11-25T18:44:09.754Z | Compiling icu_provider_macros v1.5.0 |
527 | 2024-11-25T18:44:10.037Z | Checking futures-util v0.3.31 |
528 | 2024-11-25T18:44:10.118Z | Checking yoke v0.7.4 |
529 | 2024-11-25T18:44:10.140Z | Compiling hashbrown v0.14.5 |
530 | 2024-11-25T18:44:10.453Z | Checking zerovec v0.10.4 |
531 | 2024-11-25T18:44:10.903Z | Checking rustls-webpki v0.102.8 |
532 | 2024-11-25T18:44:11.308Z | Compiling openssl-macros v0.1.1 |
533 | 2024-11-25T18:44:11.659Z | Compiling pest_meta v2.7.14 |
534 | 2024-11-25T18:44:11.876Z | Compiling regress v0.10.1 |
535 | 2024-11-25T18:44:12.125Z | Checking tinystr v0.7.6 |
536 | 2024-11-25T18:44:12.478Z | Checking icu_locid v1.5.0 |
537 | 2024-11-25T18:44:13.541Z | Checking icu_provider v1.5.0 |
538 | 2024-11-25T18:44:14.155Z | Checking icu_locid_transform v1.5.0 |
539 | 2024-11-25T18:44:14.655Z | Checking tokio-util v0.7.12 |
540 | 2024-11-25T18:44:15.129Z | Compiling pest_generator v2.7.14 |
541 | 2024-11-25T18:44:15.179Z | Checking icu_collections v1.5.0 |
542 | 2024-11-25T18:44:15.840Z | Checking icu_properties v1.5.1 |
543 | 2024-11-25T18:44:16.585Z | Checking http-body-util v0.1.2 |
544 | 2024-11-25T18:44:16.653Z | Checking indexmap v2.6.0 |
545 | 2024-11-25T18:44:17.701Z | Compiling serde_tokenstream v0.2.2 |
546 | 2024-11-25T18:44:17.942Z | Checking h2 v0.4.6 |
547 | 2024-11-25T18:44:18.201Z | Compiling pest_derive v2.7.14 |
548 | 2024-11-25T18:44:19.010Z | Compiling scroll_derive v0.12.0 |
549 | 2024-11-25T18:44:19.060Z | Compiling dtrace-parser v0.2.0 |
550 | 2024-11-25T18:44:19.156Z | Checking icu_normalizer v1.5.0 |
551 | 2024-11-25T18:44:19.941Z | Checking idna_adapter v1.2.0 |
552 | 2024-11-25T18:44:20.127Z | Checking idna v1.0.3 |
553 | 2024-11-25T18:44:20.175Z | Compiling dof v0.3.0 |
554 | 2024-11-25T18:44:20.387Z | Checking scroll v0.12.0 |
555 | 2024-11-25T18:44:20.451Z | Checking tokio-native-tls v0.3.1 |
556 | 2024-11-25T18:44:20.687Z | Checking serde_urlencoded v0.7.1 |
557 | 2024-11-25T18:44:20.756Z | Checking tokio-rustls v0.26.0 |
558 | 2024-11-25T18:44:20.872Z | Compiling crossbeam-utils v0.8.20 |
559 | 2024-11-25T18:44:21.069Z | Checking num_threads v0.1.7 |
560 | 2024-11-25T18:44:21.108Z | Checking base64 v0.22.1 |
561 | 2024-11-25T18:44:21.381Z | Checking plain v0.2.3 |
562 | 2024-11-25T18:44:21.521Z | Checking time v0.3.36 |
563 | 2024-11-25T18:44:21.540Z | Checking goblin v0.8.2 |
564 | 2024-11-25T18:44:21.577Z | Checking url v2.5.3 |
565 | 2024-11-25T18:44:22.210Z | Checking hyper v1.5.0 |
566 | 2024-11-25T18:44:22.435Z | Compiling typify-impl v0.2.0 |
567 | 2024-11-25T18:44:22.793Z | Compiling openapiv3 v2.0.0 |
568 | 2024-11-25T18:44:24.374Z | Checking hyper-util v0.1.10 |
569 | 2024-11-25T18:44:25.815Z | Compiling darling_core v0.20.10 |
570 | 2024-11-25T18:44:25.991Z | Checking hyper-rustls v0.27.3 |
571 | 2024-11-25T18:44:26.307Z | Checking hyper-tls v0.6.0 |
572 | 2024-11-25T18:44:26.388Z | Checking dirs-sys-next v0.1.2 |
573 | 2024-11-25T18:44:26.573Z | Checking sync_wrapper v1.0.1 |
574 | 2024-11-25T18:44:26.576Z | Compiling rustversion v1.0.17 |
575 | 2024-11-25T18:44:26.626Z | Compiling paste v1.0.15 |
576 | 2024-11-25T18:44:26.708Z | Checking pretty-hex v0.4.1 |
577 | 2024-11-25T18:44:26.885Z | Compiling unsafe-libyaml v0.2.11 |
578 | 2024-11-25T18:44:26.952Z | Compiling omicron-workspace-hack v0.1.0 |
579 | 2024-11-25T18:44:26.970Z | Checking ipnet v2.10.1 |
580 | 2024-11-25T18:44:27.092Z | Compiling rustls v0.22.4 |
581 | 2024-11-25T18:44:27.287Z | Checking dirs-next v2.0.0 |
582 | 2024-11-25T18:44:27.427Z | Checking reqwest v0.12.9 |
583 | 2024-11-25T18:44:27.446Z | Checking toml_datetime v0.6.8 |
584 | 2024-11-25T18:44:27.749Z | Checking serde_spanned v0.6.8 |
585 | 2024-11-25T18:44:27.822Z | Checking ppv-lite86 v0.2.20 |
586 | 2024-11-25T18:44:27.822Z | Compiling structmeta-derive v0.3.0 |
587 | 2024-11-25T18:44:27.936Z | Checking block-buffer v0.10.4 |
588 | 2024-11-25T18:44:28.117Z | Checking crypto-common v0.1.6 |
589 | 2024-11-25T18:44:28.135Z | Compiling serde_yaml v0.9.34+deprecated |
590 | 2024-11-25T18:44:28.295Z | Checking rand_core v0.6.4 |
591 | 2024-11-25T18:44:28.587Z | Checking thread_local v1.1.8 |
592 | 2024-11-25T18:44:28.624Z | Compiling multer v3.1.0 |
593 | 2024-11-25T18:44:28.687Z | Checking match_cfg v0.1.0 |
594 | 2024-11-25T18:44:28.772Z | Checking winnow v0.6.20 |
595 | 2024-11-25T18:44:28.869Z | Compiling slog-async v2.8.0 |
596 | 2024-11-25T18:44:28.873Z | Compiling anyhow v1.0.93 |
597 | 2024-11-25T18:44:28.929Z | Compiling newtype-uuid v1.1.3 |
598 | 2024-11-25T18:44:29.240Z | Compiling camino v1.1.9 |
599 | 2024-11-25T18:44:29.534Z | Checking progenitor-client v0.8.0 |
600 | 2024-11-25T18:44:29.830Z | Checking hostname v0.3.1 |
601 | 2024-11-25T18:44:29.875Z | Checking rand_chacha v0.3.1 |
602 | 2024-11-25T18:44:29.958Z | Checking digest v0.10.7 |
603 | 2024-11-25T18:44:30.259Z | Checking crossbeam-channel v0.5.13 |
604 | 2024-11-25T18:44:30.346Z | Checking term v0.7.0 |
605 | 2024-11-25T18:44:30.366Z | Compiling structmeta v0.3.0 |
606 | 2024-11-25T18:44:31.001Z | Checking slog-json v2.6.1 |
607 | 2024-11-25T18:44:31.263Z | Compiling usdt-attr-macro v0.5.0 |
608 | 2024-11-25T18:44:31.754Z | Compiling darling_macro v0.20.10 |
609 | 2024-11-25T18:44:31.779Z | Compiling usdt-macro v0.5.0 |
610 | 2024-11-25T18:44:31.847Z | Checking futures-executor v0.3.31 |
611 | 2024-11-25T18:44:31.850Z | Checking toml_edit v0.22.22 |
612 | 2024-11-25T18:44:31.990Z | Compiling async-stream-impl v0.3.6 |
613 | 2024-11-25T18:44:32.056Z | Checking memmap v0.7.0 |
614 | 2024-11-25T18:44:32.275Z | Checking is-terminal v0.4.13 |
615 | 2024-11-25T18:44:32.397Z | Compiling dropshot v0.13.0 |
616 | 2024-11-25T18:44:32.691Z | Compiling darling v0.20.10 |
617 | 2024-11-25T18:44:32.710Z | Checking take_mut v0.2.2 |
618 | 2024-11-25T18:44:32.738Z | Checking cpufeatures v0.2.14 |
619 | 2024-11-25T18:44:32.800Z | Compiling serde_with_macros v3.11.0 |
620 | 2024-11-25T18:44:32.825Z | Checking sha1 v0.10.6 |
621 | 2024-11-25T18:44:33.008Z | Checking usdt v0.5.0 |
622 | 2024-11-25T18:44:33.126Z | Checking slog-term v2.9.1 |
623 | 2024-11-25T18:44:33.157Z | Checking futures v0.3.31 |
624 | 2024-11-25T18:44:33.248Z | Compiling strum_macros v0.26.4 |
625 | 2024-11-25T18:44:33.268Z | Checking slog-bunyan v2.5.0 |
626 | 2024-11-25T18:44:33.285Z | Checking async-stream v0.3.6 |
627 | 2024-11-25T18:44:33.439Z | Compiling parse-display-derive v0.10.0 |
628 | 2024-11-25T18:44:33.467Z | Checking rand v0.8.5 |
629 | 2024-11-25T18:44:33.879Z | Checking tokio-rustls v0.25.0 |
630 | 2024-11-25T18:44:34.437Z | Checking toml v0.8.19 |
631 | 2024-11-25T18:44:34.689Z | Checking ipnetwork v0.20.0 |
632 | 2024-11-25T18:44:34.716Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-11-25T18:44:34.830Z | Checking serde_path_to_error v0.1.16 |
634 | 2024-11-25T18:44:35.039Z | Checking hex v0.4.3 |
635 | 2024-11-25T18:44:35.170Z | Compiling async-trait v0.1.83 |
636 | 2024-11-25T18:44:35.392Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
637 | 2024-11-25T18:44:35.423Z | Checking waitgroup v0.1.2 |
638 | 2024-11-25T18:44:35.563Z | Checking hostname v0.4.0 |
639 | 2024-11-25T18:44:35.593Z | Checking instant v0.1.13 |
640 | 2024-11-25T18:44:35.705Z | Checking debug-ignore v1.0.5 |
641 | 2024-11-25T18:44:35.724Z | Checking backoff v0.4.0 |
642 | 2024-11-25T18:44:35.842Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
643 | 2024-11-25T18:44:35.998Z | Checking serde_with v3.11.0 |
644 | 2024-11-25T18:44:36.001Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
645 | 2024-11-25T18:44:36.161Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
646 | 2024-11-25T18:44:36.278Z | Compiling typify-macro v0.2.0 |
647 | 2024-11-25T18:44:36.304Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
648 | 2024-11-25T18:44:36.344Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
649 | 2024-11-25T18:44:36.654Z | Checking regress v0.9.1 |
650 | 2024-11-25T18:44:37.212Z | Checking macaddr v1.0.1 |
651 | 2024-11-25T18:44:37.267Z | Checking parse-display v0.10.0 |
652 | 2024-11-25T18:44:37.682Z | Checking strum v0.26.3 |
653 | 2024-11-25T18:44:38.849Z | Compiling typify v0.2.0 |
654 | 2024-11-25T18:44:38.928Z | Compiling progenitor-impl v0.8.0 |
655 | 2024-11-25T18:44:41.522Z | Compiling progenitor-macro v0.8.0 |
656 | 2024-11-25T18:44:45.660Z | Checking progenitor v0.8.0 |
657 | 2024-11-25T18:44:45.775Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
658 | 2024-11-25T18:44:48.601Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
659 | 2024-11-25T18:44:56.043Z | Checking test-project v0.1.0 (/tmp/test-project) |
660 | 2024-11-25T18:44:56.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
661 | 2024-11-25T18:44:56.417Z | + cargo build --release |
662 | 2024-11-25T18:44:56.663Z | Compiling proc-macro2 v1.0.89 |
663 | 2024-11-25T18:44:56.663Z | Compiling unicode-ident v1.0.13 |
664 | 2024-11-25T18:44:56.663Z | Compiling libc v0.2.162 |
665 | 2024-11-25T18:44:56.666Z | Compiling cfg-if v1.0.0 |
666 | 2024-11-25T18:44:56.666Z | Compiling autocfg v1.4.0 |
667 | 2024-11-25T18:44:56.666Z | Compiling version_check v0.9.5 |
668 | 2024-11-25T18:44:56.666Z | Compiling serde v1.0.215 |
669 | 2024-11-25T18:44:56.666Z | Compiling memchr v2.7.4 |
670 | 2024-11-25T18:44:56.775Z | Compiling serde_json v1.0.132 |
671 | 2024-11-25T18:44:56.856Z | Compiling itoa v1.0.11 |
672 | 2024-11-25T18:44:57.108Z | Compiling thiserror v1.0.69 |
673 | 2024-11-25T18:44:57.244Z | Compiling once_cell v1.20.2 |
674 | 2024-11-25T18:44:57.307Z | Compiling shlex v1.3.0 |
675 | 2024-11-25T18:44:57.635Z | Compiling cc v1.1.30 |
676 | 2024-11-25T18:44:57.671Z | Compiling num-traits v0.2.19 |
677 | 2024-11-25T18:44:57.938Z | Compiling pin-project-lite v0.2.14 |
678 | 2024-11-25T18:44:57.999Z | Compiling smallvec v1.13.2 |
679 | 2024-11-25T18:44:58.046Z | Compiling ryu v1.0.18 |
680 | 2024-11-25T18:44:58.208Z | Compiling getrandom v0.2.15 |
681 | 2024-11-25T18:44:58.343Z | Compiling quote v1.0.37 |
682 | 2024-11-25T18:44:58.427Z | Compiling bytes v1.8.0 |
683 | 2024-11-25T18:44:58.524Z | Compiling futures-core v0.3.31 |
684 | 2024-11-25T18:44:58.580Z | Compiling lock_api v0.4.12 |
685 | 2024-11-25T18:44:58.671Z | Compiling ahash v0.8.11 |
686 | 2024-11-25T18:44:58.749Z | Compiling syn v2.0.87 |
687 | 2024-11-25T18:44:58.897Z | Compiling schemars v0.8.21 |
688 | 2024-11-25T18:44:58.973Z | Compiling byteorder v1.5.0 |
689 | 2024-11-25T18:44:59.034Z | Compiling parking_lot_core v0.9.10 |
690 | 2024-11-25T18:44:59.264Z | Compiling scopeguard v1.2.0 |
691 | 2024-11-25T18:44:59.407Z | Compiling slab v0.4.9 |
692 | 2024-11-25T18:44:59.462Z | Compiling log v0.4.22 |
693 | 2024-11-25T18:44:59.737Z | Compiling futures-sink v0.3.31 |
694 | 2024-11-25T18:44:59.838Z | Compiling parking_lot v0.12.3 |
695 | 2024-11-25T18:44:59.888Z | Compiling signal-hook-registry v1.4.2 |
696 | 2024-11-25T18:44:59.896Z | Compiling mio v1.0.2 |
697 | 2024-11-25T18:45:00.002Z | Compiling socket2 v0.5.7 |
698 | 2024-11-25T18:45:00.272Z | Compiling semver v1.0.23 |
699 | 2024-11-25T18:45:00.280Z | Compiling stable_deref_trait v1.2.0 |
700 | 2024-11-25T18:45:00.597Z | Compiling ring v0.17.8 |
701 | 2024-11-25T18:45:00.692Z | Compiling fnv v1.0.7 |
702 | 2024-11-25T18:45:00.757Z | Compiling hashbrown v0.15.0 |
703 | 2024-11-25T18:45:00.812Z | Compiling equivalent v1.0.1 |
704 | 2024-11-25T18:45:00.911Z | Compiling http v1.1.0 |
705 | 2024-11-25T18:45:01.403Z | Compiling futures-channel v0.3.31 |
706 | 2024-11-25T18:45:01.561Z | Compiling futures-task v0.3.31 |
707 | 2024-11-25T18:45:01.620Z | Compiling pin-utils v0.1.0 |
708 | 2024-11-25T18:45:01.703Z | Compiling futures-io v0.3.31 |
709 | 2024-11-25T18:45:01.854Z | Compiling rustls-pki-types v1.9.0 |
710 | 2024-11-25T18:45:01.899Z | Compiling spin v0.9.8 |
711 | 2024-11-25T18:45:02.009Z | Compiling heck v0.5.0 |
712 | 2024-11-25T18:45:02.033Z | Compiling vcpkg v0.2.15 |
713 | 2024-11-25T18:45:02.138Z | Compiling pkg-config v0.3.31 |
714 | 2024-11-25T18:45:03.102Z | Compiling writeable v0.5.5 |
715 | 2024-11-25T18:45:03.285Z | Compiling httparse v1.9.5 |
716 | 2024-11-25T18:45:03.660Z | Compiling openssl-sys v0.9.103 |
717 | 2024-11-25T18:45:03.668Z | Compiling ucd-trie v0.1.7 |
718 | 2024-11-25T18:45:03.952Z | Compiling untrusted v0.9.0 |
719 | 2024-11-25T18:45:04.106Z | Compiling iana-time-zone v0.1.61 |
720 | 2024-11-25T18:45:04.125Z | Compiling litemap v0.7.3 |
721 | 2024-11-25T18:45:04.410Z | Compiling tracing-core v0.1.32 |
722 | 2024-11-25T18:45:04.786Z | Compiling allocator-api2 v0.2.18 |
723 | 2024-11-25T18:45:04.860Z | Compiling dyn-clone v1.0.17 |
724 | 2024-11-25T18:45:04.887Z | Compiling atomic-waker v1.1.2 |
725 | 2024-11-25T18:45:05.572Z | Compiling tracing v0.1.40 |
726 | 2024-11-25T18:45:05.608Z | Compiling http-body v1.0.1 |
727 | 2024-11-25T18:45:05.851Z | Compiling zeroize v1.8.1 |
728 | 2024-11-25T18:45:05.976Z | Compiling chrono v0.4.38 |
729 | 2024-11-25T18:45:06.169Z | Compiling icu_locid_transform_data v1.5.0 |
730 | 2024-11-25T18:45:06.241Z | Compiling subtle v2.6.1 |
731 | 2024-11-25T18:45:06.253Z | Compiling try-lock v0.2.5 |
732 | 2024-11-25T18:45:06.392Z | Compiling uuid v1.11.0 |
733 | 2024-11-25T18:45:06.422Z | Compiling synstructure v0.13.1 |
734 | 2024-11-25T18:45:06.498Z | Compiling serde_derive_internals v0.29.1 |
735 | 2024-11-25T18:45:06.693Z | Compiling want v0.3.1 |
736 | 2024-11-25T18:45:07.029Z | Compiling httpdate v1.0.3 |
737 | 2024-11-25T18:45:07.762Z | Compiling foreign-types-shared v0.1.1 |
738 | 2024-11-25T18:45:07.836Z | Compiling icu_properties_data v1.5.0 |
739 | 2024-11-25T18:45:07.861Z | Compiling slog v2.7.0 |
740 | 2024-11-25T18:45:08.002Z | Compiling openssl v0.10.66 |
741 | 2024-11-25T18:45:08.386Z | Compiling foreign-types v0.3.2 |
742 | 2024-11-25T18:45:08.467Z | Compiling aho-corasick v1.1.3 |
743 | 2024-11-25T18:45:08.720Z | Compiling typenum v1.17.0 |
744 | 2024-11-25T18:45:09.018Z | Compiling icu_normalizer_data v1.5.0 |
745 | 2024-11-25T18:45:09.116Z | Compiling utf8_iter v1.0.4 |
746 | 2024-11-25T18:45:09.379Z | Compiling bitflags v2.6.0 |
747 | 2024-11-25T18:45:09.693Z | Compiling percent-encoding v2.3.1 |
748 | 2024-11-25T18:45:09.700Z | Compiling rustls v0.23.14 |
749 | 2024-11-25T18:45:09.886Z | Compiling tower-service v0.3.3 |
750 | 2024-11-25T18:45:09.993Z | Compiling utf16_iter v1.0.5 |
751 | 2024-11-25T18:45:10.014Z | Compiling write16 v1.0.0 |
752 | 2024-11-25T18:45:10.142Z | Compiling regex-syntax v0.8.5 |
753 | 2024-11-25T18:45:10.203Z | Compiling native-tls v0.2.12 |
754 | 2024-11-25T18:45:10.400Z | Compiling form_urlencoded v1.2.1 |
755 | 2024-11-25T18:45:10.981Z | Compiling generic-array v0.14.7 |
756 | 2024-11-25T18:45:11.294Z | Compiling openssl-probe v0.1.5 |
757 | 2024-11-25T18:45:11.920Z | Compiling serde_derive v1.0.215 |
758 | 2024-11-25T18:45:12.300Z | Compiling zerocopy-derive v0.7.35 |
759 | 2024-11-25T18:45:12.613Z | Compiling thiserror-impl v1.0.69 |
760 | 2024-11-25T18:45:12.880Z | Compiling schemars_derive v0.8.21 |
761 | 2024-11-25T18:45:13.216Z | Compiling zerofrom-derive v0.1.4 |
762 | 2024-11-25T18:45:14.380Z | Compiling zerocopy v0.7.35 |
763 | 2024-11-25T18:45:15.849Z | Compiling tokio-macros v2.4.0 |
764 | 2024-11-25T18:45:15.883Z | Compiling yoke-derive v0.7.4 |
765 | 2024-11-25T18:45:16.010Z | Compiling zerovec-derive v0.10.3 |
766 | 2024-11-25T18:45:16.783Z | Compiling zerofrom v0.1.4 |
767 | 2024-11-25T18:45:17.016Z | Compiling displaydoc v0.2.5 |
768 | 2024-11-25T18:45:17.400Z | Compiling tokio v1.40.0 |
769 | 2024-11-25T18:45:17.424Z | Compiling futures-macro v0.3.31 |
770 | 2024-11-25T18:45:18.534Z | Compiling yoke v0.7.4 |
771 | 2024-11-25T18:45:18.574Z | Compiling pest v2.7.14 |
772 | 2024-11-25T18:45:18.906Z | Compiling zerovec v0.10.4 |
773 | 2024-11-25T18:45:19.116Z | Compiling icu_provider_macros v1.5.0 |
774 | 2024-11-25T18:45:19.149Z | Compiling hashbrown v0.14.5 |
775 | 2024-11-25T18:45:19.292Z | Compiling futures-util v0.3.31 |
776 | 2024-11-25T18:45:20.452Z | Compiling rustls-webpki v0.102.8 |
777 | 2024-11-25T18:45:21.495Z | Compiling tinystr v0.7.6 |
778 | 2024-11-25T18:45:21.951Z | Compiling icu_locid v1.5.0 |
779 | 2024-11-25T18:45:21.974Z | Compiling pest_meta v2.7.14 |
780 | 2024-11-25T18:45:25.228Z | Compiling icu_provider v1.5.0 |
781 | 2024-11-25T18:45:26.054Z | Compiling indexmap v2.6.0 |
782 | 2024-11-25T18:45:27.495Z | Compiling serde_tokenstream v0.2.2 |
783 | 2024-11-25T18:45:28.076Z | Compiling tokio-util v0.7.12 |
784 | 2024-11-25T18:45:28.288Z | Compiling icu_locid_transform v1.5.0 |
785 | 2024-11-25T18:45:29.301Z | Compiling h2 v0.4.6 |
786 | 2024-11-25T18:45:32.611Z | Compiling pest_generator v2.7.14 |
787 | 2024-11-25T18:45:32.882Z | Compiling icu_collections v1.5.0 |
788 | 2024-11-25T18:45:34.384Z | Compiling regress v0.10.1 |
789 | 2024-11-25T18:45:34.436Z | Compiling pest_derive v2.7.14 |
790 | 2024-11-25T18:45:35.367Z | Compiling hyper v1.5.0 |
791 | 2024-11-25T18:45:35.700Z | Compiling icu_properties v1.5.1 |
792 | 2024-11-25T18:45:37.042Z | Compiling openssl-macros v0.1.1 |
793 | 2024-11-25T18:45:39.295Z | Compiling typify-impl v0.2.0 |
794 | 2024-11-25T18:45:42.190Z | Compiling icu_normalizer v1.5.0 |
795 | 2024-11-25T18:45:43.139Z | Compiling hyper-util v0.1.10 |
796 | 2024-11-25T18:45:46.718Z | Compiling regex-automata v0.4.8 |
797 | 2024-11-25T18:45:47.522Z | Compiling idna_adapter v1.2.0 |
798 | 2024-11-25T18:45:48.579Z | Compiling http-body-util v0.1.2 |
799 | 2024-11-25T18:45:49.148Z | Compiling scroll_derive v0.12.0 |
800 | 2024-11-25T18:45:49.197Z | Compiling usdt-impl v0.5.0 |
801 | 2024-11-25T18:45:49.564Z | Compiling encoding_rs v0.8.34 |
802 | 2024-11-25T18:45:50.605Z | Compiling mime v0.3.17 |
803 | 2024-11-25T18:45:51.295Z | Compiling typify-macro v0.2.0 |
804 | 2024-11-25T18:45:51.731Z | Compiling regex v1.11.1 |
805 | 2024-11-25T18:45:52.288Z | Compiling powerfmt v0.2.0 |
806 | 2024-11-25T18:45:52.765Z | Compiling num-conv v0.1.0 |
807 | 2024-11-25T18:45:53.034Z | Compiling time-core v0.1.2 |
808 | 2024-11-25T18:45:53.203Z | Compiling time-macros v0.2.18 |
809 | 2024-11-25T18:45:54.616Z | Compiling deranged v0.3.11 |
810 | 2024-11-25T18:45:55.087Z | Compiling scroll v0.12.0 |
811 | 2024-11-25T18:45:55.725Z | Compiling tokio-rustls v0.26.0 |
812 | 2024-11-25T18:45:56.193Z | Compiling tokio-native-tls v0.3.1 |
813 | 2024-11-25T18:45:56.314Z | Compiling idna v1.0.3 |
814 | 2024-11-25T18:46:00.329Z | Compiling dtrace-parser v0.2.0 |
815 | 2024-11-25T18:46:02.115Z | Compiling dof v0.3.0 |
816 | 2024-11-25T18:46:02.127Z | Compiling serde_urlencoded v0.7.1 |
817 | 2024-11-25T18:46:03.063Z | Compiling thread-id v4.2.2 |
818 | 2024-11-25T18:46:03.169Z | Compiling rustls-pemfile v2.2.0 |
819 | 2024-11-25T18:46:03.636Z | Compiling webpki-roots v0.26.6 |
820 | 2024-11-25T18:46:03.847Z | Compiling plain v0.2.3 |
821 | 2024-11-25T18:46:04.176Z | Compiling crossbeam-utils v0.8.20 |
822 | 2024-11-25T18:46:04.253Z | Compiling num_threads v0.1.7 |
823 | 2024-11-25T18:46:04.374Z | Compiling ident_case v1.0.1 |
824 | 2024-11-25T18:46:04.542Z | Compiling base64 v0.22.1 |
825 | 2024-11-25T18:46:05.677Z | Compiling strsim v0.11.1 |
826 | 2024-11-25T18:46:05.704Z | Compiling omicron-workspace-hack v0.1.0 |
827 | 2024-11-25T18:46:05.956Z | Compiling time v0.3.36 |
828 | 2024-11-25T18:46:06.026Z | Compiling darling_core v0.20.10 |
829 | 2024-11-25T18:46:10.424Z | Compiling goblin v0.8.2 |
830 | 2024-11-25T18:46:10.778Z | Compiling hyper-rustls v0.27.3 |
831 | 2024-11-25T18:46:13.792Z | Compiling url v2.5.3 |
832 | 2024-11-25T18:46:15.563Z | Compiling hyper-tls v0.6.0 |
833 | 2024-11-25T18:46:15.747Z | Compiling typify v0.2.0 |
834 | 2024-11-25T18:46:15.877Z | Compiling openapiv3 v2.0.0 |
835 | 2024-11-25T18:46:16.374Z | Compiling sync_wrapper v1.0.1 |
836 | 2024-11-25T18:46:16.520Z | Compiling dirs-sys-next v0.1.2 |
837 | 2024-11-25T18:46:18.052Z | Compiling rustversion v1.0.17 |
838 | 2024-11-25T18:46:18.734Z | Compiling pretty-hex v0.4.1 |
839 | 2024-11-25T18:46:18.950Z | Compiling paste v1.0.15 |
840 | 2024-11-25T18:46:19.449Z | Compiling ipnet v2.10.1 |
841 | 2024-11-25T18:46:19.708Z | Compiling rustls v0.22.4 |
842 | 2024-11-25T18:46:20.014Z | Compiling unsafe-libyaml v0.2.11 |
843 | 2024-11-25T18:46:20.238Z | Compiling reqwest v0.12.9 |
844 | 2024-11-25T18:46:21.795Z | Compiling serde_yaml v0.9.34+deprecated |
845 | 2024-11-25T18:46:22.512Z | Compiling progenitor-impl v0.8.0 |
846 | 2024-11-25T18:46:25.799Z | Compiling dirs-next v2.0.0 |
847 | 2024-11-25T18:46:26.054Z | Compiling darling_macro v0.20.10 |
848 | 2024-11-25T18:46:29.387Z | Compiling crypto-common v0.1.6 |
849 | 2024-11-25T18:46:29.394Z | Compiling block-buffer v0.10.4 |
850 | 2024-11-25T18:46:29.598Z | Compiling toml_datetime v0.6.8 |
851 | 2024-11-25T18:46:29.635Z | Compiling serde_spanned v0.6.8 |
852 | 2024-11-25T18:46:29.710Z | Compiling ppv-lite86 v0.2.20 |
853 | 2024-11-25T18:46:29.865Z | Compiling structmeta-derive v0.3.0 |
854 | 2024-11-25T18:46:30.281Z | Compiling rand_core v0.6.4 |
855 | 2024-11-25T18:46:30.746Z | Compiling thread_local v1.1.8 |
856 | 2024-11-25T18:46:30.764Z | Compiling multer v3.1.0 |
857 | 2024-11-25T18:46:31.088Z | Compiling match_cfg v0.1.0 |
858 | 2024-11-25T18:46:31.171Z | Compiling anyhow v1.0.93 |
859 | 2024-11-25T18:46:31.444Z | Compiling winnow v0.6.20 |
860 | 2024-11-25T18:46:31.750Z | Compiling slog-async v2.8.0 |
861 | 2024-11-25T18:46:32.235Z | Compiling camino v1.1.9 |
862 | 2024-11-25T18:46:32.572Z | Compiling newtype-uuid v1.1.3 |
863 | 2024-11-25T18:46:32.843Z | Compiling structmeta v0.3.0 |
864 | 2024-11-25T18:46:33.182Z | Compiling hostname v0.3.1 |
865 | 2024-11-25T18:46:33.422Z | Compiling rand_chacha v0.3.1 |
866 | 2024-11-25T18:46:33.666Z | Compiling digest v0.10.7 |
867 | 2024-11-25T18:46:34.081Z | Compiling progenitor-macro v0.8.0 |
868 | 2024-11-25T18:46:34.966Z | Compiling crossbeam-channel v0.5.13 |
869 | 2024-11-25T18:46:35.588Z | Compiling toml_edit v0.22.22 |
870 | 2024-11-25T18:46:35.932Z | Compiling darling v0.20.10 |
871 | 2024-11-25T18:46:36.035Z | Compiling term v0.7.0 |
872 | 2024-11-25T18:46:38.943Z | Compiling progenitor-client v0.8.0 |
873 | 2024-11-25T18:46:40.725Z | Compiling usdt-macro v0.5.0 |
874 | 2024-11-25T18:46:42.042Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-11-25T18:46:43.494Z | Compiling slog-json v2.6.1 |
876 | 2024-11-25T18:46:43.954Z | Compiling futures-executor v0.3.31 |
877 | 2024-11-25T18:46:44.485Z | Compiling async-stream-impl v0.3.6 |
878 | 2024-11-25T18:46:45.133Z | Compiling is-terminal v0.4.13 |
879 | 2024-11-25T18:46:45.251Z | Compiling memmap v0.7.0 |
880 | 2024-11-25T18:46:45.655Z | Compiling dropshot v0.13.0 |
881 | 2024-11-25T18:46:45.824Z | Compiling take_mut v0.2.2 |
882 | 2024-11-25T18:46:45.970Z | Compiling cpufeatures v0.2.14 |
883 | 2024-11-25T18:46:46.060Z | Compiling sha1 v0.10.6 |
884 | 2024-11-25T18:46:46.761Z | Compiling async-stream v0.3.6 |
885 | 2024-11-25T18:46:46.894Z | Compiling progenitor v0.8.0 |
886 | 2024-11-25T18:46:47.060Z | Compiling usdt v0.5.0 |
887 | 2024-11-25T18:46:47.110Z | Compiling slog-term v2.9.1 |
888 | 2024-11-25T18:46:48.607Z | Compiling tokio-rustls v0.25.0 |
889 | 2024-11-25T18:46:49.038Z | Compiling futures v0.3.31 |
890 | 2024-11-25T18:46:49.232Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-11-25T18:46:49.458Z | Compiling toml v0.8.19 |
892 | 2024-11-25T18:46:49.498Z | Compiling strum_macros v0.26.4 |
893 | 2024-11-25T18:46:50.032Z | Compiling serde_with_macros v3.11.0 |
894 | 2024-11-25T18:46:52.750Z | Compiling rand v0.8.5 |
895 | 2024-11-25T18:46:56.180Z | Compiling parse-display-derive v0.10.0 |
896 | 2024-11-25T18:46:57.305Z | Compiling ipnetwork v0.20.0 |
897 | 2024-11-25T18:46:58.388Z | Compiling dropshot_endpoint v0.13.0 |
898 | 2024-11-25T18:46:58.626Z | Compiling serde_path_to_error v0.1.16 |
899 | 2024-11-25T18:46:59.699Z | Compiling hex v0.4.3 |
900 | 2024-11-25T18:47:00.243Z | Compiling async-trait v0.1.83 |
901 | 2024-11-25T18:47:00.410Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-11-25T18:47:01.217Z | Compiling waitgroup v0.1.2 |
903 | 2024-11-25T18:47:01.458Z | Compiling hostname v0.4.0 |
904 | 2024-11-25T18:47:01.712Z | Compiling instant v0.1.13 |
905 | 2024-11-25T18:47:01.869Z | Compiling debug-ignore v1.0.5 |
906 | 2024-11-25T18:47:02.009Z | Compiling backoff v0.4.0 |
907 | 2024-11-25T18:47:02.350Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
908 | 2024-11-25T18:47:02.400Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
909 | 2024-11-25T18:47:02.530Z | Compiling parse-display v0.10.0 |
910 | 2024-11-25T18:47:02.565Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
911 | 2024-11-25T18:47:02.806Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
912 | 2024-11-25T18:47:03.363Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
913 | 2024-11-25T18:47:04.651Z | Compiling strum v0.26.3 |
914 | 2024-11-25T18:47:04.685Z | Compiling serde_with v3.11.0 |
915 | 2024-11-25T18:47:04.818Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
916 | 2024-11-25T18:47:05.642Z | Compiling regress v0.9.1 |
917 | 2024-11-25T18:47:07.581Z | Compiling macaddr v1.0.1 |
918 | 2024-11-25T18:47:11.608Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
919 | 2024-11-25T18:47:23.433Z | Compiling test-project v0.1.0 (/tmp/test-project) |
920 | 2024-11-25T18:47:33.556Z | Finished `release` profile [optimized] target(s) in 2m 37s |
921 | 2024-11-25T18:47:33.624Z | process exited: duration 237962 ms, exit code 0 |
|
922 | 2024-11-25T18:47:33.630Z | found 0 output files |