|
|
|
1 | 2024-11-22T19:40:32.863Z | job assigned to worker 01JDAP65Y7CEPA6JRRREN5WFJE [factory aws, i-070e8caf9bc0789d3] (queued for 1 m 3 s) |
|
2 | 2024-11-22T19:40:42.000Z | starting task 0: "setup" |
3 | 2024-11-22T19:40:42.008Z | ++ uname -s |
4 | 2024-11-22T19:40:42.011Z | + kern=SunOS |
5 | 2024-11-22T19:40:42.011Z | + case "$kern" in |
6 | 2024-11-22T19:40:42.011Z | + groupadd -g 12345 build |
7 | 2024-11-22T19:40:42.014Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-22T19:40:44.018Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-22T19:40:44.109Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-22T19:40:44.111Z | + home_fs=zfs |
11 | 2024-11-22T19:40:44.112Z | + [[ zfs == autofs ]] |
12 | 2024-11-22T19:40:44.112Z | + mkdir -p /home/build |
13 | 2024-11-22T19:40:44.114Z | + chown build:build /home/build /work |
14 | 2024-11-22T19:40:46.115Z | + chmod 0700 /home/build /work |
15 | 2024-11-22T19:40:46.118Z | process exited: duration 4118 ms, exit code 0 |
|
16 | 2024-11-22T19:40:46.123Z | starting task 1: "rust-toolchain" |
17 | 2024-11-22T19:40:46.128Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-22T19:40:46.128Z | ' 1.81.0 |
19 | 2024-11-22T19:40:46.128Z | * toolchain channel = "1.81.0" |
20 | 2024-11-22T19:40:46.128Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-22T19:40:46.128Z | ' default |
22 | 2024-11-22T19:40:46.128Z | * toolchain profile = "default" |
23 | 2024-11-22T19:40:46.130Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-22T19:40:46.130Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-22T19:40:46.243Z | info: downloading installer |
26 | 2024-11-22T19:40:47.689Z | info: profile set to 'default' |
27 | 2024-11-22T19:40:47.689Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-22T19:40:47.691Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-22T19:40:47.851Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-22T19:40:47.854Z | info: downloading component 'cargo' |
31 | 2024-11-22T19:40:48.814Z | info: downloading component 'clippy' |
32 | 2024-11-22T19:40:49.171Z | info: downloading component 'rust-docs' |
33 | 2024-11-22T19:40:50.512Z | info: downloading component 'rust-std' |
34 | 2024-11-22T19:40:52.592Z | info: downloading component 'rustc' |
35 | 2024-11-22T19:41:00.079Z | info: downloading component 'rustfmt' |
36 | 2024-11-22T19:41:00.358Z | info: installing component 'cargo' |
37 | 2024-11-22T19:41:01.147Z | info: installing component 'clippy' |
38 | 2024-11-22T19:41:01.501Z | info: installing component 'rust-docs' |
39 | 2024-11-22T19:41:03.120Z | info: installing component 'rust-std' |
40 | 2024-11-22T19:41:04.778Z | info: installing component 'rustc' |
41 | 2024-11-22T19:41:10.397Z | info: installing component 'rustfmt' |
42 | 2024-11-22T19:41:10.720Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-22T19:41:10.720Z | |
44 | 2024-11-22T19:41:11.098Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-22T19:41:11.098Z | |
46 | 2024-11-22T19:41:11.100Z | |
47 | 2024-11-22T19:41:11.100Z | Rust is installed now. Great! |
48 | 2024-11-22T19:41:11.100Z | |
49 | 2024-11-22T19:41:11.100Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-22T19:41:11.100Z | environment variable. This has not been done automatically. |
51 | 2024-11-22T19:41:11.100Z | |
52 | 2024-11-22T19:41:11.100Z | To configure your current shell, you need to source |
53 | 2024-11-22T19:41:11.100Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-22T19:41:11.100Z | |
55 | 2024-11-22T19:41:11.101Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-22T19:41:11.101Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-22T19:41:11.101Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-22T19:41:11.171Z | + rustc --version |
59 | 2024-11-22T19:41:11.234Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-22T19:41:11.237Z | process exited: duration 25108 ms, exit code 0 |
|
61 | 2024-11-22T19:41:11.242Z | starting task 2: "authentication" |
62 | 2024-11-22T19:41:11.262Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-22T19:41:11.268Z | starting task 3: "clone repository" |
64 | 2024-11-22T19:41:11.272Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-22T19:41:11.274Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-22T19:41:11.887Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-22T19:41:18.180Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-22T19:41:18.180Z | + git fetch origin 8a2b4201c72581e4f16a94a4c759f1c910304cbf |
69 | 2024-11-22T19:41:18.504Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-22T19:41:18.504Z | * branch 8a2b4201c72581e4f16a94a4c759f1c910304cbf -> FETCH_HEAD |
71 | 2024-11-22T19:41:18.513Z | + [[ -n iliana/releng-faster ]] |
72 | 2024-11-22T19:41:18.515Z | ++ git branch --show-current |
73 | 2024-11-22T19:41:18.518Z | + current=main |
74 | 2024-11-22T19:41:18.518Z | + [[ main != iliana/releng-faster ]] |
75 | 2024-11-22T19:41:18.518Z | + git branch -f iliana/releng-faster 8a2b4201c72581e4f16a94a4c759f1c910304cbf |
76 | 2024-11-22T19:41:18.520Z | + git checkout -f iliana/releng-faster |
77 | 2024-11-22T19:41:18.693Z | Switched to branch 'iliana/releng-faster' |
78 | 2024-11-22T19:41:18.696Z | + git reset --hard 8a2b4201c72581e4f16a94a4c759f1c910304cbf |
79 | 2024-11-22T19:41:18.862Z | HEAD is now at 8a2b4201c answer my own question with a comment |
80 | 2024-11-22T19:41:18.865Z | process exited: duration 7595 ms, exit code 0 |
|
81 | 2024-11-22T19:41:18.870Z | starting task 4: "build" |
82 | 2024-11-22T19:41:18.875Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-22T19:41:18.877Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-22T19:41:18.877Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-22T19:41:18.877Z | + cargo --version |
86 | 2024-11-22T19:41:18.933Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-22T19:41:18.935Z | + rustc --version |
88 | 2024-11-22T19:41:19.065Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-22T19:41:19.068Z | + cd /tmp |
90 | 2024-11-22T19:41:19.068Z | + cargo new --lib test-project |
91 | 2024-11-22T19:41:19.068Z | Creating library `test-project` package |
92 | 2024-11-22T19:41:19.132Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-22T19:41:19.134Z | + cd test-project |
94 | 2024-11-22T19:41:19.134Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-22T19:41:19.191Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-22T19:41:19.191Z | Features: |
97 | 2024-11-22T19:41:19.192Z | - proptest |
98 | 2024-11-22T19:41:19.192Z | - test-strategy |
99 | 2024-11-22T19:41:19.192Z | - testing |
100 | 2024-11-22T19:41:19.195Z | Updating crates.io index |
101 | 2024-11-22T19:41:19.250Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-22T19:41:19.992Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-22T19:41:20.461Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-22T19:41:20.852Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-22T19:41:22.080Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-22T19:41:22.083Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-22T19:41:22.083Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-22T19:41:22.083Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-22T19:41:22.083Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-11-22T19:41:22.086Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-22T19:41:22.086Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
112 | 2024-11-22T19:41:22.086Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
113 | 2024-11-22T19:41:22.086Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-22T19:41:22.086Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-22T19:41:22.088Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-22T19:41:22.088Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-22T19:41:22.090Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-22T19:41:22.096Z | Adding rustls v0.22.4 (latest: v0.23.18) |
119 | 2024-11-22T19:41:22.098Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-22T19:41:22.100Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-22T19:41:22.100Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-22T19:41:22.100Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-22T19:41:22.100Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-22T19:41:22.102Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-22T19:41:22.105Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-22T19:41:22.105Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-22T19:41:22.105Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-22T19:41:22.105Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-22T19:41:22.105Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-22T19:41:22.105Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-22T19:41:22.107Z | Adding zerocopy v0.7.35 (latest: v0.8.10) |
132 | 2024-11-22T19:41:22.107Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.10) |
133 | 2024-11-22T19:41:22.178Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-22T19:41:22.181Z | + cargo check |
135 | 2024-11-22T19:41:22.357Z | Updating crates.io index |
136 | 2024-11-22T19:41:23.074Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-22T19:41:26.407Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-22T19:41:28.496Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-22T19:41:29.277Z | Downloading crates ... |
140 | 2024-11-22T19:41:29.398Z | Downloaded try-lock v0.2.5 |
141 | 2024-11-22T19:41:29.405Z | Downloaded multer v3.1.0 |
142 | 2024-11-22T19:41:29.414Z | Downloaded unsafe-libyaml v0.2.11 |
143 | 2024-11-22T19:41:29.417Z | Downloaded pretty-hex v0.4.1 |
144 | 2024-11-22T19:41:29.419Z | Downloaded usdt v0.5.0 |
145 | 2024-11-22T19:41:29.422Z | Downloaded percent-encoding v2.3.1 |
146 | 2024-11-22T19:41:29.422Z | Downloaded zerovec-derive v0.10.3 |
147 | 2024-11-22T19:41:29.424Z | Downloaded zerocopy v0.7.35 |
148 | 2024-11-22T19:41:29.437Z | Downloaded memmap v0.7.0 |
149 | 2024-11-22T19:41:29.439Z | Downloaded parse-display v0.10.0 |
150 | 2024-11-22T19:41:29.455Z | Downloaded tokio-native-tls v0.3.1 |
151 | 2024-11-22T19:41:29.457Z | Downloaded async-trait v0.1.83 |
152 | 2024-11-22T19:41:29.461Z | Downloaded anyhow v1.0.93 |
153 | 2024-11-22T19:41:29.470Z | Downloaded async-stream-impl v0.3.6 |
154 | 2024-11-22T19:41:29.479Z | Downloaded tokio-macros v2.4.0 |
155 | 2024-11-22T19:41:29.481Z | Downloaded darling_macro v0.20.10 |
156 | 2024-11-22T19:41:29.484Z | Downloaded dtrace-parser v0.2.0 |
157 | 2024-11-22T19:41:29.486Z | Downloaded tinyvec_macros v0.1.1 |
158 | 2024-11-22T19:41:29.488Z | Downloaded time-macros v0.2.18 |
159 | 2024-11-22T19:41:29.491Z | Downloaded foreign-types-shared v0.1.1 |
160 | 2024-11-22T19:41:29.491Z | Downloaded time-core v0.1.2 |
161 | 2024-11-22T19:41:29.493Z | Downloaded foreign-types v0.3.2 |
162 | 2024-11-22T19:41:29.493Z | Downloaded thiserror-impl v1.0.69 |
163 | 2024-11-22T19:41:29.496Z | Downloaded tinyvec v1.8.0 |
164 | 2024-11-22T19:41:29.498Z | Downloaded dof v0.3.0 |
165 | 2024-11-22T19:41:29.498Z | Downloaded thread_local v1.1.8 |
166 | 2024-11-22T19:41:29.500Z | Downloaded atomic-waker v1.1.2 |
167 | 2024-11-22T19:41:29.500Z | Downloaded autocfg v1.4.0 |
168 | 2024-11-22T19:41:29.503Z | Downloaded async-stream v0.3.6 |
169 | 2024-11-22T19:41:29.505Z | Downloaded tower-service v0.3.3 |
170 | 2024-11-22T19:41:29.507Z | Downloaded crypto-common v0.1.6 |
171 | 2024-11-22T19:41:29.507Z | Downloaded cfg-if v1.0.0 |
172 | 2024-11-22T19:41:29.507Z | Downloaded tinystr v0.7.6 |
173 | 2024-11-22T19:41:29.510Z | Downloaded time v0.3.36 |
174 | 2024-11-22T19:41:29.516Z | Downloaded http-body v1.0.1 |
175 | 2024-11-22T19:41:29.519Z | Downloaded equivalent v1.0.1 |
176 | 2024-11-22T19:41:29.519Z | Downloaded dirs-sys-next v0.1.2 |
177 | 2024-11-22T19:41:29.521Z | Downloaded cpufeatures v0.2.14 |
178 | 2024-11-22T19:41:29.521Z | Downloaded futures-task v0.3.31 |
179 | 2024-11-22T19:41:29.523Z | Downloaded block-buffer v0.10.4 |
180 | 2024-11-22T19:41:29.526Z | Downloaded dyn-clone v1.0.17 |
181 | 2024-11-22T19:41:29.528Z | Downloaded deranged v0.3.11 |
182 | 2024-11-22T19:41:29.528Z | Downloaded usdt-attr-macro v0.5.0 |
183 | 2024-11-22T19:41:29.531Z | Downloaded dirs-next v2.0.0 |
184 | 2024-11-22T19:41:29.534Z | Downloaded ucd-trie v0.1.7 |
185 | 2024-11-22T19:41:29.534Z | Downloaded signal-hook-registry v1.4.2 |
186 | 2024-11-22T19:41:29.537Z | Downloaded thread-id v4.2.2 |
187 | 2024-11-22T19:41:29.537Z | Downloaded byteorder v1.5.0 |
188 | 2024-11-22T19:41:29.539Z | Downloaded tokio-rustls v0.26.0 |
189 | 2024-11-22T19:41:29.542Z | Downloaded write16 v1.0.0 |
190 | 2024-11-22T19:41:29.544Z | Downloaded fnv v1.0.7 |
191 | 2024-11-22T19:41:29.544Z | Downloaded debug-ignore v1.0.5 |
192 | 2024-11-22T19:41:29.546Z | Downloaded futures-core v0.3.31 |
193 | 2024-11-22T19:41:29.548Z | Downloaded futures-sink v0.3.31 |
194 | 2024-11-22T19:41:29.548Z | Downloaded typify-macro v0.2.0 |
195 | 2024-11-22T19:41:29.551Z | Downloaded openssl-probe v0.1.5 |
196 | 2024-11-22T19:41:29.551Z | Downloaded yoke-derive v0.7.4 |
197 | 2024-11-22T19:41:29.553Z | Downloaded digest v0.10.7 |
198 | 2024-11-22T19:41:29.555Z | Downloaded camino v1.1.9 |
199 | 2024-11-22T19:41:29.555Z | Downloaded backoff v0.4.0 |
200 | 2024-11-22T19:41:29.558Z | Downloaded progenitor-client v0.8.0 |
201 | 2024-11-22T19:41:29.560Z | Downloaded want v0.3.1 |
202 | 2024-11-22T19:41:29.560Z | Downloaded futures-macro v0.3.31 |
203 | 2024-11-22T19:41:29.563Z | Downloaded futures-io v0.3.31 |
204 | 2024-11-22T19:41:29.563Z | Downloaded futures-executor v0.3.31 |
205 | 2024-11-22T19:41:29.565Z | Downloaded ident_case v1.0.1 |
206 | 2024-11-22T19:41:29.565Z | Downloaded toml_datetime v0.6.8 |
207 | 2024-11-22T19:41:29.565Z | Downloaded untrusted v0.9.0 |
208 | 2024-11-22T19:41:29.568Z | Downloaded instant v0.1.13 |
209 | 2024-11-22T19:41:29.570Z | Downloaded tokio-rustls v0.25.0 |
210 | 2024-11-22T19:41:29.570Z | Downloaded match_cfg v0.1.0 |
211 | 2024-11-22T19:41:29.573Z | Downloaded utf8_iter v1.0.4 |
212 | 2024-11-22T19:41:29.573Z | Downloaded zerofrom v0.1.4 |
213 | 2024-11-22T19:41:29.573Z | Downloaded openssl-macros v0.1.1 |
214 | 2024-11-22T19:41:29.575Z | Downloaded hex v0.4.3 |
215 | 2024-11-22T19:41:29.575Z | Downloaded heck v0.5.0 |
216 | 2024-11-22T19:41:29.578Z | Downloaded generic-array v0.14.7 |
217 | 2024-11-22T19:41:29.581Z | Downloaded idna_adapter v1.2.0 |
218 | 2024-11-22T19:41:29.582Z | Downloaded waitgroup v0.1.2 |
219 | 2024-11-22T19:41:29.582Z | Downloaded usdt-macro v0.5.0 |
220 | 2024-11-22T19:41:29.582Z | Downloaded darling v0.20.10 |
221 | 2024-11-22T19:41:29.584Z | Downloaded omicron-workspace-hack v0.1.0 |
222 | 2024-11-22T19:41:29.587Z | Downloaded num-conv v0.1.0 |
223 | 2024-11-22T19:41:29.587Z | Downloaded icu_provider_macros v1.5.0 |
224 | 2024-11-22T19:41:29.589Z | Downloaded form_urlencoded v1.2.1 |
225 | 2024-11-22T19:41:29.589Z | Downloaded plain v0.2.3 |
226 | 2024-11-22T19:41:29.589Z | Downloaded mime v0.3.17 |
227 | 2024-11-22T19:41:29.592Z | Downloaded writeable v0.5.5 |
228 | 2024-11-22T19:41:29.594Z | Downloaded ppv-lite86 v0.2.20 |
229 | 2024-11-22T19:41:29.594Z | Downloaded version_check v0.9.5 |
230 | 2024-11-22T19:41:29.596Z | Downloaded num_threads v0.1.7 |
231 | 2024-11-22T19:41:29.596Z | Downloaded take_mut v0.2.2 |
232 | 2024-11-22T19:41:29.596Z | Downloaded displaydoc v0.2.5 |
233 | 2024-11-22T19:41:29.599Z | Downloaded hyper-tls v0.6.0 |
234 | 2024-11-22T19:41:29.601Z | Downloaded hostname v0.3.1 |
235 | 2024-11-22T19:41:29.603Z | Downloaded zeroize v1.8.1 |
236 | 2024-11-22T19:41:29.603Z | Downloaded utf16_iter v1.0.5 |
237 | 2024-11-22T19:41:29.606Z | Downloaded progenitor-macro v0.8.0 |
238 | 2024-11-22T19:41:29.606Z | Downloaded hostname v0.4.0 |
239 | 2024-11-22T19:41:29.608Z | Downloaded httpdate v1.0.3 |
240 | 2024-11-22T19:41:29.610Z | Downloaded rand_core v0.6.4 |
241 | 2024-11-22T19:41:29.610Z | Downloaded typify v0.2.0 |
242 | 2024-11-22T19:41:29.613Z | Downloaded is-terminal v0.4.13 |
243 | 2024-11-22T19:41:29.615Z | Downloaded futures-channel v0.3.31 |
244 | 2024-11-22T19:41:29.618Z | Downloaded zerofrom-derive v0.1.4 |
245 | 2024-11-22T19:41:29.618Z | Downloaded strum v0.26.3 |
246 | 2024-11-22T19:41:29.620Z | Downloaded scroll_derive v0.12.0 |
247 | 2024-11-22T19:41:29.622Z | Downloaded itoa v1.0.11 |
248 | 2024-11-22T19:41:29.626Z | Downloaded quinn-udp v0.5.5 |
249 | 2024-11-22T19:41:29.629Z | Downloaded ipnetwork v0.20.0 |
250 | 2024-11-22T19:41:29.632Z | Downloaded progenitor v0.8.0 |
251 | 2024-11-22T19:41:29.635Z | Downloaded native-tls v0.2.12 |
252 | 2024-11-22T19:41:29.637Z | Downloaded typenum v1.17.0 |
253 | 2024-11-22T19:41:29.639Z | Downloaded macaddr v1.0.1 |
254 | 2024-11-22T19:41:29.639Z | Downloaded pin-utils v0.1.0 |
255 | 2024-11-22T19:41:29.641Z | Downloaded rand_chacha v0.3.1 |
256 | 2024-11-22T19:41:29.644Z | Downloaded powerfmt v0.2.0 |
257 | 2024-11-22T19:41:29.644Z | Downloaded pest_generator v2.7.14 |
258 | 2024-11-22T19:41:29.646Z | Downloaded pkg-config v0.3.31 |
259 | 2024-11-22T19:41:29.646Z | Downloaded paste v1.0.15 |
260 | 2024-11-22T19:41:29.649Z | Downloaded quote v1.0.37 |
261 | 2024-11-22T19:41:29.651Z | Downloaded shlex v1.3.0 |
262 | 2024-11-22T19:41:29.654Z | Downloaded serde_path_to_error v0.1.16 |
263 | 2024-11-22T19:41:29.654Z | Downloaded once_cell v1.20.2 |
264 | 2024-11-22T19:41:29.657Z | Downloaded serde_spanned v0.6.8 |
265 | 2024-11-22T19:41:29.657Z | Downloaded yoke v0.7.4 |
266 | 2024-11-22T19:41:29.659Z | Downloaded uuid v1.11.0 |
267 | 2024-11-22T19:41:29.661Z | Downloaded crossbeam-utils v0.8.20 |
268 | 2024-11-22T19:41:29.664Z | Downloaded scopeguard v1.2.0 |
269 | 2024-11-22T19:41:29.666Z | Downloaded subtle v2.6.1 |
270 | 2024-11-22T19:41:29.666Z | Downloaded structmeta-derive v0.3.0 |
271 | 2024-11-22T19:41:29.668Z | Downloaded synstructure v0.13.1 |
272 | 2024-11-22T19:41:29.668Z | Downloaded serde_urlencoded v0.7.1 |
273 | 2024-11-22T19:41:29.671Z | Downloaded schemars_derive v0.8.21 |
274 | 2024-11-22T19:41:29.673Z | Downloaded dropshot_endpoint v0.13.0 |
275 | 2024-11-22T19:41:29.676Z | Downloaded sync_wrapper v1.0.1 |
276 | 2024-11-22T19:41:29.676Z | Downloaded parking_lot_core v0.9.10 |
277 | 2024-11-22T19:41:29.678Z | Downloaded zerocopy-derive v0.7.35 |
278 | 2024-11-22T19:41:29.681Z | Downloaded pin-project-lite v0.2.14 |
279 | 2024-11-22T19:41:29.685Z | Downloaded stable_deref_trait v1.2.0 |
280 | 2024-11-22T19:41:29.687Z | Downloaded ahash v0.8.11 |
281 | 2024-11-22T19:41:29.689Z | Downloaded newtype-uuid v1.1.3 |
282 | 2024-11-22T19:41:29.689Z | Downloaded iana-time-zone v0.1.61 |
283 | 2024-11-22T19:41:29.692Z | Downloaded semver v1.0.23 |
284 | 2024-11-22T19:41:29.694Z | Downloaded ipnet v2.10.1 |
285 | 2024-11-22T19:41:29.696Z | Downloaded rustls-pemfile v2.2.0 |
286 | 2024-11-22T19:41:29.698Z | Downloaded serde_yaml v0.9.34+deprecated |
287 | 2024-11-22T19:41:29.701Z | Downloaded lock_api v0.4.12 |
288 | 2024-11-22T19:41:29.703Z | Downloaded litemap v0.7.3 |
289 | 2024-11-22T19:41:29.706Z | Downloaded smallvec v1.13.2 |
290 | 2024-11-22T19:41:29.708Z | Downloaded serde_with_macros v3.11.0 |
291 | 2024-11-22T19:41:29.708Z | Downloaded strum_macros v0.26.4 |
292 | 2024-11-22T19:41:29.711Z | Downloaded parking_lot v0.12.3 |
293 | 2024-11-22T19:41:29.713Z | Downloaded rustversion v1.0.17 |
294 | 2024-11-22T19:41:29.715Z | Downloaded strsim v0.11.1 |
295 | 2024-11-22T19:41:29.718Z | Downloaded serde_tokenstream v0.2.2 |
296 | 2024-11-22T19:41:29.718Z | Downloaded thiserror v1.0.69 |
297 | 2024-11-22T19:41:29.721Z | Downloaded ryu v1.0.18 |
298 | 2024-11-22T19:41:29.724Z | Downloaded rustc-hash v2.0.0 |
299 | 2024-11-22T19:41:29.727Z | Downloaded url v2.5.3 |
300 | 2024-11-22T19:41:29.729Z | Downloaded slog v2.7.0 |
301 | 2024-11-22T19:41:29.731Z | Downloaded darling_core v0.20.10 |
302 | 2024-11-22T19:41:29.735Z | Downloaded progenitor-impl v0.8.0 |
303 | 2024-11-22T19:41:29.737Z | Downloaded sha1 v0.10.6 |
304 | 2024-11-22T19:41:29.740Z | Downloaded slog-async v2.8.0 |
305 | 2024-11-22T19:41:29.740Z | Downloaded tracing v0.1.40 |
306 | 2024-11-22T19:41:29.744Z | Downloaded num-traits v0.2.19 |
307 | 2024-11-22T19:41:29.746Z | Downloaded openssl-sys v0.9.103 |
308 | 2024-11-22T19:41:29.751Z | Downloaded scroll v0.12.0 |
309 | 2024-11-22T19:41:29.754Z | Downloaded quinn v0.11.5 |
310 | 2024-11-22T19:41:29.757Z | Downloaded hyper-rustls v0.27.3 |
311 | 2024-11-22T19:41:29.760Z | Downloaded serde_derive v1.0.215 |
312 | 2024-11-22T19:41:29.763Z | Downloaded structmeta v0.3.0 |
313 | 2024-11-22T19:41:29.763Z | Downloaded allocator-api2 v0.2.18 |
314 | 2024-11-22T19:41:29.765Z | Downloaded slog-json v2.6.1 |
315 | 2024-11-22T19:41:29.767Z | Downloaded log v0.4.22 |
316 | 2024-11-22T19:41:29.769Z | Downloaded indexmap v1.9.3 |
317 | 2024-11-22T19:41:29.772Z | Downloaded rand v0.8.5 |
318 | 2024-11-22T19:41:29.774Z | Downloaded icu_provider v1.5.0 |
319 | 2024-11-22T19:41:29.777Z | Downloaded tokio-util v0.7.12 |
320 | 2024-11-22T19:41:29.783Z | Downloaded term v0.7.0 |
321 | 2024-11-22T19:41:29.786Z | Downloaded mio v1.0.2 |
322 | 2024-11-22T19:41:29.791Z | Downloaded pest v2.7.14 |
323 | 2024-11-22T19:41:29.795Z | Downloaded cc v1.1.30 |
324 | 2024-11-22T19:41:29.799Z | Downloaded toml_edit v0.22.22 |
325 | 2024-11-22T19:41:29.818Z | Downloaded slog-term v2.9.1 |
326 | 2024-11-22T19:41:29.821Z | Downloaded zerovec v0.10.4 |
327 | 2024-11-22T19:41:29.825Z | Downloaded sha2 v0.10.8 |
328 | 2024-11-22T19:41:29.828Z | Downloaded serde_derive_internals v0.29.1 |
329 | 2024-11-22T19:41:29.830Z | Downloaded icu_properties v1.5.1 |
330 | 2024-11-22T19:41:29.832Z | Downloaded icu_locid v1.5.0 |
331 | 2024-11-22T19:41:29.836Z | Downloaded winnow v0.6.20 |
332 | 2024-11-22T19:41:29.843Z | Downloaded hyper-util v0.1.10 |
333 | 2024-11-22T19:41:29.847Z | Downloaded reqwest v0.12.9 |
334 | 2024-11-22T19:41:29.854Z | Downloaded socket2 v0.5.7 |
335 | 2024-11-22T19:41:29.857Z | Downloaded rustls-pki-types v1.9.0 |
336 | 2024-11-22T19:41:29.859Z | Downloaded quinn-proto v0.11.8 |
337 | 2024-11-22T19:41:29.865Z | Downloaded vcpkg v0.2.15 |
338 | 2024-11-22T19:41:29.899Z | Downloaded schemars v0.8.21 |
339 | 2024-11-22T19:41:29.909Z | Downloaded hashbrown v0.12.3 |
340 | 2024-11-22T19:41:29.913Z | Downloaded syn v2.0.87 |
341 | 2024-11-22T19:41:29.923Z | Downloaded regex v1.11.1 |
342 | 2024-11-22T19:41:29.934Z | Downloaded crossbeam-channel v0.5.13 |
343 | 2024-11-22T19:41:29.938Z | Downloaded openssl v0.10.66 |
344 | 2024-11-22T19:41:29.946Z | Downloaded serde v1.0.215 |
345 | 2024-11-22T19:41:29.949Z | Downloaded openapiv3 v2.0.0 |
346 | 2024-11-22T19:41:29.959Z | Downloaded http v1.1.0 |
347 | 2024-11-22T19:41:29.962Z | Downloaded memchr v2.7.4 |
348 | 2024-11-22T19:41:29.967Z | Downloaded webpki-roots v0.26.6 |
349 | 2024-11-22T19:41:29.970Z | Downloaded indexmap v2.6.0 |
350 | 2024-11-22T19:41:29.974Z | Downloaded typify-impl v0.2.0 |
351 | 2024-11-22T19:41:29.986Z | Downloaded hashbrown v0.15.0 |
352 | 2024-11-22T19:41:29.991Z | Downloaded hashbrown v0.14.5 |
353 | 2024-11-22T19:41:29.995Z | Downloaded idna v1.0.3 |
354 | 2024-11-22T19:41:29.999Z | Downloaded aho-corasick v1.1.3 |
355 | 2024-11-22T19:41:30.004Z | Downloaded icu_collections v1.5.0 |
356 | 2024-11-22T19:41:30.009Z | Downloaded tokio v1.40.0 |
357 | 2024-11-22T19:41:30.043Z | Downloaded icu_normalizer v1.5.0 |
358 | 2024-11-22T19:41:30.046Z | Downloaded base64 v0.22.1 |
359 | 2024-11-22T19:41:30.049Z | Downloaded icu_normalizer_data v1.5.0 |
360 | 2024-11-22T19:41:30.051Z | Downloaded icu_locid_transform_data v1.5.0 |
361 | 2024-11-22T19:41:30.053Z | Downloaded proc-macro2 v1.0.89 |
362 | 2024-11-22T19:41:30.056Z | Downloaded h2 v0.4.6 |
363 | 2024-11-22T19:41:30.060Z | Downloaded futures-util v0.3.31 |
364 | 2024-11-22T19:41:30.070Z | Downloaded serde_json v1.0.132 |
365 | 2024-11-22T19:41:30.076Z | Downloaded hyper v1.5.0 |
366 | 2024-11-22T19:41:30.082Z | Downloaded goblin v0.8.2 |
367 | 2024-11-22T19:41:30.087Z | Downloaded serde_with v3.11.0 |
368 | 2024-11-22T19:41:30.094Z | Downloaded pest_meta v2.7.14 |
369 | 2024-11-22T19:41:30.096Z | Downloaded spin v0.9.8 |
370 | 2024-11-22T19:41:30.099Z | Downloaded bytes v1.8.0 |
371 | 2024-11-22T19:41:30.101Z | Downloaded futures v0.3.31 |
372 | 2024-11-22T19:41:30.105Z | Downloaded pest_derive v2.7.14 |
373 | 2024-11-22T19:41:30.108Z | Downloaded usdt-impl v0.5.0 |
374 | 2024-11-22T19:41:30.110Z | Downloaded chrono v0.4.38 |
375 | 2024-11-22T19:41:30.115Z | Downloaded unicode-ident v1.0.13 |
376 | 2024-11-22T19:41:30.117Z | Downloaded icu_locid_transform v1.5.0 |
377 | 2024-11-22T19:41:30.119Z | Downloaded bitflags v2.6.0 |
378 | 2024-11-22T19:41:30.122Z | Downloaded slab v0.4.9 |
379 | 2024-11-22T19:41:30.126Z | Downloaded slog-bunyan v2.5.0 |
380 | 2024-11-22T19:41:30.126Z | Downloaded getrandom v0.2.15 |
381 | 2024-11-22T19:41:30.128Z | Downloaded toml v0.8.19 |
382 | 2024-11-22T19:41:30.131Z | Downloaded rustls-webpki v0.102.8 |
383 | 2024-11-22T19:41:30.145Z | Downloaded icu_properties_data v1.5.0 |
384 | 2024-11-22T19:41:30.154Z | Downloaded parse-display-derive v0.10.0 |
385 | 2024-11-22T19:41:30.157Z | Downloaded tracing-core v0.1.32 |
386 | 2024-11-22T19:41:30.160Z | Downloaded httparse v1.9.5 |
387 | 2024-11-22T19:41:30.160Z | Downloaded http-body-util v0.1.2 |
388 | 2024-11-22T19:41:30.213Z | Downloaded dropshot v0.13.0 |
389 | 2024-11-22T19:41:30.231Z | Downloaded regress v0.10.1 |
390 | 2024-11-22T19:41:30.242Z | Downloaded regress v0.9.1 |
391 | 2024-11-22T19:41:30.253Z | Downloaded rustls v0.22.4 |
392 | 2024-11-22T19:41:30.264Z | Downloaded rustls v0.23.14 |
393 | 2024-11-22T19:41:30.274Z | Downloaded regex-syntax v0.8.5 |
394 | 2024-11-22T19:41:30.346Z | Downloaded regex-automata v0.4.8 |
395 | 2024-11-22T19:41:30.378Z | Downloaded libc v0.2.162 |
396 | 2024-11-22T19:41:30.497Z | Downloaded encoding_rs v0.8.34 |
397 | 2024-11-22T19:41:30.736Z | Downloaded ring v0.17.8 |
398 | 2024-11-22T19:41:31.051Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-11-22T19:41:31.051Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-22T19:41:31.054Z | Compiling libc v0.2.162 |
401 | 2024-11-22T19:41:31.054Z | Checking cfg-if v1.0.0 |
402 | 2024-11-22T19:41:31.054Z | Compiling autocfg v1.4.0 |
403 | 2024-11-22T19:41:31.074Z | Compiling serde v1.0.215 |
404 | 2024-11-22T19:41:31.077Z | Compiling version_check v0.9.5 |
405 | 2024-11-22T19:41:31.077Z | Checking memchr v2.7.4 |
406 | 2024-11-22T19:41:31.170Z | Checking itoa v1.0.11 |
407 | 2024-11-22T19:41:31.255Z | Compiling serde_json v1.0.132 |
408 | 2024-11-22T19:41:31.701Z | Compiling thiserror v1.0.69 |
409 | 2024-11-22T19:41:31.824Z | Checking once_cell v1.20.2 |
410 | 2024-11-22T19:41:31.885Z | Compiling shlex v1.3.0 |
411 | 2024-11-22T19:41:32.152Z | Compiling cc v1.1.30 |
412 | 2024-11-22T19:41:32.427Z | Checking pin-project-lite v0.2.14 |
413 | 2024-11-22T19:41:32.820Z | Compiling num-traits v0.2.19 |
414 | 2024-11-22T19:41:33.111Z | Checking smallvec v1.13.2 |
415 | 2024-11-22T19:41:33.179Z | Checking ryu v1.0.18 |
416 | 2024-11-22T19:41:33.179Z | Checking bytes v1.8.0 |
417 | 2024-11-22T19:41:33.358Z | Checking futures-core v0.3.31 |
418 | 2024-11-22T19:41:33.395Z | Compiling lock_api v0.4.12 |
419 | 2024-11-22T19:41:33.526Z | Compiling parking_lot_core v0.9.10 |
420 | 2024-11-22T19:41:33.587Z | Compiling byteorder v1.5.0 |
421 | 2024-11-22T19:41:33.779Z | Compiling ahash v0.8.11 |
422 | 2024-11-22T19:41:33.821Z | Compiling schemars v0.8.21 |
423 | 2024-11-22T19:41:33.902Z | Checking getrandom v0.2.15 |
424 | 2024-11-22T19:41:33.976Z | Checking scopeguard v1.2.0 |
425 | 2024-11-22T19:41:34.122Z | Compiling slab v0.4.9 |
426 | 2024-11-22T19:41:34.154Z | Compiling quote v1.0.37 |
427 | 2024-11-22T19:41:34.258Z | Checking futures-sink v0.3.31 |
428 | 2024-11-22T19:41:34.319Z | Checking log v0.4.22 |
429 | 2024-11-22T19:41:34.363Z | Checking mio v1.0.2 |
430 | 2024-11-22T19:41:34.397Z | Checking signal-hook-registry v1.4.2 |
431 | 2024-11-22T19:41:34.531Z | Compiling syn v2.0.87 |
432 | 2024-11-22T19:41:34.562Z | Checking parking_lot v0.12.3 |
433 | 2024-11-22T19:41:34.578Z | Checking socket2 v0.5.7 |
434 | 2024-11-22T19:41:34.628Z | Checking stable_deref_trait v1.2.0 |
435 | 2024-11-22T19:41:34.775Z | Checking equivalent v1.0.1 |
436 | 2024-11-22T19:41:34.802Z | Compiling ring v0.17.8 |
437 | 2024-11-22T19:41:34.870Z | Checking fnv v1.0.7 |
438 | 2024-11-22T19:41:34.889Z | Checking hashbrown v0.15.0 |
439 | 2024-11-22T19:41:34.907Z | Compiling semver v1.0.23 |
440 | 2024-11-22T19:41:34.937Z | Checking futures-channel v0.3.31 |
441 | 2024-11-22T19:41:34.961Z | Checking futures-task v0.3.31 |
442 | 2024-11-22T19:41:34.982Z | Checking http v1.1.0 |
443 | 2024-11-22T19:41:35.026Z | Checking pin-utils v0.1.0 |
444 | 2024-11-22T19:41:35.110Z | Checking futures-io v0.3.31 |
445 | 2024-11-22T19:41:35.172Z | Compiling pkg-config v0.3.31 |
446 | 2024-11-22T19:41:35.272Z | Compiling vcpkg v0.2.15 |
447 | 2024-11-22T19:41:35.289Z | Checking spin v0.9.8 |
448 | 2024-11-22T19:41:35.437Z | Checking rustls-pki-types v1.9.0 |
449 | 2024-11-22T19:41:35.494Z | Compiling heck v0.5.0 |
450 | 2024-11-22T19:41:35.936Z | Checking litemap v0.7.3 |
451 | 2024-11-22T19:41:35.970Z | Checking iana-time-zone v0.1.61 |
452 | 2024-11-22T19:41:36.108Z | Compiling ucd-trie v0.1.7 |
453 | 2024-11-22T19:41:36.244Z | Checking writeable v0.5.5 |
454 | 2024-11-22T19:41:36.293Z | Compiling httparse v1.9.5 |
455 | 2024-11-22T19:41:36.406Z | Checking untrusted v0.9.0 |
456 | 2024-11-22T19:41:36.562Z | Checking tracing-core v0.1.32 |
457 | 2024-11-22T19:41:36.565Z | Compiling allocator-api2 v0.2.18 |
458 | 2024-11-22T19:41:36.878Z | Compiling openssl-sys v0.9.103 |
459 | 2024-11-22T19:41:37.128Z | Checking atomic-waker v1.1.2 |
460 | 2024-11-22T19:41:37.165Z | Checking dyn-clone v1.0.17 |
461 | 2024-11-22T19:41:37.246Z | Checking tracing v0.1.40 |
462 | 2024-11-22T19:41:37.300Z | Checking http-body v1.0.1 |
463 | 2024-11-22T19:41:37.480Z | Compiling uuid v1.11.0 |
464 | 2024-11-22T19:41:37.513Z | Checking subtle v2.6.1 |
465 | 2024-11-22T19:41:37.736Z | Checking try-lock v0.2.5 |
466 | 2024-11-22T19:41:37.780Z | Checking zeroize v1.8.1 |
467 | 2024-11-22T19:41:37.875Z | Checking icu_locid_transform_data v1.5.0 |
468 | 2024-11-22T19:41:37.946Z | Checking want v0.3.1 |
469 | 2024-11-22T19:41:37.987Z | Checking foreign-types-shared v0.1.1 |
470 | 2024-11-22T19:41:38.020Z | Checking httpdate v1.0.3 |
471 | 2024-11-22T19:41:38.066Z | Compiling chrono v0.4.38 |
472 | 2024-11-22T19:41:38.095Z | Compiling openssl v0.10.66 |
473 | 2024-11-22T19:41:38.166Z | Compiling slog v2.7.0 |
474 | 2024-11-22T19:41:38.225Z | Checking icu_properties_data v1.5.0 |
475 | 2024-11-22T19:41:38.491Z | Checking foreign-types v0.3.2 |
476 | 2024-11-22T19:41:38.543Z | Compiling aho-corasick v1.1.3 |
477 | 2024-11-22T19:41:38.637Z | Checking percent-encoding v2.3.1 |
478 | 2024-11-22T19:41:38.854Z | Checking icu_normalizer_data v1.5.0 |
479 | 2024-11-22T19:41:38.926Z | Checking utf16_iter v1.0.5 |
480 | 2024-11-22T19:41:39.081Z | Compiling regex-syntax v0.8.5 |
481 | 2024-11-22T19:41:39.153Z | Compiling rustls v0.23.14 |
482 | 2024-11-22T19:41:39.404Z | Compiling native-tls v0.2.12 |
483 | 2024-11-22T19:41:39.716Z | Checking tower-service v0.3.3 |
484 | 2024-11-22T19:41:39.779Z | Checking bitflags v2.6.0 |
485 | 2024-11-22T19:41:39.817Z | Checking write16 v1.0.0 |
486 | 2024-11-22T19:41:39.923Z | Checking utf8_iter v1.0.4 |
487 | 2024-11-22T19:41:39.971Z | Compiling typenum v1.17.0 |
488 | 2024-11-22T19:41:40.118Z | Checking form_urlencoded v1.2.1 |
489 | 2024-11-22T19:41:40.667Z | Compiling generic-array v0.14.7 |
490 | 2024-11-22T19:41:40.819Z | Compiling synstructure v0.13.1 |
491 | 2024-11-22T19:41:40.933Z | Compiling serde_derive_internals v0.29.1 |
492 | 2024-11-22T19:41:42.230Z | Checking openssl-probe v0.1.5 |
493 | 2024-11-22T19:41:42.270Z | Compiling regex-automata v0.4.8 |
494 | 2024-11-22T19:41:43.257Z | Compiling usdt-impl v0.5.0 |
495 | 2024-11-22T19:41:43.589Z | Checking encoding_rs v0.8.34 |
496 | 2024-11-22T19:41:43.605Z | Compiling time-core v0.1.2 |
497 | 2024-11-22T19:41:43.773Z | Checking powerfmt v0.2.0 |
498 | 2024-11-22T19:41:43.856Z | Checking mime v0.3.17 |
499 | 2024-11-22T19:41:44.154Z | Compiling num-conv v0.1.0 |
500 | 2024-11-22T19:41:44.446Z | Compiling time-macros v0.2.18 |
501 | 2024-11-22T19:41:44.479Z | Checking deranged v0.3.11 |
502 | 2024-11-22T19:41:44.711Z | Compiling thread-id v4.2.2 |
503 | 2024-11-22T19:41:45.697Z | Checking rustls-pemfile v2.2.0 |
504 | 2024-11-22T19:41:45.835Z | Compiling serde_derive v1.0.215 |
505 | 2024-11-22T19:41:45.862Z | Compiling zerocopy-derive v0.7.35 |
506 | 2024-11-22T19:41:46.005Z | Compiling thiserror-impl v1.0.69 |
507 | 2024-11-22T19:41:46.246Z | Compiling schemars_derive v0.8.21 |
508 | 2024-11-22T19:41:47.026Z | Compiling zerofrom-derive v0.1.4 |
509 | 2024-11-22T19:41:47.532Z | Compiling yoke-derive v0.7.4 |
510 | 2024-11-22T19:41:47.765Z | Compiling zerocopy v0.7.35 |
511 | 2024-11-22T19:41:49.064Z | Compiling tokio-macros v2.4.0 |
512 | 2024-11-22T19:41:49.318Z | Compiling zerovec-derive v0.10.3 |
513 | 2024-11-22T19:41:49.337Z | Compiling displaydoc v0.2.5 |
514 | 2024-11-22T19:41:49.919Z | Compiling futures-macro v0.3.31 |
515 | 2024-11-22T19:41:50.340Z | Checking zerofrom v0.1.4 |
516 | 2024-11-22T19:41:50.500Z | Checking tokio v1.40.0 |
517 | 2024-11-22T19:41:50.547Z | Checking yoke v0.7.4 |
518 | 2024-11-22T19:41:50.637Z | Compiling pest v2.7.14 |
519 | 2024-11-22T19:41:50.874Z | Compiling icu_provider_macros v1.5.0 |
520 | 2024-11-22T19:41:50.984Z | Compiling hashbrown v0.14.5 |
521 | 2024-11-22T19:41:51.722Z | Checking futures-util v0.3.31 |
522 | 2024-11-22T19:41:51.725Z | Checking zerovec v0.10.4 |
523 | 2024-11-22T19:41:51.867Z | Checking rustls-webpki v0.102.8 |
524 | 2024-11-22T19:41:52.386Z | Compiling regress v0.10.1 |
525 | 2024-11-22T19:41:52.404Z | Compiling openssl-macros v0.1.1 |
526 | 2024-11-22T19:41:53.315Z | Checking tinystr v0.7.6 |
527 | 2024-11-22T19:41:53.496Z | Compiling pest_meta v2.7.14 |
528 | 2024-11-22T19:41:53.702Z | Checking icu_locid v1.5.0 |
529 | 2024-11-22T19:41:53.721Z | Checking icu_collections v1.5.0 |
530 | 2024-11-22T19:41:54.725Z | Checking icu_provider v1.5.0 |
531 | 2024-11-22T19:41:55.389Z | Checking icu_locid_transform v1.5.0 |
532 | 2024-11-22T19:41:56.360Z | Compiling pest_generator v2.7.14 |
533 | 2024-11-22T19:41:56.764Z | Checking icu_properties v1.5.1 |
534 | 2024-11-22T19:41:57.402Z | Checking tokio-util v0.7.12 |
535 | 2024-11-22T19:41:57.637Z | Checking http-body-util v0.1.2 |
536 | 2024-11-22T19:41:58.065Z | Compiling regex v1.11.1 |
537 | 2024-11-22T19:41:58.160Z | Checking indexmap v2.6.0 |
538 | 2024-11-22T19:41:59.084Z | Compiling pest_derive v2.7.14 |
539 | 2024-11-22T19:41:59.443Z | Compiling serde_tokenstream v0.2.2 |
540 | 2024-11-22T19:41:59.903Z | Checking h2 v0.4.6 |
541 | 2024-11-22T19:41:59.998Z | Checking icu_normalizer v1.5.0 |
542 | 2024-11-22T19:42:00.265Z | Compiling scroll_derive v0.12.0 |
543 | 2024-11-22T19:42:00.661Z | Checking tokio-native-tls v0.3.1 |
544 | 2024-11-22T19:42:00.754Z | Checking idna_adapter v1.2.0 |
545 | 2024-11-22T19:42:00.884Z | Compiling dtrace-parser v0.2.0 |
546 | 2024-11-22T19:42:00.934Z | Checking idna v1.0.3 |
547 | 2024-11-22T19:42:01.452Z | Compiling dof v0.3.0 |
548 | 2024-11-22T19:42:01.672Z | Checking scroll v0.12.0 |
549 | 2024-11-22T19:42:01.871Z | Checking tokio-rustls v0.26.0 |
550 | 2024-11-22T19:42:01.903Z | Checking serde_urlencoded v0.7.1 |
551 | 2024-11-22T19:42:02.284Z | Checking webpki-roots v0.26.6 |
552 | 2024-11-22T19:42:02.479Z | Compiling strsim v0.11.1 |
553 | 2024-11-22T19:42:02.520Z | Compiling ident_case v1.0.1 |
554 | 2024-11-22T19:42:02.647Z | Checking num_threads v0.1.7 |
555 | 2024-11-22T19:42:02.759Z | Checking base64 v0.22.1 |
556 | 2024-11-22T19:42:02.862Z | Checking plain v0.2.3 |
557 | 2024-11-22T19:42:03.208Z | Compiling crossbeam-utils v0.8.20 |
558 | 2024-11-22T19:42:03.233Z | Checking goblin v0.8.2 |
559 | 2024-11-22T19:42:03.387Z | Compiling typify-impl v0.2.0 |
560 | 2024-11-22T19:42:03.559Z | Checking time v0.3.36 |
561 | 2024-11-22T19:42:03.945Z | Checking hyper v1.5.0 |
562 | 2024-11-22T19:42:04.670Z | Compiling darling_core v0.20.10 |
563 | 2024-11-22T19:42:06.008Z | Checking hyper-util v0.1.10 |
564 | 2024-11-22T19:42:06.214Z | Checking url v2.5.3 |
565 | 2024-11-22T19:42:07.060Z | Compiling openapiv3 v2.0.0 |
566 | 2024-11-22T19:42:07.648Z | Checking hyper-rustls v0.27.3 |
567 | 2024-11-22T19:42:07.808Z | Checking hyper-tls v0.6.0 |
568 | 2024-11-22T19:42:07.956Z | Checking dirs-sys-next v0.1.2 |
569 | 2024-11-22T19:42:08.063Z | Checking sync_wrapper v1.0.1 |
570 | 2024-11-22T19:42:08.123Z | Compiling omicron-workspace-hack v0.1.0 |
571 | 2024-11-22T19:42:08.201Z | Compiling paste v1.0.15 |
572 | 2024-11-22T19:42:08.240Z | Checking pretty-hex v0.4.1 |
573 | 2024-11-22T19:42:08.393Z | Checking ipnet v2.10.1 |
574 | 2024-11-22T19:42:08.410Z | Compiling rustls v0.22.4 |
575 | 2024-11-22T19:42:08.429Z | Compiling rustversion v1.0.17 |
576 | 2024-11-22T19:42:08.696Z | Compiling unsafe-libyaml v0.2.11 |
577 | 2024-11-22T19:42:08.861Z | Checking reqwest v0.12.9 |
578 | 2024-11-22T19:42:09.171Z | Checking dirs-next v2.0.0 |
579 | 2024-11-22T19:42:09.783Z | Checking toml_datetime v0.6.8 |
580 | 2024-11-22T19:42:10.066Z | Compiling serde_yaml v0.9.34+deprecated |
581 | 2024-11-22T19:42:10.272Z | Checking serde_spanned v0.6.8 |
582 | 2024-11-22T19:42:10.313Z | Checking ppv-lite86 v0.2.20 |
583 | 2024-11-22T19:42:10.425Z | Checking crypto-common v0.1.6 |
584 | 2024-11-22T19:42:10.447Z | Checking block-buffer v0.10.4 |
585 | 2024-11-22T19:42:10.580Z | Compiling structmeta-derive v0.3.0 |
586 | 2024-11-22T19:42:10.622Z | Checking rand_core v0.6.4 |
587 | 2024-11-22T19:42:10.696Z | Compiling darling_macro v0.20.10 |
588 | 2024-11-22T19:42:10.773Z | Checking thread_local v1.1.8 |
589 | 2024-11-22T19:42:10.899Z | Compiling multer v3.1.0 |
590 | 2024-11-22T19:42:11.048Z | Checking match_cfg v0.1.0 |
591 | 2024-11-22T19:42:11.074Z | Compiling newtype-uuid v1.1.3 |
592 | 2024-11-22T19:42:11.124Z | Compiling anyhow v1.0.93 |
593 | 2024-11-22T19:42:11.144Z | Compiling camino v1.1.9 |
594 | 2024-11-22T19:42:11.204Z | Checking winnow v0.6.20 |
595 | 2024-11-22T19:42:11.361Z | Compiling slog-async v2.8.0 |
596 | 2024-11-22T19:42:11.609Z | Compiling darling v0.20.10 |
597 | 2024-11-22T19:42:11.762Z | Checking hostname v0.3.1 |
598 | 2024-11-22T19:42:11.799Z | Checking rand_chacha v0.3.1 |
599 | 2024-11-22T19:42:11.899Z | Checking digest v0.10.7 |
600 | 2024-11-22T19:42:12.048Z | Checking progenitor-client v0.8.0 |
601 | 2024-11-22T19:42:12.155Z | Checking crossbeam-channel v0.5.13 |
602 | 2024-11-22T19:42:12.196Z | Checking term v0.7.0 |
603 | 2024-11-22T19:42:12.898Z | Compiling usdt-attr-macro v0.5.0 |
604 | 2024-11-22T19:42:13.108Z | Compiling structmeta v0.3.0 |
605 | 2024-11-22T19:42:13.496Z | Compiling usdt-macro v0.5.0 |
606 | 2024-11-22T19:42:13.589Z | Checking slog-json v2.6.1 |
607 | 2024-11-22T19:42:13.651Z | Checking futures-executor v0.3.31 |
608 | 2024-11-22T19:42:13.670Z | Compiling async-stream-impl v0.3.6 |
609 | 2024-11-22T19:42:13.827Z | Checking is-terminal v0.4.13 |
610 | 2024-11-22T19:42:13.868Z | Checking memmap v0.7.0 |
611 | 2024-11-22T19:42:13.943Z | Compiling dropshot v0.13.0 |
612 | 2024-11-22T19:42:14.059Z | Checking take_mut v0.2.2 |
613 | 2024-11-22T19:42:14.190Z | Checking cpufeatures v0.2.14 |
614 | 2024-11-22T19:42:14.275Z | Checking sha1 v0.10.6 |
615 | 2024-11-22T19:42:14.314Z | Checking toml_edit v0.22.22 |
616 | 2024-11-22T19:42:14.314Z | Checking slog-term v2.9.1 |
617 | 2024-11-22T19:42:14.537Z | Checking futures v0.3.31 |
618 | 2024-11-22T19:42:14.556Z | Checking slog-bunyan v2.5.0 |
619 | 2024-11-22T19:42:14.637Z | Compiling strum_macros v0.26.4 |
620 | 2024-11-22T19:42:14.724Z | Checking usdt v0.5.0 |
621 | 2024-11-22T19:42:14.727Z | Compiling parse-display-derive v0.10.0 |
622 | 2024-11-22T19:42:14.798Z | Checking rand v0.8.5 |
623 | 2024-11-22T19:42:14.923Z | Checking async-stream v0.3.6 |
624 | 2024-11-22T19:42:15.583Z | Compiling serde_with_macros v3.11.0 |
625 | 2024-11-22T19:42:15.937Z | Checking tokio-rustls v0.25.0 |
626 | 2024-11-22T19:42:16.083Z | Checking ipnetwork v0.20.0 |
627 | 2024-11-22T19:42:16.107Z | Compiling dropshot_endpoint v0.13.0 |
628 | 2024-11-22T19:42:16.285Z | Checking serde_path_to_error v0.1.16 |
629 | 2024-11-22T19:42:16.429Z | Checking hex v0.4.3 |
630 | 2024-11-22T19:42:16.916Z | Checking toml v0.8.19 |
631 | 2024-11-22T19:42:16.933Z | Compiling async-trait v0.1.83 |
632 | 2024-11-22T19:42:16.957Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
633 | 2024-11-22T19:42:17.117Z | Compiling typify-macro v0.2.0 |
634 | 2024-11-22T19:42:17.641Z | Checking waitgroup v0.1.2 |
635 | 2024-11-22T19:42:17.714Z | Checking hostname v0.4.0 |
636 | 2024-11-22T19:42:17.774Z | Checking instant v0.1.13 |
637 | 2024-11-22T19:42:17.843Z | Checking debug-ignore v1.0.5 |
638 | 2024-11-22T19:42:17.884Z | Checking backoff v0.4.0 |
639 | 2024-11-22T19:42:17.974Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
640 | 2024-11-22T19:42:18.112Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
641 | 2024-11-22T19:42:18.149Z | Checking serde_with v3.11.0 |
642 | 2024-11-22T19:42:18.167Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
643 | 2024-11-22T19:42:18.252Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
644 | 2024-11-22T19:42:18.495Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
645 | 2024-11-22T19:42:18.546Z | Checking parse-display v0.10.0 |
646 | 2024-11-22T19:42:18.766Z | Checking macaddr v1.0.1 |
647 | 2024-11-22T19:42:18.846Z | Checking regress v0.9.1 |
648 | 2024-11-22T19:42:18.945Z | Checking strum v0.26.3 |
649 | 2024-11-22T19:42:20.077Z | Compiling typify v0.2.0 |
650 | 2024-11-22T19:42:20.181Z | Checking progenitor-impl v0.8.0 |
651 | 2024-11-22T19:42:22.794Z | Compiling progenitor-macro v0.8.0 |
652 | 2024-11-22T19:42:26.850Z | Checking progenitor v0.8.0 |
653 | 2024-11-22T19:42:26.972Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
654 | 2024-11-22T19:42:29.754Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
655 | 2024-11-22T19:42:36.941Z | Checking test-project v0.1.0 (/tmp/test-project) |
656 | 2024-11-22T19:42:37.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
657 | 2024-11-22T19:42:37.307Z | + cargo build --release |
658 | 2024-11-22T19:42:37.554Z | Compiling proc-macro2 v1.0.89 |
659 | 2024-11-22T19:42:37.554Z | Compiling unicode-ident v1.0.13 |
660 | 2024-11-22T19:42:37.557Z | Compiling libc v0.2.162 |
661 | 2024-11-22T19:42:37.557Z | Compiling cfg-if v1.0.0 |
662 | 2024-11-22T19:42:37.557Z | Compiling autocfg v1.4.0 |
663 | 2024-11-22T19:42:37.557Z | Compiling serde v1.0.215 |
664 | 2024-11-22T19:42:37.557Z | Compiling version_check v0.9.5 |
665 | 2024-11-22T19:42:37.557Z | Compiling memchr v2.7.4 |
666 | 2024-11-22T19:42:37.668Z | Compiling serde_json v1.0.132 |
667 | 2024-11-22T19:42:37.734Z | Compiling itoa v1.0.11 |
668 | 2024-11-22T19:42:37.987Z | Compiling thiserror v1.0.69 |
669 | 2024-11-22T19:42:38.121Z | Compiling once_cell v1.20.2 |
670 | 2024-11-22T19:42:38.195Z | Compiling shlex v1.3.0 |
671 | 2024-11-22T19:42:38.428Z | Compiling cc v1.1.30 |
672 | 2024-11-22T19:42:38.552Z | Compiling num-traits v0.2.19 |
673 | 2024-11-22T19:42:38.825Z | Compiling pin-project-lite v0.2.14 |
674 | 2024-11-22T19:42:38.933Z | Compiling smallvec v1.13.2 |
675 | 2024-11-22T19:42:38.972Z | Compiling getrandom v0.2.15 |
676 | 2024-11-22T19:42:39.103Z | Compiling ryu v1.0.18 |
677 | 2024-11-22T19:42:39.228Z | Compiling quote v1.0.37 |
678 | 2024-11-22T19:42:39.287Z | Compiling bytes v1.8.0 |
679 | 2024-11-22T19:42:39.303Z | Compiling futures-core v0.3.31 |
680 | 2024-11-22T19:42:39.522Z | Compiling lock_api v0.4.12 |
681 | 2024-11-22T19:42:39.576Z | Compiling syn v2.0.87 |
682 | 2024-11-22T19:42:39.663Z | Compiling ahash v0.8.11 |
683 | 2024-11-22T19:42:39.831Z | Compiling parking_lot_core v0.9.10 |
684 | 2024-11-22T19:42:39.845Z | Compiling byteorder v1.5.0 |
685 | 2024-11-22T19:42:40.014Z | Compiling schemars v0.8.21 |
686 | 2024-11-22T19:42:40.259Z | Compiling scopeguard v1.2.0 |
687 | 2024-11-22T19:42:40.335Z | Compiling slab v0.4.9 |
688 | 2024-11-22T19:42:40.353Z | Compiling futures-sink v0.3.31 |
689 | 2024-11-22T19:42:40.488Z | Compiling log v0.4.22 |
690 | 2024-11-22T19:42:40.747Z | Compiling socket2 v0.5.7 |
691 | 2024-11-22T19:42:40.773Z | Compiling signal-hook-registry v1.4.2 |
692 | 2024-11-22T19:42:40.883Z | Compiling parking_lot v0.12.3 |
693 | 2024-11-22T19:42:40.935Z | Compiling mio v1.0.2 |
694 | 2024-11-22T19:42:41.052Z | Compiling semver v1.0.23 |
695 | 2024-11-22T19:42:41.088Z | Compiling stable_deref_trait v1.2.0 |
696 | 2024-11-22T19:42:41.319Z | Compiling ring v0.17.8 |
697 | 2024-11-22T19:42:41.521Z | Compiling fnv v1.0.7 |
698 | 2024-11-22T19:42:41.539Z | Compiling hashbrown v0.15.0 |
699 | 2024-11-22T19:42:41.640Z | Compiling equivalent v1.0.1 |
700 | 2024-11-22T19:42:41.715Z | Compiling http v1.1.0 |
701 | 2024-11-22T19:42:42.294Z | Compiling futures-channel v0.3.31 |
702 | 2024-11-22T19:42:42.363Z | Compiling futures-io v0.3.31 |
703 | 2024-11-22T19:42:42.612Z | Compiling futures-task v0.3.31 |
704 | 2024-11-22T19:42:42.678Z | Compiling pin-utils v0.1.0 |
705 | 2024-11-22T19:42:42.758Z | Compiling rustls-pki-types v1.9.0 |
706 | 2024-11-22T19:42:42.886Z | Compiling pkg-config v0.3.31 |
707 | 2024-11-22T19:42:42.899Z | Compiling vcpkg v0.2.15 |
708 | 2024-11-22T19:42:42.913Z | Compiling heck v0.5.0 |
709 | 2024-11-22T19:42:42.956Z | Compiling spin v0.9.8 |
710 | 2024-11-22T19:42:43.905Z | Compiling ucd-trie v0.1.7 |
711 | 2024-11-22T19:42:44.050Z | Compiling httparse v1.9.5 |
712 | 2024-11-22T19:42:44.353Z | Compiling untrusted v0.9.0 |
713 | 2024-11-22T19:42:44.486Z | Compiling openssl-sys v0.9.103 |
714 | 2024-11-22T19:42:44.521Z | Compiling litemap v0.7.3 |
715 | 2024-11-22T19:42:44.533Z | Compiling iana-time-zone v0.1.61 |
716 | 2024-11-22T19:42:44.789Z | Compiling writeable v0.5.5 |
717 | 2024-11-22T19:42:45.222Z | Compiling tracing-core v0.1.32 |
718 | 2024-11-22T19:42:45.638Z | Compiling atomic-waker v1.1.2 |
719 | 2024-11-22T19:42:45.693Z | Compiling allocator-api2 v0.2.18 |
720 | 2024-11-22T19:42:45.799Z | Compiling dyn-clone v1.0.17 |
721 | 2024-11-22T19:42:45.993Z | Compiling tracing v0.1.40 |
722 | 2024-11-22T19:42:46.444Z | Compiling http-body v1.0.1 |
723 | 2024-11-22T19:42:46.640Z | Compiling chrono v0.4.38 |
724 | 2024-11-22T19:42:46.665Z | Compiling uuid v1.11.0 |
725 | 2024-11-22T19:42:46.743Z | Compiling icu_locid_transform_data v1.5.0 |
726 | 2024-11-22T19:42:46.830Z | Compiling try-lock v0.2.5 |
727 | 2024-11-22T19:42:47.079Z | Compiling synstructure v0.13.1 |
728 | 2024-11-22T19:42:47.202Z | Compiling serde_derive_internals v0.29.1 |
729 | 2024-11-22T19:42:47.355Z | Compiling zeroize v1.8.1 |
730 | 2024-11-22T19:42:47.635Z | Compiling subtle v2.6.1 |
731 | 2024-11-22T19:42:47.685Z | Compiling want v0.3.1 |
732 | 2024-11-22T19:42:48.004Z | Compiling openssl v0.10.66 |
733 | 2024-11-22T19:42:48.406Z | Compiling icu_properties_data v1.5.0 |
734 | 2024-11-22T19:42:48.419Z | Compiling foreign-types-shared v0.1.1 |
735 | 2024-11-22T19:42:48.619Z | Compiling httpdate v1.0.3 |
736 | 2024-11-22T19:42:48.641Z | Compiling slog v2.7.0 |
737 | 2024-11-22T19:42:48.855Z | Compiling foreign-types v0.3.2 |
738 | 2024-11-22T19:42:49.340Z | Compiling aho-corasick v1.1.3 |
739 | 2024-11-22T19:42:49.346Z | Compiling bitflags v2.6.0 |
740 | 2024-11-22T19:42:49.689Z | Compiling utf16_iter v1.0.5 |
741 | 2024-11-22T19:42:49.901Z | Compiling percent-encoding v2.3.1 |
742 | 2024-11-22T19:42:50.352Z | Compiling typenum v1.17.0 |
743 | 2024-11-22T19:42:50.575Z | Compiling icu_normalizer_data v1.5.0 |
744 | 2024-11-22T19:42:50.660Z | Compiling write16 v1.0.0 |
745 | 2024-11-22T19:42:50.772Z | Compiling native-tls v0.2.12 |
746 | 2024-11-22T19:42:50.797Z | Compiling utf8_iter v1.0.4 |
747 | 2024-11-22T19:42:51.068Z | Compiling rustls v0.23.14 |
748 | 2024-11-22T19:42:51.121Z | Compiling regex-syntax v0.8.5 |
749 | 2024-11-22T19:42:51.272Z | Compiling tower-service v0.3.3 |
750 | 2024-11-22T19:42:51.346Z | Compiling form_urlencoded v1.2.1 |
751 | 2024-11-22T19:42:51.480Z | Compiling generic-array v0.14.7 |
752 | 2024-11-22T19:42:51.818Z | Compiling openssl-probe v0.1.5 |
753 | 2024-11-22T19:42:52.533Z | Compiling serde_derive v1.0.215 |
754 | 2024-11-22T19:42:53.041Z | Compiling zerocopy-derive v0.7.35 |
755 | 2024-11-22T19:42:53.248Z | Compiling thiserror-impl v1.0.69 |
756 | 2024-11-22T19:42:53.635Z | Compiling schemars_derive v0.8.21 |
757 | 2024-11-22T19:42:53.858Z | Compiling zerofrom-derive v0.1.4 |
758 | 2024-11-22T19:42:55.052Z | Compiling zerocopy v0.7.35 |
759 | 2024-11-22T19:42:56.574Z | Compiling tokio-macros v2.4.0 |
760 | 2024-11-22T19:42:56.621Z | Compiling yoke-derive v0.7.4 |
761 | 2024-11-22T19:42:56.873Z | Compiling zerovec-derive v0.10.3 |
762 | 2024-11-22T19:42:57.376Z | Compiling zerofrom v0.1.4 |
763 | 2024-11-22T19:42:57.594Z | Compiling displaydoc v0.2.5 |
764 | 2024-11-22T19:42:57.886Z | Compiling futures-macro v0.3.31 |
765 | 2024-11-22T19:42:58.056Z | Compiling tokio v1.40.0 |
766 | 2024-11-22T19:42:59.310Z | Compiling pest v2.7.14 |
767 | 2024-11-22T19:42:59.366Z | Compiling yoke v0.7.4 |
768 | 2024-11-22T19:42:59.705Z | Compiling zerovec v0.10.4 |
769 | 2024-11-22T19:42:59.714Z | Compiling futures-util v0.3.31 |
770 | 2024-11-22T19:42:59.726Z | Compiling icu_provider_macros v1.5.0 |
771 | 2024-11-22T19:42:59.738Z | Compiling hashbrown v0.14.5 |
772 | 2024-11-22T19:43:01.016Z | Compiling rustls-webpki v0.102.8 |
773 | 2024-11-22T19:43:02.184Z | Compiling tinystr v0.7.6 |
774 | 2024-11-22T19:43:02.639Z | Compiling icu_locid v1.5.0 |
775 | 2024-11-22T19:43:02.738Z | Compiling pest_meta v2.7.14 |
776 | 2024-11-22T19:43:05.778Z | Compiling icu_provider v1.5.0 |
777 | 2024-11-22T19:43:06.750Z | Compiling indexmap v2.6.0 |
778 | 2024-11-22T19:43:08.027Z | Compiling serde_tokenstream v0.2.2 |
779 | 2024-11-22T19:43:08.549Z | Compiling tokio-util v0.7.12 |
780 | 2024-11-22T19:43:08.670Z | Compiling icu_locid_transform v1.5.0 |
781 | 2024-11-22T19:43:09.816Z | Compiling h2 v0.4.6 |
782 | 2024-11-22T19:43:10.750Z | Compiling pest_generator v2.7.14 |
783 | 2024-11-22T19:43:12.950Z | Compiling icu_collections v1.5.0 |
784 | 2024-11-22T19:43:13.420Z | Compiling regress v0.10.1 |
785 | 2024-11-22T19:43:14.559Z | Compiling icu_properties v1.5.1 |
786 | 2024-11-22T19:43:15.601Z | Compiling hyper v1.5.0 |
787 | 2024-11-22T19:43:16.826Z | Compiling pest_derive v2.7.14 |
788 | 2024-11-22T19:43:17.695Z | Compiling typify-impl v0.2.0 |
789 | 2024-11-22T19:43:18.623Z | Compiling openssl-macros v0.1.1 |
790 | 2024-11-22T19:43:22.343Z | Compiling hyper-util v0.1.10 |
791 | 2024-11-22T19:43:24.680Z | Compiling icu_normalizer v1.5.0 |
792 | 2024-11-22T19:43:25.488Z | Compiling regex-automata v0.4.8 |
793 | 2024-11-22T19:43:27.592Z | Compiling idna_adapter v1.2.0 |
794 | 2024-11-22T19:43:28.206Z | Compiling http-body-util v0.1.2 |
795 | 2024-11-22T19:43:29.255Z | Compiling scroll_derive v0.12.0 |
796 | 2024-11-22T19:43:29.527Z | Compiling typify-macro v0.2.0 |
797 | 2024-11-22T19:43:29.840Z | Compiling regex v1.11.1 |
798 | 2024-11-22T19:43:30.722Z | Compiling usdt-impl v0.5.0 |
799 | 2024-11-22T19:43:30.813Z | Compiling encoding_rs v0.8.34 |
800 | 2024-11-22T19:43:31.059Z | Compiling num-conv v0.1.0 |
801 | 2024-11-22T19:43:31.318Z | Compiling time-core v0.1.2 |
802 | 2024-11-22T19:43:31.462Z | Compiling mime v0.3.17 |
803 | 2024-11-22T19:43:32.558Z | Compiling powerfmt v0.2.0 |
804 | 2024-11-22T19:43:33.219Z | Compiling deranged v0.3.11 |
805 | 2024-11-22T19:43:33.245Z | Compiling time-macros v0.2.18 |
806 | 2024-11-22T19:43:33.872Z | Compiling scroll v0.12.0 |
807 | 2024-11-22T19:43:34.513Z | Compiling idna v1.0.3 |
808 | 2024-11-22T19:43:35.466Z | Compiling tokio-rustls v0.26.0 |
809 | 2024-11-22T19:43:35.927Z | Compiling tokio-native-tls v0.3.1 |
810 | 2024-11-22T19:43:36.243Z | Compiling dtrace-parser v0.2.0 |
811 | 2024-11-22T19:43:40.154Z | Compiling dof v0.3.0 |
812 | 2024-11-22T19:43:41.025Z | Compiling serde_urlencoded v0.7.1 |
813 | 2024-11-22T19:43:41.577Z | Compiling thread-id v4.2.2 |
814 | 2024-11-22T19:43:41.674Z | Compiling rustls-pemfile v2.2.0 |
815 | 2024-11-22T19:43:42.131Z | Compiling webpki-roots v0.26.6 |
816 | 2024-11-22T19:43:42.893Z | Compiling crossbeam-utils v0.8.20 |
817 | 2024-11-22T19:43:43.455Z | Compiling plain v0.2.3 |
818 | 2024-11-22T19:43:43.606Z | Compiling base64 v0.22.1 |
819 | 2024-11-22T19:43:44.018Z | Compiling ident_case v1.0.1 |
820 | 2024-11-22T19:43:44.180Z | Compiling num_threads v0.1.7 |
821 | 2024-11-22T19:43:44.285Z | Compiling omicron-workspace-hack v0.1.0 |
822 | 2024-11-22T19:43:44.696Z | Compiling strsim v0.11.1 |
823 | 2024-11-22T19:43:44.703Z | Compiling time v0.3.36 |
824 | 2024-11-22T19:43:45.399Z | Compiling darling_core v0.20.10 |
825 | 2024-11-22T19:43:49.563Z | Compiling goblin v0.8.2 |
826 | 2024-11-22T19:43:52.979Z | Compiling hyper-rustls v0.27.3 |
827 | 2024-11-22T19:43:54.594Z | Compiling hyper-tls v0.6.0 |
828 | 2024-11-22T19:43:54.667Z | Compiling url v2.5.3 |
829 | 2024-11-22T19:43:55.052Z | Compiling typify v0.2.0 |
830 | 2024-11-22T19:43:55.075Z | Compiling openapiv3 v2.0.0 |
831 | 2024-11-22T19:43:55.215Z | Compiling sync_wrapper v1.0.1 |
832 | 2024-11-22T19:43:55.345Z | Compiling dirs-sys-next v0.1.2 |
833 | 2024-11-22T19:43:56.757Z | Compiling ipnet v2.10.1 |
834 | 2024-11-22T19:43:59.198Z | Compiling pretty-hex v0.4.1 |
835 | 2024-11-22T19:43:59.412Z | Compiling unsafe-libyaml v0.2.11 |
836 | 2024-11-22T19:43:59.834Z | Compiling rustversion v1.0.17 |
837 | 2024-11-22T19:44:00.396Z | Compiling paste v1.0.15 |
838 | 2024-11-22T19:44:00.460Z | Compiling rustls v0.22.4 |
839 | 2024-11-22T19:44:00.766Z | Compiling serde_yaml v0.9.34+deprecated |
840 | 2024-11-22T19:44:01.072Z | Compiling progenitor-impl v0.8.0 |
841 | 2024-11-22T19:44:01.612Z | Compiling reqwest v0.12.9 |
842 | 2024-11-22T19:44:04.586Z | Compiling dirs-next v2.0.0 |
843 | 2024-11-22T19:44:04.830Z | Compiling darling_macro v0.20.10 |
844 | 2024-11-22T19:44:07.711Z | Compiling crypto-common v0.1.6 |
845 | 2024-11-22T19:44:07.771Z | Compiling block-buffer v0.10.4 |
846 | 2024-11-22T19:44:07.908Z | Compiling toml_datetime v0.6.8 |
847 | 2024-11-22T19:44:07.966Z | Compiling serde_spanned v0.6.8 |
848 | 2024-11-22T19:44:07.986Z | Compiling ppv-lite86 v0.2.20 |
849 | 2024-11-22T19:44:08.189Z | Compiling structmeta-derive v0.3.0 |
850 | 2024-11-22T19:44:08.585Z | Compiling rand_core v0.6.4 |
851 | 2024-11-22T19:44:08.996Z | Compiling thread_local v1.1.8 |
852 | 2024-11-22T19:44:09.027Z | Compiling multer v3.1.0 |
853 | 2024-11-22T19:44:09.344Z | Compiling camino v1.1.9 |
854 | 2024-11-22T19:44:09.696Z | Compiling newtype-uuid v1.1.3 |
855 | 2024-11-22T19:44:09.918Z | Compiling winnow v0.6.20 |
856 | 2024-11-22T19:44:09.995Z | Compiling match_cfg v0.1.0 |
857 | 2024-11-22T19:44:10.076Z | Compiling slog-async v2.8.0 |
858 | 2024-11-22T19:44:10.538Z | Compiling anyhow v1.0.93 |
859 | 2024-11-22T19:44:10.871Z | Compiling structmeta v0.3.0 |
860 | 2024-11-22T19:44:11.279Z | Compiling hostname v0.3.1 |
861 | 2024-11-22T19:44:11.545Z | Compiling rand_chacha v0.3.1 |
862 | 2024-11-22T19:44:12.909Z | Compiling digest v0.10.7 |
863 | 2024-11-22T19:44:13.252Z | Compiling progenitor-macro v0.8.0 |
864 | 2024-11-22T19:44:13.612Z | Compiling crossbeam-channel v0.5.13 |
865 | 2024-11-22T19:44:13.808Z | Compiling toml_edit v0.22.22 |
866 | 2024-11-22T19:44:14.280Z | Compiling darling v0.20.10 |
867 | 2024-11-22T19:44:14.377Z | Compiling term v0.7.0 |
868 | 2024-11-22T19:44:15.220Z | Compiling progenitor-client v0.8.0 |
869 | 2024-11-22T19:44:19.014Z | Compiling usdt-macro v0.5.0 |
870 | 2024-11-22T19:44:20.301Z | Compiling usdt-attr-macro v0.5.0 |
871 | 2024-11-22T19:44:21.757Z | Compiling slog-json v2.6.1 |
872 | 2024-11-22T19:44:22.178Z | Compiling futures-executor v0.3.31 |
873 | 2024-11-22T19:44:22.644Z | Compiling async-stream-impl v0.3.6 |
874 | 2024-11-22T19:44:23.329Z | Compiling is-terminal v0.4.13 |
875 | 2024-11-22T19:44:23.434Z | Compiling memmap v0.7.0 |
876 | 2024-11-22T19:44:23.875Z | Compiling dropshot v0.13.0 |
877 | 2024-11-22T19:44:23.928Z | Compiling take_mut v0.2.2 |
878 | 2024-11-22T19:44:24.069Z | Compiling cpufeatures v0.2.14 |
879 | 2024-11-22T19:44:24.153Z | Compiling sha1 v0.10.6 |
880 | 2024-11-22T19:44:24.925Z | Compiling async-stream v0.3.6 |
881 | 2024-11-22T19:44:25.215Z | Compiling usdt v0.5.0 |
882 | 2024-11-22T19:44:25.956Z | Compiling progenitor v0.8.0 |
883 | 2024-11-22T19:44:26.167Z | Compiling slog-term v2.9.1 |
884 | 2024-11-22T19:44:26.764Z | Compiling tokio-rustls v0.25.0 |
885 | 2024-11-22T19:44:27.171Z | Compiling futures v0.3.31 |
886 | 2024-11-22T19:44:27.390Z | Compiling slog-bunyan v2.5.0 |
887 | 2024-11-22T19:44:27.561Z | Compiling strum_macros v0.26.4 |
888 | 2024-11-22T19:44:27.614Z | Compiling toml v0.8.19 |
889 | 2024-11-22T19:44:29.055Z | Compiling serde_with_macros v3.11.0 |
890 | 2024-11-22T19:44:31.664Z | Compiling rand v0.8.5 |
891 | 2024-11-22T19:44:35.008Z | Compiling parse-display-derive v0.10.0 |
892 | 2024-11-22T19:44:35.152Z | Compiling ipnetwork v0.20.0 |
893 | 2024-11-22T19:44:36.291Z | Compiling dropshot_endpoint v0.13.0 |
894 | 2024-11-22T19:44:36.534Z | Compiling hex v0.4.3 |
895 | 2024-11-22T19:44:37.240Z | Compiling serde_path_to_error v0.1.16 |
896 | 2024-11-22T19:44:38.266Z | Compiling async-trait v0.1.83 |
897 | 2024-11-22T19:44:38.928Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
898 | 2024-11-22T19:44:39.726Z | Compiling waitgroup v0.1.2 |
899 | 2024-11-22T19:44:39.951Z | Compiling hostname v0.4.0 |
900 | 2024-11-22T19:44:40.096Z | Compiling instant v0.1.13 |
901 | 2024-11-22T19:44:40.179Z | Compiling debug-ignore v1.0.5 |
902 | 2024-11-22T19:44:40.232Z | Compiling backoff v0.4.0 |
903 | 2024-11-22T19:44:40.304Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
904 | 2024-11-22T19:44:40.485Z | Compiling parse-display v0.10.0 |
905 | 2024-11-22T19:44:40.494Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
906 | 2024-11-22T19:44:40.546Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
907 | 2024-11-22T19:44:40.645Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
908 | 2024-11-22T19:44:42.743Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
909 | 2024-11-22T19:44:43.328Z | Compiling strum v0.26.3 |
910 | 2024-11-22T19:44:43.501Z | Compiling serde_with v3.11.0 |
911 | 2024-11-22T19:44:44.867Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
912 | 2024-11-22T19:44:45.472Z | Compiling regress v0.9.1 |
913 | 2024-11-22T19:44:45.671Z | Compiling macaddr v1.0.1 |
914 | 2024-11-22T19:44:53.039Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
915 | 2024-11-22T19:45:02.300Z | Compiling test-project v0.1.0 (/tmp/test-project) |
916 | 2024-11-22T19:45:11.857Z | Finished `release` profile [optimized] target(s) in 2m 34s |
917 | 2024-11-22T19:45:11.920Z | process exited: duration 232999 ms, exit code 0 |
|
918 | 2024-11-22T19:45:11.926Z | found 0 output files |