|
|
|
1 | 2024-12-20T22:37:44.942Z | job assigned to worker 01JFK3EZSPT7GYVMBF6WRC1B52 [factory aws, i-0f1069cd50c7c07bd] (queued for 6 m 13 s) |
|
2 | 2024-12-20T22:37:52.671Z | starting task 0: "setup" |
3 | 2024-12-20T22:37:52.683Z | ++ uname -s |
4 | 2024-12-20T22:37:52.687Z | + kern=SunOS |
5 | 2024-12-20T22:37:52.687Z | + case "$kern" in |
6 | 2024-12-20T22:37:52.687Z | + groupadd -g 12345 build |
7 | 2024-12-20T22:37:52.690Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T22:37:54.695Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T22:37:54.801Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T22:37:54.803Z | + home_fs=zfs |
11 | 2024-12-20T22:37:54.803Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T22:37:54.804Z | + mkdir -p /home/build |
13 | 2024-12-20T22:37:54.807Z | + chown build:build /home/build /work |
14 | 2024-12-20T22:37:56.806Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T22:37:56.809Z | process exited: duration 4137 ms, exit code 0 |
|
16 | 2024-12-20T22:37:56.814Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T22:37:56.819Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T22:37:56.819Z | ' 1.81.0 |
19 | 2024-12-20T22:37:56.819Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T22:37:56.820Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-20T22:37:56.820Z | ' default |
22 | 2024-12-20T22:37:56.820Z | * toolchain profile = "default" |
23 | 2024-12-20T22:37:56.822Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T22:37:56.822Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T22:37:56.945Z | info: downloading installer |
26 | 2024-12-20T22:37:58.163Z | info: profile set to 'default' |
27 | 2024-12-20T22:37:58.163Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T22:37:58.166Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T22:37:58.308Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T22:37:58.308Z | info: downloading component 'cargo' |
31 | 2024-12-20T22:37:59.067Z | info: downloading component 'clippy' |
32 | 2024-12-20T22:37:59.439Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T22:38:00.438Z | info: downloading component 'rust-std' |
34 | 2024-12-20T22:38:01.999Z | info: downloading component 'rustc' |
35 | 2024-12-20T22:38:07.749Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T22:38:07.967Z | info: installing component 'cargo' |
37 | 2024-12-20T22:38:08.779Z | info: installing component 'clippy' |
38 | 2024-12-20T22:38:09.142Z | info: installing component 'rust-docs' |
39 | 2024-12-20T22:38:10.782Z | info: installing component 'rust-std' |
40 | 2024-12-20T22:38:12.487Z | info: installing component 'rustc' |
41 | 2024-12-20T22:38:18.269Z | info: installing component 'rustfmt' |
42 | 2024-12-20T22:38:18.593Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T22:38:18.594Z | |
44 | 2024-12-20T22:38:18.966Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T22:38:18.966Z | |
46 | 2024-12-20T22:38:18.969Z | |
47 | 2024-12-20T22:38:18.969Z | Rust is installed now. Great! |
48 | 2024-12-20T22:38:18.969Z | |
49 | 2024-12-20T22:38:18.969Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T22:38:18.969Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T22:38:18.969Z | |
52 | 2024-12-20T22:38:18.969Z | To configure your current shell, you need to source |
53 | 2024-12-20T22:38:18.969Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T22:38:18.969Z | |
55 | 2024-12-20T22:38:18.969Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T22:38:18.970Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T22:38:18.970Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T22:38:19.044Z | + rustc --version |
59 | 2024-12-20T22:38:19.112Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T22:38:19.115Z | process exited: duration 22302 ms, exit code 0 |
|
61 | 2024-12-20T22:38:19.124Z | starting task 2: "authentication" |
62 | 2024-12-20T22:38:19.142Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-20T22:38:19.148Z | starting task 3: "clone repository" |
64 | 2024-12-20T22:38:19.153Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T22:38:19.156Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T22:38:19.189Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T22:38:25.848Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T22:38:25.848Z | + git fetch origin 053adca9631d35107145c730e9cf47a251bb05eb |
69 | 2024-12-20T22:38:26.254Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T22:38:26.254Z | * branch 053adca9631d35107145c730e9cf47a251bb05eb -> FETCH_HEAD |
71 | 2024-12-20T22:38:26.265Z | + [[ -n support-bundle-simulated-implementation ]] |
72 | 2024-12-20T22:38:26.267Z | ++ git branch --show-current |
73 | 2024-12-20T22:38:26.270Z | + current=main |
74 | 2024-12-20T22:38:26.270Z | + [[ main != support-bundle-simulated-implementation ]] |
75 | 2024-12-20T22:38:26.270Z | + git branch -f support-bundle-simulated-implementation 053adca9631d35107145c730e9cf47a251bb05eb |
76 | 2024-12-20T22:38:26.273Z | + git checkout -f support-bundle-simulated-implementation |
77 | 2024-12-20T22:38:26.447Z | Switched to branch 'support-bundle-simulated-implementation' |
78 | 2024-12-20T22:38:26.450Z | + git reset --hard 053adca9631d35107145c730e9cf47a251bb05eb |
79 | 2024-12-20T22:38:26.465Z | HEAD is now at 053adca96 Merge branch 'support-bundles-crdb' into support-bundle-simulated-implementation |
80 | 2024-12-20T22:38:26.467Z | process exited: duration 7319 ms, exit code 0 |
|
81 | 2024-12-20T22:38:26.472Z | starting task 4: "build" |
82 | 2024-12-20T22:38:26.477Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T22:38:26.477Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T22:38:26.478Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T22:38:26.480Z | + cargo --version |
86 | 2024-12-20T22:38:26.540Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T22:38:26.543Z | + rustc --version |
88 | 2024-12-20T22:38:26.604Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T22:38:26.607Z | + cd /tmp |
90 | 2024-12-20T22:38:26.609Z | + cargo new --lib test-project |
91 | 2024-12-20T22:38:26.671Z | Creating library `test-project` package |
92 | 2024-12-20T22:38:26.753Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-20T22:38:26.755Z | + cd test-project |
94 | 2024-12-20T22:38:26.755Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-20T22:38:26.819Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-20T22:38:26.821Z | Features: |
97 | 2024-12-20T22:38:26.821Z | - proptest |
98 | 2024-12-20T22:38:26.821Z | - test-strategy |
99 | 2024-12-20T22:38:26.821Z | - testing |
100 | 2024-12-20T22:38:26.821Z | Updating crates.io index |
101 | 2024-12-20T22:38:26.911Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-20T22:38:27.436Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-20T22:38:27.853Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-20T22:38:28.257Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-20T22:38:29.668Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-20T22:38:29.738Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-20T22:38:29.738Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-20T22:38:29.738Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-20T22:38:29.738Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-20T22:38:29.739Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-20T22:38:29.739Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-20T22:38:29.739Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-20T22:38:29.739Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-20T22:38:29.739Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-20T22:38:29.739Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-20T22:38:29.739Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-20T22:38:29.739Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-20T22:38:29.740Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-20T22:38:29.741Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-20T22:38:29.741Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
121 | 2024-12-20T22:38:29.741Z | Adding term v0.7.0 (latest: v1.0.1) |
122 | 2024-12-20T22:38:29.741Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
123 | 2024-12-20T22:38:29.741Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
124 | 2024-12-20T22:38:29.742Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-20T22:38:29.742Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-20T22:38:29.742Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-20T22:38:29.742Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-20T22:38:29.742Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-20T22:38:29.742Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-20T22:38:29.742Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-20T22:38:29.742Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-20T22:38:29.742Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-20T22:38:29.742Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-20T22:38:29.743Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-20T22:38:29.743Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-20T22:38:29.743Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-20T22:38:29.743Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-20T22:38:29.808Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-20T22:38:29.809Z | + cargo check |
140 | 2024-12-20T22:38:29.978Z | Updating crates.io index |
141 | 2024-12-20T22:38:30.737Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-20T22:38:33.734Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-20T22:38:35.262Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-20T22:38:35.922Z | Downloading crates ... |
145 | 2024-12-20T22:38:36.014Z | Downloaded async-stream-impl v0.3.6 |
146 | 2024-12-20T22:38:36.019Z | Downloaded byteorder v1.5.0 |
147 | 2024-12-20T22:38:36.021Z | Downloaded async-stream v0.3.6 |
148 | 2024-12-20T22:38:36.028Z | Downloaded backoff v0.4.0 |
149 | 2024-12-20T22:38:36.033Z | Downloaded dtrace-parser v0.2.0 |
150 | 2024-12-20T22:38:36.036Z | Downloaded memmap v0.7.0 |
151 | 2024-12-20T22:38:36.036Z | Downloaded instant v0.1.13 |
152 | 2024-12-20T22:38:36.036Z | Downloaded thiserror-impl v1.0.69 |
153 | 2024-12-20T22:38:36.040Z | Downloaded thread_local v1.1.8 |
154 | 2024-12-20T22:38:36.044Z | Downloaded version_check v0.9.5 |
155 | 2024-12-20T22:38:36.044Z | Downloaded pest_generator v2.7.14 |
156 | 2024-12-20T22:38:36.044Z | Downloaded match_cfg v0.1.0 |
157 | 2024-12-20T22:38:36.044Z | Downloaded http-body v1.0.1 |
158 | 2024-12-20T22:38:36.049Z | Downloaded foreign-types v0.3.2 |
159 | 2024-12-20T22:38:36.050Z | Downloaded darling_macro v0.20.10 |
160 | 2024-12-20T22:38:36.050Z | Downloaded num_threads v0.1.7 |
161 | 2024-12-20T22:38:36.054Z | Downloaded try-lock v0.2.5 |
162 | 2024-12-20T22:38:36.054Z | Downloaded ident_case v1.0.1 |
163 | 2024-12-20T22:38:36.054Z | Downloaded equivalent v1.0.1 |
164 | 2024-12-20T22:38:36.054Z | Downloaded foreign-types-shared v0.1.1 |
165 | 2024-12-20T22:38:36.054Z | Downloaded thread-id v4.2.2 |
166 | 2024-12-20T22:38:36.056Z | Downloaded usdt-macro v0.5.0 |
167 | 2024-12-20T22:38:36.056Z | Downloaded yoke-derive v0.7.4 |
168 | 2024-12-20T22:38:36.056Z | Downloaded num-conv v0.1.0 |
169 | 2024-12-20T22:38:36.056Z | Downloaded icu_provider_macros v1.5.0 |
170 | 2024-12-20T22:38:36.059Z | Downloaded omicron-workspace-hack v0.1.0 |
171 | 2024-12-20T22:38:36.064Z | Downloaded zerofrom v0.1.4 |
172 | 2024-12-20T22:38:36.064Z | Downloaded tower-service v0.3.3 |
173 | 2024-12-20T22:38:36.067Z | Downloaded write16 v1.0.0 |
174 | 2024-12-20T22:38:36.067Z | Downloaded block-buffer v0.10.4 |
175 | 2024-12-20T22:38:36.068Z | Downloaded atomic-waker v1.1.2 |
176 | 2024-12-20T22:38:36.071Z | Downloaded autocfg v1.4.0 |
177 | 2024-12-20T22:38:36.071Z | Downloaded time-core v0.1.2 |
178 | 2024-12-20T22:38:36.071Z | Downloaded async-trait v0.1.83 |
179 | 2024-12-20T22:38:36.074Z | Downloaded dof v0.3.0 |
180 | 2024-12-20T22:38:36.077Z | Downloaded generic-array v0.14.7 |
181 | 2024-12-20T22:38:36.077Z | Downloaded pretty-hex v0.4.1 |
182 | 2024-12-20T22:38:36.084Z | Downloaded dirs-next v2.0.0 |
183 | 2024-12-20T22:38:36.084Z | Downloaded progenitor-client v0.8.0 |
184 | 2024-12-20T22:38:36.084Z | Downloaded macaddr v1.0.1 |
185 | 2024-12-20T22:38:36.091Z | Downloaded hyper-tls v0.6.0 |
186 | 2024-12-20T22:38:36.091Z | Downloaded waitgroup v0.1.2 |
187 | 2024-12-20T22:38:36.091Z | Downloaded futures-sink v0.3.31 |
188 | 2024-12-20T22:38:36.091Z | Downloaded futures-task v0.3.31 |
189 | 2024-12-20T22:38:36.091Z | Downloaded plain v0.2.3 |
190 | 2024-12-20T22:38:36.100Z | Downloaded http-body-util v0.1.2 |
191 | 2024-12-20T22:38:36.100Z | Downloaded idna_adapter v1.2.0 |
192 | 2024-12-20T22:38:36.100Z | Downloaded form_urlencoded v1.2.1 |
193 | 2024-12-20T22:38:36.100Z | Downloaded dirs-sys-next v0.1.2 |
194 | 2024-12-20T22:38:36.100Z | Downloaded debug-ignore v1.0.5 |
195 | 2024-12-20T22:38:36.104Z | Downloaded usdt-impl v0.5.0 |
196 | 2024-12-20T22:38:36.104Z | Downloaded fnv v1.0.7 |
197 | 2024-12-20T22:38:36.104Z | Downloaded hostname v0.3.1 |
198 | 2024-12-20T22:38:36.104Z | Downloaded rand_chacha v0.3.1 |
199 | 2024-12-20T22:38:36.104Z | Downloaded utf16_iter v1.0.5 |
200 | 2024-12-20T22:38:36.104Z | Downloaded pkg-config v0.3.31 |
201 | 2024-12-20T22:38:36.108Z | Downloaded ipnetwork v0.20.0 |
202 | 2024-12-20T22:38:36.108Z | Downloaded httpdate v1.0.3 |
203 | 2024-12-20T22:38:36.108Z | Downloaded rand_core v0.6.4 |
204 | 2024-12-20T22:38:36.119Z | Downloaded quinn-udp v0.5.5 |
205 | 2024-12-20T22:38:36.119Z | Downloaded untrusted v0.9.0 |
206 | 2024-12-20T22:38:36.119Z | Downloaded heck v0.5.0 |
207 | 2024-12-20T22:38:36.119Z | Downloaded itoa v1.0.11 |
208 | 2024-12-20T22:38:36.119Z | Downloaded progenitor v0.8.0 |
209 | 2024-12-20T22:38:36.123Z | Downloaded percent-encoding v2.3.1 |
210 | 2024-12-20T22:38:36.123Z | Downloaded parse-display-derive v0.10.0 |
211 | 2024-12-20T22:38:36.123Z | Downloaded zerovec-derive v0.10.3 |
212 | 2024-12-20T22:38:36.123Z | Downloaded digest v0.10.7 |
213 | 2024-12-20T22:38:36.123Z | Downloaded zerofrom-derive v0.1.4 |
214 | 2024-12-20T22:38:36.123Z | Downloaded zeroize v1.8.1 |
215 | 2024-12-20T22:38:36.126Z | Downloaded usdt v0.5.0 |
216 | 2024-12-20T22:38:36.126Z | Downloaded time-macros v0.2.18 |
217 | 2024-12-20T22:38:36.126Z | Downloaded want v0.3.1 |
218 | 2024-12-20T22:38:36.129Z | Downloaded crypto-common v0.1.6 |
219 | 2024-12-20T22:38:36.129Z | Downloaded take_mut v0.2.2 |
220 | 2024-12-20T22:38:36.129Z | Downloaded hostname v0.4.0 |
221 | 2024-12-20T22:38:36.131Z | Downloaded tinyvec_macros v0.1.1 |
222 | 2024-12-20T22:38:36.131Z | Downloaded futures-macro v0.3.31 |
223 | 2024-12-20T22:38:36.134Z | Downloaded mime v0.3.17 |
224 | 2024-12-20T22:38:36.136Z | Downloaded is-terminal v0.4.13 |
225 | 2024-12-20T22:38:36.136Z | Downloaded deranged v0.3.11 |
226 | 2024-12-20T22:38:36.136Z | Downloaded cpufeatures v0.2.14 |
227 | 2024-12-20T22:38:36.140Z | Downloaded newtype-uuid v1.1.3 |
228 | 2024-12-20T22:38:36.140Z | Downloaded powerfmt v0.2.0 |
229 | 2024-12-20T22:38:36.143Z | Downloaded paste v1.0.15 |
230 | 2024-12-20T22:38:36.147Z | Downloaded serde_path_to_error v0.1.16 |
231 | 2024-12-20T22:38:36.147Z | Downloaded tokio-rustls v0.25.0 |
232 | 2024-12-20T22:38:36.150Z | Downloaded futures-core v0.3.31 |
233 | 2024-12-20T22:38:36.150Z | Downloaded quote v1.0.37 |
234 | 2024-12-20T22:38:36.157Z | Downloaded camino v1.1.9 |
235 | 2024-12-20T22:38:36.157Z | Downloaded tokio-native-tls v0.3.1 |
236 | 2024-12-20T22:38:36.162Z | Downloaded httparse v1.9.5 |
237 | 2024-12-20T22:38:36.162Z | Downloaded typify v0.2.0 |
238 | 2024-12-20T22:38:36.166Z | Downloaded writeable v0.5.5 |
239 | 2024-12-20T22:38:36.166Z | Downloaded iana-time-zone v0.1.61 |
240 | 2024-12-20T22:38:36.166Z | Downloaded strum v0.26.3 |
241 | 2024-12-20T22:38:36.166Z | Downloaded hyper-rustls v0.27.3 |
242 | 2024-12-20T22:38:36.171Z | Downloaded ipnet v2.10.1 |
243 | 2024-12-20T22:38:36.172Z | Downloaded zerocopy-derive v0.7.35 |
244 | 2024-12-20T22:38:36.176Z | Downloaded slog-json v2.6.1 |
245 | 2024-12-20T22:38:36.176Z | Downloaded scroll_derive v0.12.0 |
246 | 2024-12-20T22:38:36.180Z | Downloaded pest_derive v2.7.14 |
247 | 2024-12-20T22:38:36.180Z | Downloaded sync_wrapper v1.0.1 |
248 | 2024-12-20T22:38:36.180Z | Downloaded native-tls v0.2.12 |
249 | 2024-12-20T22:38:36.184Z | Downloaded multer v3.1.0 |
250 | 2024-12-20T22:38:36.184Z | Downloaded bitflags v2.6.0 |
251 | 2024-12-20T22:38:36.187Z | Downloaded thiserror v1.0.69 |
252 | 2024-12-20T22:38:36.190Z | Downloaded serde_urlencoded v0.7.1 |
253 | 2024-12-20T22:38:36.193Z | Downloaded stable_deref_trait v1.2.0 |
254 | 2024-12-20T22:38:36.196Z | Downloaded strsim v0.11.1 |
255 | 2024-12-20T22:38:36.196Z | Downloaded shlex v1.3.0 |
256 | 2024-12-20T22:38:36.196Z | Downloaded icu_locid v1.5.0 |
257 | 2024-12-20T22:38:36.199Z | Downloaded proc-macro2 v1.0.89 |
258 | 2024-12-20T22:38:36.202Z | Downloaded pest_meta v2.7.14 |
259 | 2024-12-20T22:38:36.206Z | Downloaded indexmap v1.9.3 |
260 | 2024-12-20T22:38:36.210Z | Downloaded uuid v1.11.0 |
261 | 2024-12-20T22:38:36.213Z | Downloaded icu_provider v1.5.0 |
262 | 2024-12-20T22:38:36.216Z | Downloaded sha1 v0.10.6 |
263 | 2024-12-20T22:38:36.216Z | Downloaded structmeta-derive v0.3.0 |
264 | 2024-12-20T22:38:36.219Z | Downloaded synstructure v0.13.1 |
265 | 2024-12-20T22:38:36.219Z | Downloaded once_cell v1.20.2 |
266 | 2024-12-20T22:38:36.226Z | Downloaded log v0.4.22 |
267 | 2024-12-20T22:38:36.231Z | Downloaded slog-term v2.9.1 |
268 | 2024-12-20T22:38:36.231Z | Downloaded parking_lot v0.12.3 |
269 | 2024-12-20T22:38:36.231Z | Downloaded slab v0.4.9 |
270 | 2024-12-20T22:38:36.231Z | Downloaded serde_tokenstream v0.2.2 |
271 | 2024-12-20T22:38:36.231Z | Downloaded smallvec v1.13.2 |
272 | 2024-12-20T22:38:36.233Z | Downloaded scroll v0.12.0 |
273 | 2024-12-20T22:38:36.233Z | Downloaded structmeta v0.3.0 |
274 | 2024-12-20T22:38:36.233Z | Downloaded schemars_derive v0.8.21 |
275 | 2024-12-20T22:38:36.238Z | Downloaded rustls-pemfile v2.2.0 |
276 | 2024-12-20T22:38:36.241Z | Downloaded num-traits v0.2.19 |
277 | 2024-12-20T22:38:36.241Z | Downloaded unsafe-libyaml v0.2.11 |
278 | 2024-12-20T22:38:36.245Z | Downloaded serde_with_macros v3.11.0 |
279 | 2024-12-20T22:38:36.256Z | Downloaded ucd-trie v0.1.7 |
280 | 2024-12-20T22:38:36.256Z | Downloaded serde_derive_internals v0.29.1 |
281 | 2024-12-20T22:38:36.260Z | Downloaded sha2 v0.10.8 |
282 | 2024-12-20T22:38:36.260Z | Downloaded strum_macros v0.26.4 |
283 | 2024-12-20T22:38:36.260Z | Downloaded progenitor-impl v0.8.0 |
284 | 2024-12-20T22:38:36.260Z | Downloaded semver v1.0.23 |
285 | 2024-12-20T22:38:36.260Z | Downloaded icu_properties v1.5.1 |
286 | 2024-12-20T22:38:36.263Z | Downloaded hyper-util v0.1.10 |
287 | 2024-12-20T22:38:36.266Z | Downloaded url v2.5.3 |
288 | 2024-12-20T22:38:36.270Z | Downloaded serde_spanned v0.6.8 |
289 | 2024-12-20T22:38:36.270Z | Downloaded term v0.7.0 |
290 | 2024-12-20T22:38:36.275Z | Downloaded ryu v1.0.18 |
291 | 2024-12-20T22:38:36.278Z | Downloaded slog v2.7.0 |
292 | 2024-12-20T22:38:36.282Z | Downloaded rustls-pki-types v1.10.0 |
293 | 2024-12-20T22:38:36.282Z | Downloaded serde_yaml v0.9.34+deprecated |
294 | 2024-12-20T22:38:36.285Z | Downloaded quinn v0.11.5 |
295 | 2024-12-20T22:38:36.294Z | Downloaded tracing v0.1.40 |
296 | 2024-12-20T22:38:36.297Z | Downloaded indexmap v2.6.0 |
297 | 2024-12-20T22:38:36.297Z | Downloaded icu_normalizer v1.5.0 |
298 | 2024-12-20T22:38:36.303Z | Downloaded icu_collections v1.5.0 |
299 | 2024-12-20T22:38:36.310Z | Downloaded socket2 v0.5.7 |
300 | 2024-12-20T22:38:36.313Z | Downloaded schemars v0.8.21 |
301 | 2024-12-20T22:38:36.318Z | Downloaded crossbeam-channel v0.5.13 |
302 | 2024-12-20T22:38:36.324Z | Downloaded mio v1.0.2 |
303 | 2024-12-20T22:38:36.329Z | Downloaded serde_derive v1.0.215 |
304 | 2024-12-20T22:38:36.333Z | Downloaded pest v2.7.14 |
305 | 2024-12-20T22:38:36.336Z | Downloaded tokio-util v0.7.12 |
306 | 2024-12-20T22:38:36.344Z | Downloaded serde v1.0.215 |
307 | 2024-12-20T22:38:36.347Z | Downloaded memchr v2.7.4 |
308 | 2024-12-20T22:38:36.354Z | Downloaded zerocopy v0.7.35 |
309 | 2024-12-20T22:38:36.367Z | Downloaded serde_json v1.0.132 |
310 | 2024-12-20T22:38:36.378Z | Downloaded time v0.3.36 |
311 | 2024-12-20T22:38:36.381Z | Downloaded hashbrown v0.12.3 |
312 | 2024-12-20T22:38:36.383Z | Downloaded http v1.1.0 |
313 | 2024-12-20T22:38:36.387Z | Downloaded zerovec v0.10.4 |
314 | 2024-12-20T22:38:36.394Z | Downloaded rustls-webpki v0.102.8 |
315 | 2024-12-20T22:38:36.413Z | Downloaded quinn-proto v0.11.8 |
316 | 2024-12-20T22:38:36.417Z | Downloaded openssl v0.10.66 |
317 | 2024-12-20T22:38:36.428Z | Downloaded serde_with v3.11.0 |
318 | 2024-12-20T22:38:36.434Z | Downloaded webpki-roots v0.26.6 |
319 | 2024-12-20T22:38:36.441Z | Downloaded goblin v0.8.2 |
320 | 2024-12-20T22:38:36.443Z | Downloaded futures-util v0.3.31 |
321 | 2024-12-20T22:38:36.454Z | Downloaded syn v2.0.87 |
322 | 2024-12-20T22:38:36.465Z | Downloaded reqwest v0.12.9 |
323 | 2024-12-20T22:38:36.473Z | Downloaded openapiv3 v2.0.0 |
324 | 2024-12-20T22:38:36.484Z | Downloaded icu_properties_data v1.5.0 |
325 | 2024-12-20T22:38:36.492Z | Downloaded regex-syntax v0.8.5 |
326 | 2024-12-20T22:38:36.500Z | Downloaded regex v1.11.1 |
327 | 2024-12-20T22:38:36.512Z | Downloaded chrono v0.4.38 |
328 | 2024-12-20T22:38:36.518Z | Downloaded aho-corasick v1.1.3 |
329 | 2024-12-20T22:38:36.523Z | Downloaded vcpkg v0.2.15 |
330 | 2024-12-20T22:38:36.559Z | Downloaded typify-impl v0.2.0 |
331 | 2024-12-20T22:38:36.572Z | Downloaded dropshot v0.13.0 |
332 | 2024-12-20T22:38:36.591Z | Downloaded regress v0.9.1 |
333 | 2024-12-20T22:38:36.598Z | Downloaded regress v0.10.1 |
334 | 2024-12-20T22:38:36.606Z | Downloaded rustls v0.22.4 |
335 | 2024-12-20T22:38:36.619Z | Downloaded rustls v0.23.19 |
336 | 2024-12-20T22:38:36.628Z | Downloaded hashbrown v0.15.1 |
337 | 2024-12-20T22:38:36.632Z | Downloaded h2 v0.4.6 |
338 | 2024-12-20T22:38:36.638Z | Downloaded hashbrown v0.14.5 |
339 | 2024-12-20T22:38:36.644Z | Downloaded idna v1.0.3 |
340 | 2024-12-20T22:38:36.647Z | Downloaded hyper v1.5.0 |
341 | 2024-12-20T22:38:36.653Z | Downloaded spin v0.9.8 |
342 | 2024-12-20T22:38:36.655Z | Downloaded winnow v0.6.20 |
343 | 2024-12-20T22:38:36.664Z | Downloaded toml_edit v0.22.22 |
344 | 2024-12-20T22:38:36.684Z | Downloaded cc v1.1.30 |
345 | 2024-12-20T22:38:36.688Z | Downloaded darling_core v0.20.10 |
346 | 2024-12-20T22:38:36.699Z | Downloaded rand v0.8.5 |
347 | 2024-12-20T22:38:36.704Z | Downloaded openssl-sys v0.9.103 |
348 | 2024-12-20T22:38:36.704Z | Downloaded tokio v1.40.0 |
349 | 2024-12-20T22:38:36.731Z | Downloaded tracing-core v0.1.32 |
350 | 2024-12-20T22:38:36.736Z | Downloaded regex-automata v0.4.8 |
351 | 2024-12-20T22:38:36.749Z | Downloaded subtle v2.6.1 |
352 | 2024-12-20T22:38:36.754Z | Downloaded scopeguard v1.2.0 |
353 | 2024-12-20T22:38:36.754Z | Downloaded pin-project-lite v0.2.14 |
354 | 2024-12-20T22:38:36.758Z | Downloaded yoke v0.7.4 |
355 | 2024-12-20T22:38:36.758Z | Downloaded base64 v0.22.1 |
356 | 2024-12-20T22:38:36.760Z | Downloaded icu_locid_transform_data v1.5.0 |
357 | 2024-12-20T22:38:36.765Z | Downloaded icu_locid_transform v1.5.0 |
358 | 2024-12-20T22:38:36.765Z | Downloaded crossbeam-utils v0.8.20 |
359 | 2024-12-20T22:38:36.767Z | Downloaded typenum v1.17.0 |
360 | 2024-12-20T22:38:36.771Z | Downloaded toml v0.8.19 |
361 | 2024-12-20T22:38:36.775Z | Downloaded unicode-ident v1.0.13 |
362 | 2024-12-20T22:38:36.775Z | Downloaded libc v0.2.162 |
363 | 2024-12-20T22:38:36.800Z | Downloaded tinyvec v1.8.0 |
364 | 2024-12-20T22:38:36.804Z | Downloaded icu_normalizer_data v1.5.0 |
365 | 2024-12-20T22:38:36.804Z | Downloaded dropshot_endpoint v0.13.0 |
366 | 2024-12-20T22:38:36.807Z | Downloaded futures v0.3.31 |
367 | 2024-12-20T22:38:36.811Z | Downloaded bytes v1.8.0 |
368 | 2024-12-20T22:38:36.813Z | Downloaded rustversion v1.0.17 |
369 | 2024-12-20T22:38:36.817Z | Downloaded slog-async v2.8.0 |
370 | 2024-12-20T22:38:36.821Z | Downloaded rustc-hash v2.0.0 |
371 | 2024-12-20T22:38:36.821Z | Downloaded slog-bunyan v2.5.0 |
372 | 2024-12-20T22:38:36.821Z | Downloaded signal-hook-registry v1.4.2 |
373 | 2024-12-20T22:38:36.821Z | Downloaded allocator-api2 v0.2.18 |
374 | 2024-12-20T22:38:36.830Z | Downloaded ahash v0.8.11 |
375 | 2024-12-20T22:38:36.833Z | Downloaded ppv-lite86 v0.2.20 |
376 | 2024-12-20T22:38:36.833Z | Downloaded pin-utils v0.1.0 |
377 | 2024-12-20T22:38:36.833Z | Downloaded tokio-rustls v0.26.0 |
378 | 2024-12-20T22:38:36.833Z | Downloaded getrandom v0.2.15 |
379 | 2024-12-20T22:38:36.833Z | Downloaded anyhow v1.0.93 |
380 | 2024-12-20T22:38:36.837Z | Downloaded darling v0.20.10 |
381 | 2024-12-20T22:38:36.842Z | Downloaded parking_lot_core v0.9.10 |
382 | 2024-12-20T22:38:36.842Z | Downloaded openssl-probe v0.1.5 |
383 | 2024-12-20T22:38:36.842Z | Downloaded typify-macro v0.2.0 |
384 | 2024-12-20T22:38:36.847Z | Downloaded hex v0.4.3 |
385 | 2024-12-20T22:38:36.847Z | Downloaded cfg-if v1.0.0 |
386 | 2024-12-20T22:38:36.847Z | Downloaded futures-channel v0.3.31 |
387 | 2024-12-20T22:38:36.847Z | Downloaded progenitor-macro v0.8.0 |
388 | 2024-12-20T22:38:36.847Z | Downloaded lock_api v0.4.12 |
389 | 2024-12-20T22:38:36.853Z | Downloaded litemap v0.7.3 |
390 | 2024-12-20T22:38:36.853Z | Downloaded futures-io v0.3.31 |
391 | 2024-12-20T22:38:36.853Z | Downloaded displaydoc v0.2.5 |
392 | 2024-12-20T22:38:36.855Z | Downloaded toml_datetime v0.6.8 |
393 | 2024-12-20T22:38:36.855Z | Downloaded tinystr v0.7.6 |
394 | 2024-12-20T22:38:36.855Z | Downloaded parse-display v0.10.0 |
395 | 2024-12-20T22:38:36.856Z | Downloaded utf8_iter v1.0.4 |
396 | 2024-12-20T22:38:36.856Z | Downloaded tokio-macros v2.4.0 |
397 | 2024-12-20T22:38:36.860Z | Downloaded usdt-attr-macro v0.5.0 |
398 | 2024-12-20T22:38:36.860Z | Downloaded openssl-macros v0.1.1 |
399 | 2024-12-20T22:38:36.860Z | Downloaded futures-executor v0.3.31 |
400 | 2024-12-20T22:38:36.860Z | Downloaded dyn-clone v1.0.17 |
401 | 2024-12-20T22:38:36.873Z | Downloaded encoding_rs v0.8.34 |
402 | 2024-12-20T22:38:37.054Z | Downloaded ring v0.17.8 |
403 | 2024-12-20T22:38:37.384Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-20T22:38:37.384Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-20T22:38:37.384Z | Compiling libc v0.2.162 |
406 | 2024-12-20T22:38:37.390Z | Checking cfg-if v1.0.0 |
407 | 2024-12-20T22:38:37.390Z | Compiling autocfg v1.4.0 |
408 | 2024-12-20T22:38:37.390Z | Compiling serde v1.0.215 |
409 | 2024-12-20T22:38:37.410Z | Compiling version_check v0.9.5 |
410 | 2024-12-20T22:38:37.415Z | Checking memchr v2.7.4 |
411 | 2024-12-20T22:38:37.531Z | Checking itoa v1.0.11 |
412 | 2024-12-20T22:38:37.590Z | Compiling serde_json v1.0.132 |
413 | 2024-12-20T22:38:38.061Z | Compiling thiserror v1.0.69 |
414 | 2024-12-20T22:38:38.093Z | Checking once_cell v1.20.2 |
415 | 2024-12-20T22:38:38.116Z | Compiling shlex v1.3.0 |
416 | 2024-12-20T22:38:38.349Z | Compiling cc v1.1.30 |
417 | 2024-12-20T22:38:38.492Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-20T22:38:38.659Z | Compiling num-traits v0.2.19 |
419 | 2024-12-20T22:38:38.920Z | Checking smallvec v1.13.2 |
420 | 2024-12-20T22:38:38.943Z | Checking getrandom v0.2.15 |
421 | 2024-12-20T22:38:39.003Z | Checking bytes v1.8.0 |
422 | 2024-12-20T22:38:39.049Z | Checking ryu v1.0.18 |
423 | 2024-12-20T22:38:39.176Z | Checking futures-core v0.3.31 |
424 | 2024-12-20T22:38:39.297Z | Compiling quote v1.0.37 |
425 | 2024-12-20T22:38:39.325Z | Compiling lock_api v0.4.12 |
426 | 2024-12-20T22:38:39.362Z | Compiling byteorder v1.5.0 |
427 | 2024-12-20T22:38:39.510Z | Compiling parking_lot_core v0.9.10 |
428 | 2024-12-20T22:38:39.696Z | Compiling syn v2.0.87 |
429 | 2024-12-20T22:38:39.839Z | Compiling ahash v0.8.11 |
430 | 2024-12-20T22:38:39.878Z | Compiling schemars v0.8.21 |
431 | 2024-12-20T22:38:39.978Z | Checking scopeguard v1.2.0 |
432 | 2024-12-20T22:38:40.052Z | Compiling slab v0.4.9 |
433 | 2024-12-20T22:38:40.267Z | Checking log v0.4.22 |
434 | 2024-12-20T22:38:40.287Z | Checking futures-sink v0.3.31 |
435 | 2024-12-20T22:38:40.306Z | Checking mio v1.0.2 |
436 | 2024-12-20T22:38:40.345Z | Checking socket2 v0.5.7 |
437 | 2024-12-20T22:38:40.432Z | Checking signal-hook-registry v1.4.2 |
438 | 2024-12-20T22:38:40.530Z | Checking stable_deref_trait v1.2.0 |
439 | 2024-12-20T22:38:40.571Z | Checking parking_lot v0.12.3 |
440 | 2024-12-20T22:38:40.640Z | Checking equivalent v1.0.1 |
441 | 2024-12-20T22:38:40.673Z | Compiling semver v1.0.23 |
442 | 2024-12-20T22:38:40.749Z | Checking fnv v1.0.7 |
443 | 2024-12-20T22:38:40.816Z | Checking hashbrown v0.15.1 |
444 | 2024-12-20T22:38:40.819Z | Checking futures-channel v0.3.31 |
445 | 2024-12-20T22:38:40.881Z | Checking http v1.1.0 |
446 | 2024-12-20T22:38:40.902Z | Checking futures-io v0.3.31 |
447 | 2024-12-20T22:38:40.923Z | Checking futures-task v0.3.31 |
448 | 2024-12-20T22:38:41.076Z | Checking pin-utils v0.1.0 |
449 | 2024-12-20T22:38:41.181Z | Checking spin v0.9.8 |
450 | 2024-12-20T22:38:41.183Z | Compiling pkg-config v0.3.31 |
451 | 2024-12-20T22:38:41.216Z | Checking rustls-pki-types v1.10.0 |
452 | 2024-12-20T22:38:41.236Z | Compiling vcpkg v0.2.15 |
453 | 2024-12-20T22:38:41.438Z | Compiling heck v0.5.0 |
454 | 2024-12-20T22:38:41.459Z | Compiling ring v0.17.8 |
455 | 2024-12-20T22:38:41.906Z | Compiling ucd-trie v0.1.7 |
456 | 2024-12-20T22:38:41.926Z | Checking iana-time-zone v0.1.61 |
457 | 2024-12-20T22:38:42.076Z | Checking untrusted v0.9.0 |
458 | 2024-12-20T22:38:42.233Z | Compiling httparse v1.9.5 |
459 | 2024-12-20T22:38:42.372Z | Checking litemap v0.7.3 |
460 | 2024-12-20T22:38:42.424Z | Checking writeable v0.5.5 |
461 | 2024-12-20T22:38:42.734Z | Checking tracing-core v0.1.32 |
462 | 2024-12-20T22:38:42.763Z | Checking dyn-clone v1.0.17 |
463 | 2024-12-20T22:38:42.898Z | Checking atomic-waker v1.1.2 |
464 | 2024-12-20T22:38:42.977Z | Compiling openssl-sys v0.9.103 |
465 | 2024-12-20T22:38:43.048Z | Compiling allocator-api2 v0.2.18 |
466 | 2024-12-20T22:38:43.387Z | Checking tracing v0.1.40 |
467 | 2024-12-20T22:38:43.731Z | Checking http-body v1.0.1 |
468 | 2024-12-20T22:38:43.874Z | Checking icu_locid_transform_data v1.5.0 |
469 | 2024-12-20T22:38:43.916Z | Checking try-lock v0.2.5 |
470 | 2024-12-20T22:38:43.943Z | Checking subtle v2.6.1 |
471 | 2024-12-20T22:38:43.985Z | Compiling uuid v1.11.0 |
472 | 2024-12-20T22:38:44.049Z | Checking zeroize v1.8.1 |
473 | 2024-12-20T22:38:44.074Z | Checking want v0.3.1 |
474 | 2024-12-20T22:38:44.165Z | Compiling chrono v0.4.38 |
475 | 2024-12-20T22:38:44.257Z | Compiling slog v2.7.0 |
476 | 2024-12-20T22:38:44.304Z | Checking httpdate v1.0.3 |
477 | 2024-12-20T22:38:44.529Z | Checking icu_properties_data v1.5.0 |
478 | 2024-12-20T22:38:44.549Z | Checking foreign-types-shared v0.1.1 |
479 | 2024-12-20T22:38:44.591Z | Compiling openssl v0.10.66 |
480 | 2024-12-20T22:38:44.649Z | Checking foreign-types v0.3.2 |
481 | 2024-12-20T22:38:44.786Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-20T22:38:44.827Z | Checking percent-encoding v2.3.1 |
483 | 2024-12-20T22:38:45.063Z | Checking tower-service v0.3.3 |
484 | 2024-12-20T22:38:45.082Z | Compiling rustls v0.23.19 |
485 | 2024-12-20T22:38:45.186Z | Checking icu_normalizer_data v1.5.0 |
486 | 2024-12-20T22:38:45.287Z | Checking write16 v1.0.0 |
487 | 2024-12-20T22:38:46.401Z | Checking bitflags v2.6.0 |
488 | 2024-12-20T22:38:46.403Z | Checking utf8_iter v1.0.4 |
489 | 2024-12-20T22:38:46.403Z | Compiling typenum v1.17.0 |
490 | 2024-12-20T22:38:46.403Z | Compiling native-tls v0.2.12 |
491 | 2024-12-20T22:38:46.403Z | Checking utf16_iter v1.0.5 |
492 | 2024-12-20T22:38:46.403Z | Compiling regex-syntax v0.8.5 |
493 | 2024-12-20T22:38:46.403Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-20T22:38:46.641Z | Compiling generic-array v0.14.7 |
495 | 2024-12-20T22:38:46.691Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-20T22:38:47.574Z | Compiling synstructure v0.13.1 |
497 | 2024-12-20T22:38:48.294Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-20T22:38:48.433Z | Checking rustls-webpki v0.102.8 |
499 | 2024-12-20T22:38:49.037Z | Compiling usdt-impl v0.5.0 |
500 | 2024-12-20T22:38:49.400Z | Checking encoding_rs v0.8.34 |
501 | 2024-12-20T22:38:49.498Z | Checking mime v0.3.17 |
502 | 2024-12-20T22:38:49.826Z | Compiling num-conv v0.1.0 |
503 | 2024-12-20T22:38:49.981Z | Compiling regex-automata v0.4.8 |
504 | 2024-12-20T22:38:50.096Z | Checking powerfmt v0.2.0 |
505 | 2024-12-20T22:38:50.387Z | Compiling time-core v0.1.2 |
506 | 2024-12-20T22:38:50.551Z | Checking deranged v0.3.11 |
507 | 2024-12-20T22:38:50.569Z | Compiling time-macros v0.2.18 |
508 | 2024-12-20T22:38:51.811Z | Compiling thread-id v4.2.2 |
509 | 2024-12-20T22:38:52.307Z | Checking webpki-roots v0.26.6 |
510 | 2024-12-20T22:38:52.417Z | Checking rustls-pemfile v2.2.0 |
511 | 2024-12-20T22:38:52.637Z | Compiling ident_case v1.0.1 |
512 | 2024-12-20T22:38:52.724Z | Compiling crossbeam-utils v0.8.20 |
513 | 2024-12-20T22:38:53.013Z | Compiling serde_derive v1.0.215 |
514 | 2024-12-20T22:38:53.033Z | Compiling zerocopy-derive v0.7.35 |
515 | 2024-12-20T22:38:53.240Z | Compiling thiserror-impl v1.0.69 |
516 | 2024-12-20T22:38:53.290Z | Compiling schemars_derive v0.8.21 |
517 | 2024-12-20T22:38:53.602Z | Compiling zerofrom-derive v0.1.4 |
518 | 2024-12-20T22:38:54.331Z | Compiling yoke-derive v0.7.4 |
519 | 2024-12-20T22:38:55.133Z | Compiling zerocopy v0.7.35 |
520 | 2024-12-20T22:38:56.388Z | Compiling tokio-macros v2.4.0 |
521 | 2024-12-20T22:38:56.416Z | Compiling zerovec-derive v0.10.3 |
522 | 2024-12-20T22:38:56.764Z | Compiling displaydoc v0.2.5 |
523 | 2024-12-20T22:38:57.151Z | Compiling futures-macro v0.3.31 |
524 | 2024-12-20T22:38:57.245Z | Checking zerofrom v0.1.4 |
525 | 2024-12-20T22:38:57.475Z | Checking yoke v0.7.4 |
526 | 2024-12-20T22:38:57.807Z | Compiling pest v2.7.14 |
527 | 2024-12-20T22:38:57.952Z | Checking tokio v1.40.0 |
528 | 2024-12-20T22:38:58.076Z | Compiling icu_provider_macros v1.5.0 |
529 | 2024-12-20T22:38:58.252Z | Compiling hashbrown v0.14.5 |
530 | 2024-12-20T22:38:58.754Z | Compiling openssl-macros v0.1.1 |
531 | 2024-12-20T22:38:58.929Z | Checking zerovec v0.10.4 |
532 | 2024-12-20T22:38:59.045Z | Checking futures-util v0.3.31 |
533 | 2024-12-20T22:38:59.521Z | Compiling regress v0.10.1 |
534 | 2024-12-20T22:39:00.509Z | Compiling pest_meta v2.7.14 |
535 | 2024-12-20T22:39:00.766Z | Checking tinystr v0.7.6 |
536 | 2024-12-20T22:39:01.159Z | Checking icu_locid v1.5.0 |
537 | 2024-12-20T22:39:02.257Z | Checking icu_provider v1.5.0 |
538 | 2024-12-20T22:39:02.936Z | Checking icu_locid_transform v1.5.0 |
539 | 2024-12-20T22:39:03.998Z | Compiling pest_generator v2.7.14 |
540 | 2024-12-20T22:39:04.362Z | Checking icu_collections v1.5.0 |
541 | 2024-12-20T22:39:04.382Z | Checking http-body-util v0.1.2 |
542 | 2024-12-20T22:39:04.819Z | Compiling regex v1.11.1 |
543 | 2024-12-20T22:39:04.840Z | Compiling scroll_derive v0.12.0 |
544 | 2024-12-20T22:39:05.047Z | Checking icu_properties v1.5.1 |
545 | 2024-12-20T22:39:05.255Z | Checking tokio-util v0.7.12 |
546 | 2024-12-20T22:39:05.629Z | Checking tokio-native-tls v0.3.1 |
547 | 2024-12-20T22:39:05.749Z | Compiling pest_derive v2.7.14 |
548 | 2024-12-20T22:39:05.815Z | Checking tokio-rustls v0.26.0 |
549 | 2024-12-20T22:39:06.107Z | Checking indexmap v2.6.0 |
550 | 2024-12-20T22:39:06.783Z | Compiling dtrace-parser v0.2.0 |
551 | 2024-12-20T22:39:07.152Z | Compiling serde_tokenstream v0.2.2 |
552 | 2024-12-20T22:39:07.532Z | Checking h2 v0.4.6 |
553 | 2024-12-20T22:39:08.242Z | Checking scroll v0.12.0 |
554 | 2024-12-20T22:39:08.365Z | Checking icu_normalizer v1.5.0 |
555 | 2024-12-20T22:39:08.518Z | Checking serde_urlencoded v0.7.1 |
556 | 2024-12-20T22:39:09.173Z | Checking idna_adapter v1.2.0 |
557 | 2024-12-20T22:39:09.236Z | Compiling dof v0.3.0 |
558 | 2024-12-20T22:39:09.362Z | Checking idna v1.0.3 |
559 | 2024-12-20T22:39:09.590Z | Checking num_threads v0.1.7 |
560 | 2024-12-20T22:39:09.723Z | Compiling strsim v0.11.1 |
561 | 2024-12-20T22:39:09.859Z | Checking plain v0.2.3 |
562 | 2024-12-20T22:39:09.957Z | Checking base64 v0.22.1 |
563 | 2024-12-20T22:39:09.971Z | Checking time v0.3.36 |
564 | 2024-12-20T22:39:10.013Z | Checking goblin v0.8.2 |
565 | 2024-12-20T22:39:10.114Z | Checking typify-impl v0.2.0 |
566 | 2024-12-20T22:39:10.135Z | Compiling darling_core v0.20.10 |
567 | 2024-12-20T22:39:10.458Z | Checking url v2.5.3 |
568 | 2024-12-20T22:39:11.850Z | Checking hyper v1.5.0 |
569 | 2024-12-20T22:39:11.982Z | Compiling openapiv3 v2.0.0 |
570 | 2024-12-20T22:39:14.010Z | Checking hyper-util v0.1.10 |
571 | 2024-12-20T22:39:14.929Z | Checking sync_wrapper v1.0.1 |
572 | 2024-12-20T22:39:15.084Z | Checking dirs-sys-next v0.1.2 |
573 | 2024-12-20T22:39:15.277Z | Compiling unsafe-libyaml v0.2.11 |
574 | 2024-12-20T22:39:15.298Z | Compiling rustls v0.22.4 |
575 | 2024-12-20T22:39:15.608Z | Compiling omicron-workspace-hack v0.1.0 |
576 | 2024-12-20T22:39:15.627Z | Compiling paste v1.0.15 |
577 | 2024-12-20T22:39:15.737Z | Checking hyper-rustls v0.27.3 |
578 | 2024-12-20T22:39:15.906Z | Checking hyper-tls v0.6.0 |
579 | 2024-12-20T22:39:15.969Z | Compiling rustversion v1.0.17 |
580 | 2024-12-20T22:39:16.084Z | Checking pretty-hex v0.4.1 |
581 | 2024-12-20T22:39:16.146Z | Checking ipnet v2.10.1 |
582 | 2024-12-20T22:39:16.272Z | Compiling darling_macro v0.20.10 |
583 | 2024-12-20T22:39:16.430Z | Checking dirs-next v2.0.0 |
584 | 2024-12-20T22:39:16.572Z | Compiling serde_yaml v0.9.34+deprecated |
585 | 2024-12-20T22:39:16.627Z | Checking reqwest v0.12.9 |
586 | 2024-12-20T22:39:16.835Z | Checking serde_spanned v0.6.8 |
587 | 2024-12-20T22:39:16.872Z | Checking toml_datetime v0.6.8 |
588 | 2024-12-20T22:39:17.029Z | Checking ppv-lite86 v0.2.20 |
589 | 2024-12-20T22:39:17.047Z | Checking block-buffer v0.10.4 |
590 | 2024-12-20T22:39:17.175Z | Checking crypto-common v0.1.6 |
591 | 2024-12-20T22:39:17.236Z | Compiling structmeta-derive v0.3.0 |
592 | 2024-12-20T22:39:17.261Z | Checking rand_core v0.6.4 |
593 | 2024-12-20T22:39:17.371Z | Checking thread_local v1.1.8 |
594 | 2024-12-20T22:39:17.445Z | Compiling multer v3.1.0 |
595 | 2024-12-20T22:39:17.555Z | Checking winnow v0.6.20 |
596 | 2024-12-20T22:39:17.654Z | Compiling newtype-uuid v1.1.3 |
597 | 2024-12-20T22:39:17.779Z | Compiling slog-async v2.8.0 |
598 | 2024-12-20T22:39:17.853Z | Compiling anyhow v1.0.93 |
599 | 2024-12-20T22:39:17.993Z | Compiling camino v1.1.9 |
600 | 2024-12-20T22:39:18.057Z | Checking match_cfg v0.1.0 |
601 | 2024-12-20T22:39:18.147Z | Checking hostname v0.3.1 |
602 | 2024-12-20T22:39:18.282Z | Checking progenitor-client v0.8.0 |
603 | 2024-12-20T22:39:18.379Z | Checking rand_chacha v0.3.1 |
604 | 2024-12-20T22:39:18.704Z | Checking crossbeam-channel v0.5.13 |
605 | 2024-12-20T22:39:18.759Z | Checking digest v0.10.7 |
606 | 2024-12-20T22:39:18.836Z | Compiling darling v0.20.10 |
607 | 2024-12-20T22:39:19.112Z | Checking term v0.7.0 |
608 | 2024-12-20T22:39:19.547Z | Compiling usdt-macro v0.5.0 |
609 | 2024-12-20T22:39:19.920Z | Compiling structmeta v0.3.0 |
610 | 2024-12-20T22:39:20.241Z | Compiling usdt-attr-macro v0.5.0 |
611 | 2024-12-20T22:39:20.262Z | Checking slog-json v2.6.1 |
612 | 2024-12-20T22:39:20.289Z | Checking futures-executor v0.3.31 |
613 | 2024-12-20T22:39:20.529Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-20T22:39:20.550Z | Checking memmap v0.7.0 |
615 | 2024-12-20T22:39:20.571Z | Checking is-terminal v0.4.13 |
616 | 2024-12-20T22:39:20.604Z | Checking toml_edit v0.22.22 |
617 | 2024-12-20T22:39:20.697Z | Compiling dropshot v0.13.0 |
618 | 2024-12-20T22:39:20.751Z | Checking take_mut v0.2.2 |
619 | 2024-12-20T22:39:20.847Z | Checking cpufeatures v0.2.14 |
620 | 2024-12-20T22:39:20.941Z | Checking sha1 v0.10.6 |
621 | 2024-12-20T22:39:21.123Z | Checking slog-term v2.9.1 |
622 | 2024-12-20T22:39:21.205Z | Checking slog-bunyan v2.5.0 |
623 | 2024-12-20T22:39:21.226Z | Checking futures v0.3.31 |
624 | 2024-12-20T22:39:21.327Z | Compiling parse-display-derive v0.10.0 |
625 | 2024-12-20T22:39:21.375Z | Compiling strum_macros v0.26.4 |
626 | 2024-12-20T22:39:21.603Z | Compiling serde_with_macros v3.11.0 |
627 | 2024-12-20T22:39:21.624Z | Checking usdt v0.5.0 |
628 | 2024-12-20T22:39:21.873Z | Checking async-stream v0.3.6 |
629 | 2024-12-20T22:39:22.083Z | Checking rand v0.8.5 |
630 | 2024-12-20T22:39:22.904Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-20T22:39:23.319Z | Checking toml v0.8.19 |
632 | 2024-12-20T22:39:23.357Z | Checking ipnetwork v0.20.0 |
633 | 2024-12-20T22:39:23.403Z | Compiling dropshot_endpoint v0.13.0 |
634 | 2024-12-20T22:39:23.528Z | Checking hex v0.4.3 |
635 | 2024-12-20T22:39:23.743Z | Checking serde_path_to_error v0.1.16 |
636 | 2024-12-20T22:39:24.056Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
637 | 2024-12-20T22:39:24.085Z | Compiling async-trait v0.1.83 |
638 | 2024-12-20T22:39:24.273Z | Checking waitgroup v0.1.2 |
639 | 2024-12-20T22:39:24.364Z | Checking hostname v0.4.0 |
640 | 2024-12-20T22:39:24.418Z | Checking instant v0.1.13 |
641 | 2024-12-20T22:39:24.505Z | Checking debug-ignore v1.0.5 |
642 | 2024-12-20T22:39:24.531Z | Checking backoff v0.4.0 |
643 | 2024-12-20T22:39:24.648Z | Checking serde_with v3.11.0 |
644 | 2024-12-20T22:39:24.819Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
645 | 2024-12-20T22:39:24.865Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
646 | 2024-12-20T22:39:24.969Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
647 | 2024-12-20T22:39:25.014Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
648 | 2024-12-20T22:39:25.282Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
649 | 2024-12-20T22:39:25.351Z | Checking parse-display v0.10.0 |
650 | 2024-12-20T22:39:25.421Z | Checking macaddr v1.0.1 |
651 | 2024-12-20T22:39:25.462Z | Compiling typify-macro v0.2.0 |
652 | 2024-12-20T22:39:25.569Z | Checking regress v0.9.1 |
653 | 2024-12-20T22:39:25.980Z | Checking strum v0.26.3 |
654 | 2024-12-20T22:39:27.693Z | Compiling typify v0.2.0 |
655 | 2024-12-20T22:39:27.777Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-20T22:39:30.445Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-20T22:39:34.677Z | Checking progenitor v0.8.0 |
658 | 2024-12-20T22:39:34.813Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-20T22:39:37.856Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-20T22:39:45.481Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-20T22:39:45.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
662 | 2024-12-20T22:39:45.892Z | + cargo build --release |
663 | 2024-12-20T22:39:46.153Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-20T22:39:46.153Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-20T22:39:46.153Z | Compiling libc v0.2.162 |
666 | 2024-12-20T22:39:46.156Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-20T22:39:46.156Z | Compiling autocfg v1.4.0 |
668 | 2024-12-20T22:39:46.156Z | Compiling version_check v0.9.5 |
669 | 2024-12-20T22:39:46.156Z | Compiling serde v1.0.215 |
670 | 2024-12-20T22:39:46.156Z | Compiling memchr v2.7.4 |
671 | 2024-12-20T22:39:46.271Z | Compiling serde_json v1.0.132 |
672 | 2024-12-20T22:39:46.344Z | Compiling itoa v1.0.11 |
673 | 2024-12-20T22:39:46.613Z | Compiling thiserror v1.0.69 |
674 | 2024-12-20T22:39:46.759Z | Compiling once_cell v1.20.2 |
675 | 2024-12-20T22:39:46.810Z | Compiling shlex v1.3.0 |
676 | 2024-12-20T22:39:47.067Z | Compiling cc v1.1.30 |
677 | 2024-12-20T22:39:47.203Z | Compiling num-traits v0.2.19 |
678 | 2024-12-20T22:39:47.532Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-20T22:39:47.646Z | Compiling getrandom v0.2.15 |
680 | 2024-12-20T22:39:47.703Z | Compiling smallvec v1.13.2 |
681 | 2024-12-20T22:39:47.718Z | Compiling ryu v1.0.18 |
682 | 2024-12-20T22:39:47.869Z | Compiling bytes v1.8.0 |
683 | 2024-12-20T22:39:47.964Z | Compiling quote v1.0.37 |
684 | 2024-12-20T22:39:47.990Z | Compiling futures-core v0.3.31 |
685 | 2024-12-20T22:39:48.234Z | Compiling lock_api v0.4.12 |
686 | 2024-12-20T22:39:48.278Z | Compiling ahash v0.8.11 |
687 | 2024-12-20T22:39:48.400Z | Compiling syn v2.0.87 |
688 | 2024-12-20T22:39:48.569Z | Compiling parking_lot_core v0.9.10 |
689 | 2024-12-20T22:39:48.589Z | Compiling schemars v0.8.21 |
690 | 2024-12-20T22:39:48.600Z | Compiling byteorder v1.5.0 |
691 | 2024-12-20T22:39:48.949Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-20T22:39:49.014Z | Compiling slab v0.4.9 |
693 | 2024-12-20T22:39:49.087Z | Compiling futures-sink v0.3.31 |
694 | 2024-12-20T22:39:49.235Z | Compiling log v0.4.22 |
695 | 2024-12-20T22:39:49.469Z | Compiling socket2 v0.5.7 |
696 | 2024-12-20T22:39:49.477Z | Compiling mio v1.0.2 |
697 | 2024-12-20T22:39:49.582Z | Compiling parking_lot v0.12.3 |
698 | 2024-12-20T22:39:49.676Z | Compiling signal-hook-registry v1.4.2 |
699 | 2024-12-20T22:39:49.753Z | Compiling semver v1.0.23 |
700 | 2024-12-20T22:39:49.819Z | Compiling stable_deref_trait v1.2.0 |
701 | 2024-12-20T22:39:50.073Z | Compiling ring v0.17.8 |
702 | 2024-12-20T22:39:50.249Z | Compiling hashbrown v0.15.1 |
703 | 2024-12-20T22:39:50.256Z | Compiling equivalent v1.0.1 |
704 | 2024-12-20T22:39:50.353Z | Compiling fnv v1.0.7 |
705 | 2024-12-20T22:39:50.479Z | Compiling http v1.1.0 |
706 | 2024-12-20T22:39:51.115Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-20T22:39:51.159Z | Compiling pin-utils v0.1.0 |
708 | 2024-12-20T22:39:51.242Z | Compiling futures-task v0.3.31 |
709 | 2024-12-20T22:39:51.257Z | Compiling futures-io v0.3.31 |
710 | 2024-12-20T22:39:51.565Z | Compiling spin v0.9.8 |
711 | 2024-12-20T22:39:51.576Z | Compiling vcpkg v0.2.15 |
712 | 2024-12-20T22:39:51.673Z | Compiling rustls-pki-types v1.10.0 |
713 | 2024-12-20T22:39:51.739Z | Compiling heck v0.5.0 |
714 | 2024-12-20T22:39:51.792Z | Compiling pkg-config v0.3.31 |
715 | 2024-12-20T22:39:52.808Z | Compiling httparse v1.9.5 |
716 | 2024-12-20T22:39:52.995Z | Compiling ucd-trie v0.1.7 |
717 | 2024-12-20T22:39:53.207Z | Compiling openssl-sys v0.9.103 |
718 | 2024-12-20T22:39:53.450Z | Compiling iana-time-zone v0.1.61 |
719 | 2024-12-20T22:39:53.481Z | Compiling untrusted v0.9.0 |
720 | 2024-12-20T22:39:53.511Z | Compiling writeable v0.5.5 |
721 | 2024-12-20T22:39:53.760Z | Compiling litemap v0.7.3 |
722 | 2024-12-20T22:39:54.172Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-20T22:39:54.279Z | Compiling allocator-api2 v0.2.18 |
724 | 2024-12-20T22:39:54.539Z | Compiling dyn-clone v1.0.17 |
725 | 2024-12-20T22:39:54.635Z | Compiling atomic-waker v1.1.2 |
726 | 2024-12-20T22:39:54.948Z | Compiling tracing v0.1.40 |
727 | 2024-12-20T22:39:55.386Z | Compiling http-body v1.0.1 |
728 | 2024-12-20T22:39:55.673Z | Compiling uuid v1.11.0 |
729 | 2024-12-20T22:39:55.735Z | Compiling try-lock v0.2.5 |
730 | 2024-12-20T22:39:55.779Z | Compiling subtle v2.6.1 |
731 | 2024-12-20T22:39:55.861Z | Compiling chrono v0.4.38 |
732 | 2024-12-20T22:39:56.052Z | Compiling icu_locid_transform_data v1.5.0 |
733 | 2024-12-20T22:39:56.104Z | Compiling zeroize v1.8.1 |
734 | 2024-12-20T22:39:56.194Z | Compiling want v0.3.1 |
735 | 2024-12-20T22:39:56.439Z | Compiling synstructure v0.13.1 |
736 | 2024-12-20T22:39:56.464Z | Compiling serde_derive_internals v0.29.1 |
737 | 2024-12-20T22:39:56.611Z | Compiling icu_properties_data v1.5.0 |
738 | 2024-12-20T22:39:57.209Z | Compiling slog v2.7.0 |
739 | 2024-12-20T22:39:57.711Z | Compiling foreign-types-shared v0.1.1 |
740 | 2024-12-20T22:39:57.808Z | Compiling openssl v0.10.66 |
741 | 2024-12-20T22:39:57.832Z | Compiling httpdate v1.0.3 |
742 | 2024-12-20T22:39:57.931Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-20T22:39:58.276Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-20T22:39:58.571Z | Compiling utf8_iter v1.0.4 |
745 | 2024-12-20T22:39:58.776Z | Compiling rustls v0.23.19 |
746 | 2024-12-20T22:39:58.824Z | Compiling typenum v1.17.0 |
747 | 2024-12-20T22:39:59.094Z | Compiling write16 v1.0.0 |
748 | 2024-12-20T22:39:59.225Z | Compiling icu_normalizer_data v1.5.0 |
749 | 2024-12-20T22:39:59.376Z | Compiling utf16_iter v1.0.5 |
750 | 2024-12-20T22:39:59.539Z | Compiling percent-encoding v2.3.1 |
751 | 2024-12-20T22:39:59.767Z | Compiling tower-service v0.3.3 |
752 | 2024-12-20T22:39:59.895Z | Compiling regex-syntax v0.8.5 |
753 | 2024-12-20T22:39:59.986Z | Compiling bitflags v2.6.0 |
754 | 2024-12-20T22:40:00.347Z | Compiling native-tls v0.2.12 |
755 | 2024-12-20T22:40:00.552Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-20T22:40:00.843Z | Compiling generic-array v0.14.7 |
757 | 2024-12-20T22:40:01.056Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-20T22:40:02.080Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-20T22:40:02.423Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-20T22:40:02.585Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-20T22:40:02.786Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-20T22:40:03.155Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-20T22:40:04.565Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-20T22:40:05.886Z | Compiling tokio-macros v2.4.0 |
765 | 2024-12-20T22:40:05.915Z | Compiling yoke-derive v0.7.4 |
766 | 2024-12-20T22:40:06.197Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-20T22:40:06.760Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-20T22:40:06.999Z | Compiling displaydoc v0.2.5 |
769 | 2024-12-20T22:40:07.504Z | Compiling futures-macro v0.3.31 |
770 | 2024-12-20T22:40:07.535Z | Compiling tokio v1.40.0 |
771 | 2024-12-20T22:40:08.705Z | Compiling pest v2.7.14 |
772 | 2024-12-20T22:40:08.712Z | Compiling yoke v0.7.4 |
773 | 2024-12-20T22:40:09.085Z | Compiling zerovec v0.10.4 |
774 | 2024-12-20T22:40:09.106Z | Compiling icu_provider_macros v1.5.0 |
775 | 2024-12-20T22:40:09.166Z | Compiling hashbrown v0.14.5 |
776 | 2024-12-20T22:40:09.435Z | Compiling futures-util v0.3.31 |
777 | 2024-12-20T22:40:10.527Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-20T22:40:11.678Z | Compiling tinystr v0.7.6 |
779 | 2024-12-20T22:40:12.137Z | Compiling icu_locid v1.5.0 |
780 | 2024-12-20T22:40:12.146Z | Compiling pest_meta v2.7.14 |
781 | 2024-12-20T22:40:15.384Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-20T22:40:16.831Z | Compiling indexmap v2.6.0 |
783 | 2024-12-20T22:40:16.856Z | Compiling serde_tokenstream v0.2.2 |
784 | 2024-12-20T22:40:18.638Z | Compiling tokio-util v0.7.12 |
785 | 2024-12-20T22:40:19.289Z | Compiling icu_locid_transform v1.5.0 |
786 | 2024-12-20T22:40:19.791Z | Compiling h2 v0.4.6 |
787 | 2024-12-20T22:40:22.503Z | Compiling pest_generator v2.7.14 |
788 | 2024-12-20T22:40:23.036Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-20T22:40:24.317Z | Compiling regress v0.10.1 |
790 | 2024-12-20T22:40:25.366Z | Compiling hyper v1.5.0 |
791 | 2024-12-20T22:40:25.791Z | Compiling pest_derive v2.7.14 |
792 | 2024-12-20T22:40:26.687Z | Compiling icu_properties v1.5.1 |
793 | 2024-12-20T22:40:27.304Z | Compiling openssl-macros v0.1.1 |
794 | 2024-12-20T22:40:29.288Z | Compiling typify-impl v0.2.0 |
795 | 2024-12-20T22:40:33.088Z | Compiling icu_normalizer v1.5.0 |
796 | 2024-12-20T22:40:33.695Z | Compiling hyper-util v0.1.10 |
797 | 2024-12-20T22:40:37.551Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-20T22:40:37.703Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-20T22:40:38.823Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-20T22:40:39.536Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-20T22:40:40.024Z | Compiling usdt-impl v0.5.0 |
802 | 2024-12-20T22:40:40.417Z | Compiling encoding_rs v0.8.34 |
803 | 2024-12-20T22:40:41.050Z | Compiling num-conv v0.1.0 |
804 | 2024-12-20T22:40:41.294Z | Compiling time-core v0.1.2 |
805 | 2024-12-20T22:40:41.461Z | Compiling powerfmt v0.2.0 |
806 | 2024-12-20T22:40:41.630Z | Compiling typify-macro v0.2.0 |
807 | 2024-12-20T22:40:41.947Z | Compiling regex v1.11.1 |
808 | 2024-12-20T22:40:43.636Z | Compiling mime v0.3.17 |
809 | 2024-12-20T22:40:44.025Z | Compiling deranged v0.3.11 |
810 | 2024-12-20T22:40:45.436Z | Compiling time-macros v0.2.18 |
811 | 2024-12-20T22:40:45.479Z | Compiling scroll v0.12.0 |
812 | 2024-12-20T22:40:46.119Z | Compiling tokio-rustls v0.26.0 |
813 | 2024-12-20T22:40:46.530Z | Compiling tokio-native-tls v0.3.1 |
814 | 2024-12-20T22:40:46.870Z | Compiling idna v1.0.3 |
815 | 2024-12-20T22:40:51.270Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-20T22:40:52.728Z | Compiling dof v0.3.0 |
817 | 2024-12-20T22:40:53.073Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-12-20T22:40:53.670Z | Compiling thread-id v4.2.2 |
819 | 2024-12-20T22:40:53.770Z | Compiling webpki-roots v0.26.6 |
820 | 2024-12-20T22:40:53.970Z | Compiling rustls-pemfile v2.2.0 |
821 | 2024-12-20T22:40:54.440Z | Compiling base64 v0.22.1 |
822 | 2024-12-20T22:40:54.512Z | Compiling strsim v0.11.1 |
823 | 2024-12-20T22:40:55.348Z | Compiling num_threads v0.1.7 |
824 | 2024-12-20T22:40:55.746Z | Compiling ident_case v1.0.1 |
825 | 2024-12-20T22:40:55.941Z | Compiling crossbeam-utils v0.8.20 |
826 | 2024-12-20T22:40:56.377Z | Compiling plain v0.2.3 |
827 | 2024-12-20T22:40:56.826Z | Compiling omicron-workspace-hack v0.1.0 |
828 | 2024-12-20T22:40:56.999Z | Compiling time v0.3.36 |
829 | 2024-12-20T22:40:57.129Z | Compiling goblin v0.8.2 |
830 | 2024-12-20T22:40:57.470Z | Compiling darling_core v0.20.10 |
831 | 2024-12-20T22:41:03.758Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-20T22:41:06.321Z | Compiling url v2.5.3 |
833 | 2024-12-20T22:41:06.417Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-20T22:41:06.647Z | Compiling typify v0.2.0 |
835 | 2024-12-20T22:41:06.897Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-20T22:41:09.362Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-20T22:41:09.513Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-20T22:41:10.900Z | Compiling rustversion v1.0.17 |
839 | 2024-12-20T22:41:11.149Z | Compiling ipnet v2.10.1 |
840 | 2024-12-20T22:41:11.507Z | Compiling pretty-hex v0.4.1 |
841 | 2024-12-20T22:41:11.739Z | Compiling rustls v0.22.4 |
842 | 2024-12-20T22:41:12.054Z | Compiling paste v1.0.15 |
843 | 2024-12-20T22:41:12.190Z | Compiling unsafe-libyaml v0.2.11 |
844 | 2024-12-20T22:41:12.606Z | Compiling reqwest v0.12.9 |
845 | 2024-12-20T22:41:13.612Z | Compiling serde_yaml v0.9.34+deprecated |
846 | 2024-12-20T22:41:14.484Z | Compiling progenitor-impl v0.8.0 |
847 | 2024-12-20T22:41:17.392Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-20T22:41:17.649Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-20T22:41:20.555Z | Compiling crypto-common v0.1.6 |
850 | 2024-12-20T22:41:20.720Z | Compiling block-buffer v0.10.4 |
851 | 2024-12-20T22:41:20.767Z | Compiling toml_datetime v0.6.8 |
852 | 2024-12-20T22:41:20.950Z | Compiling serde_spanned v0.6.8 |
853 | 2024-12-20T22:41:21.186Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-20T22:41:21.336Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-20T22:41:21.456Z | Compiling rand_core v0.6.4 |
856 | 2024-12-20T22:41:22.049Z | Compiling thread_local v1.1.8 |
857 | 2024-12-20T22:41:22.100Z | Compiling multer v3.1.0 |
858 | 2024-12-20T22:41:22.132Z | Compiling newtype-uuid v1.1.3 |
859 | 2024-12-20T22:41:22.451Z | Compiling camino v1.1.9 |
860 | 2024-12-20T22:41:22.456Z | Compiling anyhow v1.0.93 |
861 | 2024-12-20T22:41:22.768Z | Compiling slog-async v2.8.0 |
862 | 2024-12-20T22:41:23.012Z | Compiling match_cfg v0.1.0 |
863 | 2024-12-20T22:41:23.023Z | Compiling winnow v0.6.20 |
864 | 2024-12-20T22:41:23.098Z | Compiling hostname v0.3.1 |
865 | 2024-12-20T22:41:23.469Z | Compiling rand_chacha v0.3.1 |
866 | 2024-12-20T22:41:24.058Z | Compiling structmeta v0.3.0 |
867 | 2024-12-20T22:41:24.429Z | Compiling progenitor-macro v0.8.0 |
868 | 2024-12-20T22:41:24.436Z | Compiling digest v0.10.7 |
869 | 2024-12-20T22:41:24.863Z | Compiling crossbeam-channel v0.5.13 |
870 | 2024-12-20T22:41:26.525Z | Compiling darling v0.20.10 |
871 | 2024-12-20T22:41:26.610Z | Compiling term v0.7.0 |
872 | 2024-12-20T22:41:26.629Z | Compiling progenitor-client v0.8.0 |
873 | 2024-12-20T22:41:27.586Z | Compiling toml_edit v0.22.22 |
874 | 2024-12-20T22:41:32.375Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-12-20T22:41:33.899Z | Compiling usdt-macro v0.5.0 |
876 | 2024-12-20T22:41:35.006Z | Compiling slog-json v2.6.1 |
877 | 2024-12-20T22:41:35.336Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-20T22:41:35.456Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-20T22:41:36.777Z | Compiling is-terminal v0.4.13 |
880 | 2024-12-20T22:41:37.015Z | Compiling memmap v0.7.0 |
881 | 2024-12-20T22:41:37.238Z | Compiling dropshot v0.13.0 |
882 | 2024-12-20T22:41:37.588Z | Compiling cpufeatures v0.2.14 |
883 | 2024-12-20T22:41:37.588Z | Compiling take_mut v0.2.2 |
884 | 2024-12-20T22:41:37.588Z | Compiling sha1 v0.10.6 |
885 | 2024-12-20T22:41:37.783Z | Compiling progenitor v0.8.0 |
886 | 2024-12-20T22:41:38.004Z | Compiling async-stream v0.3.6 |
887 | 2024-12-20T22:41:38.082Z | Compiling usdt v0.5.0 |
888 | 2024-12-20T22:41:38.314Z | Compiling slog-term v2.9.1 |
889 | 2024-12-20T22:41:39.629Z | Compiling futures v0.3.31 |
890 | 2024-12-20T22:41:39.824Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-12-20T22:41:40.159Z | Compiling tokio-rustls v0.25.0 |
892 | 2024-12-20T22:41:40.568Z | Compiling toml v0.8.19 |
893 | 2024-12-20T22:41:40.927Z | Compiling strum_macros v0.26.4 |
894 | 2024-12-20T22:41:45.353Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-20T22:41:45.505Z | Compiling parse-display-derive v0.10.0 |
896 | 2024-12-20T22:41:45.625Z | Compiling rand v0.8.5 |
897 | 2024-12-20T22:41:48.917Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-20T22:41:49.788Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-20T22:41:50.697Z | Compiling serde_path_to_error v0.1.16 |
900 | 2024-12-20T22:41:51.045Z | Compiling hex v0.4.3 |
901 | 2024-12-20T22:41:51.739Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-12-20T22:41:51.755Z | Compiling async-trait v0.1.83 |
903 | 2024-12-20T22:41:52.590Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-20T22:41:52.832Z | Compiling hostname v0.4.0 |
905 | 2024-12-20T22:41:53.082Z | Compiling instant v0.1.13 |
906 | 2024-12-20T22:41:53.240Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-20T22:41:53.381Z | Compiling backoff v0.4.0 |
908 | 2024-12-20T22:41:53.714Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-20T22:41:53.892Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-20T22:41:53.984Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
911 | 2024-12-20T22:41:54.148Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
912 | 2024-12-20T22:41:54.201Z | Compiling parse-display v0.10.0 |
913 | 2024-12-20T22:41:54.749Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
914 | 2024-12-20T22:41:56.414Z | Compiling strum v0.26.3 |
915 | 2024-12-20T22:41:56.594Z | Compiling serde_with v3.11.0 |
916 | 2024-12-20T22:41:57.194Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-20T22:41:58.011Z | Compiling regress v0.9.1 |
918 | 2024-12-20T22:41:59.138Z | Compiling macaddr v1.0.1 |
919 | 2024-12-20T22:42:03.086Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-20T22:42:14.586Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-20T22:42:24.604Z | Finished `release` profile [optimized] target(s) in 2m 38s |
922 | 2024-12-20T22:42:24.671Z | process exited: duration 238210 ms, exit code 0 |
|
923 | 2024-12-20T22:42:24.679Z | found 0 output files |