|
|
|
1 | 2024-11-28T00:50:11.267Z | job assigned to worker 01JDR3WJ47K3C88J3BRQB8KMDM [factory aws, i-0b47d3c1379666112] (queued for 1 m 4 s) |
|
2 | 2024-11-28T00:50:19.293Z | starting task 0: "setup" |
3 | 2024-11-28T00:50:19.302Z | ++ uname -s |
4 | 2024-11-28T00:50:19.305Z | + kern=SunOS |
5 | 2024-11-28T00:50:19.305Z | + case "$kern" in |
6 | 2024-11-28T00:50:19.305Z | + groupadd -g 12345 build |
7 | 2024-11-28T00:50:19.308Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-28T00:50:21.313Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-28T00:50:21.402Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-28T00:50:21.406Z | + home_fs=zfs |
11 | 2024-11-28T00:50:21.406Z | + [[ zfs == autofs ]] |
12 | 2024-11-28T00:50:21.406Z | + mkdir -p /home/build |
13 | 2024-11-28T00:50:21.406Z | + chown build:build /home/build /work |
14 | 2024-11-28T00:50:23.417Z | + chmod 0700 /home/build /work |
15 | 2024-11-28T00:50:23.419Z | process exited: duration 4118 ms, exit code 0 |
|
16 | 2024-11-28T00:50:23.425Z | starting task 1: "rust-toolchain" |
17 | 2024-11-28T00:50:23.429Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-28T00:50:23.429Z | ' 1.81.0 |
19 | 2024-11-28T00:50:23.429Z | * toolchain channel = "1.81.0" |
20 | 2024-11-28T00:50:23.429Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-28T00:50:23.429Z | ' default |
22 | 2024-11-28T00:50:23.432Z | * toolchain profile = "default" |
23 | 2024-11-28T00:50:23.432Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-28T00:50:23.432Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-28T00:50:23.550Z | info: downloading installer |
26 | 2024-11-28T00:50:25.290Z | info: profile set to 'default' |
27 | 2024-11-28T00:50:25.290Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-28T00:50:25.292Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-28T00:50:25.448Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-28T00:50:25.448Z | info: downloading component 'cargo' |
31 | 2024-11-28T00:50:26.343Z | info: downloading component 'clippy' |
32 | 2024-11-28T00:50:26.650Z | info: downloading component 'rust-docs' |
33 | 2024-11-28T00:50:27.869Z | info: downloading component 'rust-std' |
34 | 2024-11-28T00:50:29.767Z | info: downloading component 'rustc' |
35 | 2024-11-28T00:50:36.583Z | info: downloading component 'rustfmt' |
36 | 2024-11-28T00:50:36.836Z | info: installing component 'cargo' |
37 | 2024-11-28T00:50:37.623Z | info: installing component 'clippy' |
38 | 2024-11-28T00:50:37.977Z | info: installing component 'rust-docs' |
39 | 2024-11-28T00:50:39.588Z | info: installing component 'rust-std' |
40 | 2024-11-28T00:50:41.291Z | info: installing component 'rustc' |
41 | 2024-11-28T00:50:46.751Z | info: installing component 'rustfmt' |
42 | 2024-11-28T00:50:47.113Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-28T00:50:47.116Z | |
44 | 2024-11-28T00:50:47.510Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-28T00:50:47.510Z | |
46 | 2024-11-28T00:50:47.512Z | |
47 | 2024-11-28T00:50:47.512Z | Rust is installed now. Great! |
48 | 2024-11-28T00:50:47.512Z | |
49 | 2024-11-28T00:50:47.512Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-28T00:50:47.512Z | environment variable. This has not been done automatically. |
51 | 2024-11-28T00:50:47.512Z | |
52 | 2024-11-28T00:50:47.512Z | To configure your current shell, you need to source |
53 | 2024-11-28T00:50:47.512Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-28T00:50:47.512Z | |
55 | 2024-11-28T00:50:47.512Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-28T00:50:47.512Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-28T00:50:47.512Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-28T00:50:47.584Z | + rustc --version |
59 | 2024-11-28T00:50:47.647Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-28T00:50:47.650Z | process exited: duration 24221 ms, exit code 0 |
|
61 | 2024-11-28T00:50:47.661Z | starting task 2: "authentication" |
62 | 2024-11-28T00:50:47.681Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-28T00:50:47.689Z | starting task 3: "clone repository" |
64 | 2024-11-28T00:50:47.692Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-28T00:50:47.695Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-28T00:50:48.990Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-28T00:50:55.968Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-28T00:50:55.968Z | + git fetch origin 4f6d2d277229bd23b8e46d0e30639770edb47afb |
69 | 2024-11-28T00:50:56.237Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-28T00:50:56.237Z | * branch 4f6d2d277229bd23b8e46d0e30639770edb47afb -> FETCH_HEAD |
71 | 2024-11-28T00:50:56.247Z | + [[ -n support-bundle-bg-task ]] |
72 | 2024-11-28T00:50:56.249Z | ++ git branch --show-current |
73 | 2024-11-28T00:50:56.252Z | + current=main |
74 | 2024-11-28T00:50:56.252Z | + [[ main != support-bundle-bg-task ]] |
75 | 2024-11-28T00:50:56.252Z | + git branch -f support-bundle-bg-task 4f6d2d277229bd23b8e46d0e30639770edb47afb |
76 | 2024-11-28T00:50:56.255Z | + git checkout -f support-bundle-bg-task |
77 | 2024-11-28T00:50:56.365Z | Switched to branch 'support-bundle-bg-task' |
78 | 2024-11-28T00:50:56.367Z | + git reset --hard 4f6d2d277229bd23b8e46d0e30639770edb47afb |
79 | 2024-11-28T00:50:56.479Z | HEAD is now at 4f6d2d277 Merge branch 'support-bundles-crdb' into support-bundle-bg-task |
80 | 2024-11-28T00:50:56.481Z | process exited: duration 8791 ms, exit code 0 |
|
81 | 2024-11-28T00:50:56.486Z | starting task 4: "build" |
82 | 2024-11-28T00:50:56.491Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-28T00:50:56.491Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-28T00:50:56.494Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-28T00:50:56.494Z | + cargo --version |
86 | 2024-11-28T00:50:56.540Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-28T00:50:56.542Z | + rustc --version |
88 | 2024-11-28T00:50:56.601Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-28T00:50:56.604Z | + cd /tmp |
90 | 2024-11-28T00:50:56.604Z | + cargo new --lib test-project |
91 | 2024-11-28T00:50:56.657Z | Creating library `test-project` package |
92 | 2024-11-28T00:50:56.731Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-28T00:50:56.734Z | + cd test-project |
94 | 2024-11-28T00:50:56.734Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-28T00:50:56.792Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-28T00:50:56.792Z | Features: |
97 | 2024-11-28T00:50:56.792Z | - proptest |
98 | 2024-11-28T00:50:56.792Z | - test-strategy |
99 | 2024-11-28T00:50:56.792Z | - testing |
100 | 2024-11-28T00:50:56.795Z | Updating crates.io index |
101 | 2024-11-28T00:50:56.867Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-28T00:50:57.317Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-28T00:50:57.755Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-28T00:50:58.206Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-28T00:50:59.517Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-28T00:50:59.520Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-28T00:50:59.520Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-28T00:50:59.520Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-28T00:50:59.520Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
110 | 2024-11-28T00:50:59.522Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-28T00:50:59.522Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
112 | 2024-11-28T00:50:59.522Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
113 | 2024-11-28T00:50:59.522Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-28T00:50:59.522Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-28T00:50:59.525Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-28T00:50:59.525Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-28T00:50:59.527Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-28T00:50:59.533Z | Adding rustls v0.22.4 (latest: v0.23.19) |
119 | 2024-11-28T00:50:59.535Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-28T00:50:59.541Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-28T00:50:59.543Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-28T00:50:59.543Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-28T00:50:59.544Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-28T00:50:59.544Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
125 | 2024-11-28T00:50:59.544Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
126 | 2024-11-28T00:50:59.544Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
127 | 2024-11-28T00:50:59.544Z | Adding windows v0.52.0 (latest: v0.58.0) |
128 | 2024-11-28T00:50:59.544Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
129 | 2024-11-28T00:50:59.544Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
130 | 2024-11-28T00:50:59.544Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
131 | 2024-11-28T00:50:59.544Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
132 | 2024-11-28T00:50:59.544Z | Adding writeable v0.5.5 (latest: v0.6.0) |
133 | 2024-11-28T00:50:59.544Z | Adding zerocopy v0.7.35 (latest: v0.8.11) |
134 | 2024-11-28T00:50:59.547Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.11) |
135 | 2024-11-28T00:50:59.547Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
136 | 2024-11-28T00:50:59.547Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
137 | 2024-11-28T00:50:59.620Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
138 | 2024-11-28T00:50:59.623Z | + cargo check |
139 | 2024-11-28T00:50:59.802Z | Updating crates.io index |
140 | 2024-11-28T00:51:00.546Z | Locking 2 packages to latest compatible versions |
141 | 2024-11-28T00:51:04.097Z | Adding omicron-workspace-hack v0.1.0 |
142 | 2024-11-28T00:51:06.377Z | Adding test-project v0.1.0 (/tmp/test-project) |
143 | 2024-11-28T00:51:07.280Z | Downloading crates ... |
144 | 2024-11-28T00:51:07.388Z | Downloaded memmap v0.7.0 |
145 | 2024-11-28T00:51:07.392Z | Downloaded thiserror-impl v1.0.69 |
146 | 2024-11-28T00:51:07.395Z | Downloaded async-stream v0.3.6 |
147 | 2024-11-28T00:51:07.397Z | Downloaded thread-id v4.2.2 |
148 | 2024-11-28T00:51:07.399Z | Downloaded autocfg v1.4.0 |
149 | 2024-11-28T00:51:07.402Z | Downloaded anyhow v1.0.93 |
150 | 2024-11-28T00:51:07.405Z | Downloaded async-stream-impl v0.3.6 |
151 | 2024-11-28T00:51:07.412Z | Downloaded atomic-waker v1.1.2 |
152 | 2024-11-28T00:51:07.414Z | Downloaded async-trait v0.1.83 |
153 | 2024-11-28T00:51:07.416Z | Downloaded backoff v0.4.0 |
154 | 2024-11-28T00:51:07.419Z | Downloaded ahash v0.8.11 |
155 | 2024-11-28T00:51:07.421Z | Downloaded allocator-api2 v0.2.18 |
156 | 2024-11-28T00:51:07.424Z | Downloaded base64 v0.22.1 |
157 | 2024-11-28T00:51:07.429Z | Downloaded bitflags v2.6.0 |
158 | 2024-11-28T00:51:07.433Z | Downloaded thread_local v1.1.8 |
159 | 2024-11-28T00:51:07.436Z | Downloaded aho-corasick v1.1.3 |
160 | 2024-11-28T00:51:07.441Z | Downloaded darling_macro v0.20.10 |
161 | 2024-11-28T00:51:07.443Z | Downloaded cpufeatures v0.2.14 |
162 | 2024-11-28T00:51:07.443Z | Downloaded tinyvec v1.8.0 |
163 | 2024-11-28T00:51:07.446Z | Downloaded tinystr v0.7.6 |
164 | 2024-11-28T00:51:07.449Z | Downloaded time-macros v0.2.18 |
165 | 2024-11-28T00:51:07.451Z | Downloaded dirs-sys-next v0.1.2 |
166 | 2024-11-28T00:51:07.453Z | Downloaded time-core v0.1.2 |
167 | 2024-11-28T00:51:07.453Z | Downloaded byteorder v1.5.0 |
168 | 2024-11-28T00:51:07.455Z | Downloaded dirs-next v2.0.0 |
169 | 2024-11-28T00:51:07.458Z | Downloaded darling v0.20.10 |
170 | 2024-11-28T00:51:07.461Z | Downloaded crossbeam-utils v0.8.20 |
171 | 2024-11-28T00:51:07.463Z | Downloaded tracing-core v0.1.32 |
172 | 2024-11-28T00:51:07.467Z | Downloaded tower-service v0.3.3 |
173 | 2024-11-28T00:51:07.469Z | Downloaded bytes v1.8.0 |
174 | 2024-11-28T00:51:07.472Z | Downloaded unicode-ident v1.0.13 |
175 | 2024-11-28T00:51:07.476Z | Downloaded toml v0.8.19 |
176 | 2024-11-28T00:51:07.479Z | Downloaded utf16_iter v1.0.5 |
177 | 2024-11-28T00:51:07.482Z | Downloaded tracing v0.1.40 |
178 | 2024-11-28T00:51:07.485Z | Downloaded http-body v1.0.1 |
179 | 2024-11-28T00:51:07.488Z | Downloaded tokio-rustls v0.26.0 |
180 | 2024-11-28T00:51:07.491Z | Downloaded url v2.5.3 |
181 | 2024-11-28T00:51:07.493Z | Downloaded write16 v1.0.0 |
182 | 2024-11-28T00:51:07.493Z | Downloaded tokio-native-tls v0.3.1 |
183 | 2024-11-28T00:51:07.496Z | Downloaded yoke v0.7.4 |
184 | 2024-11-28T00:51:07.499Z | Downloaded typify-macro v0.2.0 |
185 | 2024-11-28T00:51:07.499Z | Downloaded typify v0.2.0 |
186 | 2024-11-28T00:51:07.501Z | Downloaded usdt-macro v0.5.0 |
187 | 2024-11-28T00:51:07.504Z | Downloaded toml_edit v0.22.22 |
188 | 2024-11-28T00:51:07.525Z | Downloaded want v0.3.1 |
189 | 2024-11-28T00:51:07.528Z | Downloaded usdt-attr-macro v0.5.0 |
190 | 2024-11-28T00:51:07.528Z | Downloaded try-lock v0.2.5 |
191 | 2024-11-28T00:51:07.528Z | Downloaded dyn-clone v1.0.17 |
192 | 2024-11-28T00:51:07.530Z | Downloaded debug-ignore v1.0.5 |
193 | 2024-11-28T00:51:07.533Z | Downloaded waitgroup v0.1.2 |
194 | 2024-11-28T00:51:07.533Z | Downloaded unsafe-libyaml v0.2.11 |
195 | 2024-11-28T00:51:07.536Z | Downloaded sync_wrapper v1.0.1 |
196 | 2024-11-28T00:51:07.538Z | Downloaded zerofrom v0.1.4 |
197 | 2024-11-28T00:51:07.538Z | Downloaded utf8_iter v1.0.4 |
198 | 2024-11-28T00:51:07.541Z | Downloaded usdt v0.5.0 |
199 | 2024-11-28T00:51:07.541Z | Downloaded tinyvec_macros v0.1.1 |
200 | 2024-11-28T00:51:07.543Z | Downloaded openssl-probe v0.1.5 |
201 | 2024-11-28T00:51:07.543Z | Downloaded hostname v0.3.1 |
202 | 2024-11-28T00:51:07.546Z | Downloaded hex v0.4.3 |
203 | 2024-11-28T00:51:07.549Z | Downloaded form_urlencoded v1.2.1 |
204 | 2024-11-28T00:51:07.549Z | Downloaded displaydoc v0.2.5 |
205 | 2024-11-28T00:51:07.552Z | Downloaded percent-encoding v2.3.1 |
206 | 2024-11-28T00:51:07.554Z | Downloaded tokio-macros v2.4.0 |
207 | 2024-11-28T00:51:07.554Z | Downloaded hostname v0.4.0 |
208 | 2024-11-28T00:51:07.557Z | Downloaded crossbeam-channel v0.5.13 |
209 | 2024-11-28T00:51:07.560Z | Downloaded progenitor-client v0.8.0 |
210 | 2024-11-28T00:51:07.562Z | Downloaded openssl-macros v0.1.1 |
211 | 2024-11-28T00:51:07.562Z | Downloaded strum v0.26.3 |
212 | 2024-11-28T00:51:07.562Z | Downloaded icu_provider_macros v1.5.0 |
213 | 2024-11-28T00:51:07.565Z | Downloaded version_check v0.9.5 |
214 | 2024-11-28T00:51:07.565Z | Downloaded pretty-hex v0.4.1 |
215 | 2024-11-28T00:51:07.568Z | Downloaded zerofrom-derive v0.1.4 |
216 | 2024-11-28T00:51:07.568Z | Downloaded yoke-derive v0.7.4 |
217 | 2024-11-28T00:51:07.568Z | Downloaded untrusted v0.9.0 |
218 | 2024-11-28T00:51:07.570Z | Downloaded macaddr v1.0.1 |
219 | 2024-11-28T00:51:07.573Z | Downloaded rand_chacha v0.3.1 |
220 | 2024-11-28T00:51:07.573Z | Downloaded zeroize v1.8.1 |
221 | 2024-11-28T00:51:07.576Z | Downloaded itoa v1.0.11 |
222 | 2024-11-28T00:51:07.576Z | Downloaded omicron-workspace-hack v0.1.0 |
223 | 2024-11-28T00:51:07.576Z | Downloaded num_threads v0.1.7 |
224 | 2024-11-28T00:51:07.579Z | Downloaded num-conv v0.1.0 |
225 | 2024-11-28T00:51:07.579Z | Downloaded scroll_derive v0.12.0 |
226 | 2024-11-28T00:51:07.585Z | Downloaded mime v0.3.17 |
227 | 2024-11-28T00:51:07.585Z | Downloaded ipnetwork v0.20.0 |
228 | 2024-11-28T00:51:07.588Z | Downloaded ucd-trie v0.1.7 |
229 | 2024-11-28T00:51:07.588Z | Downloaded typenum v1.17.0 |
230 | 2024-11-28T00:51:07.588Z | Downloaded zerovec-derive v0.10.3 |
231 | 2024-11-28T00:51:07.592Z | Downloaded futures-sink v0.3.31 |
232 | 2024-11-28T00:51:07.592Z | Downloaded futures-core v0.3.31 |
233 | 2024-11-28T00:51:07.593Z | Downloaded futures-channel v0.3.31 |
234 | 2024-11-28T00:51:07.595Z | Downloaded zerocopy-derive v0.7.35 |
235 | 2024-11-28T00:51:07.598Z | Downloaded take_mut v0.2.2 |
236 | 2024-11-28T00:51:07.598Z | Downloaded signal-hook-registry v1.4.2 |
237 | 2024-11-28T00:51:07.601Z | Downloaded pkg-config v0.3.31 |
238 | 2024-11-28T00:51:07.601Z | Downloaded progenitor-macro v0.8.0 |
239 | 2024-11-28T00:51:07.604Z | Downloaded progenitor v0.8.0 |
240 | 2024-11-28T00:51:07.604Z | Downloaded powerfmt v0.2.0 |
241 | 2024-11-28T00:51:07.607Z | Downloaded plain v0.2.3 |
242 | 2024-11-28T00:51:07.607Z | Downloaded slab v0.4.9 |
243 | 2024-11-28T00:51:07.609Z | Downloaded pin-utils v0.1.0 |
244 | 2024-11-28T00:51:07.609Z | Downloaded pest_generator v2.7.14 |
245 | 2024-11-28T00:51:07.612Z | Downloaded paste v1.0.15 |
246 | 2024-11-28T00:51:07.614Z | Downloaded parse-display-derive v0.10.0 |
247 | 2024-11-28T00:51:07.614Z | Downloaded serde_tokenstream v0.2.2 |
248 | 2024-11-28T00:51:07.617Z | Downloaded serde_urlencoded v0.7.1 |
249 | 2024-11-28T00:51:07.621Z | Downloaded rand_core v0.6.4 |
250 | 2024-11-28T00:51:07.621Z | Downloaded parse-display v0.10.0 |
251 | 2024-11-28T00:51:07.621Z | Downloaded stable_deref_trait v1.2.0 |
252 | 2024-11-28T00:51:07.621Z | Downloaded parking_lot_core v0.9.10 |
253 | 2024-11-28T00:51:07.624Z | Downloaded slog-bunyan v2.5.0 |
254 | 2024-11-28T00:51:07.627Z | Downloaded slog-async v2.8.0 |
255 | 2024-11-28T00:51:07.627Z | Downloaded usdt-impl v0.5.0 |
256 | 2024-11-28T00:51:07.630Z | Downloaded quote v1.0.37 |
257 | 2024-11-28T00:51:07.630Z | Downloaded shlex v1.3.0 |
258 | 2024-11-28T00:51:07.633Z | Downloaded structmeta-derive v0.3.0 |
259 | 2024-11-28T00:51:07.633Z | Downloaded iana-time-zone v0.1.61 |
260 | 2024-11-28T00:51:07.635Z | Downloaded ipnet v2.10.1 |
261 | 2024-11-28T00:51:07.638Z | Downloaded pin-project-lite v0.2.14 |
262 | 2024-11-28T00:51:07.641Z | Downloaded structmeta v0.3.0 |
263 | 2024-11-28T00:51:07.646Z | Downloaded dropshot_endpoint v0.13.0 |
264 | 2024-11-28T00:51:07.659Z | Downloaded scopeguard v1.2.0 |
265 | 2024-11-28T00:51:07.660Z | Downloaded schemars_derive v0.8.21 |
266 | 2024-11-28T00:51:07.664Z | Downloaded ppv-lite86 v0.2.20 |
267 | 2024-11-28T00:51:07.664Z | Downloaded rustls-pemfile v2.2.0 |
268 | 2024-11-28T00:51:07.664Z | Downloaded rustc-hash v2.0.0 |
269 | 2024-11-28T00:51:07.664Z | Downloaded subtle v2.6.1 |
270 | 2024-11-28T00:51:07.664Z | Downloaded strsim v0.11.1 |
271 | 2024-11-28T00:51:07.664Z | Downloaded pest_meta v2.7.14 |
272 | 2024-11-28T00:51:07.664Z | Downloaded native-tls v0.2.12 |
273 | 2024-11-28T00:51:07.664Z | Downloaded thiserror v1.0.69 |
274 | 2024-11-28T00:51:07.667Z | Downloaded serde_with_macros v3.11.0 |
275 | 2024-11-28T00:51:07.669Z | Downloaded strum_macros v0.26.4 |
276 | 2024-11-28T00:51:07.673Z | Downloaded spin v0.9.8 |
277 | 2024-11-28T00:51:07.677Z | Downloaded scroll v0.12.0 |
278 | 2024-11-28T00:51:07.677Z | Downloaded smallvec v1.13.2 |
279 | 2024-11-28T00:51:07.680Z | Downloaded sha2 v0.10.8 |
280 | 2024-11-28T00:51:07.680Z | Downloaded serde_spanned v0.6.8 |
281 | 2024-11-28T00:51:07.682Z | Downloaded proc-macro2 v1.0.89 |
282 | 2024-11-28T00:51:07.685Z | Downloaded slog-term v2.9.1 |
283 | 2024-11-28T00:51:07.689Z | Downloaded rustversion v1.0.17 |
284 | 2024-11-28T00:51:07.691Z | Downloaded log v0.4.22 |
285 | 2024-11-28T00:51:07.691Z | Downloaded icu_provider v1.5.0 |
286 | 2024-11-28T00:51:07.694Z | Downloaded icu_locid_transform v1.5.0 |
287 | 2024-11-28T00:51:07.697Z | Downloaded serde_path_to_error v0.1.16 |
288 | 2024-11-28T00:51:07.700Z | Downloaded term v0.7.0 |
289 | 2024-11-28T00:51:07.703Z | Downloaded hyper-rustls v0.27.3 |
290 | 2024-11-28T00:51:07.706Z | Downloaded synstructure v0.13.1 |
291 | 2024-11-28T00:51:07.706Z | Downloaded slog-json v2.6.1 |
292 | 2024-11-28T00:51:07.709Z | Downloaded serde_derive_internals v0.29.1 |
293 | 2024-11-28T00:51:07.709Z | Downloaded sha1 v0.10.6 |
294 | 2024-11-28T00:51:07.712Z | Downloaded slog v2.7.0 |
295 | 2024-11-28T00:51:07.715Z | Downloaded serde_derive v1.0.215 |
296 | 2024-11-28T00:51:07.718Z | Downloaded indexmap v1.9.3 |
297 | 2024-11-28T00:51:07.723Z | Downloaded ryu v1.0.18 |
298 | 2024-11-28T00:51:07.723Z | Downloaded socket2 v0.5.7 |
299 | 2024-11-28T00:51:07.725Z | Downloaded cc v1.1.30 |
300 | 2024-11-28T00:51:07.728Z | Downloaded quinn v0.11.5 |
301 | 2024-11-28T00:51:07.731Z | Downloaded hyper-util v0.1.10 |
302 | 2024-11-28T00:51:07.735Z | Downloaded serde v1.0.215 |
303 | 2024-11-28T00:51:07.739Z | Downloaded icu_collections v1.5.0 |
304 | 2024-11-28T00:51:07.745Z | Downloaded rand v0.8.5 |
305 | 2024-11-28T00:51:07.749Z | Downloaded rustls-pki-types v1.9.0 |
306 | 2024-11-28T00:51:07.752Z | Downloaded mio v1.0.2 |
307 | 2024-11-28T00:51:07.758Z | Downloaded hashbrown v0.12.3 |
308 | 2024-11-28T00:51:07.762Z | Downloaded winnow v0.6.20 |
309 | 2024-11-28T00:51:07.771Z | Downloaded serde_yaml v0.9.34+deprecated |
310 | 2024-11-28T00:51:07.774Z | Downloaded zerovec v0.10.4 |
311 | 2024-11-28T00:51:07.780Z | Downloaded http v1.1.0 |
312 | 2024-11-28T00:51:07.784Z | Downloaded memchr v2.7.4 |
313 | 2024-11-28T00:51:07.789Z | Downloaded pest v2.7.14 |
314 | 2024-11-28T00:51:07.795Z | Downloaded indexmap v2.6.0 |
315 | 2024-11-28T00:51:07.799Z | Downloaded chrono v0.4.38 |
316 | 2024-11-28T00:51:07.806Z | Downloaded zerocopy v0.7.35 |
317 | 2024-11-28T00:51:07.823Z | Downloaded hashbrown v0.15.0 |
318 | 2024-11-28T00:51:07.827Z | Downloaded hashbrown v0.14.5 |
319 | 2024-11-28T00:51:07.832Z | Downloaded serde_json v1.0.132 |
320 | 2024-11-28T00:51:07.840Z | Downloaded reqwest v0.12.9 |
321 | 2024-11-28T00:51:07.847Z | Downloaded serde_with v3.11.0 |
322 | 2024-11-28T00:51:07.856Z | Downloaded quinn-proto v0.11.8 |
323 | 2024-11-28T00:51:07.862Z | Downloaded rustls-webpki v0.102.8 |
324 | 2024-11-28T00:51:07.880Z | Downloaded webpki-roots v0.26.6 |
325 | 2024-11-28T00:51:07.883Z | Downloaded goblin v0.8.2 |
326 | 2024-11-28T00:51:07.888Z | Downloaded vcpkg v0.2.15 |
327 | 2024-11-28T00:51:07.925Z | Downloaded regex v1.11.1 |
328 | 2024-11-28T00:51:07.937Z | Downloaded openssl v0.10.66 |
329 | 2024-11-28T00:51:07.945Z | Downloaded syn v2.0.87 |
330 | 2024-11-28T00:51:07.956Z | Downloaded icu_properties_data v1.5.0 |
331 | 2024-11-28T00:51:07.966Z | Downloaded regress v0.10.1 |
332 | 2024-11-28T00:51:07.978Z | Downloaded regress v0.9.1 |
333 | 2024-11-28T00:51:07.983Z | Downloaded idna v1.0.3 |
334 | 2024-11-28T00:51:07.987Z | Downloaded hyper v1.5.0 |
335 | 2024-11-28T00:51:07.992Z | Downloaded openapiv3 v2.0.0 |
336 | 2024-11-28T00:51:08.003Z | Downloaded rustls v0.22.4 |
337 | 2024-11-28T00:51:08.015Z | Downloaded rustls v0.23.14 |
338 | 2024-11-28T00:51:08.026Z | Downloaded regex-syntax v0.8.5 |
339 | 2024-11-28T00:51:08.033Z | Downloaded typify-impl v0.2.0 |
340 | 2024-11-28T00:51:08.046Z | Downloaded dropshot v0.13.0 |
341 | 2024-11-28T00:51:08.065Z | Downloaded h2 v0.4.6 |
342 | 2024-11-28T00:51:08.070Z | Downloaded futures-util v0.3.31 |
343 | 2024-11-28T00:51:08.082Z | Downloaded icu_properties v1.5.1 |
344 | 2024-11-28T00:51:08.084Z | Downloaded schemars v0.8.21 |
345 | 2024-11-28T00:51:08.095Z | Downloaded openssl-sys v0.9.103 |
346 | 2024-11-28T00:51:08.099Z | Downloaded icu_normalizer_data v1.5.0 |
347 | 2024-11-28T00:51:08.102Z | Downloaded parking_lot v0.12.3 |
348 | 2024-11-28T00:51:08.104Z | Downloaded semver v1.0.23 |
349 | 2024-11-28T00:51:08.106Z | Downloaded icu_normalizer v1.5.0 |
350 | 2024-11-28T00:51:08.109Z | Downloaded icu_locid_transform_data v1.5.0 |
351 | 2024-11-28T00:51:08.111Z | Downloaded progenitor-impl v0.8.0 |
352 | 2024-11-28T00:51:08.114Z | Downloaded quinn-udp v0.5.5 |
353 | 2024-11-28T00:51:08.114Z | Downloaded once_cell v1.20.2 |
354 | 2024-11-28T00:51:08.116Z | Downloaded num-traits v0.2.19 |
355 | 2024-11-28T00:51:08.119Z | Downloaded uuid v1.11.0 |
356 | 2024-11-28T00:51:08.122Z | Downloaded multer v3.1.0 |
357 | 2024-11-28T00:51:08.124Z | Downloaded icu_locid v1.5.0 |
358 | 2024-11-28T00:51:08.128Z | Downloaded regex-automata v0.4.8 |
359 | 2024-11-28T00:51:08.144Z | Downloaded tokio v1.40.0 |
360 | 2024-11-28T00:51:08.178Z | Downloaded futures v0.3.31 |
361 | 2024-11-28T00:51:08.183Z | Downloaded pest_derive v2.7.14 |
362 | 2024-11-28T00:51:08.186Z | Downloaded lock_api v0.4.12 |
363 | 2024-11-28T00:51:08.186Z | Downloaded litemap v0.7.3 |
364 | 2024-11-28T00:51:08.188Z | Downloaded newtype-uuid v1.1.3 |
365 | 2024-11-28T00:51:08.188Z | Downloaded libc v0.2.162 |
366 | 2024-11-28T00:51:08.213Z | Downloaded darling_core v0.20.10 |
367 | 2024-11-28T00:51:08.217Z | Downloaded httparse v1.9.5 |
368 | 2024-11-28T00:51:08.219Z | Downloaded getrandom v0.2.15 |
369 | 2024-11-28T00:51:08.222Z | Downloaded tokio-rustls v0.25.0 |
370 | 2024-11-28T00:51:08.225Z | Downloaded is-terminal v0.4.13 |
371 | 2024-11-28T00:51:08.225Z | Downloaded idna_adapter v1.2.0 |
372 | 2024-11-28T00:51:08.225Z | Downloaded writeable v0.5.5 |
373 | 2024-11-28T00:51:08.227Z | Downloaded hyper-tls v0.6.0 |
374 | 2024-11-28T00:51:08.228Z | Downloaded httpdate v1.0.3 |
375 | 2024-11-28T00:51:08.230Z | Downloaded heck v0.5.0 |
376 | 2024-11-28T00:51:08.230Z | Downloaded futures-task v0.3.31 |
377 | 2024-11-28T00:51:08.233Z | Downloaded deranged v0.3.11 |
378 | 2024-11-28T00:51:08.233Z | Downloaded tokio-util v0.7.12 |
379 | 2024-11-28T00:51:08.238Z | Downloaded match_cfg v0.1.0 |
380 | 2024-11-28T00:51:08.241Z | Downloaded instant v0.1.13 |
381 | 2024-11-28T00:51:08.241Z | Downloaded http-body-util v0.1.2 |
382 | 2024-11-28T00:51:08.244Z | Downloaded generic-array v0.14.7 |
383 | 2024-11-28T00:51:08.244Z | Downloaded futures-macro v0.3.31 |
384 | 2024-11-28T00:51:08.244Z | Downloaded futures-io v0.3.31 |
385 | 2024-11-28T00:51:08.247Z | Downloaded futures-executor v0.3.31 |
386 | 2024-11-28T00:51:08.247Z | Downloaded fnv v1.0.7 |
387 | 2024-11-28T00:51:08.247Z | Downloaded dof v0.3.0 |
388 | 2024-11-28T00:51:08.250Z | Downloaded digest v0.10.7 |
389 | 2024-11-28T00:51:08.250Z | Downloaded camino v1.1.9 |
390 | 2024-11-28T00:51:08.253Z | Downloaded ident_case v1.0.1 |
391 | 2024-11-28T00:51:08.253Z | Downloaded dtrace-parser v0.2.0 |
392 | 2024-11-28T00:51:08.253Z | Downloaded toml_datetime v0.6.8 |
393 | 2024-11-28T00:51:08.255Z | Downloaded foreign-types-shared v0.1.1 |
394 | 2024-11-28T00:51:08.255Z | Downloaded foreign-types v0.3.2 |
395 | 2024-11-28T00:51:08.255Z | Downloaded equivalent v1.0.1 |
396 | 2024-11-28T00:51:08.255Z | Downloaded time v0.3.36 |
397 | 2024-11-28T00:51:08.262Z | Downloaded block-buffer v0.10.4 |
398 | 2024-11-28T00:51:08.264Z | Downloaded crypto-common v0.1.6 |
399 | 2024-11-28T00:51:08.264Z | Downloaded cfg-if v1.0.0 |
400 | 2024-11-28T00:51:08.267Z | Downloaded encoding_rs v0.8.34 |
401 | 2024-11-28T00:51:08.429Z | Downloaded ring v0.17.8 |
402 | 2024-11-28T00:51:08.751Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-11-28T00:51:08.751Z | Compiling unicode-ident v1.0.13 |
404 | 2024-11-28T00:51:08.753Z | Compiling libc v0.2.162 |
405 | 2024-11-28T00:51:08.753Z | Checking cfg-if v1.0.0 |
406 | 2024-11-28T00:51:08.753Z | Compiling autocfg v1.4.0 |
407 | 2024-11-28T00:51:08.753Z | Compiling serde v1.0.215 |
408 | 2024-11-28T00:51:08.773Z | Compiling version_check v0.9.5 |
409 | 2024-11-28T00:51:08.775Z | Checking memchr v2.7.4 |
410 | 2024-11-28T00:51:08.935Z | Compiling serde_json v1.0.132 |
411 | 2024-11-28T00:51:08.970Z | Checking itoa v1.0.11 |
412 | 2024-11-28T00:51:09.405Z | Compiling thiserror v1.0.69 |
413 | 2024-11-28T00:51:09.568Z | Checking once_cell v1.20.2 |
414 | 2024-11-28T00:51:09.583Z | Compiling shlex v1.3.0 |
415 | 2024-11-28T00:51:09.786Z | Compiling cc v1.1.30 |
416 | 2024-11-28T00:51:10.475Z | Checking pin-project-lite v0.2.14 |
417 | 2024-11-28T00:51:10.554Z | Compiling num-traits v0.2.19 |
418 | 2024-11-28T00:51:10.753Z | Checking smallvec v1.13.2 |
419 | 2024-11-28T00:51:10.843Z | Checking ryu v1.0.18 |
420 | 2024-11-28T00:51:10.846Z | Checking bytes v1.8.0 |
421 | 2024-11-28T00:51:11.088Z | Checking futures-core v0.3.31 |
422 | 2024-11-28T00:51:11.106Z | Compiling lock_api v0.4.12 |
423 | 2024-11-28T00:51:11.266Z | Compiling byteorder v1.5.0 |
424 | 2024-11-28T00:51:11.286Z | Compiling parking_lot_core v0.9.10 |
425 | 2024-11-28T00:51:11.510Z | Compiling ahash v0.8.11 |
426 | 2024-11-28T00:51:11.606Z | Checking getrandom v0.2.15 |
427 | 2024-11-28T00:51:11.727Z | Compiling schemars v0.8.21 |
428 | 2024-11-28T00:51:11.766Z | Checking scopeguard v1.2.0 |
429 | 2024-11-28T00:51:11.820Z | Compiling slab v0.4.9 |
430 | 2024-11-28T00:51:11.882Z | Compiling quote v1.0.37 |
431 | 2024-11-28T00:51:12.128Z | Checking log v0.4.22 |
432 | 2024-11-28T00:51:12.146Z | Checking futures-sink v0.3.31 |
433 | 2024-11-28T00:51:12.165Z | Checking socket2 v0.5.7 |
434 | 2024-11-28T00:51:12.293Z | Compiling syn v2.0.87 |
435 | 2024-11-28T00:51:12.330Z | Checking signal-hook-registry v1.4.2 |
436 | 2024-11-28T00:51:12.351Z | Checking parking_lot v0.12.3 |
437 | 2024-11-28T00:51:12.392Z | Checking mio v1.0.2 |
438 | 2024-11-28T00:51:12.410Z | Checking stable_deref_trait v1.2.0 |
439 | 2024-11-28T00:51:12.513Z | Compiling ring v0.17.8 |
440 | 2024-11-28T00:51:12.576Z | Checking fnv v1.0.7 |
441 | 2024-11-28T00:51:12.595Z | Checking hashbrown v0.15.0 |
442 | 2024-11-28T00:51:12.637Z | Checking equivalent v1.0.1 |
443 | 2024-11-28T00:51:12.685Z | Compiling semver v1.0.23 |
444 | 2024-11-28T00:51:12.704Z | Checking http v1.1.0 |
445 | 2024-11-28T00:51:12.757Z | Checking futures-channel v0.3.31 |
446 | 2024-11-28T00:51:12.865Z | Checking futures-task v0.3.31 |
447 | 2024-11-28T00:51:12.987Z | Checking pin-utils v0.1.0 |
448 | 2024-11-28T00:51:13.066Z | Checking futures-io v0.3.31 |
449 | 2024-11-28T00:51:13.104Z | Checking spin v0.9.8 |
450 | 2024-11-28T00:51:13.120Z | Compiling vcpkg v0.2.15 |
451 | 2024-11-28T00:51:13.251Z | Compiling pkg-config v0.3.31 |
452 | 2024-11-28T00:51:13.271Z | Checking rustls-pki-types v1.9.0 |
453 | 2024-11-28T00:51:13.301Z | Compiling heck v0.5.0 |
454 | 2024-11-28T00:51:13.693Z | Checking untrusted v0.9.0 |
455 | 2024-11-28T00:51:13.820Z | Checking writeable v0.5.5 |
456 | 2024-11-28T00:51:13.837Z | Checking iana-time-zone v0.1.61 |
457 | 2024-11-28T00:51:14.056Z | Compiling ucd-trie v0.1.7 |
458 | 2024-11-28T00:51:14.101Z | Compiling httparse v1.9.5 |
459 | 2024-11-28T00:51:14.120Z | Checking litemap v0.7.3 |
460 | 2024-11-28T00:51:14.476Z | Checking tracing-core v0.1.32 |
461 | 2024-11-28T00:51:14.495Z | Checking atomic-waker v1.1.2 |
462 | 2024-11-28T00:51:14.737Z | Compiling openssl-sys v0.9.103 |
463 | 2024-11-28T00:51:14.780Z | Compiling allocator-api2 v0.2.18 |
464 | 2024-11-28T00:51:14.817Z | Checking dyn-clone v1.0.17 |
465 | 2024-11-28T00:51:15.064Z | Checking tracing v0.1.40 |
466 | 2024-11-28T00:51:15.316Z | Checking http-body v1.0.1 |
467 | 2024-11-28T00:51:15.506Z | Checking try-lock v0.2.5 |
468 | 2024-11-28T00:51:15.576Z | Checking zeroize v1.8.1 |
469 | 2024-11-28T00:51:15.634Z | Checking subtle v2.6.1 |
470 | 2024-11-28T00:51:15.680Z | Checking icu_locid_transform_data v1.5.0 |
471 | 2024-11-28T00:51:15.726Z | Compiling uuid v1.11.0 |
472 | 2024-11-28T00:51:15.800Z | Checking want v0.3.1 |
473 | 2024-11-28T00:51:15.977Z | Compiling chrono v0.4.38 |
474 | 2024-11-28T00:51:16.011Z | Compiling slog v2.7.0 |
475 | 2024-11-28T00:51:16.064Z | Checking httpdate v1.0.3 |
476 | 2024-11-28T00:51:16.155Z | Checking foreign-types-shared v0.1.1 |
477 | 2024-11-28T00:51:16.232Z | Compiling openssl v0.10.66 |
478 | 2024-11-28T00:51:16.252Z | Checking icu_properties_data v1.5.0 |
479 | 2024-11-28T00:51:16.284Z | Checking foreign-types v0.3.2 |
480 | 2024-11-28T00:51:16.464Z | Compiling aho-corasick v1.1.3 |
481 | 2024-11-28T00:51:16.497Z | Compiling typenum v1.17.0 |
482 | 2024-11-28T00:51:16.627Z | Checking write16 v1.0.0 |
483 | 2024-11-28T00:51:16.748Z | Checking utf16_iter v1.0.5 |
484 | 2024-11-28T00:51:16.913Z | Compiling rustls v0.23.14 |
485 | 2024-11-28T00:51:17.205Z | Checking bitflags v2.6.0 |
486 | 2024-11-28T00:51:17.308Z | Checking tower-service v0.3.3 |
487 | 2024-11-28T00:51:17.417Z | Checking percent-encoding v2.3.1 |
488 | 2024-11-28T00:51:17.569Z | Compiling native-tls v0.2.12 |
489 | 2024-11-28T00:51:17.810Z | Checking icu_normalizer_data v1.5.0 |
490 | 2024-11-28T00:51:17.891Z | Checking utf8_iter v1.0.4 |
491 | 2024-11-28T00:51:17.910Z | Compiling regex-syntax v0.8.5 |
492 | 2024-11-28T00:51:17.992Z | Checking form_urlencoded v1.2.1 |
493 | 2024-11-28T00:51:18.189Z | Compiling generic-array v0.14.7 |
494 | 2024-11-28T00:51:18.615Z | Checking openssl-probe v0.1.5 |
495 | 2024-11-28T00:51:19.552Z | Compiling synstructure v0.13.1 |
496 | 2024-11-28T00:51:19.985Z | Compiling serde_derive_internals v0.29.1 |
497 | 2024-11-28T00:51:20.750Z | Compiling usdt-impl v0.5.0 |
498 | 2024-11-28T00:51:20.849Z | Checking encoding_rs v0.8.34 |
499 | 2024-11-28T00:51:21.027Z | Compiling regex-automata v0.4.8 |
500 | 2024-11-28T00:51:21.069Z | Compiling time-core v0.1.2 |
501 | 2024-11-28T00:51:21.249Z | Checking powerfmt v0.2.0 |
502 | 2024-11-28T00:51:21.504Z | Checking mime v0.3.17 |
503 | 2024-11-28T00:51:22.027Z | Compiling num-conv v0.1.0 |
504 | 2024-11-28T00:51:22.090Z | Checking deranged v0.3.11 |
505 | 2024-11-28T00:51:22.311Z | Compiling time-macros v0.2.18 |
506 | 2024-11-28T00:51:23.199Z | Compiling thread-id v4.2.2 |
507 | 2024-11-28T00:51:23.294Z | Checking webpki-roots v0.26.6 |
508 | 2024-11-28T00:51:23.496Z | Checking rustls-pemfile v2.2.0 |
509 | 2024-11-28T00:51:23.854Z | Checking num_threads v0.1.7 |
510 | 2024-11-28T00:51:23.970Z | Compiling strsim v0.11.1 |
511 | 2024-11-28T00:51:24.289Z | Checking base64 v0.22.1 |
512 | 2024-11-28T00:51:24.578Z | Compiling serde_derive v1.0.215 |
513 | 2024-11-28T00:51:24.684Z | Compiling zerocopy-derive v0.7.35 |
514 | 2024-11-28T00:51:24.741Z | Compiling thiserror-impl v1.0.69 |
515 | 2024-11-28T00:51:24.868Z | Compiling zerofrom-derive v0.1.4 |
516 | 2024-11-28T00:51:25.141Z | Compiling schemars_derive v0.8.21 |
517 | 2024-11-28T00:51:25.555Z | Compiling yoke-derive v0.7.4 |
518 | 2024-11-28T00:51:26.729Z | Compiling zerocopy v0.7.35 |
519 | 2024-11-28T00:51:27.731Z | Compiling tokio-macros v2.4.0 |
520 | 2024-11-28T00:51:28.075Z | Compiling zerovec-derive v0.10.3 |
521 | 2024-11-28T00:51:28.273Z | Compiling displaydoc v0.2.5 |
522 | 2024-11-28T00:51:28.300Z | Compiling futures-macro v0.3.31 |
523 | 2024-11-28T00:51:28.341Z | Checking zerofrom v0.1.4 |
524 | 2024-11-28T00:51:28.564Z | Checking yoke v0.7.4 |
525 | 2024-11-28T00:51:28.930Z | Compiling pest v2.7.14 |
526 | 2024-11-28T00:51:29.254Z | Compiling icu_provider_macros v1.5.0 |
527 | 2024-11-28T00:51:29.324Z | Checking tokio v1.40.0 |
528 | 2024-11-28T00:51:29.864Z | Compiling hashbrown v0.14.5 |
529 | 2024-11-28T00:51:30.172Z | Checking futures-util v0.3.31 |
530 | 2024-11-28T00:51:30.520Z | Checking zerovec v0.10.4 |
531 | 2024-11-28T00:51:30.831Z | Compiling openssl-macros v0.1.1 |
532 | 2024-11-28T00:51:30.853Z | Checking rustls-webpki v0.102.8 |
533 | 2024-11-28T00:51:31.237Z | Compiling regress v0.10.1 |
534 | 2024-11-28T00:51:31.620Z | Compiling pest_meta v2.7.14 |
535 | 2024-11-28T00:51:33.018Z | Checking tinystr v0.7.6 |
536 | 2024-11-28T00:51:33.414Z | Checking icu_locid v1.5.0 |
537 | 2024-11-28T00:51:34.468Z | Checking icu_provider v1.5.0 |
538 | 2024-11-28T00:51:35.132Z | Checking icu_locid_transform v1.5.0 |
539 | 2024-11-28T00:51:35.443Z | Compiling pest_generator v2.7.14 |
540 | 2024-11-28T00:51:35.933Z | Checking icu_collections v1.5.0 |
541 | 2024-11-28T00:51:36.147Z | Checking http-body-util v0.1.2 |
542 | 2024-11-28T00:51:36.483Z | Checking tokio-util v0.7.12 |
543 | 2024-11-28T00:51:36.593Z | Compiling regex v1.11.1 |
544 | 2024-11-28T00:51:36.595Z | Checking icu_properties v1.5.1 |
545 | 2024-11-28T00:51:37.190Z | Checking indexmap v2.6.0 |
546 | 2024-11-28T00:51:37.591Z | Compiling pest_derive v2.7.14 |
547 | 2024-11-28T00:51:38.452Z | Compiling serde_tokenstream v0.2.2 |
548 | 2024-11-28T00:51:38.524Z | Checking h2 v0.4.6 |
549 | 2024-11-28T00:51:39.145Z | Compiling scroll_derive v0.12.0 |
550 | 2024-11-28T00:51:39.408Z | Compiling dtrace-parser v0.2.0 |
551 | 2024-11-28T00:51:39.805Z | Checking icu_normalizer v1.5.0 |
552 | 2024-11-28T00:51:40.580Z | Checking scroll v0.12.0 |
553 | 2024-11-28T00:51:40.580Z | Checking idna_adapter v1.2.0 |
554 | 2024-11-28T00:51:40.771Z | Compiling dof v0.3.0 |
555 | 2024-11-28T00:51:40.787Z | Checking idna v1.0.3 |
556 | 2024-11-28T00:51:40.931Z | Checking tokio-native-tls v0.3.1 |
557 | 2024-11-28T00:51:40.977Z | Checking tokio-rustls v0.26.0 |
558 | 2024-11-28T00:51:41.063Z | Checking serde_urlencoded v0.7.1 |
559 | 2024-11-28T00:51:41.256Z | Compiling crossbeam-utils v0.8.20 |
560 | 2024-11-28T00:51:41.471Z | Checking plain v0.2.3 |
561 | 2024-11-28T00:51:41.516Z | Compiling ident_case v1.0.1 |
562 | 2024-11-28T00:51:41.651Z | Compiling darling_core v0.20.10 |
563 | 2024-11-28T00:51:41.685Z | Checking goblin v0.8.2 |
564 | 2024-11-28T00:51:41.839Z | Checking time v0.3.36 |
565 | 2024-11-28T00:51:42.721Z | Checking hyper v1.5.0 |
566 | 2024-11-28T00:51:43.444Z | Compiling typify-impl v0.2.0 |
567 | 2024-11-28T00:51:44.339Z | Checking url v2.5.3 |
568 | 2024-11-28T00:51:44.842Z | Checking hyper-util v0.1.10 |
569 | 2024-11-28T00:51:45.075Z | Compiling openapiv3 v2.0.0 |
570 | 2024-11-28T00:51:46.535Z | Checking hyper-rustls v0.27.3 |
571 | 2024-11-28T00:51:46.758Z | Checking hyper-tls v0.6.0 |
572 | 2024-11-28T00:51:46.871Z | Checking dirs-sys-next v0.1.2 |
573 | 2024-11-28T00:51:47.041Z | Checking sync_wrapper v1.0.1 |
574 | 2024-11-28T00:51:47.190Z | Compiling paste v1.0.15 |
575 | 2024-11-28T00:51:47.332Z | Compiling unsafe-libyaml v0.2.11 |
576 | 2024-11-28T00:51:47.417Z | Compiling rustls v0.22.4 |
577 | 2024-11-28T00:51:47.604Z | Compiling omicron-workspace-hack v0.1.0 |
578 | 2024-11-28T00:51:47.710Z | Compiling rustversion v1.0.17 |
579 | 2024-11-28T00:51:47.730Z | Checking ipnet v2.10.1 |
580 | 2024-11-28T00:51:47.759Z | Checking pretty-hex v0.4.1 |
581 | 2024-11-28T00:51:47.925Z | Compiling darling_macro v0.20.10 |
582 | 2024-11-28T00:51:48.176Z | Checking reqwest v0.12.9 |
583 | 2024-11-28T00:51:48.523Z | Checking dirs-next v2.0.0 |
584 | 2024-11-28T00:51:48.638Z | Compiling serde_yaml v0.9.34+deprecated |
585 | 2024-11-28T00:51:48.877Z | Checking toml_datetime v0.6.8 |
586 | 2024-11-28T00:51:49.029Z | Checking serde_spanned v0.6.8 |
587 | 2024-11-28T00:51:49.099Z | Checking ppv-lite86 v0.2.20 |
588 | 2024-11-28T00:51:49.161Z | Compiling structmeta-derive v0.3.0 |
589 | 2024-11-28T00:51:49.223Z | Checking crypto-common v0.1.6 |
590 | 2024-11-28T00:51:49.243Z | Checking block-buffer v0.10.4 |
591 | 2024-11-28T00:51:49.332Z | Checking rand_core v0.6.4 |
592 | 2024-11-28T00:51:49.431Z | Checking thread_local v1.1.8 |
593 | 2024-11-28T00:51:49.486Z | Compiling multer v3.1.0 |
594 | 2024-11-28T00:51:49.611Z | Compiling newtype-uuid v1.1.3 |
595 | 2024-11-28T00:51:49.654Z | Checking match_cfg v0.1.0 |
596 | 2024-11-28T00:51:49.713Z | Checking winnow v0.6.20 |
597 | 2024-11-28T00:51:49.743Z | Compiling anyhow v1.0.93 |
598 | 2024-11-28T00:51:49.817Z | Compiling slog-async v2.8.0 |
599 | 2024-11-28T00:51:49.872Z | Compiling camino v1.1.9 |
600 | 2024-11-28T00:51:49.943Z | Checking rand_chacha v0.3.1 |
601 | 2024-11-28T00:51:50.381Z | Checking hostname v0.3.1 |
602 | 2024-11-28T00:51:50.403Z | Checking progenitor-client v0.8.0 |
603 | 2024-11-28T00:51:50.529Z | Checking digest v0.10.7 |
604 | 2024-11-28T00:51:50.693Z | Checking crossbeam-channel v0.5.13 |
605 | 2024-11-28T00:51:50.712Z | Compiling darling v0.20.10 |
606 | 2024-11-28T00:51:50.826Z | Checking term v0.7.0 |
607 | 2024-11-28T00:51:51.407Z | Compiling usdt-attr-macro v0.5.0 |
608 | 2024-11-28T00:51:51.731Z | Compiling structmeta v0.3.0 |
609 | 2024-11-28T00:51:51.912Z | Compiling usdt-macro v0.5.0 |
610 | 2024-11-28T00:51:52.139Z | Checking slog-json v2.6.1 |
611 | 2024-11-28T00:51:52.216Z | Checking futures-executor v0.3.31 |
612 | 2024-11-28T00:51:52.412Z | Compiling async-stream-impl v0.3.6 |
613 | 2024-11-28T00:51:52.463Z | Checking is-terminal v0.4.13 |
614 | 2024-11-28T00:51:52.525Z | Checking memmap v0.7.0 |
615 | 2024-11-28T00:51:52.586Z | Compiling dropshot v0.13.0 |
616 | 2024-11-28T00:51:52.717Z | Checking toml_edit v0.22.22 |
617 | 2024-11-28T00:51:52.738Z | Checking cpufeatures v0.2.14 |
618 | 2024-11-28T00:51:52.799Z | Checking take_mut v0.2.2 |
619 | 2024-11-28T00:51:52.842Z | Checking sha1 v0.10.6 |
620 | 2024-11-28T00:51:52.950Z | Checking slog-term v2.9.1 |
621 | 2024-11-28T00:51:53.075Z | Compiling strum_macros v0.26.4 |
622 | 2024-11-28T00:51:53.191Z | Checking usdt v0.5.0 |
623 | 2024-11-28T00:51:53.219Z | Checking futures v0.3.31 |
624 | 2024-11-28T00:51:53.322Z | Checking slog-bunyan v2.5.0 |
625 | 2024-11-28T00:51:53.433Z | Compiling parse-display-derive v0.10.0 |
626 | 2024-11-28T00:51:53.457Z | Compiling serde_with_macros v3.11.0 |
627 | 2024-11-28T00:51:53.688Z | Checking async-stream v0.3.6 |
628 | 2024-11-28T00:51:54.270Z | Checking rand v0.8.5 |
629 | 2024-11-28T00:51:54.786Z | Checking tokio-rustls v0.25.0 |
630 | 2024-11-28T00:51:54.846Z | Checking ipnetwork v0.20.0 |
631 | 2024-11-28T00:51:55.133Z | Compiling dropshot_endpoint v0.13.0 |
632 | 2024-11-28T00:51:55.224Z | Checking hex v0.4.3 |
633 | 2024-11-28T00:51:55.381Z | Checking toml v0.8.19 |
634 | 2024-11-28T00:51:55.540Z | Checking serde_path_to_error v0.1.16 |
635 | 2024-11-28T00:51:55.738Z | Compiling async-trait v0.1.83 |
636 | 2024-11-28T00:51:56.084Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
637 | 2024-11-28T00:51:56.115Z | Checking waitgroup v0.1.2 |
638 | 2024-11-28T00:51:56.217Z | Checking hostname v0.4.0 |
639 | 2024-11-28T00:51:56.259Z | Checking instant v0.1.13 |
640 | 2024-11-28T00:51:56.356Z | Checking debug-ignore v1.0.5 |
641 | 2024-11-28T00:51:56.378Z | Checking backoff v0.4.0 |
642 | 2024-11-28T00:51:56.500Z | Checking serde_with v3.11.0 |
643 | 2024-11-28T00:51:56.655Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
644 | 2024-11-28T00:51:56.820Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
645 | 2024-11-28T00:51:56.850Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
646 | 2024-11-28T00:51:56.987Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
647 | 2024-11-28T00:51:57.164Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
648 | 2024-11-28T00:51:57.239Z | Checking parse-display v0.10.0 |
649 | 2024-11-28T00:51:57.338Z | Compiling typify-macro v0.2.0 |
650 | 2024-11-28T00:51:57.458Z | Checking strum v0.26.3 |
651 | 2024-11-28T00:51:57.476Z | Checking macaddr v1.0.1 |
652 | 2024-11-28T00:51:57.518Z | Checking regress v0.9.1 |
653 | 2024-11-28T00:51:59.515Z | Compiling typify v0.2.0 |
654 | 2024-11-28T00:51:59.597Z | Compiling progenitor-impl v0.8.0 |
655 | 2024-11-28T00:52:02.158Z | Compiling progenitor-macro v0.8.0 |
656 | 2024-11-28T00:52:06.302Z | Checking progenitor v0.8.0 |
657 | 2024-11-28T00:52:06.428Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
658 | 2024-11-28T00:52:09.285Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
659 | 2024-11-28T00:52:16.859Z | Checking test-project v0.1.0 (/tmp/test-project) |
660 | 2024-11-28T00:52:16.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
661 | 2024-11-28T00:52:17.245Z | + cargo build --release |
662 | 2024-11-28T00:52:17.493Z | Compiling proc-macro2 v1.0.89 |
663 | 2024-11-28T00:52:17.493Z | Compiling unicode-ident v1.0.13 |
664 | 2024-11-28T00:52:17.493Z | Compiling libc v0.2.162 |
665 | 2024-11-28T00:52:17.493Z | Compiling cfg-if v1.0.0 |
666 | 2024-11-28T00:52:17.495Z | Compiling autocfg v1.4.0 |
667 | 2024-11-28T00:52:17.495Z | Compiling version_check v0.9.5 |
668 | 2024-11-28T00:52:17.495Z | Compiling serde v1.0.215 |
669 | 2024-11-28T00:52:17.495Z | Compiling memchr v2.7.4 |
670 | 2024-11-28T00:52:17.604Z | Compiling serde_json v1.0.132 |
671 | 2024-11-28T00:52:17.689Z | Compiling itoa v1.0.11 |
672 | 2024-11-28T00:52:17.921Z | Compiling thiserror v1.0.69 |
673 | 2024-11-28T00:52:18.052Z | Compiling once_cell v1.20.2 |
674 | 2024-11-28T00:52:18.154Z | Compiling shlex v1.3.0 |
675 | 2024-11-28T00:52:18.404Z | Compiling cc v1.1.30 |
676 | 2024-11-28T00:52:18.519Z | Compiling num-traits v0.2.19 |
677 | 2024-11-28T00:52:18.772Z | Compiling pin-project-lite v0.2.14 |
678 | 2024-11-28T00:52:18.883Z | Compiling smallvec v1.13.2 |
679 | 2024-11-28T00:52:18.973Z | Compiling getrandom v0.2.15 |
680 | 2024-11-28T00:52:19.037Z | Compiling bytes v1.8.0 |
681 | 2024-11-28T00:52:19.196Z | Compiling quote v1.0.37 |
682 | 2024-11-28T00:52:19.298Z | Compiling ryu v1.0.18 |
683 | 2024-11-28T00:52:19.362Z | Compiling futures-core v0.3.31 |
684 | 2024-11-28T00:52:19.569Z | Compiling syn v2.0.87 |
685 | 2024-11-28T00:52:19.603Z | Compiling lock_api v0.4.12 |
686 | 2024-11-28T00:52:19.819Z | Compiling ahash v0.8.11 |
687 | 2024-11-28T00:52:19.902Z | Compiling byteorder v1.5.0 |
688 | 2024-11-28T00:52:19.937Z | Compiling parking_lot_core v0.9.10 |
689 | 2024-11-28T00:52:20.128Z | Compiling schemars v0.8.21 |
690 | 2024-11-28T00:52:20.230Z | Compiling scopeguard v1.2.0 |
691 | 2024-11-28T00:52:20.374Z | Compiling slab v0.4.9 |
692 | 2024-11-28T00:52:20.472Z | Compiling log v0.4.22 |
693 | 2024-11-28T00:52:20.699Z | Compiling futures-sink v0.3.31 |
694 | 2024-11-28T00:52:20.839Z | Compiling parking_lot v0.12.3 |
695 | 2024-11-28T00:52:20.845Z | Compiling socket2 v0.5.7 |
696 | 2024-11-28T00:52:20.883Z | Compiling mio v1.0.2 |
697 | 2024-11-28T00:52:20.907Z | Compiling signal-hook-registry v1.4.2 |
698 | 2024-11-28T00:52:20.926Z | Compiling stable_deref_trait v1.2.0 |
699 | 2024-11-28T00:52:21.021Z | Compiling semver v1.0.23 |
700 | 2024-11-28T00:52:21.360Z | Compiling ring v0.17.8 |
701 | 2024-11-28T00:52:21.505Z | Compiling equivalent v1.0.1 |
702 | 2024-11-28T00:52:21.508Z | Compiling hashbrown v0.15.0 |
703 | 2024-11-28T00:52:21.602Z | Compiling fnv v1.0.7 |
704 | 2024-11-28T00:52:21.731Z | Compiling http v1.1.0 |
705 | 2024-11-28T00:52:22.388Z | Compiling futures-channel v0.3.31 |
706 | 2024-11-28T00:52:22.486Z | Compiling pin-utils v0.1.0 |
707 | 2024-11-28T00:52:22.556Z | Compiling futures-task v0.3.31 |
708 | 2024-11-28T00:52:22.568Z | Compiling futures-io v0.3.31 |
709 | 2024-11-28T00:52:22.843Z | Compiling heck v0.5.0 |
710 | 2024-11-28T00:52:22.884Z | Compiling rustls-pki-types v1.9.0 |
711 | 2024-11-28T00:52:22.901Z | Compiling pkg-config v0.3.31 |
712 | 2024-11-28T00:52:22.974Z | Compiling vcpkg v0.2.15 |
713 | 2024-11-28T00:52:23.021Z | Compiling spin v0.9.8 |
714 | 2024-11-28T00:52:23.879Z | Compiling writeable v0.5.5 |
715 | 2024-11-28T00:52:24.085Z | Compiling ucd-trie v0.1.7 |
716 | 2024-11-28T00:52:24.534Z | Compiling iana-time-zone v0.1.61 |
717 | 2024-11-28T00:52:24.612Z | Compiling openssl-sys v0.9.103 |
718 | 2024-11-28T00:52:24.748Z | Compiling litemap v0.7.3 |
719 | 2024-11-28T00:52:24.997Z | Compiling untrusted v0.9.0 |
720 | 2024-11-28T00:52:25.195Z | Compiling httparse v1.9.5 |
721 | 2024-11-28T00:52:25.257Z | Compiling tracing-core v0.1.32 |
722 | 2024-11-28T00:52:25.814Z | Compiling atomic-waker v1.1.2 |
723 | 2024-11-28T00:52:25.862Z | Compiling allocator-api2 v0.2.18 |
724 | 2024-11-28T00:52:25.901Z | Compiling dyn-clone v1.0.17 |
725 | 2024-11-28T00:52:25.982Z | Compiling tracing v0.1.40 |
726 | 2024-11-28T00:52:26.635Z | Compiling http-body v1.0.1 |
727 | 2024-11-28T00:52:26.680Z | Compiling zeroize v1.8.1 |
728 | 2024-11-28T00:52:26.848Z | Compiling icu_locid_transform_data v1.5.0 |
729 | 2024-11-28T00:52:26.938Z | Compiling chrono v0.4.38 |
730 | 2024-11-28T00:52:27.021Z | Compiling subtle v2.6.1 |
731 | 2024-11-28T00:52:27.155Z | Compiling uuid v1.11.0 |
732 | 2024-11-28T00:52:27.289Z | Compiling synstructure v0.13.1 |
733 | 2024-11-28T00:52:27.338Z | Compiling serde_derive_internals v0.29.1 |
734 | 2024-11-28T00:52:27.785Z | Compiling try-lock v0.2.5 |
735 | 2024-11-28T00:52:27.795Z | Compiling want v0.3.1 |
736 | 2024-11-28T00:52:28.041Z | Compiling foreign-types-shared v0.1.1 |
737 | 2024-11-28T00:52:28.137Z | Compiling slog v2.7.0 |
738 | 2024-11-28T00:52:28.618Z | Compiling icu_properties_data v1.5.0 |
739 | 2024-11-28T00:52:28.854Z | Compiling openssl v0.10.66 |
740 | 2024-11-28T00:52:28.973Z | Compiling httpdate v1.0.3 |
741 | 2024-11-28T00:52:29.309Z | Compiling foreign-types v0.3.2 |
742 | 2024-11-28T00:52:29.620Z | Compiling aho-corasick v1.1.3 |
743 | 2024-11-28T00:52:29.723Z | Compiling percent-encoding v2.3.1 |
744 | 2024-11-28T00:52:29.818Z | Compiling rustls v0.23.14 |
745 | 2024-11-28T00:52:30.124Z | Compiling bitflags v2.6.0 |
746 | 2024-11-28T00:52:30.157Z | Compiling regex-syntax v0.8.5 |
747 | 2024-11-28T00:52:30.456Z | Compiling native-tls v0.2.12 |
748 | 2024-11-28T00:52:30.816Z | Compiling utf16_iter v1.0.5 |
749 | 2024-11-28T00:52:30.824Z | Compiling write16 v1.0.0 |
750 | 2024-11-28T00:52:30.946Z | Compiling icu_normalizer_data v1.5.0 |
751 | 2024-11-28T00:52:31.020Z | Compiling typenum v1.17.0 |
752 | 2024-11-28T00:52:31.889Z | Compiling utf8_iter v1.0.4 |
753 | 2024-11-28T00:52:31.900Z | Compiling tower-service v0.3.3 |
754 | 2024-11-28T00:52:32.023Z | Compiling form_urlencoded v1.2.1 |
755 | 2024-11-28T00:52:32.253Z | Compiling generic-array v0.14.7 |
756 | 2024-11-28T00:52:32.519Z | Compiling openssl-probe v0.1.5 |
757 | 2024-11-28T00:52:32.932Z | Compiling serde_derive v1.0.215 |
758 | 2024-11-28T00:52:33.043Z | Compiling zerocopy-derive v0.7.35 |
759 | 2024-11-28T00:52:33.130Z | Compiling thiserror-impl v1.0.69 |
760 | 2024-11-28T00:52:33.961Z | Compiling schemars_derive v0.8.21 |
761 | 2024-11-28T00:52:34.074Z | Compiling zerofrom-derive v0.1.4 |
762 | 2024-11-28T00:52:35.133Z | Compiling zerocopy v0.7.35 |
763 | 2024-11-28T00:52:36.195Z | Compiling tokio-macros v2.4.0 |
764 | 2024-11-28T00:52:36.736Z | Compiling yoke-derive v0.7.4 |
765 | 2024-11-28T00:52:36.993Z | Compiling zerovec-derive v0.10.3 |
766 | 2024-11-28T00:52:37.690Z | Compiling zerofrom v0.1.4 |
767 | 2024-11-28T00:52:37.726Z | Compiling tokio v1.40.0 |
768 | 2024-11-28T00:52:37.737Z | Compiling futures-macro v0.3.31 |
769 | 2024-11-28T00:52:37.914Z | Compiling displaydoc v0.2.5 |
770 | 2024-11-28T00:52:39.527Z | Compiling yoke v0.7.4 |
771 | 2024-11-28T00:52:39.544Z | Compiling pest v2.7.14 |
772 | 2024-11-28T00:52:39.642Z | Compiling futures-util v0.3.31 |
773 | 2024-11-28T00:52:39.898Z | Compiling zerovec v0.10.4 |
774 | 2024-11-28T00:52:40.135Z | Compiling icu_provider_macros v1.5.0 |
775 | 2024-11-28T00:52:40.162Z | Compiling hashbrown v0.14.5 |
776 | 2024-11-28T00:52:41.490Z | Compiling rustls-webpki v0.102.8 |
777 | 2024-11-28T00:52:42.568Z | Compiling tinystr v0.7.6 |
778 | 2024-11-28T00:52:42.935Z | Compiling pest_meta v2.7.14 |
779 | 2024-11-28T00:52:43.033Z | Compiling icu_locid v1.5.0 |
780 | 2024-11-28T00:52:46.284Z | Compiling tokio-util v0.7.12 |
781 | 2024-11-28T00:52:46.614Z | Compiling icu_provider v1.5.0 |
782 | 2024-11-28T00:52:47.353Z | Compiling indexmap v2.6.0 |
783 | 2024-11-28T00:52:48.564Z | Compiling serde_tokenstream v0.2.2 |
784 | 2024-11-28T00:52:49.603Z | Compiling h2 v0.4.6 |
785 | 2024-11-28T00:52:50.459Z | Compiling icu_locid_transform v1.5.0 |
786 | 2024-11-28T00:52:50.562Z | Compiling pest_generator v2.7.14 |
787 | 2024-11-28T00:52:53.565Z | Compiling icu_collections v1.5.0 |
788 | 2024-11-28T00:52:53.839Z | Compiling regress v0.10.1 |
789 | 2024-11-28T00:52:56.366Z | Compiling hyper v1.5.0 |
790 | 2024-11-28T00:52:56.422Z | Compiling icu_properties v1.5.1 |
791 | 2024-11-28T00:52:57.783Z | Compiling typify-impl v0.2.0 |
792 | 2024-11-28T00:52:58.754Z | Compiling pest_derive v2.7.14 |
793 | 2024-11-28T00:53:00.202Z | Compiling openssl-macros v0.1.1 |
794 | 2024-11-28T00:53:02.783Z | Compiling icu_normalizer v1.5.0 |
795 | 2024-11-28T00:53:05.636Z | Compiling hyper-util v0.1.10 |
796 | 2024-11-28T00:53:06.470Z | Compiling regex-automata v0.4.8 |
797 | 2024-11-28T00:53:06.940Z | Compiling idna_adapter v1.2.0 |
798 | 2024-11-28T00:53:08.621Z | Compiling http-body-util v0.1.2 |
799 | 2024-11-28T00:53:09.198Z | Compiling scroll_derive v0.12.0 |
800 | 2024-11-28T00:53:10.003Z | Compiling typify-macro v0.2.0 |
801 | 2024-11-28T00:53:10.670Z | Compiling regex v1.11.1 |
802 | 2024-11-28T00:53:11.636Z | Compiling usdt-impl v0.5.0 |
803 | 2024-11-28T00:53:11.988Z | Compiling encoding_rs v0.8.34 |
804 | 2024-11-28T00:53:12.223Z | Compiling num-conv v0.1.0 |
805 | 2024-11-28T00:53:13.758Z | Compiling mime v0.3.17 |
806 | 2024-11-28T00:53:14.453Z | Compiling powerfmt v0.2.0 |
807 | 2024-11-28T00:53:14.819Z | Compiling time-core v0.1.2 |
808 | 2024-11-28T00:53:14.928Z | Compiling deranged v0.3.11 |
809 | 2024-11-28T00:53:14.983Z | Compiling time-macros v0.2.18 |
810 | 2024-11-28T00:53:17.280Z | Compiling tokio-rustls v0.26.0 |
811 | 2024-11-28T00:53:17.881Z | Compiling scroll v0.12.0 |
812 | 2024-11-28T00:53:17.918Z | Compiling thread-id v4.2.2 |
813 | 2024-11-28T00:53:18.018Z | Compiling tokio-native-tls v0.3.1 |
814 | 2024-11-28T00:53:18.303Z | Compiling idna v1.0.3 |
815 | 2024-11-28T00:53:22.704Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-11-28T00:53:24.094Z | Compiling dof v0.3.0 |
817 | 2024-11-28T00:53:24.509Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-11-28T00:53:24.994Z | Compiling rustls-pemfile v2.2.0 |
819 | 2024-11-28T00:53:25.099Z | Compiling webpki-roots v0.26.6 |
820 | 2024-11-28T00:53:25.312Z | Compiling omicron-workspace-hack v0.1.0 |
821 | 2024-11-28T00:53:25.635Z | Compiling plain v0.2.3 |
822 | 2024-11-28T00:53:25.646Z | Compiling base64 v0.22.1 |
823 | 2024-11-28T00:53:26.045Z | Compiling crossbeam-utils v0.8.20 |
824 | 2024-11-28T00:53:26.737Z | Compiling num_threads v0.1.7 |
825 | 2024-11-28T00:53:26.854Z | Compiling ident_case v1.0.1 |
826 | 2024-11-28T00:53:27.023Z | Compiling strsim v0.11.1 |
827 | 2024-11-28T00:53:27.320Z | Compiling time v0.3.36 |
828 | 2024-11-28T00:53:27.725Z | Compiling darling_core v0.20.10 |
829 | 2024-11-28T00:53:30.232Z | Compiling goblin v0.8.2 |
830 | 2024-11-28T00:53:33.986Z | Compiling hyper-rustls v0.27.3 |
831 | 2024-11-28T00:53:35.679Z | Compiling url v2.5.3 |
832 | 2024-11-28T00:53:35.767Z | Compiling hyper-tls v0.6.0 |
833 | 2024-11-28T00:53:36.270Z | Compiling typify v0.2.0 |
834 | 2024-11-28T00:53:36.394Z | Compiling openapiv3 v2.0.0 |
835 | 2024-11-28T00:53:39.046Z | Compiling sync_wrapper v1.0.1 |
836 | 2024-11-28T00:53:39.194Z | Compiling dirs-sys-next v0.1.2 |
837 | 2024-11-28T00:53:40.642Z | Compiling rustls v0.22.4 |
838 | 2024-11-28T00:53:40.690Z | Compiling unsafe-libyaml v0.2.11 |
839 | 2024-11-28T00:53:40.950Z | Compiling ipnet v2.10.1 |
840 | 2024-11-28T00:53:41.492Z | Compiling rustversion v1.0.17 |
841 | 2024-11-28T00:53:42.198Z | Compiling paste v1.0.15 |
842 | 2024-11-28T00:53:42.436Z | Compiling pretty-hex v0.4.1 |
843 | 2024-11-28T00:53:42.738Z | Compiling serde_yaml v0.9.34+deprecated |
844 | 2024-11-28T00:53:43.288Z | Compiling reqwest v0.12.9 |
845 | 2024-11-28T00:53:44.136Z | Compiling progenitor-impl v0.8.0 |
846 | 2024-11-28T00:53:46.444Z | Compiling dirs-next v2.0.0 |
847 | 2024-11-28T00:53:46.696Z | Compiling darling_macro v0.20.10 |
848 | 2024-11-28T00:53:49.185Z | Compiling crypto-common v0.1.6 |
849 | 2024-11-28T00:53:49.390Z | Compiling block-buffer v0.10.4 |
850 | 2024-11-28T00:53:49.628Z | Compiling toml_datetime v0.6.8 |
851 | 2024-11-28T00:53:49.638Z | Compiling serde_spanned v0.6.8 |
852 | 2024-11-28T00:53:49.871Z | Compiling ppv-lite86 v0.2.20 |
853 | 2024-11-28T00:53:50.341Z | Compiling structmeta-derive v0.3.0 |
854 | 2024-11-28T00:53:50.801Z | Compiling rand_core v0.6.4 |
855 | 2024-11-28T00:53:51.081Z | Compiling thread_local v1.1.8 |
856 | 2024-11-28T00:53:51.276Z | Compiling multer v3.1.0 |
857 | 2024-11-28T00:53:51.598Z | Compiling anyhow v1.0.93 |
858 | 2024-11-28T00:53:51.784Z | Compiling camino v1.1.9 |
859 | 2024-11-28T00:53:52.208Z | Compiling winnow v0.6.20 |
860 | 2024-11-28T00:53:52.380Z | Compiling match_cfg v0.1.0 |
861 | 2024-11-28T00:53:52.463Z | Compiling newtype-uuid v1.1.3 |
862 | 2024-11-28T00:53:52.775Z | Compiling slog-async v2.8.0 |
863 | 2024-11-28T00:53:53.100Z | Compiling structmeta v0.3.0 |
864 | 2024-11-28T00:53:53.333Z | Compiling hostname v0.3.1 |
865 | 2024-11-28T00:53:53.571Z | Compiling rand_chacha v0.3.1 |
866 | 2024-11-28T00:53:53.861Z | Compiling progenitor-macro v0.8.0 |
867 | 2024-11-28T00:53:54.424Z | Compiling digest v0.10.7 |
868 | 2024-11-28T00:53:54.833Z | Compiling crossbeam-channel v0.5.13 |
869 | 2024-11-28T00:53:55.273Z | Compiling darling v0.20.10 |
870 | 2024-11-28T00:53:55.378Z | Compiling term v0.7.0 |
871 | 2024-11-28T00:53:56.428Z | Compiling toml_edit v0.22.22 |
872 | 2024-11-28T00:53:56.465Z | Compiling progenitor-client v0.8.0 |
873 | 2024-11-28T00:54:02.439Z | Compiling usdt-macro v0.5.0 |
874 | 2024-11-28T00:54:03.761Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-11-28T00:54:04.915Z | Compiling slog-json v2.6.1 |
876 | 2024-11-28T00:54:05.263Z | Compiling futures-executor v0.3.31 |
877 | 2024-11-28T00:54:05.306Z | Compiling async-stream-impl v0.3.6 |
878 | 2024-11-28T00:54:06.416Z | Compiling memmap v0.7.0 |
879 | 2024-11-28T00:54:06.670Z | Compiling is-terminal v0.4.13 |
880 | 2024-11-28T00:54:06.791Z | Compiling dropshot v0.13.0 |
881 | 2024-11-28T00:54:06.848Z | Compiling take_mut v0.2.2 |
882 | 2024-11-28T00:54:06.884Z | Compiling cpufeatures v0.2.14 |
883 | 2024-11-28T00:54:06.991Z | Compiling sha1 v0.10.6 |
884 | 2024-11-28T00:54:07.171Z | Compiling progenitor v0.8.0 |
885 | 2024-11-28T00:54:07.392Z | Compiling slog-term v2.9.1 |
886 | 2024-11-28T00:54:07.761Z | Compiling async-stream v0.3.6 |
887 | 2024-11-28T00:54:08.069Z | Compiling usdt v0.5.0 |
888 | 2024-11-28T00:54:09.626Z | Compiling futures v0.3.31 |
889 | 2024-11-28T00:54:09.823Z | Compiling slog-bunyan v2.5.0 |
890 | 2024-11-28T00:54:10.089Z | Compiling tokio-rustls v0.25.0 |
891 | 2024-11-28T00:54:10.304Z | Compiling strum_macros v0.26.4 |
892 | 2024-11-28T00:54:10.382Z | Compiling toml v0.8.19 |
893 | 2024-11-28T00:54:10.526Z | Compiling serde_with_macros v3.11.0 |
894 | 2024-11-28T00:54:13.331Z | Compiling rand v0.8.5 |
895 | 2024-11-28T00:54:17.752Z | Compiling parse-display-derive v0.10.0 |
896 | 2024-11-28T00:54:18.070Z | Compiling ipnetwork v0.20.0 |
897 | 2024-11-28T00:54:18.178Z | Compiling dropshot_endpoint v0.13.0 |
898 | 2024-11-28T00:54:19.408Z | Compiling serde_path_to_error v0.1.16 |
899 | 2024-11-28T00:54:20.426Z | Compiling hex v0.4.3 |
900 | 2024-11-28T00:54:21.125Z | Compiling async-trait v0.1.83 |
901 | 2024-11-28T00:54:21.833Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-11-28T00:54:22.598Z | Compiling waitgroup v0.1.2 |
903 | 2024-11-28T00:54:22.628Z | Compiling hostname v0.4.0 |
904 | 2024-11-28T00:54:22.832Z | Compiling instant v0.1.13 |
905 | 2024-11-28T00:54:22.866Z | Compiling debug-ignore v1.0.5 |
906 | 2024-11-28T00:54:22.977Z | Compiling backoff v0.4.0 |
907 | 2024-11-28T00:54:23.005Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
908 | 2024-11-28T00:54:23.109Z | Compiling parse-display v0.10.0 |
909 | 2024-11-28T00:54:23.192Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-11-28T00:54:23.328Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
911 | 2024-11-28T00:54:23.434Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
912 | 2024-11-28T00:54:24.012Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
913 | 2024-11-28T00:54:25.289Z | Compiling strum v0.26.3 |
914 | 2024-11-28T00:54:25.456Z | Compiling serde_with v3.11.0 |
915 | 2024-11-28T00:54:27.573Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
916 | 2024-11-28T00:54:28.282Z | Compiling regress v0.9.1 |
917 | 2024-11-28T00:54:28.392Z | Compiling macaddr v1.0.1 |
918 | 2024-11-28T00:54:33.865Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
919 | 2024-11-28T00:54:44.225Z | Compiling test-project v0.1.0 (/tmp/test-project) |
920 | 2024-11-28T00:54:54.109Z | Finished `release` profile [optimized] target(s) in 2m 36s |
921 | 2024-11-28T00:54:54.169Z | process exited: duration 237646 ms, exit code 0 |
|
922 | 2024-11-28T00:54:54.176Z | found 0 output files |