|
|
|
1 | 2024-11-27T19:31:35.835Z | job assigned to worker 01JDQHNDZ64QQFW67YYEMW0V21 [factory aws, i-0e74a38acd0d36d52] (queued for 54 s) |
|
2 | 2024-11-27T19:31:43.625Z | starting task 0: "setup" |
3 | 2024-11-27T19:31:43.634Z | ++ uname -s |
4 | 2024-11-27T19:31:43.638Z | + kern=SunOS |
5 | 2024-11-27T19:31:43.639Z | + case "$kern" in |
6 | 2024-11-27T19:31:43.639Z | + groupadd -g 12345 build |
7 | 2024-11-27T19:31:43.642Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-27T19:31:45.646Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-27T19:31:45.769Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-27T19:31:45.838Z | + home_fs=zfs |
11 | 2024-11-27T19:31:45.838Z | + [[ zfs == autofs ]] |
12 | 2024-11-27T19:31:45.838Z | + mkdir -p /home/build |
13 | 2024-11-27T19:31:45.838Z | + chown build:build /home/build /work |
14 | 2024-11-27T19:31:47.760Z | + chmod 0700 /home/build /work |
15 | 2024-11-27T19:31:47.763Z | process exited: duration 4138 ms, exit code 0 |
|
16 | 2024-11-27T19:31:47.768Z | starting task 1: "rust-toolchain" |
17 | 2024-11-27T19:31:47.773Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-27T19:31:47.774Z | ' 1.81.0 |
19 | 2024-11-27T19:31:47.774Z | * toolchain channel = "1.81.0" |
20 | 2024-11-27T19:31:47.774Z | * toolchain profile = "default" |
21 | 2024-11-27T19:31:47.774Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-27T19:31:47.774Z | ' default |
23 | 2024-11-27T19:31:47.776Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-27T19:31:47.776Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-27T19:31:47.901Z | info: downloading installer |
26 | 2024-11-27T19:31:49.255Z | info: profile set to 'default' |
27 | 2024-11-27T19:31:49.255Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-27T19:31:49.258Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-27T19:31:49.429Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-27T19:31:49.429Z | info: downloading component 'cargo' |
31 | 2024-11-27T19:31:50.439Z | info: downloading component 'clippy' |
32 | 2024-11-27T19:31:50.810Z | info: downloading component 'rust-docs' |
33 | 2024-11-27T19:31:52.199Z | info: downloading component 'rust-std' |
34 | 2024-11-27T19:31:54.364Z | info: downloading component 'rustc' |
35 | 2024-11-27T19:32:02.114Z | info: downloading component 'rustfmt' |
36 | 2024-11-27T19:32:02.408Z | info: installing component 'cargo' |
37 | 2024-11-27T19:32:03.206Z | info: installing component 'clippy' |
38 | 2024-11-27T19:32:03.565Z | info: installing component 'rust-docs' |
39 | 2024-11-27T19:32:05.208Z | info: installing component 'rust-std' |
40 | 2024-11-27T19:32:06.917Z | info: installing component 'rustc' |
41 | 2024-11-27T19:32:12.668Z | info: installing component 'rustfmt' |
42 | 2024-11-27T19:32:12.993Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-27T19:32:12.993Z | |
44 | 2024-11-27T19:32:13.360Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-27T19:32:13.360Z | |
46 | 2024-11-27T19:32:13.362Z | |
47 | 2024-11-27T19:32:13.363Z | Rust is installed now. Great! |
48 | 2024-11-27T19:32:13.363Z | |
49 | 2024-11-27T19:32:13.363Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-27T19:32:13.363Z | environment variable. This has not been done automatically. |
51 | 2024-11-27T19:32:13.363Z | |
52 | 2024-11-27T19:32:13.363Z | To configure your current shell, you need to source |
53 | 2024-11-27T19:32:13.363Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-27T19:32:13.363Z | |
55 | 2024-11-27T19:32:13.363Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-27T19:32:13.363Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-27T19:32:13.363Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-27T19:32:13.436Z | + rustc --version |
59 | 2024-11-27T19:32:13.503Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-27T19:32:13.508Z | process exited: duration 25733 ms, exit code 0 |
|
61 | 2024-11-27T19:32:13.514Z | starting task 2: "authentication" |
62 | 2024-11-27T19:32:13.535Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-27T19:32:13.540Z | starting task 3: "clone repository" |
64 | 2024-11-27T19:32:13.546Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-27T19:32:13.548Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-27T19:32:13.587Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-27T19:32:20.099Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-27T19:32:20.099Z | + git fetch origin f50e824ea658dbbd65949c8358582afcba5bd74f |
69 | 2024-11-27T19:32:20.407Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-27T19:32:20.407Z | * branch f50e824ea658dbbd65949c8358582afcba5bd74f -> FETCH_HEAD |
71 | 2024-11-27T19:32:20.419Z | + [[ -n renovate/qorb-0.x ]] |
72 | 2024-11-27T19:32:20.422Z | ++ git branch --show-current |
73 | 2024-11-27T19:32:20.424Z | + current=main |
74 | 2024-11-27T19:32:20.424Z | + [[ main != renovate/qorb-0.x ]] |
75 | 2024-11-27T19:32:20.424Z | + git branch -f renovate/qorb-0.x f50e824ea658dbbd65949c8358582afcba5bd74f |
76 | 2024-11-27T19:32:20.426Z | + git checkout -f renovate/qorb-0.x |
77 | 2024-11-27T19:32:20.603Z | Switched to branch 'renovate/qorb-0.x' |
78 | 2024-11-27T19:32:20.605Z | + git reset --hard f50e824ea658dbbd65949c8358582afcba5bd74f |
79 | 2024-11-27T19:32:20.620Z | HEAD is now at f50e824ea Update Rust crate qorb to 0.2.1 |
80 | 2024-11-27T19:32:20.623Z | process exited: duration 7079 ms, exit code 0 |
|
81 | 2024-11-27T19:32:20.632Z | starting task 4: "build" |
82 | 2024-11-27T19:32:20.637Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-27T19:32:20.640Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-27T19:32:20.640Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-27T19:32:20.640Z | + cargo --version |
86 | 2024-11-27T19:32:20.695Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-27T19:32:20.699Z | + rustc --version |
88 | 2024-11-27T19:32:20.762Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-27T19:32:20.765Z | + cd /tmp |
90 | 2024-11-27T19:32:20.765Z | + cargo new --lib test-project |
91 | 2024-11-27T19:32:20.826Z | Creating library `test-project` package |
92 | 2024-11-27T19:32:20.904Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-27T19:32:20.907Z | + cd test-project |
94 | 2024-11-27T19:32:20.907Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-27T19:32:20.966Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-27T19:32:20.966Z | Features: |
97 | 2024-11-27T19:32:20.969Z | - proptest |
98 | 2024-11-27T19:32:20.969Z | - test-strategy |
99 | 2024-11-27T19:32:20.969Z | - testing |
100 | 2024-11-27T19:32:20.969Z | Updating crates.io index |
101 | 2024-11-27T19:32:21.054Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-27T19:32:21.540Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-27T19:32:21.921Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-27T19:32:22.312Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-27T19:32:23.727Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-27T19:32:23.730Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-27T19:32:23.732Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-27T19:32:23.732Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-27T19:32:23.732Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
110 | 2024-11-27T19:32:23.732Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-27T19:32:23.732Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
112 | 2024-11-27T19:32:23.732Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
113 | 2024-11-27T19:32:23.732Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-27T19:32:23.732Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-27T19:32:23.734Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-27T19:32:23.737Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-27T19:32:23.739Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-27T19:32:23.745Z | Adding rustls v0.22.4 (latest: v0.23.19) |
119 | 2024-11-27T19:32:23.748Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-27T19:32:23.751Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-27T19:32:23.751Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-27T19:32:23.751Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-27T19:32:23.751Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-27T19:32:23.755Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
125 | 2024-11-27T19:32:23.756Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
126 | 2024-11-27T19:32:23.756Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
127 | 2024-11-27T19:32:23.760Z | Adding windows v0.52.0 (latest: v0.58.0) |
128 | 2024-11-27T19:32:23.760Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
129 | 2024-11-27T19:32:23.760Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
130 | 2024-11-27T19:32:23.760Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
131 | 2024-11-27T19:32:23.760Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
132 | 2024-11-27T19:32:23.760Z | Adding writeable v0.5.5 (latest: v0.6.0) |
133 | 2024-11-27T19:32:23.760Z | Adding zerocopy v0.7.35 (latest: v0.8.11) |
134 | 2024-11-27T19:32:23.760Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.11) |
135 | 2024-11-27T19:32:23.760Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
136 | 2024-11-27T19:32:23.760Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
137 | 2024-11-27T19:32:23.833Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
138 | 2024-11-27T19:32:23.836Z | + cargo check |
139 | 2024-11-27T19:32:24.009Z | Updating crates.io index |
140 | 2024-11-27T19:32:24.820Z | Locking 2 packages to latest compatible versions |
141 | 2024-11-27T19:32:27.881Z | Adding omicron-workspace-hack v0.1.0 |
142 | 2024-11-27T19:32:29.604Z | Adding test-project v0.1.0 (/tmp/test-project) |
143 | 2024-11-27T19:32:30.329Z | Downloading crates ... |
144 | 2024-11-27T19:32:30.420Z | Downloaded tokio-rustls v0.26.0 |
145 | 2024-11-27T19:32:30.429Z | Downloaded async-stream v0.3.6 |
146 | 2024-11-27T19:32:30.438Z | Downloaded async-trait v0.1.83 |
147 | 2024-11-27T19:32:30.441Z | Downloaded memmap v0.7.0 |
148 | 2024-11-27T19:32:30.444Z | Downloaded async-stream-impl v0.3.6 |
149 | 2024-11-27T19:32:30.444Z | Downloaded thiserror-impl v1.0.69 |
150 | 2024-11-27T19:32:30.449Z | Downloaded ahash v0.8.11 |
151 | 2024-11-27T19:32:30.458Z | Downloaded atomic-waker v1.1.2 |
152 | 2024-11-27T19:32:30.463Z | Downloaded thread-id v4.2.2 |
153 | 2024-11-27T19:32:30.463Z | Downloaded darling_macro v0.20.10 |
154 | 2024-11-27T19:32:30.463Z | Downloaded cfg-if v1.0.0 |
155 | 2024-11-27T19:32:30.466Z | Downloaded byteorder v1.5.0 |
156 | 2024-11-27T19:32:30.466Z | Downloaded block-buffer v0.10.4 |
157 | 2024-11-27T19:32:30.469Z | Downloaded autocfg v1.4.0 |
158 | 2024-11-27T19:32:30.469Z | Downloaded deranged v0.3.11 |
159 | 2024-11-27T19:32:30.472Z | Downloaded backoff v0.4.0 |
160 | 2024-11-27T19:32:30.475Z | Downloaded cpufeatures v0.2.14 |
161 | 2024-11-27T19:32:30.478Z | Downloaded crypto-common v0.1.6 |
162 | 2024-11-27T19:32:30.487Z | Downloaded equivalent v1.0.1 |
163 | 2024-11-27T19:32:30.494Z | Downloaded futures-sink v0.3.31 |
164 | 2024-11-27T19:32:30.498Z | Downloaded foreign-types-shared v0.1.1 |
165 | 2024-11-27T19:32:30.498Z | Downloaded tokio-util v0.7.12 |
166 | 2024-11-27T19:32:30.503Z | Downloaded time-core v0.1.2 |
167 | 2024-11-27T19:32:30.506Z | Downloaded digest v0.10.7 |
168 | 2024-11-27T19:32:30.509Z | Downloaded tinyvec_macros v0.1.1 |
169 | 2024-11-27T19:32:30.509Z | Downloaded foreign-types v0.3.2 |
170 | 2024-11-27T19:32:30.509Z | Downloaded anyhow v1.0.93 |
171 | 2024-11-27T19:32:30.512Z | Downloaded http-body v1.0.1 |
172 | 2024-11-27T19:32:30.515Z | Downloaded dtrace-parser v0.2.0 |
173 | 2024-11-27T19:32:30.515Z | Downloaded darling v0.20.10 |
174 | 2024-11-27T19:32:30.518Z | Downloaded try-lock v0.2.5 |
175 | 2024-11-27T19:32:30.522Z | Downloaded time-macros v0.2.18 |
176 | 2024-11-27T19:32:30.525Z | Downloaded time v0.3.36 |
177 | 2024-11-27T19:32:30.528Z | Downloaded typify-macro v0.2.0 |
178 | 2024-11-27T19:32:30.531Z | Downloaded tinyvec v1.8.0 |
179 | 2024-11-27T19:32:30.534Z | Downloaded ident_case v1.0.1 |
180 | 2024-11-27T19:32:30.537Z | Downloaded typenum v1.17.0 |
181 | 2024-11-27T19:32:30.537Z | Downloaded toml_datetime v0.6.8 |
182 | 2024-11-27T19:32:30.542Z | Downloaded match_cfg v0.1.0 |
183 | 2024-11-27T19:32:30.542Z | Downloaded icu_provider_macros v1.5.0 |
184 | 2024-11-27T19:32:30.542Z | Downloaded tracing-core v0.1.32 |
185 | 2024-11-27T19:32:30.547Z | Downloaded tokio-native-tls v0.3.1 |
186 | 2024-11-27T19:32:30.549Z | Downloaded typify v0.2.0 |
187 | 2024-11-27T19:32:30.549Z | Downloaded tokio-rustls v0.25.0 |
188 | 2024-11-27T19:32:30.553Z | Downloaded fnv v1.0.7 |
189 | 2024-11-27T19:32:30.554Z | Downloaded form_urlencoded v1.2.1 |
190 | 2024-11-27T19:32:30.554Z | Downloaded dyn-clone v1.0.17 |
191 | 2024-11-27T19:32:30.558Z | Downloaded futures-core v0.3.31 |
192 | 2024-11-27T19:32:30.558Z | Downloaded allocator-api2 v0.2.18 |
193 | 2024-11-27T19:32:30.561Z | Downloaded crossbeam-utils v0.8.20 |
194 | 2024-11-27T19:32:30.561Z | Downloaded dof v0.3.0 |
195 | 2024-11-27T19:32:30.565Z | Downloaded scroll_derive v0.12.0 |
196 | 2024-11-27T19:32:30.565Z | Downloaded zerofrom v0.1.4 |
197 | 2024-11-27T19:32:30.567Z | Downloaded openssl-macros v0.1.1 |
198 | 2024-11-27T19:32:30.567Z | Downloaded num-conv v0.1.0 |
199 | 2024-11-27T19:32:30.567Z | Downloaded usdt-macro v0.5.0 |
200 | 2024-11-27T19:32:30.567Z | Downloaded usdt-attr-macro v0.5.0 |
201 | 2024-11-27T19:32:30.570Z | Downloaded dirs-sys-next v0.1.2 |
202 | 2024-11-27T19:32:30.570Z | Downloaded instant v0.1.13 |
203 | 2024-11-27T19:32:30.570Z | Downloaded hex v0.4.3 |
204 | 2024-11-27T19:32:30.572Z | Downloaded generic-array v0.14.7 |
205 | 2024-11-27T19:32:30.575Z | Downloaded want v0.3.1 |
206 | 2024-11-27T19:32:30.575Z | Downloaded tracing v0.1.40 |
207 | 2024-11-27T19:32:30.581Z | Downloaded waitgroup v0.1.2 |
208 | 2024-11-27T19:32:30.585Z | Downloaded httpdate v1.0.3 |
209 | 2024-11-27T19:32:30.585Z | Downloaded hostname v0.3.1 |
210 | 2024-11-27T19:32:30.585Z | Downloaded yoke-derive v0.7.4 |
211 | 2024-11-27T19:32:30.585Z | Downloaded hostname v0.4.0 |
212 | 2024-11-27T19:32:30.588Z | Downloaded http-body-util v0.1.2 |
213 | 2024-11-27T19:32:30.588Z | Downloaded heck v0.5.0 |
214 | 2024-11-27T19:32:30.596Z | Downloaded utf16_iter v1.0.5 |
215 | 2024-11-27T19:32:30.596Z | Downloaded thread_local v1.1.8 |
216 | 2024-11-27T19:32:30.596Z | Downloaded usdt-impl v0.5.0 |
217 | 2024-11-27T19:32:30.602Z | Downloaded usdt v0.5.0 |
218 | 2024-11-27T19:32:30.603Z | Downloaded untrusted v0.9.0 |
219 | 2024-11-27T19:32:30.603Z | Downloaded icu_locid_transform v1.5.0 |
220 | 2024-11-27T19:32:30.603Z | Downloaded futures-task v0.3.31 |
221 | 2024-11-27T19:32:30.603Z | Downloaded parse-display v0.10.0 |
222 | 2024-11-27T19:32:30.603Z | Downloaded write16 v1.0.0 |
223 | 2024-11-27T19:32:30.608Z | Downloaded futures-macro v0.3.31 |
224 | 2024-11-27T19:32:30.608Z | Downloaded futures-io v0.3.31 |
225 | 2024-11-27T19:32:30.608Z | Downloaded futures-executor v0.3.31 |
226 | 2024-11-27T19:32:30.608Z | Downloaded openssl-probe v0.1.5 |
227 | 2024-11-27T19:32:30.608Z | Downloaded macaddr v1.0.1 |
228 | 2024-11-27T19:32:30.611Z | Downloaded progenitor-client v0.8.0 |
229 | 2024-11-27T19:32:30.611Z | Downloaded is-terminal v0.4.13 |
230 | 2024-11-27T19:32:30.612Z | Downloaded omicron-workspace-hack v0.1.0 |
231 | 2024-11-27T19:32:30.612Z | Downloaded num_threads v0.1.7 |
232 | 2024-11-27T19:32:30.612Z | Downloaded ipnetwork v0.20.0 |
233 | 2024-11-27T19:32:30.615Z | Downloaded getrandom v0.2.15 |
234 | 2024-11-27T19:32:30.619Z | Downloaded futures-channel v0.3.31 |
235 | 2024-11-27T19:32:30.619Z | Downloaded bytes v1.8.0 |
236 | 2024-11-27T19:32:30.621Z | Downloaded base64 v0.22.1 |
237 | 2024-11-27T19:32:30.624Z | Downloaded utf8_iter v1.0.4 |
238 | 2024-11-27T19:32:30.627Z | Downloaded slog-bunyan v2.5.0 |
239 | 2024-11-27T19:32:30.627Z | Downloaded signal-hook-registry v1.4.2 |
240 | 2024-11-27T19:32:30.627Z | Downloaded percent-encoding v2.3.1 |
241 | 2024-11-27T19:32:30.630Z | Downloaded parse-display-derive v0.10.0 |
242 | 2024-11-27T19:32:30.631Z | Downloaded mime v0.3.17 |
243 | 2024-11-27T19:32:30.633Z | Downloaded sync_wrapper v1.0.1 |
244 | 2024-11-27T19:32:30.633Z | Downloaded strum v0.26.3 |
245 | 2024-11-27T19:32:30.633Z | Downloaded stable_deref_trait v1.2.0 |
246 | 2024-11-27T19:32:30.633Z | Downloaded version_check v0.9.5 |
247 | 2024-11-27T19:32:30.637Z | Downloaded darling_core v0.20.10 |
248 | 2024-11-27T19:32:30.640Z | Downloaded subtle v2.6.1 |
249 | 2024-11-27T19:32:30.640Z | Downloaded ipnet v2.10.1 |
250 | 2024-11-27T19:32:30.644Z | Downloaded serde_urlencoded v0.7.1 |
251 | 2024-11-27T19:32:30.644Z | Downloaded itoa v1.0.11 |
252 | 2024-11-27T19:32:30.647Z | Downloaded ucd-trie v0.1.7 |
253 | 2024-11-27T19:32:30.647Z | Downloaded newtype-uuid v1.1.3 |
254 | 2024-11-27T19:32:30.647Z | Downloaded idna_adapter v1.2.0 |
255 | 2024-11-27T19:32:30.650Z | Downloaded displaydoc v0.2.5 |
256 | 2024-11-27T19:32:30.653Z | Downloaded httparse v1.9.5 |
257 | 2024-11-27T19:32:30.653Z | Downloaded take_mut v0.2.2 |
258 | 2024-11-27T19:32:30.655Z | Downloaded bitflags v2.6.0 |
259 | 2024-11-27T19:32:30.657Z | Downloaded powerfmt v0.2.0 |
260 | 2024-11-27T19:32:30.657Z | Downloaded iana-time-zone v0.1.61 |
261 | 2024-11-27T19:32:30.660Z | Downloaded plain v0.2.3 |
262 | 2024-11-27T19:32:30.663Z | Downloaded pretty-hex v0.4.1 |
263 | 2024-11-27T19:32:30.663Z | Downloaded zerovec-derive v0.10.3 |
264 | 2024-11-27T19:32:30.666Z | Downloaded progenitor-macro v0.8.0 |
265 | 2024-11-27T19:32:30.666Z | Downloaded progenitor v0.8.0 |
266 | 2024-11-27T19:32:30.666Z | Downloaded ppv-lite86 v0.2.20 |
267 | 2024-11-27T19:32:30.669Z | Downloaded zerofrom-derive v0.1.4 |
268 | 2024-11-27T19:32:30.669Z | Downloaded pin-utils v0.1.0 |
269 | 2024-11-27T19:32:30.669Z | Downloaded synstructure v0.13.1 |
270 | 2024-11-27T19:32:30.671Z | Downloaded unicode-ident v1.0.13 |
271 | 2024-11-27T19:32:30.674Z | Downloaded rand_chacha v0.3.1 |
272 | 2024-11-27T19:32:30.674Z | Downloaded quinn-udp v0.5.5 |
273 | 2024-11-27T19:32:30.677Z | Downloaded dropshot_endpoint v0.13.0 |
274 | 2024-11-27T19:32:30.679Z | Downloaded lock_api v0.4.12 |
275 | 2024-11-27T19:32:30.681Z | Downloaded pest_generator v2.7.14 |
276 | 2024-11-27T19:32:30.682Z | Downloaded litemap v0.7.3 |
277 | 2024-11-27T19:32:30.684Z | Downloaded paste v1.0.15 |
278 | 2024-11-27T19:32:30.686Z | Downloaded slog-async v2.8.0 |
279 | 2024-11-27T19:32:30.689Z | Downloaded strum_macros v0.26.4 |
280 | 2024-11-27T19:32:30.689Z | Downloaded serde_tokenstream v0.2.2 |
281 | 2024-11-27T19:32:30.692Z | Downloaded pin-project-lite v0.2.14 |
282 | 2024-11-27T19:32:30.695Z | Downloaded slog-json v2.6.1 |
283 | 2024-11-27T19:32:30.697Z | Downloaded rustversion v1.0.17 |
284 | 2024-11-27T19:32:30.699Z | Downloaded serde_path_to_error v0.1.16 |
285 | 2024-11-27T19:32:30.702Z | Downloaded sha2 v0.10.8 |
286 | 2024-11-27T19:32:30.705Z | Downloaded toml_edit v0.22.22 |
287 | 2024-11-27T19:32:30.722Z | Downloaded schemars_derive v0.8.21 |
288 | 2024-11-27T19:32:30.725Z | Downloaded thiserror v1.0.69 |
289 | 2024-11-27T19:32:30.730Z | Downloaded slab v0.4.9 |
290 | 2024-11-27T19:32:30.735Z | Downloaded scopeguard v1.2.0 |
291 | 2024-11-27T19:32:30.735Z | Downloaded serde_spanned v0.6.8 |
292 | 2024-11-27T19:32:30.735Z | Downloaded smallvec v1.13.2 |
293 | 2024-11-27T19:32:30.741Z | Downloaded crossbeam-channel v0.5.13 |
294 | 2024-11-27T19:32:30.741Z | Downloaded cc v1.1.30 |
295 | 2024-11-27T19:32:30.750Z | Downloaded slog-term v2.9.1 |
296 | 2024-11-27T19:32:30.750Z | Downloaded semver v1.0.23 |
297 | 2024-11-27T19:32:30.753Z | Downloaded serde_with_macros v3.11.0 |
298 | 2024-11-27T19:32:30.753Z | Downloaded proc-macro2 v1.0.89 |
299 | 2024-11-27T19:32:30.753Z | Downloaded pest_meta v2.7.14 |
300 | 2024-11-27T19:32:30.753Z | Downloaded serde_derive_internals v0.29.1 |
301 | 2024-11-27T19:32:30.753Z | Downloaded term v0.7.0 |
302 | 2024-11-27T19:32:30.757Z | Downloaded structmeta-derive v0.3.0 |
303 | 2024-11-27T19:32:30.759Z | Downloaded parking_lot v0.12.3 |
304 | 2024-11-27T19:32:30.759Z | Downloaded pest_derive v2.7.14 |
305 | 2024-11-27T19:32:30.763Z | Downloaded hyper-util v0.1.10 |
306 | 2024-11-27T19:32:30.766Z | Downloaded hyper-rustls v0.27.3 |
307 | 2024-11-27T19:32:30.768Z | Downloaded ryu v1.0.18 |
308 | 2024-11-27T19:32:30.771Z | Downloaded spin v0.9.8 |
309 | 2024-11-27T19:32:30.774Z | Downloaded uuid v1.11.0 |
310 | 2024-11-27T19:32:30.778Z | Downloaded progenitor-impl v0.8.0 |
311 | 2024-11-27T19:32:30.782Z | Downloaded url v2.5.3 |
312 | 2024-11-27T19:32:30.782Z | Downloaded indexmap v1.9.3 |
313 | 2024-11-27T19:32:30.784Z | Downloaded icu_provider v1.5.0 |
314 | 2024-11-27T19:32:30.789Z | Downloaded slog v2.7.0 |
315 | 2024-11-27T19:32:30.791Z | Downloaded futures v0.3.31 |
316 | 2024-11-27T19:32:30.795Z | Downloaded num-traits v0.2.19 |
317 | 2024-11-27T19:32:30.798Z | Downloaded serde_yaml v0.9.34+deprecated |
318 | 2024-11-27T19:32:30.802Z | Downloaded indexmap v2.6.0 |
319 | 2024-11-27T19:32:30.806Z | Downloaded icu_collections v1.5.0 |
320 | 2024-11-27T19:32:30.808Z | Downloaded quinn v0.11.5 |
321 | 2024-11-27T19:32:30.815Z | Downloaded icu_properties v1.5.1 |
322 | 2024-11-27T19:32:30.817Z | Downloaded rustls-pki-types v1.9.0 |
323 | 2024-11-27T19:32:30.820Z | Downloaded hashbrown v0.12.3 |
324 | 2024-11-27T19:32:30.823Z | Downloaded schemars v0.8.21 |
325 | 2024-11-27T19:32:30.831Z | Downloaded serde v1.0.215 |
326 | 2024-11-27T19:32:30.837Z | Downloaded socket2 v0.5.7 |
327 | 2024-11-27T19:32:30.842Z | Downloaded memchr v2.7.4 |
328 | 2024-11-27T19:32:30.846Z | Downloaded zerovec v0.10.4 |
329 | 2024-11-27T19:32:30.848Z | Downloaded rand v0.8.5 |
330 | 2024-11-27T19:32:30.851Z | Downloaded mio v1.0.2 |
331 | 2024-11-27T19:32:30.855Z | Downloaded serde_derive v1.0.215 |
332 | 2024-11-27T19:32:30.858Z | Downloaded http v1.1.0 |
333 | 2024-11-27T19:32:30.866Z | Downloaded openssl-sys v0.9.103 |
334 | 2024-11-27T19:32:30.870Z | Downloaded zerocopy v0.7.35 |
335 | 2024-11-27T19:32:30.881Z | Downloaded pest v2.7.14 |
336 | 2024-11-27T19:32:30.885Z | Downloaded zerocopy-derive v0.7.35 |
337 | 2024-11-27T19:32:30.890Z | Downloaded pkg-config v0.3.31 |
338 | 2024-11-27T19:32:30.894Z | Downloaded serde_json v1.0.132 |
339 | 2024-11-27T19:32:30.900Z | Downloaded log v0.4.22 |
340 | 2024-11-27T19:32:30.904Z | Downloaded winnow v0.6.20 |
341 | 2024-11-27T19:32:30.908Z | Downloaded idna v1.0.3 |
342 | 2024-11-27T19:32:30.913Z | Downloaded hashbrown v0.14.5 |
343 | 2024-11-27T19:32:30.916Z | Downloaded aho-corasick v1.1.3 |
344 | 2024-11-27T19:32:30.921Z | Downloaded hashbrown v0.15.0 |
345 | 2024-11-27T19:32:30.927Z | Downloaded quinn-proto v0.11.8 |
346 | 2024-11-27T19:32:30.932Z | Downloaded vcpkg v0.2.15 |
347 | 2024-11-27T19:32:30.970Z | Downloaded serde_with v3.11.0 |
348 | 2024-11-27T19:32:30.975Z | Downloaded openssl v0.10.66 |
349 | 2024-11-27T19:32:30.984Z | Downloaded reqwest v0.12.9 |
350 | 2024-11-27T19:32:30.990Z | Downloaded regex v1.11.1 |
351 | 2024-11-27T19:32:31.004Z | Downloaded hyper v1.5.0 |
352 | 2024-11-27T19:32:31.013Z | Downloaded rustls-webpki v0.102.8 |
353 | 2024-11-27T19:32:31.026Z | Downloaded goblin v0.8.2 |
354 | 2024-11-27T19:32:31.032Z | Downloaded regress v0.9.1 |
355 | 2024-11-27T19:32:31.041Z | Downloaded icu_properties_data v1.5.0 |
356 | 2024-11-27T19:32:31.048Z | Downloaded regex-syntax v0.8.5 |
357 | 2024-11-27T19:32:31.055Z | Downloaded openapiv3 v2.0.0 |
358 | 2024-11-27T19:32:31.066Z | Downloaded syn v2.0.87 |
359 | 2024-11-27T19:32:31.077Z | Downloaded typify-impl v0.2.0 |
360 | 2024-11-27T19:32:31.089Z | Downloaded webpki-roots v0.26.6 |
361 | 2024-11-27T19:32:31.101Z | Downloaded dropshot v0.13.0 |
362 | 2024-11-27T19:32:31.118Z | Downloaded regress v0.10.1 |
363 | 2024-11-27T19:32:31.122Z | Downloaded rustls v0.22.4 |
364 | 2024-11-27T19:32:31.131Z | Downloaded rustls v0.23.14 |
365 | 2024-11-27T19:32:31.142Z | Downloaded futures-util v0.3.31 |
366 | 2024-11-27T19:32:31.151Z | Downloaded h2 v0.4.6 |
367 | 2024-11-27T19:32:31.157Z | Downloaded chrono v0.4.38 |
368 | 2024-11-27T19:32:31.164Z | Downloaded rustc-hash v2.0.0 |
369 | 2024-11-27T19:32:31.172Z | Downloaded strsim v0.11.1 |
370 | 2024-11-27T19:32:31.172Z | Downloaded scroll v0.12.0 |
371 | 2024-11-27T19:32:31.175Z | Downloaded shlex v1.3.0 |
372 | 2024-11-27T19:32:31.175Z | Downloaded sha1 v0.10.6 |
373 | 2024-11-27T19:32:31.175Z | Downloaded rand_core v0.6.4 |
374 | 2024-11-27T19:32:31.175Z | Downloaded quote v1.0.37 |
375 | 2024-11-27T19:32:31.175Z | Downloaded parking_lot_core v0.9.10 |
376 | 2024-11-27T19:32:31.175Z | Downloaded once_cell v1.20.2 |
377 | 2024-11-27T19:32:31.178Z | Downloaded multer v3.1.0 |
378 | 2024-11-27T19:32:31.182Z | Downloaded tokio v1.40.0 |
379 | 2024-11-27T19:32:31.213Z | Downloaded unsafe-libyaml v0.2.11 |
380 | 2024-11-27T19:32:31.216Z | Downloaded icu_normalizer_data v1.5.0 |
381 | 2024-11-27T19:32:31.218Z | Downloaded icu_normalizer v1.5.0 |
382 | 2024-11-27T19:32:31.221Z | Downloaded icu_locid_transform_data v1.5.0 |
383 | 2024-11-27T19:32:31.223Z | Downloaded icu_locid v1.5.0 |
384 | 2024-11-27T19:32:31.226Z | Downloaded yoke v0.7.4 |
385 | 2024-11-27T19:32:31.229Z | Downloaded rustls-pemfile v2.2.0 |
386 | 2024-11-27T19:32:31.231Z | Downloaded native-tls v0.2.12 |
387 | 2024-11-27T19:32:31.231Z | Downloaded structmeta v0.3.0 |
388 | 2024-11-27T19:32:31.234Z | Downloaded zeroize v1.8.1 |
389 | 2024-11-27T19:32:31.235Z | Downloaded writeable v0.5.5 |
390 | 2024-11-27T19:32:31.237Z | Downloaded toml v0.8.19 |
391 | 2024-11-27T19:32:31.237Z | Downloaded hyper-tls v0.6.0 |
392 | 2024-11-27T19:32:31.240Z | Downloaded tower-service v0.3.3 |
393 | 2024-11-27T19:32:31.240Z | Downloaded tokio-macros v2.4.0 |
394 | 2024-11-27T19:32:31.240Z | Downloaded tinystr v0.7.6 |
395 | 2024-11-27T19:32:31.242Z | Downloaded dirs-next v2.0.0 |
396 | 2024-11-27T19:32:31.242Z | Downloaded debug-ignore v1.0.5 |
397 | 2024-11-27T19:32:31.246Z | Downloaded camino v1.1.9 |
398 | 2024-11-27T19:32:31.250Z | Downloaded regex-automata v0.4.8 |
399 | 2024-11-27T19:32:31.285Z | Downloaded libc v0.2.162 |
400 | 2024-11-27T19:32:31.372Z | Downloaded encoding_rs v0.8.34 |
401 | 2024-11-27T19:32:31.584Z | Downloaded ring v0.17.8 |
402 | 2024-11-27T19:32:31.911Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-11-27T19:32:31.911Z | Compiling unicode-ident v1.0.13 |
404 | 2024-11-27T19:32:31.911Z | Compiling libc v0.2.162 |
405 | 2024-11-27T19:32:31.914Z | Checking cfg-if v1.0.0 |
406 | 2024-11-27T19:32:31.914Z | Compiling autocfg v1.4.0 |
407 | 2024-11-27T19:32:31.939Z | Compiling serde v1.0.215 |
408 | 2024-11-27T19:32:31.950Z | Compiling version_check v0.9.5 |
409 | 2024-11-27T19:32:31.964Z | Checking memchr v2.7.4 |
410 | 2024-11-27T19:32:32.100Z | Compiling serde_json v1.0.132 |
411 | 2024-11-27T19:32:32.119Z | Checking itoa v1.0.11 |
412 | 2024-11-27T19:32:32.552Z | Compiling thiserror v1.0.69 |
413 | 2024-11-27T19:32:32.578Z | Checking once_cell v1.20.2 |
414 | 2024-11-27T19:32:32.654Z | Compiling shlex v1.3.0 |
415 | 2024-11-27T19:32:32.887Z | Compiling cc v1.1.30 |
416 | 2024-11-27T19:32:32.921Z | Checking pin-project-lite v0.2.14 |
417 | 2024-11-27T19:32:33.040Z | Compiling num-traits v0.2.19 |
418 | 2024-11-27T19:32:33.371Z | Checking smallvec v1.13.2 |
419 | 2024-11-27T19:32:33.411Z | Checking getrandom v0.2.15 |
420 | 2024-11-27T19:32:33.449Z | Checking ryu v1.0.18 |
421 | 2024-11-27T19:32:33.505Z | Checking bytes v1.8.0 |
422 | 2024-11-27T19:32:33.628Z | Compiling quote v1.0.37 |
423 | 2024-11-27T19:32:33.727Z | Checking futures-core v0.3.31 |
424 | 2024-11-27T19:32:33.764Z | Compiling lock_api v0.4.12 |
425 | 2024-11-27T19:32:33.901Z | Compiling parking_lot_core v0.9.10 |
426 | 2024-11-27T19:32:33.915Z | Compiling byteorder v1.5.0 |
427 | 2024-11-27T19:32:34.076Z | Compiling syn v2.0.87 |
428 | 2024-11-27T19:32:34.349Z | Compiling ahash v0.8.11 |
429 | 2024-11-27T19:32:34.378Z | Checking scopeguard v1.2.0 |
430 | 2024-11-27T19:32:34.411Z | Compiling schemars v0.8.21 |
431 | 2024-11-27T19:32:34.428Z | Compiling slab v0.4.9 |
432 | 2024-11-27T19:32:34.791Z | Checking futures-sink v0.3.31 |
433 | 2024-11-27T19:32:34.815Z | Checking log v0.4.22 |
434 | 2024-11-27T19:32:34.848Z | Checking socket2 v0.5.7 |
435 | 2024-11-27T19:32:34.897Z | Checking signal-hook-registry v1.4.2 |
436 | 2024-11-27T19:32:34.933Z | Checking mio v1.0.2 |
437 | 2024-11-27T19:32:34.961Z | Checking stable_deref_trait v1.2.0 |
438 | 2024-11-27T19:32:34.980Z | Checking parking_lot v0.12.3 |
439 | 2024-11-27T19:32:35.090Z | Checking equivalent v1.0.1 |
440 | 2024-11-27T19:32:35.166Z | Checking fnv v1.0.7 |
441 | 2024-11-27T19:32:35.202Z | Compiling semver v1.0.23 |
442 | 2024-11-27T19:32:35.296Z | Checking hashbrown v0.15.0 |
443 | 2024-11-27T19:32:35.346Z | Checking http v1.1.0 |
444 | 2024-11-27T19:32:35.362Z | Checking futures-channel v0.3.31 |
445 | 2024-11-27T19:32:35.364Z | Checking futures-io v0.3.31 |
446 | 2024-11-27T19:32:35.552Z | Checking pin-utils v0.1.0 |
447 | 2024-11-27T19:32:35.571Z | Checking futures-task v0.3.31 |
448 | 2024-11-27T19:32:35.642Z | Checking spin v0.9.8 |
449 | 2024-11-27T19:32:35.710Z | Compiling vcpkg v0.2.15 |
450 | 2024-11-27T19:32:35.776Z | Compiling heck v0.5.0 |
451 | 2024-11-27T19:32:35.815Z | Checking rustls-pki-types v1.9.0 |
452 | 2024-11-27T19:32:35.860Z | Compiling pkg-config v0.3.31 |
453 | 2024-11-27T19:32:35.965Z | Compiling ring v0.17.8 |
454 | 2024-11-27T19:32:36.418Z | Checking writeable v0.5.5 |
455 | 2024-11-27T19:32:36.434Z | Compiling ucd-trie v0.1.7 |
456 | 2024-11-27T19:32:36.749Z | Checking litemap v0.7.3 |
457 | 2024-11-27T19:32:36.813Z | Checking iana-time-zone v0.1.61 |
458 | 2024-11-27T19:32:36.969Z | Compiling httparse v1.9.5 |
459 | 2024-11-27T19:32:37.016Z | Checking untrusted v0.9.0 |
460 | 2024-11-27T19:32:37.126Z | Checking tracing-core v0.1.32 |
461 | 2024-11-27T19:32:37.165Z | Compiling allocator-api2 v0.2.18 |
462 | 2024-11-27T19:32:37.423Z | Compiling openssl-sys v0.9.103 |
463 | 2024-11-27T19:32:37.739Z | Checking atomic-waker v1.1.2 |
464 | 2024-11-27T19:32:37.812Z | Checking dyn-clone v1.0.17 |
465 | 2024-11-27T19:32:37.875Z | Checking tracing v0.1.40 |
466 | 2024-11-27T19:32:37.955Z | Checking http-body v1.0.1 |
467 | 2024-11-27T19:32:38.162Z | Checking subtle v2.6.1 |
468 | 2024-11-27T19:32:38.198Z | Checking icu_locid_transform_data v1.5.0 |
469 | 2024-11-27T19:32:38.292Z | Checking try-lock v0.2.5 |
470 | 2024-11-27T19:32:38.383Z | Checking zeroize v1.8.1 |
471 | 2024-11-27T19:32:38.421Z | Compiling uuid v1.11.0 |
472 | 2024-11-27T19:32:38.615Z | Checking want v0.3.1 |
473 | 2024-11-27T19:32:38.637Z | Checking icu_properties_data v1.5.0 |
474 | 2024-11-27T19:32:38.794Z | Checking foreign-types-shared v0.1.1 |
475 | 2024-11-27T19:32:38.876Z | Compiling chrono v0.4.38 |
476 | 2024-11-27T19:32:38.896Z | Checking httpdate v1.0.3 |
477 | 2024-11-27T19:32:38.928Z | Compiling openssl v0.10.66 |
478 | 2024-11-27T19:32:38.992Z | Compiling slog v2.7.0 |
479 | 2024-11-27T19:32:39.080Z | Checking foreign-types v0.3.2 |
480 | 2024-11-27T19:32:39.168Z | Compiling aho-corasick v1.1.3 |
481 | 2024-11-27T19:32:39.391Z | Compiling rustls v0.23.14 |
482 | 2024-11-27T19:32:39.576Z | Checking utf8_iter v1.0.4 |
483 | 2024-11-27T19:32:39.702Z | Checking percent-encoding v2.3.1 |
484 | 2024-11-27T19:32:39.768Z | Checking icu_normalizer_data v1.5.0 |
485 | 2024-11-27T19:32:39.864Z | Checking utf16_iter v1.0.5 |
486 | 2024-11-27T19:32:39.917Z | Compiling native-tls v0.2.12 |
487 | 2024-11-27T19:32:40.017Z | Compiling typenum v1.17.0 |
488 | 2024-11-27T19:32:40.301Z | Checking bitflags v2.6.0 |
489 | 2024-11-27T19:32:40.563Z | Checking write16 v1.0.0 |
490 | 2024-11-27T19:32:40.691Z | Checking tower-service v0.3.3 |
491 | 2024-11-27T19:32:40.817Z | Compiling regex-syntax v0.8.5 |
492 | 2024-11-27T19:32:40.994Z | Checking form_urlencoded v1.2.1 |
493 | 2024-11-27T19:32:41.077Z | Compiling generic-array v0.14.7 |
494 | 2024-11-27T19:32:41.531Z | Checking openssl-probe v0.1.5 |
495 | 2024-11-27T19:32:42.058Z | Compiling synstructure v0.13.1 |
496 | 2024-11-27T19:32:42.408Z | Compiling serde_derive_internals v0.29.1 |
497 | 2024-11-27T19:32:42.999Z | Checking rustls-webpki v0.102.8 |
498 | 2024-11-27T19:32:43.528Z | Compiling usdt-impl v0.5.0 |
499 | 2024-11-27T19:32:43.765Z | Checking encoding_rs v0.8.34 |
500 | 2024-11-27T19:32:43.901Z | Compiling time-core v0.1.2 |
501 | 2024-11-27T19:32:44.210Z | Checking mime v0.3.17 |
502 | 2024-11-27T19:32:44.273Z | Compiling num-conv v0.1.0 |
503 | 2024-11-27T19:32:44.527Z | Compiling regex-automata v0.4.8 |
504 | 2024-11-27T19:32:44.564Z | Checking powerfmt v0.2.0 |
505 | 2024-11-27T19:32:44.697Z | Compiling time-macros v0.2.18 |
506 | 2024-11-27T19:32:44.827Z | Checking deranged v0.3.11 |
507 | 2024-11-27T19:32:46.162Z | Compiling thread-id v4.2.2 |
508 | 2024-11-27T19:32:46.782Z | Checking webpki-roots v0.26.6 |
509 | 2024-11-27T19:32:46.899Z | Checking rustls-pemfile v2.2.0 |
510 | 2024-11-27T19:32:47.120Z | Checking plain v0.2.3 |
511 | 2024-11-27T19:32:47.412Z | Compiling strsim v0.11.1 |
512 | 2024-11-27T19:32:47.515Z | Compiling serde_derive v1.0.215 |
513 | 2024-11-27T19:32:47.593Z | Compiling zerocopy-derive v0.7.35 |
514 | 2024-11-27T19:32:47.669Z | Compiling thiserror-impl v1.0.69 |
515 | 2024-11-27T19:32:47.771Z | Compiling zerofrom-derive v0.1.4 |
516 | 2024-11-27T19:32:48.157Z | Compiling schemars_derive v0.8.21 |
517 | 2024-11-27T19:32:48.850Z | Compiling tokio-macros v2.4.0 |
518 | 2024-11-27T19:32:49.731Z | Compiling zerocopy v0.7.35 |
519 | 2024-11-27T19:32:50.875Z | Compiling yoke-derive v0.7.4 |
520 | 2024-11-27T19:32:51.097Z | Checking tokio v1.40.0 |
521 | 2024-11-27T19:32:51.286Z | Compiling zerovec-derive v0.10.3 |
522 | 2024-11-27T19:32:51.305Z | Compiling futures-macro v0.3.31 |
523 | 2024-11-27T19:32:51.408Z | Checking zerofrom v0.1.4 |
524 | 2024-11-27T19:32:51.629Z | Compiling displaydoc v0.2.5 |
525 | 2024-11-27T19:32:52.451Z | Compiling pest v2.7.14 |
526 | 2024-11-27T19:32:52.648Z | Compiling icu_provider_macros v1.5.0 |
527 | 2024-11-27T19:32:53.215Z | Checking futures-util v0.3.31 |
528 | 2024-11-27T19:32:53.265Z | Compiling hashbrown v0.14.5 |
529 | 2024-11-27T19:32:53.659Z | Checking yoke v0.7.4 |
530 | 2024-11-27T19:32:53.894Z | Compiling openssl-macros v0.1.1 |
531 | 2024-11-27T19:32:53.998Z | Checking zerovec v0.10.4 |
532 | 2024-11-27T19:32:54.665Z | Compiling regress v0.10.1 |
533 | 2024-11-27T19:32:55.407Z | Compiling pest_meta v2.7.14 |
534 | 2024-11-27T19:32:55.699Z | Checking tinystr v0.7.6 |
535 | 2024-11-27T19:32:56.091Z | Checking icu_locid v1.5.0 |
536 | 2024-11-27T19:32:57.191Z | Checking icu_provider v1.5.0 |
537 | 2024-11-27T19:32:57.901Z | Checking icu_locid_transform v1.5.0 |
538 | 2024-11-27T19:32:58.503Z | Checking tokio-util v0.7.12 |
539 | 2024-11-27T19:32:58.561Z | Compiling pest_generator v2.7.14 |
540 | 2024-11-27T19:32:58.889Z | Checking icu_collections v1.5.0 |
541 | 2024-11-27T19:32:59.390Z | Checking http-body-util v0.1.2 |
542 | 2024-11-27T19:32:59.563Z | Checking icu_properties v1.5.1 |
543 | 2024-11-27T19:32:59.611Z | Compiling regex v1.11.1 |
544 | 2024-11-27T19:32:59.663Z | Compiling scroll_derive v0.12.0 |
545 | 2024-11-27T19:32:59.822Z | Checking tokio-rustls v0.26.0 |
546 | 2024-11-27T19:33:00.195Z | Checking indexmap v2.6.0 |
547 | 2024-11-27T19:33:00.577Z | Compiling pest_derive v2.7.14 |
548 | 2024-11-27T19:33:01.110Z | Checking scroll v0.12.0 |
549 | 2024-11-27T19:33:01.421Z | Compiling dtrace-parser v0.2.0 |
550 | 2024-11-27T19:33:01.503Z | Checking h2 v0.4.6 |
551 | 2024-11-27T19:33:01.521Z | Checking tokio-native-tls v0.3.1 |
552 | 2024-11-27T19:33:01.566Z | Checking serde_urlencoded v0.7.1 |
553 | 2024-11-27T19:33:01.791Z | Compiling serde_tokenstream v0.2.2 |
554 | 2024-11-27T19:33:02.629Z | Compiling crossbeam-utils v0.8.20 |
555 | 2024-11-27T19:33:02.894Z | Checking icu_normalizer v1.5.0 |
556 | 2024-11-27T19:33:03.244Z | Checking num_threads v0.1.7 |
557 | 2024-11-27T19:33:03.360Z | Checking base64 v0.22.1 |
558 | 2024-11-27T19:33:03.519Z | Compiling ident_case v1.0.1 |
559 | 2024-11-27T19:33:03.720Z | Checking idna_adapter v1.2.0 |
560 | 2024-11-27T19:33:03.877Z | Compiling dof v0.3.0 |
561 | 2024-11-27T19:33:03.920Z | Checking idna v1.0.3 |
562 | 2024-11-27T19:33:04.381Z | Compiling darling_core v0.20.10 |
563 | 2024-11-27T19:33:04.453Z | Checking url v2.5.3 |
564 | 2024-11-27T19:33:04.827Z | Compiling openapiv3 v2.0.0 |
565 | 2024-11-27T19:33:05.367Z | Checking time v0.3.36 |
566 | 2024-11-27T19:33:05.819Z | Checking hyper v1.5.0 |
567 | 2024-11-27T19:33:05.904Z | Compiling typify-impl v0.2.0 |
568 | 2024-11-27T19:33:07.148Z | Checking goblin v0.8.2 |
569 | 2024-11-27T19:33:08.041Z | Checking hyper-util v0.1.10 |
570 | 2024-11-27T19:33:09.159Z | Checking sync_wrapper v1.0.1 |
571 | 2024-11-27T19:33:09.195Z | Checking dirs-sys-next v0.1.2 |
572 | 2024-11-27T19:33:09.386Z | Checking pretty-hex v0.4.1 |
573 | 2024-11-27T19:33:09.562Z | Checking ipnet v2.10.1 |
574 | 2024-11-27T19:33:09.689Z | Compiling omicron-workspace-hack v0.1.0 |
575 | 2024-11-27T19:33:09.814Z | Checking hyper-tls v0.6.0 |
576 | 2024-11-27T19:33:09.865Z | Checking hyper-rustls v0.27.3 |
577 | 2024-11-27T19:33:09.991Z | Compiling paste v1.0.15 |
578 | 2024-11-27T19:33:10.016Z | Compiling rustversion v1.0.17 |
579 | 2024-11-27T19:33:10.044Z | Compiling unsafe-libyaml v0.2.11 |
580 | 2024-11-27T19:33:10.066Z | Compiling rustls v0.22.4 |
581 | 2024-11-27T19:33:10.198Z | Checking reqwest v0.12.9 |
582 | 2024-11-27T19:33:10.625Z | Compiling darling_macro v0.20.10 |
583 | 2024-11-27T19:33:10.705Z | Checking dirs-next v2.0.0 |
584 | 2024-11-27T19:33:10.855Z | Checking serde_spanned v0.6.8 |
585 | 2024-11-27T19:33:10.910Z | Checking toml_datetime v0.6.8 |
586 | 2024-11-27T19:33:11.040Z | Checking ppv-lite86 v0.2.20 |
587 | 2024-11-27T19:33:11.212Z | Checking crypto-common v0.1.6 |
588 | 2024-11-27T19:33:11.389Z | Checking block-buffer v0.10.4 |
589 | 2024-11-27T19:33:11.421Z | Compiling serde_yaml v0.9.34+deprecated |
590 | 2024-11-27T19:33:11.579Z | Compiling structmeta-derive v0.3.0 |
591 | 2024-11-27T19:33:11.636Z | Checking rand_core v0.6.4 |
592 | 2024-11-27T19:33:11.763Z | Checking thread_local v1.1.8 |
593 | 2024-11-27T19:33:11.863Z | Compiling multer v3.1.0 |
594 | 2024-11-27T19:33:11.922Z | Checking match_cfg v0.1.0 |
595 | 2024-11-27T19:33:11.925Z | Compiling anyhow v1.0.93 |
596 | 2024-11-27T19:33:12.019Z | Compiling slog-async v2.8.0 |
597 | 2024-11-27T19:33:12.053Z | Compiling camino v1.1.9 |
598 | 2024-11-27T19:33:12.208Z | Compiling newtype-uuid v1.1.3 |
599 | 2024-11-27T19:33:12.511Z | Checking winnow v0.6.20 |
600 | 2024-11-27T19:33:12.739Z | Checking hostname v0.3.1 |
601 | 2024-11-27T19:33:12.763Z | Checking rand_chacha v0.3.1 |
602 | 2024-11-27T19:33:12.870Z | Compiling darling v0.20.10 |
603 | 2024-11-27T19:33:12.943Z | Checking progenitor-client v0.8.0 |
604 | 2024-11-27T19:33:12.984Z | Checking digest v0.10.7 |
605 | 2024-11-27T19:33:13.138Z | Checking crossbeam-channel v0.5.13 |
606 | 2024-11-27T19:33:13.267Z | Checking term v0.7.0 |
607 | 2024-11-27T19:33:13.890Z | Checking slog-json v2.6.1 |
608 | 2024-11-27T19:33:14.164Z | Compiling usdt-macro v0.5.0 |
609 | 2024-11-27T19:33:14.276Z | Compiling structmeta v0.3.0 |
610 | 2024-11-27T19:33:14.547Z | Compiling usdt-attr-macro v0.5.0 |
611 | 2024-11-27T19:33:14.649Z | Checking futures-executor v0.3.31 |
612 | 2024-11-27T19:33:14.684Z | Compiling async-stream-impl v0.3.6 |
613 | 2024-11-27T19:33:14.891Z | Checking is-terminal v0.4.13 |
614 | 2024-11-27T19:33:15.018Z | Checking memmap v0.7.0 |
615 | 2024-11-27T19:33:15.188Z | Compiling dropshot v0.13.0 |
616 | 2024-11-27T19:33:15.221Z | Checking take_mut v0.2.2 |
617 | 2024-11-27T19:33:15.372Z | Checking cpufeatures v0.2.14 |
618 | 2024-11-27T19:33:15.462Z | Checking sha1 v0.10.6 |
619 | 2024-11-27T19:33:15.599Z | Checking slog-term v2.9.1 |
620 | 2024-11-27T19:33:15.724Z | Checking futures v0.3.31 |
621 | 2024-11-27T19:33:15.780Z | Checking toml_edit v0.22.22 |
622 | 2024-11-27T19:33:15.811Z | Compiling parse-display-derive v0.10.0 |
623 | 2024-11-27T19:33:15.831Z | Compiling strum_macros v0.26.4 |
624 | 2024-11-27T19:33:15.997Z | Checking usdt v0.5.0 |
625 | 2024-11-27T19:33:16.017Z | Checking async-stream v0.3.6 |
626 | 2024-11-27T19:33:16.076Z | Checking slog-bunyan v2.5.0 |
627 | 2024-11-27T19:33:16.210Z | Checking rand v0.8.5 |
628 | 2024-11-27T19:33:16.254Z | Compiling serde_with_macros v3.11.0 |
629 | 2024-11-27T19:33:17.458Z | Checking tokio-rustls v0.25.0 |
630 | 2024-11-27T19:33:17.740Z | Checking ipnetwork v0.20.0 |
631 | 2024-11-27T19:33:17.782Z | Compiling dropshot_endpoint v0.13.0 |
632 | 2024-11-27T19:33:17.818Z | Checking hex v0.4.3 |
633 | 2024-11-27T19:33:18.113Z | Checking serde_path_to_error v0.1.16 |
634 | 2024-11-27T19:33:18.391Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
635 | 2024-11-27T19:33:18.472Z | Checking toml v0.8.19 |
636 | 2024-11-27T19:33:18.795Z | Compiling async-trait v0.1.83 |
637 | 2024-11-27T19:33:18.950Z | Checking waitgroup v0.1.2 |
638 | 2024-11-27T19:33:19.114Z | Checking hostname v0.4.0 |
639 | 2024-11-27T19:33:19.196Z | Checking instant v0.1.13 |
640 | 2024-11-27T19:33:19.252Z | Checking debug-ignore v1.0.5 |
641 | 2024-11-27T19:33:19.304Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
642 | 2024-11-27T19:33:19.347Z | Checking backoff v0.4.0 |
643 | 2024-11-27T19:33:19.372Z | Checking serde_with v3.11.0 |
644 | 2024-11-27T19:33:19.402Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
645 | 2024-11-27T19:33:19.553Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
646 | 2024-11-27T19:33:19.570Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
647 | 2024-11-27T19:33:19.716Z | Checking parse-display v0.10.0 |
648 | 2024-11-27T19:33:19.893Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
649 | 2024-11-27T19:33:19.993Z | Compiling typify-macro v0.2.0 |
650 | 2024-11-27T19:33:20.059Z | Checking macaddr v1.0.1 |
651 | 2024-11-27T19:33:20.162Z | Checking regress v0.9.1 |
652 | 2024-11-27T19:33:20.367Z | Checking strum v0.26.3 |
653 | 2024-11-27T19:33:22.203Z | Compiling typify v0.2.0 |
654 | 2024-11-27T19:33:22.296Z | Compiling progenitor-impl v0.8.0 |
655 | 2024-11-27T19:33:24.991Z | Compiling progenitor-macro v0.8.0 |
656 | 2024-11-27T19:33:29.293Z | Checking progenitor v0.8.0 |
657 | 2024-11-27T19:33:29.425Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
658 | 2024-11-27T19:33:32.434Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
659 | 2024-11-27T19:33:40.323Z | Checking test-project v0.1.0 (/tmp/test-project) |
660 | 2024-11-27T19:33:40.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
661 | 2024-11-27T19:33:40.710Z | + cargo build --release |
662 | 2024-11-27T19:33:40.974Z | Compiling proc-macro2 v1.0.89 |
663 | 2024-11-27T19:33:40.974Z | Compiling unicode-ident v1.0.13 |
664 | 2024-11-27T19:33:40.974Z | Compiling libc v0.2.162 |
665 | 2024-11-27T19:33:40.974Z | Compiling cfg-if v1.0.0 |
666 | 2024-11-27T19:33:40.976Z | Compiling autocfg v1.4.0 |
667 | 2024-11-27T19:33:40.976Z | Compiling version_check v0.9.5 |
668 | 2024-11-27T19:33:40.976Z | Compiling serde v1.0.215 |
669 | 2024-11-27T19:33:41.018Z | Compiling memchr v2.7.4 |
670 | 2024-11-27T19:33:41.081Z | Compiling serde_json v1.0.132 |
671 | 2024-11-27T19:33:41.163Z | Compiling itoa v1.0.11 |
672 | 2024-11-27T19:33:41.413Z | Compiling thiserror v1.0.69 |
673 | 2024-11-27T19:33:41.572Z | Compiling once_cell v1.20.2 |
674 | 2024-11-27T19:33:41.626Z | Compiling shlex v1.3.0 |
675 | 2024-11-27T19:33:41.938Z | Compiling cc v1.1.30 |
676 | 2024-11-27T19:33:42.043Z | Compiling num-traits v0.2.19 |
677 | 2024-11-27T19:33:42.261Z | Compiling pin-project-lite v0.2.14 |
678 | 2024-11-27T19:33:42.383Z | Compiling getrandom v0.2.15 |
679 | 2024-11-27T19:33:42.489Z | Compiling smallvec v1.13.2 |
680 | 2024-11-27T19:33:42.508Z | Compiling bytes v1.8.0 |
681 | 2024-11-27T19:33:42.717Z | Compiling quote v1.0.37 |
682 | 2024-11-27T19:33:42.771Z | Compiling ryu v1.0.18 |
683 | 2024-11-27T19:33:42.969Z | Compiling futures-core v0.3.31 |
684 | 2024-11-27T19:33:43.028Z | Compiling lock_api v0.4.12 |
685 | 2024-11-27T19:33:43.210Z | Compiling syn v2.0.87 |
686 | 2024-11-27T19:33:43.332Z | Compiling ahash v0.8.11 |
687 | 2024-11-27T19:33:43.347Z | Compiling byteorder v1.5.0 |
688 | 2024-11-27T19:33:43.365Z | Compiling schemars v0.8.21 |
689 | 2024-11-27T19:33:43.699Z | Compiling parking_lot_core v0.9.10 |
690 | 2024-11-27T19:33:43.756Z | Compiling scopeguard v1.2.0 |
691 | 2024-11-27T19:33:43.809Z | Compiling slab v0.4.9 |
692 | 2024-11-27T19:33:43.822Z | Compiling futures-sink v0.3.31 |
693 | 2024-11-27T19:33:43.972Z | Compiling log v0.4.22 |
694 | 2024-11-27T19:33:44.246Z | Compiling signal-hook-registry v1.4.2 |
695 | 2024-11-27T19:33:44.276Z | Compiling socket2 v0.5.7 |
696 | 2024-11-27T19:33:44.363Z | Compiling mio v1.0.2 |
697 | 2024-11-27T19:33:44.426Z | Compiling stable_deref_trait v1.2.0 |
698 | 2024-11-27T19:33:44.433Z | Compiling semver v1.0.23 |
699 | 2024-11-27T19:33:44.520Z | Compiling parking_lot v0.12.3 |
700 | 2024-11-27T19:33:44.948Z | Compiling ring v0.17.8 |
701 | 2024-11-27T19:33:44.990Z | Compiling hashbrown v0.15.0 |
702 | 2024-11-27T19:33:45.269Z | Compiling fnv v1.0.7 |
703 | 2024-11-27T19:33:45.402Z | Compiling equivalent v1.0.1 |
704 | 2024-11-27T19:33:45.510Z | Compiling http v1.1.0 |
705 | 2024-11-27T19:33:45.822Z | Compiling futures-channel v0.3.31 |
706 | 2024-11-27T19:33:45.959Z | Compiling futures-io v0.3.31 |
707 | 2024-11-27T19:33:46.047Z | Compiling futures-task v0.3.31 |
708 | 2024-11-27T19:33:46.328Z | Compiling pin-utils v0.1.0 |
709 | 2024-11-27T19:33:46.331Z | Compiling spin v0.9.8 |
710 | 2024-11-27T19:33:46.379Z | Compiling pkg-config v0.3.31 |
711 | 2024-11-27T19:33:46.515Z | Compiling heck v0.5.0 |
712 | 2024-11-27T19:33:46.538Z | Compiling vcpkg v0.2.15 |
713 | 2024-11-27T19:33:46.578Z | Compiling rustls-pki-types v1.9.0 |
714 | 2024-11-27T19:33:47.559Z | Compiling writeable v0.5.5 |
715 | 2024-11-27T19:33:47.626Z | Compiling litemap v0.7.3 |
716 | 2024-11-27T19:33:48.077Z | Compiling iana-time-zone v0.1.61 |
717 | 2024-11-27T19:33:48.212Z | Compiling openssl-sys v0.9.103 |
718 | 2024-11-27T19:33:48.420Z | Compiling ucd-trie v0.1.7 |
719 | 2024-11-27T19:33:48.782Z | Compiling untrusted v0.9.0 |
720 | 2024-11-27T19:33:48.789Z | Compiling httparse v1.9.5 |
721 | 2024-11-27T19:33:48.907Z | Compiling tracing-core v0.1.32 |
722 | 2024-11-27T19:33:49.314Z | Compiling allocator-api2 v0.2.18 |
723 | 2024-11-27T19:33:49.322Z | Compiling dyn-clone v1.0.17 |
724 | 2024-11-27T19:33:49.494Z | Compiling atomic-waker v1.1.2 |
725 | 2024-11-27T19:33:49.670Z | Compiling tracing v0.1.40 |
726 | 2024-11-27T19:33:50.305Z | Compiling http-body v1.0.1 |
727 | 2024-11-27T19:33:50.490Z | Compiling icu_locid_transform_data v1.5.0 |
728 | 2024-11-27T19:33:50.527Z | Compiling subtle v2.6.1 |
729 | 2024-11-27T19:33:50.581Z | Compiling uuid v1.11.0 |
730 | 2024-11-27T19:33:50.760Z | Compiling chrono v0.4.38 |
731 | 2024-11-27T19:33:50.789Z | Compiling try-lock v0.2.5 |
732 | 2024-11-27T19:33:51.112Z | Compiling synstructure v0.13.1 |
733 | 2024-11-27T19:33:51.131Z | Compiling serde_derive_internals v0.29.1 |
734 | 2024-11-27T19:33:51.154Z | Compiling zeroize v1.8.1 |
735 | 2024-11-27T19:33:51.235Z | Compiling want v0.3.1 |
736 | 2024-11-27T19:33:51.587Z | Compiling icu_properties_data v1.5.0 |
737 | 2024-11-27T19:33:51.837Z | Compiling httpdate v1.0.3 |
738 | 2024-11-27T19:33:52.526Z | Compiling foreign-types-shared v0.1.1 |
739 | 2024-11-27T19:33:52.584Z | Compiling openssl v0.10.66 |
740 | 2024-11-27T19:33:52.626Z | Compiling slog v2.7.0 |
741 | 2024-11-27T19:33:53.043Z | Compiling foreign-types v0.3.2 |
742 | 2024-11-27T19:33:53.201Z | Compiling aho-corasick v1.1.3 |
743 | 2024-11-27T19:33:53.400Z | Compiling write16 v1.0.0 |
744 | 2024-11-27T19:33:53.533Z | Compiling rustls v0.23.14 |
745 | 2024-11-27T19:33:53.576Z | Compiling regex-syntax v0.8.5 |
746 | 2024-11-27T19:33:53.852Z | Compiling bitflags v2.6.0 |
747 | 2024-11-27T19:33:54.185Z | Compiling percent-encoding v2.3.1 |
748 | 2024-11-27T19:33:54.663Z | Compiling utf16_iter v1.0.5 |
749 | 2024-11-27T19:33:54.715Z | Compiling tower-service v0.3.3 |
750 | 2024-11-27T19:33:54.834Z | Compiling icu_normalizer_data v1.5.0 |
751 | 2024-11-27T19:33:54.926Z | Compiling utf8_iter v1.0.4 |
752 | 2024-11-27T19:33:55.194Z | Compiling native-tls v0.2.12 |
753 | 2024-11-27T19:33:55.394Z | Compiling typenum v1.17.0 |
754 | 2024-11-27T19:33:55.586Z | Compiling form_urlencoded v1.2.1 |
755 | 2024-11-27T19:33:56.238Z | Compiling generic-array v0.14.7 |
756 | 2024-11-27T19:33:56.659Z | Compiling openssl-probe v0.1.5 |
757 | 2024-11-27T19:33:56.680Z | Compiling serde_derive v1.0.215 |
758 | 2024-11-27T19:33:56.867Z | Compiling zerocopy-derive v0.7.35 |
759 | 2024-11-27T19:33:57.187Z | Compiling thiserror-impl v1.0.69 |
760 | 2024-11-27T19:33:57.691Z | Compiling schemars_derive v0.8.21 |
761 | 2024-11-27T19:33:57.748Z | Compiling zerofrom-derive v0.1.4 |
762 | 2024-11-27T19:33:59.030Z | Compiling zerocopy v0.7.35 |
763 | 2024-11-27T19:34:00.373Z | Compiling yoke-derive v0.7.4 |
764 | 2024-11-27T19:34:00.628Z | Compiling tokio-macros v2.4.0 |
765 | 2024-11-27T19:34:00.785Z | Compiling zerovec-derive v0.10.3 |
766 | 2024-11-27T19:34:01.319Z | Compiling displaydoc v0.2.5 |
767 | 2024-11-27T19:34:01.387Z | Compiling zerofrom v0.1.4 |
768 | 2024-11-27T19:34:01.626Z | Compiling futures-macro v0.3.31 |
769 | 2024-11-27T19:34:02.179Z | Compiling tokio v1.40.0 |
770 | 2024-11-27T19:34:03.178Z | Compiling yoke v0.7.4 |
771 | 2024-11-27T19:34:03.382Z | Compiling pest v2.7.14 |
772 | 2024-11-27T19:34:03.531Z | Compiling zerovec v0.10.4 |
773 | 2024-11-27T19:34:03.547Z | Compiling futures-util v0.3.31 |
774 | 2024-11-27T19:34:03.554Z | Compiling icu_provider_macros v1.5.0 |
775 | 2024-11-27T19:34:03.889Z | Compiling hashbrown v0.14.5 |
776 | 2024-11-27T19:34:05.285Z | Compiling rustls-webpki v0.102.8 |
777 | 2024-11-27T19:34:06.349Z | Compiling tinystr v0.7.6 |
778 | 2024-11-27T19:34:06.720Z | Compiling pest_meta v2.7.14 |
779 | 2024-11-27T19:34:06.805Z | Compiling icu_locid v1.5.0 |
780 | 2024-11-27T19:34:10.242Z | Compiling icu_provider v1.5.0 |
781 | 2024-11-27T19:34:10.531Z | Compiling pest_generator v2.7.14 |
782 | 2024-11-27T19:34:10.875Z | Compiling icu_collections v1.5.0 |
783 | 2024-11-27T19:34:12.365Z | Compiling indexmap v2.6.0 |
784 | 2024-11-27T19:34:12.606Z | Compiling serde_tokenstream v0.2.2 |
785 | 2024-11-27T19:34:14.141Z | Compiling tokio-util v0.7.12 |
786 | 2024-11-27T19:34:14.406Z | Compiling icu_locid_transform v1.5.0 |
787 | 2024-11-27T19:34:15.003Z | Compiling regress v0.10.1 |
788 | 2024-11-27T19:34:17.604Z | Compiling h2 v0.4.6 |
789 | 2024-11-27T19:34:18.093Z | Compiling icu_properties v1.5.1 |
790 | 2024-11-27T19:34:19.903Z | Compiling typify-impl v0.2.0 |
791 | 2024-11-27T19:34:20.485Z | Compiling pest_derive v2.7.14 |
792 | 2024-11-27T19:34:21.949Z | Compiling openssl-macros v0.1.1 |
793 | 2024-11-27T19:34:22.523Z | Compiling icu_normalizer v1.5.0 |
794 | 2024-11-27T19:34:24.538Z | Compiling hyper v1.5.0 |
795 | 2024-11-27T19:34:27.987Z | Compiling hyper-util v0.1.10 |
796 | 2024-11-27T19:34:30.819Z | Compiling regex-automata v0.4.8 |
797 | 2024-11-27T19:34:32.296Z | Compiling typify-macro v0.2.0 |
798 | 2024-11-27T19:34:32.941Z | Compiling idna_adapter v1.2.0 |
799 | 2024-11-27T19:34:34.113Z | Compiling http-body-util v0.1.2 |
800 | 2024-11-27T19:34:34.710Z | Compiling scroll_derive v0.12.0 |
801 | 2024-11-27T19:34:35.362Z | Compiling regex v1.11.1 |
802 | 2024-11-27T19:34:36.859Z | Compiling usdt-impl v0.5.0 |
803 | 2024-11-27T19:34:37.065Z | Compiling encoding_rs v0.8.34 |
804 | 2024-11-27T19:34:37.259Z | Compiling mime v0.3.17 |
805 | 2024-11-27T19:34:37.787Z | Compiling powerfmt v0.2.0 |
806 | 2024-11-27T19:34:38.274Z | Compiling time-core v0.1.2 |
807 | 2024-11-27T19:34:38.298Z | Compiling num-conv v0.1.0 |
808 | 2024-11-27T19:34:38.450Z | Compiling deranged v0.3.11 |
809 | 2024-11-27T19:34:38.568Z | Compiling time-macros v0.2.18 |
810 | 2024-11-27T19:34:40.472Z | Compiling thread-id v4.2.2 |
811 | 2024-11-27T19:34:40.575Z | Compiling scroll v0.12.0 |
812 | 2024-11-27T19:34:40.821Z | Compiling idna v1.0.3 |
813 | 2024-11-27T19:34:41.235Z | Compiling tokio-rustls v0.26.0 |
814 | 2024-11-27T19:34:41.723Z | Compiling tokio-native-tls v0.3.1 |
815 | 2024-11-27T19:34:46.663Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-11-27T19:34:47.959Z | Compiling dof v0.3.0 |
817 | 2024-11-27T19:34:48.435Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-11-27T19:34:48.864Z | Compiling webpki-roots v0.26.6 |
819 | 2024-11-27T19:34:49.028Z | Compiling rustls-pemfile v2.2.0 |
820 | 2024-11-27T19:34:49.065Z | Compiling base64 v0.22.1 |
821 | 2024-11-27T19:34:49.498Z | Compiling strsim v0.11.1 |
822 | 2024-11-27T19:34:50.196Z | Compiling num_threads v0.1.7 |
823 | 2024-11-27T19:34:50.791Z | Compiling crossbeam-utils v0.8.20 |
824 | 2024-11-27T19:34:51.377Z | Compiling plain v0.2.3 |
825 | 2024-11-27T19:34:51.535Z | Compiling omicron-workspace-hack v0.1.0 |
826 | 2024-11-27T19:34:51.588Z | Compiling ident_case v1.0.1 |
827 | 2024-11-27T19:34:51.761Z | Compiling darling_core v0.20.10 |
828 | 2024-11-27T19:34:51.851Z | Compiling time v0.3.36 |
829 | 2024-11-27T19:34:51.903Z | Compiling goblin v0.8.2 |
830 | 2024-11-27T19:34:58.062Z | Compiling hyper-rustls v0.27.3 |
831 | 2024-11-27T19:35:00.974Z | Compiling hyper-tls v0.6.0 |
832 | 2024-11-27T19:35:01.340Z | Compiling url v2.5.3 |
833 | 2024-11-27T19:35:01.495Z | Compiling typify v0.2.0 |
834 | 2024-11-27T19:35:01.619Z | Compiling openapiv3 v2.0.0 |
835 | 2024-11-27T19:35:03.599Z | Compiling sync_wrapper v1.0.1 |
836 | 2024-11-27T19:35:03.752Z | Compiling dirs-sys-next v0.1.2 |
837 | 2024-11-27T19:35:05.256Z | Compiling ipnet v2.10.1 |
838 | 2024-11-27T19:35:05.951Z | Compiling rustls v0.22.4 |
839 | 2024-11-27T19:35:06.264Z | Compiling paste v1.0.15 |
840 | 2024-11-27T19:35:06.749Z | Compiling pretty-hex v0.4.1 |
841 | 2024-11-27T19:35:06.984Z | Compiling unsafe-libyaml v0.2.11 |
842 | 2024-11-27T19:35:07.387Z | Compiling rustversion v1.0.17 |
843 | 2024-11-27T19:35:08.415Z | Compiling serde_yaml v0.9.34+deprecated |
844 | 2024-11-27T19:35:08.509Z | Compiling reqwest v0.12.9 |
845 | 2024-11-27T19:35:08.785Z | Compiling progenitor-impl v0.8.0 |
846 | 2024-11-27T19:35:12.314Z | Compiling dirs-next v2.0.0 |
847 | 2024-11-27T19:35:13.047Z | Compiling darling_macro v0.20.10 |
848 | 2024-11-27T19:35:14.754Z | Compiling block-buffer v0.10.4 |
849 | 2024-11-27T19:35:14.990Z | Compiling crypto-common v0.1.6 |
850 | 2024-11-27T19:35:15.204Z | Compiling serde_spanned v0.6.8 |
851 | 2024-11-27T19:35:15.454Z | Compiling toml_datetime v0.6.8 |
852 | 2024-11-27T19:35:15.701Z | Compiling ppv-lite86 v0.2.20 |
853 | 2024-11-27T19:35:15.896Z | Compiling structmeta-derive v0.3.0 |
854 | 2024-11-27T19:35:16.156Z | Compiling rand_core v0.6.4 |
855 | 2024-11-27T19:35:16.650Z | Compiling thread_local v1.1.8 |
856 | 2024-11-27T19:35:16.744Z | Compiling multer v3.1.0 |
857 | 2024-11-27T19:35:17.087Z | Compiling match_cfg v0.1.0 |
858 | 2024-11-27T19:35:17.192Z | Compiling newtype-uuid v1.1.3 |
859 | 2024-11-27T19:35:17.267Z | Compiling anyhow v1.0.93 |
860 | 2024-11-27T19:35:17.364Z | Compiling winnow v0.6.20 |
861 | 2024-11-27T19:35:17.517Z | Compiling camino v1.1.9 |
862 | 2024-11-27T19:35:17.871Z | Compiling slog-async v2.8.0 |
863 | 2024-11-27T19:35:18.428Z | Compiling hostname v0.3.1 |
864 | 2024-11-27T19:35:18.644Z | Compiling structmeta v0.3.0 |
865 | 2024-11-27T19:35:18.668Z | Compiling rand_chacha v0.3.1 |
866 | 2024-11-27T19:35:19.033Z | Compiling progenitor-macro v0.8.0 |
867 | 2024-11-27T19:35:19.139Z | Compiling digest v0.10.7 |
868 | 2024-11-27T19:35:19.562Z | Compiling crossbeam-channel v0.5.13 |
869 | 2024-11-27T19:35:20.559Z | Compiling darling v0.20.10 |
870 | 2024-11-27T19:35:20.637Z | Compiling term v0.7.0 |
871 | 2024-11-27T19:35:21.239Z | Compiling progenitor-client v0.8.0 |
872 | 2024-11-27T19:35:21.965Z | Compiling toml_edit v0.22.22 |
873 | 2024-11-27T19:35:27.843Z | Compiling usdt-attr-macro v0.5.0 |
874 | 2024-11-27T19:35:29.390Z | Compiling usdt-macro v0.5.0 |
875 | 2024-11-27T19:35:29.989Z | Compiling slog-json v2.6.1 |
876 | 2024-11-27T19:35:30.435Z | Compiling futures-executor v0.3.31 |
877 | 2024-11-27T19:35:30.734Z | Compiling async-stream-impl v0.3.6 |
878 | 2024-11-27T19:35:31.644Z | Compiling memmap v0.7.0 |
879 | 2024-11-27T19:35:32.041Z | Compiling is-terminal v0.4.13 |
880 | 2024-11-27T19:35:32.116Z | Compiling dropshot v0.13.0 |
881 | 2024-11-27T19:35:32.161Z | Compiling take_mut v0.2.2 |
882 | 2024-11-27T19:35:32.246Z | Compiling cpufeatures v0.2.14 |
883 | 2024-11-27T19:35:32.316Z | Compiling sha1 v0.10.6 |
884 | 2024-11-27T19:35:32.514Z | Compiling progenitor v0.8.0 |
885 | 2024-11-27T19:35:32.741Z | Compiling slog-term v2.9.1 |
886 | 2024-11-27T19:35:33.111Z | Compiling async-stream v0.3.6 |
887 | 2024-11-27T19:35:33.427Z | Compiling usdt v0.5.0 |
888 | 2024-11-27T19:35:35.000Z | Compiling futures v0.3.31 |
889 | 2024-11-27T19:35:35.232Z | Compiling slog-bunyan v2.5.0 |
890 | 2024-11-27T19:35:35.497Z | Compiling strum_macros v0.26.4 |
891 | 2024-11-27T19:35:35.876Z | Compiling tokio-rustls v0.25.0 |
892 | 2024-11-27T19:35:35.894Z | Compiling toml v0.8.19 |
893 | 2024-11-27T19:35:36.268Z | Compiling serde_with_macros v3.11.0 |
894 | 2024-11-27T19:35:38.975Z | Compiling rand v0.8.5 |
895 | 2024-11-27T19:35:40.117Z | Compiling parse-display-derive v0.10.0 |
896 | 2024-11-27T19:35:44.219Z | Compiling ipnetwork v0.20.0 |
897 | 2024-11-27T19:35:44.855Z | Compiling dropshot_endpoint v0.13.0 |
898 | 2024-11-27T19:35:45.483Z | Compiling hex v0.4.3 |
899 | 2024-11-27T19:35:45.538Z | Compiling serde_path_to_error v0.1.16 |
900 | 2024-11-27T19:35:46.191Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
901 | 2024-11-27T19:35:46.585Z | Compiling async-trait v0.1.83 |
902 | 2024-11-27T19:35:47.031Z | Compiling waitgroup v0.1.2 |
903 | 2024-11-27T19:35:47.278Z | Compiling hostname v0.4.0 |
904 | 2024-11-27T19:35:47.530Z | Compiling instant v0.1.13 |
905 | 2024-11-27T19:35:47.688Z | Compiling debug-ignore v1.0.5 |
906 | 2024-11-27T19:35:47.825Z | Compiling backoff v0.4.0 |
907 | 2024-11-27T19:35:48.173Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
908 | 2024-11-27T19:35:48.377Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
909 | 2024-11-27T19:35:48.549Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
910 | 2024-11-27T19:35:49.117Z | Compiling parse-display v0.10.0 |
911 | 2024-11-27T19:35:49.345Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
912 | 2024-11-27T19:35:49.950Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
913 | 2024-11-27T19:35:51.396Z | Compiling strum v0.26.3 |
914 | 2024-11-27T19:35:51.577Z | Compiling serde_with v3.11.0 |
915 | 2024-11-27T19:35:53.739Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
916 | 2024-11-27T19:35:54.076Z | Compiling regress v0.9.1 |
917 | 2024-11-27T19:35:54.509Z | Compiling macaddr v1.0.1 |
918 | 2024-11-27T19:36:01.650Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
919 | 2024-11-27T19:36:11.608Z | Compiling test-project v0.1.0 (/tmp/test-project) |
920 | 2024-11-27T19:36:21.754Z | Finished `release` profile [optimized] target(s) in 2m 40s |
921 | 2024-11-27T19:36:21.821Z | process exited: duration 241145 ms, exit code 0 |
|
922 | 2024-11-27T19:36:21.827Z | found 0 output files |