|
|
|
1 | 2025-01-09T01:07:51.167Z | job assigned to worker 01JH49KAC1RKC6JCGPP245VA48 [factory aws, i-071ce3a3fd2436756] (queued for 57 s) |
|
2 | 2025-01-09T01:07:59.566Z | starting task 0: "setup" |
3 | 2025-01-09T01:07:59.577Z | ++ uname -s |
4 | 2025-01-09T01:07:59.580Z | + kern=SunOS |
5 | 2025-01-09T01:07:59.580Z | + case "$kern" in |
6 | 2025-01-09T01:07:59.580Z | + groupadd -g 12345 build |
7 | 2025-01-09T01:07:59.583Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-09T01:08:01.589Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-09T01:08:01.668Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-09T01:08:01.671Z | + home_fs=zfs |
11 | 2025-01-09T01:08:01.671Z | + [[ zfs == autofs ]] |
12 | 2025-01-09T01:08:01.671Z | + mkdir -p /home/build |
13 | 2025-01-09T01:08:01.673Z | + chown build:build /home/build /work |
14 | 2025-01-09T01:08:03.675Z | + chmod 0700 /home/build /work |
15 | 2025-01-09T01:08:03.678Z | process exited: duration 4111 ms, exit code 0 |
|
16 | 2025-01-09T01:08:03.684Z | starting task 1: "rust-toolchain" |
17 | 2025-01-09T01:08:03.689Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-09T01:08:03.689Z | ' 1.81.0 |
19 | 2025-01-09T01:08:03.689Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-09T01:08:03.689Z | * toolchain channel = "1.81.0" |
21 | 2025-01-09T01:08:03.689Z | ' default |
22 | 2025-01-09T01:08:03.689Z | * toolchain profile = "default" |
23 | 2025-01-09T01:08:03.692Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-09T01:08:03.692Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-09T01:08:03.808Z | info: downloading installer |
26 | 2025-01-09T01:08:05.155Z | info: profile set to 'default' |
27 | 2025-01-09T01:08:05.155Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-09T01:08:05.158Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-09T01:08:05.287Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-09T01:08:05.287Z | info: downloading component 'cargo' |
31 | 2025-01-09T01:08:05.939Z | info: downloading component 'clippy' |
32 | 2025-01-09T01:08:06.180Z | info: downloading component 'rust-docs' |
33 | 2025-01-09T01:08:07.092Z | info: downloading component 'rust-std' |
34 | 2025-01-09T01:08:08.499Z | info: downloading component 'rustc' |
35 | 2025-01-09T01:08:13.534Z | info: downloading component 'rustfmt' |
36 | 2025-01-09T01:08:13.726Z | info: installing component 'cargo' |
37 | 2025-01-09T01:08:14.527Z | info: installing component 'clippy' |
38 | 2025-01-09T01:08:14.887Z | info: installing component 'rust-docs' |
39 | 2025-01-09T01:08:16.515Z | info: installing component 'rust-std' |
40 | 2025-01-09T01:08:18.236Z | info: installing component 'rustc' |
41 | 2025-01-09T01:08:23.976Z | info: installing component 'rustfmt' |
42 | 2025-01-09T01:08:24.297Z | |
43 | 2025-01-09T01:08:24.297Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2025-01-09T01:08:24.669Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-09T01:08:24.669Z | |
46 | 2025-01-09T01:08:24.672Z | |
47 | 2025-01-09T01:08:24.672Z | Rust is installed now. Great! |
48 | 2025-01-09T01:08:24.672Z | |
49 | 2025-01-09T01:08:24.672Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-09T01:08:24.672Z | environment variable. This has not been done automatically. |
51 | 2025-01-09T01:08:24.672Z | |
52 | 2025-01-09T01:08:24.672Z | To configure your current shell, you need to source |
53 | 2025-01-09T01:08:24.672Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-09T01:08:24.672Z | |
55 | 2025-01-09T01:08:24.672Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-09T01:08:24.672Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-09T01:08:24.672Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-09T01:08:24.748Z | + rustc --version |
59 | 2025-01-09T01:08:24.817Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-09T01:08:24.820Z | process exited: duration 21135 ms, exit code 0 |
|
61 | 2025-01-09T01:08:24.826Z | starting task 2: "authentication" |
62 | 2025-01-09T01:08:24.848Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2025-01-09T01:08:24.854Z | starting task 3: "clone repository" |
64 | 2025-01-09T01:08:24.859Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-09T01:08:24.862Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-09T01:08:24.902Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-09T01:08:31.701Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-09T01:08:31.702Z | + git fetch origin ca9a5006d388cf91c86766f47d1f66b83df08d14 |
69 | 2025-01-09T01:08:32.007Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-09T01:08:32.007Z | * branch ca9a5006d388cf91c86766f47d1f66b83df08d14 -> FETCH_HEAD |
71 | 2025-01-09T01:08:32.018Z | + [[ -n john/blueprint-id-map ]] |
72 | 2025-01-09T01:08:32.021Z | ++ git branch --show-current |
73 | 2025-01-09T01:08:32.024Z | + current=main |
74 | 2025-01-09T01:08:32.024Z | + [[ main != john/blueprint-id-map ]] |
75 | 2025-01-09T01:08:32.024Z | + git branch -f john/blueprint-id-map ca9a5006d388cf91c86766f47d1f66b83df08d14 |
76 | 2025-01-09T01:08:32.027Z | + git checkout -f john/blueprint-id-map |
77 | 2025-01-09T01:08:32.204Z | Switched to branch 'john/blueprint-id-map' |
78 | 2025-01-09T01:08:32.207Z | + git reset --hard ca9a5006d388cf91c86766f47d1f66b83df08d14 |
79 | 2025-01-09T01:08:32.228Z | HEAD is now at ca9a5006d fixup openapi schema |
80 | 2025-01-09T01:08:32.231Z | process exited: duration 7375 ms, exit code 0 |
|
81 | 2025-01-09T01:08:32.237Z | starting task 4: "build" |
82 | 2025-01-09T01:08:32.242Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-09T01:08:32.245Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-09T01:08:32.245Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-09T01:08:32.245Z | + cargo --version |
86 | 2025-01-09T01:08:32.301Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-09T01:08:32.304Z | + rustc --version |
88 | 2025-01-09T01:08:32.367Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-09T01:08:32.370Z | + cd /tmp |
90 | 2025-01-09T01:08:32.370Z | + cargo new --lib test-project |
91 | 2025-01-09T01:08:32.430Z | Creating library `test-project` package |
92 | 2025-01-09T01:08:32.508Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-09T01:08:32.510Z | + cd test-project |
94 | 2025-01-09T01:08:32.510Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-09T01:08:32.572Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-09T01:08:32.572Z | Features: |
97 | 2025-01-09T01:08:32.575Z | - proptest |
98 | 2025-01-09T01:08:32.575Z | - test-strategy |
99 | 2025-01-09T01:08:32.575Z | - testing |
100 | 2025-01-09T01:08:32.575Z | Updating crates.io index |
101 | 2025-01-09T01:08:32.672Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-09T01:08:33.163Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-09T01:08:33.689Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-09T01:08:34.179Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-09T01:08:34.565Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-09T01:08:35.930Z | Locking 334 packages to latest compatible versions |
107 | 2025-01-09T01:08:35.932Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2025-01-09T01:08:35.932Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
109 | 2025-01-09T01:08:35.932Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
110 | 2025-01-09T01:08:35.933Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2025-01-09T01:08:35.933Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2025-01-09T01:08:35.936Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
113 | 2025-01-09T01:08:35.936Z | Adding goblin v0.8.2 (latest: v0.9.3) |
114 | 2025-01-09T01:08:35.936Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
115 | 2025-01-09T01:08:35.936Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
116 | 2025-01-09T01:08:35.936Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2025-01-09T01:08:35.939Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
118 | 2025-01-09T01:08:35.939Z | Adding ipnetwork v0.20.0 (latest: v0.21.1) |
119 | 2025-01-09T01:08:35.939Z | Adding itertools v0.10.5 (latest: v0.14.0) |
120 | 2025-01-09T01:08:35.939Z | Adding linux-raw-sys v0.4.15 (latest: v0.7.0) |
121 | 2025-01-09T01:08:35.942Z | Adding progenitor v0.8.0 (latest: v0.9.1) |
122 | 2025-01-09T01:08:35.942Z | Adding progenitor-client v0.8.0 (latest: v0.9.1) |
123 | 2025-01-09T01:08:35.943Z | Adding progenitor-impl v0.8.0 (latest: v0.9.1) |
124 | 2025-01-09T01:08:35.943Z | Adding progenitor-macro v0.8.0 (latest: v0.9.1) |
125 | 2025-01-09T01:08:35.943Z | Adding redox_users v0.4.6 (latest: v0.5.0) |
126 | 2025-01-09T01:08:35.943Z | Adding regress v0.9.1 (latest: v0.10.1) |
127 | 2025-01-09T01:08:35.947Z | Adding rustls v0.22.4 (latest: v0.23.20) |
128 | 2025-01-09T01:08:35.950Z | Adding security-framework v2.11.1 (latest: v3.2.0) |
129 | 2025-01-09T01:08:35.953Z | Adding syn v1.0.109 (latest: v2.0.95) |
130 | 2025-01-09T01:08:35.953Z | Adding term v0.7.0 (latest: v1.0.1) |
131 | 2025-01-09T01:08:35.953Z | Adding thiserror v1.0.69 (latest: v2.0.10) |
132 | 2025-01-09T01:08:35.953Z | Adding thiserror-impl v1.0.69 (latest: v2.0.10) |
133 | 2025-01-09T01:08:35.953Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
134 | 2025-01-09T01:08:35.953Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
135 | 2025-01-09T01:08:35.956Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
136 | 2025-01-09T01:08:35.956Z | Adding typify v0.2.0 (latest: v0.3.0) |
137 | 2025-01-09T01:08:35.956Z | Adding typify-impl v0.2.0 (latest: v0.3.0) |
138 | 2025-01-09T01:08:35.956Z | Adding typify-macro v0.2.0 (latest: v0.3.0) |
139 | 2025-01-09T01:08:35.959Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
140 | 2025-01-09T01:08:35.959Z | Adding windows v0.52.0 (latest: v0.59.0) |
141 | 2025-01-09T01:08:35.960Z | Adding windows-core v0.52.0 (latest: v0.59.0) |
142 | 2025-01-09T01:08:35.960Z | Adding windows-registry v0.2.0 (latest: v0.4.0) |
143 | 2025-01-09T01:08:35.960Z | Adding windows-result v0.2.0 (latest: v0.3.0) |
144 | 2025-01-09T01:08:35.960Z | Adding windows-strings v0.1.0 (latest: v0.3.0) |
145 | 2025-01-09T01:08:35.960Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
146 | 2025-01-09T01:08:35.960Z | Adding windows-targets v0.52.6 (latest: v0.53.0) |
147 | 2025-01-09T01:08:35.960Z | Adding windows_aarch64_gnullvm v0.52.6 (latest: v0.53.0) |
148 | 2025-01-09T01:08:35.960Z | Adding windows_aarch64_msvc v0.52.6 (latest: v0.53.0) |
149 | 2025-01-09T01:08:35.960Z | Adding windows_i686_gnu v0.52.6 (latest: v0.53.0) |
150 | 2025-01-09T01:08:35.960Z | Adding windows_i686_gnullvm v0.52.6 (latest: v0.53.0) |
151 | 2025-01-09T01:08:35.960Z | Adding windows_i686_msvc v0.52.6 (latest: v0.53.0) |
152 | 2025-01-09T01:08:35.960Z | Adding windows_x86_64_gnu v0.52.6 (latest: v0.53.0) |
153 | 2025-01-09T01:08:35.960Z | Adding windows_x86_64_gnullvm v0.52.6 (latest: v0.53.0) |
154 | 2025-01-09T01:08:35.960Z | Adding windows_x86_64_msvc v0.52.6 (latest: v0.53.0) |
155 | 2025-01-09T01:08:35.960Z | Adding writeable v0.5.5 (latest: v0.6.0) |
156 | 2025-01-09T01:08:35.960Z | Adding zerocopy v0.7.35 (latest: v0.8.14) |
157 | 2025-01-09T01:08:35.960Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.14) |
158 | 2025-01-09T01:08:35.960Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
159 | 2025-01-09T01:08:35.960Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
160 | 2025-01-09T01:08:36.043Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
161 | 2025-01-09T01:08:36.045Z | + cargo check |
162 | 2025-01-09T01:08:36.215Z | Updating crates.io index |
163 | 2025-01-09T01:08:36.910Z | Locking 2 packages to latest compatible versions |
164 | 2025-01-09T01:08:40.035Z | Adding omicron-workspace-hack v0.1.0 |
165 | 2025-01-09T01:08:42.099Z | Adding test-project v0.1.0 (/tmp/test-project) |
166 | 2025-01-09T01:08:42.899Z | Downloading crates ... |
167 | 2025-01-09T01:08:43.011Z | Downloaded take_mut v0.2.2 |
168 | 2025-01-09T01:08:43.014Z | Downloaded ahash v0.8.11 |
169 | 2025-01-09T01:08:43.017Z | Downloaded usdt-macro v0.5.0 |
170 | 2025-01-09T01:08:43.023Z | Downloaded usdt-attr-macro v0.5.0 |
171 | 2025-01-09T01:08:43.026Z | Downloaded try-lock v0.2.5 |
172 | 2025-01-09T01:08:43.026Z | Downloaded tower-service v0.3.3 |
173 | 2025-01-09T01:08:43.028Z | Downloaded match_cfg v0.1.0 |
174 | 2025-01-09T01:08:43.028Z | Downloaded openssl-probe v0.1.5 |
175 | 2025-01-09T01:08:43.032Z | Downloaded thread_local v1.1.8 |
176 | 2025-01-09T01:08:43.035Z | Downloaded thread-id v4.2.2 |
177 | 2025-01-09T01:08:43.035Z | Downloaded time-core v0.1.2 |
178 | 2025-01-09T01:08:43.039Z | Downloaded thiserror-impl v1.0.69 |
179 | 2025-01-09T01:08:43.041Z | Downloaded atomic-waker v1.1.2 |
180 | 2025-01-09T01:08:43.041Z | Downloaded num-conv v0.1.0 |
181 | 2025-01-09T01:08:43.041Z | Downloaded write16 v1.0.0 |
182 | 2025-01-09T01:08:43.044Z | Downloaded omicron-workspace-hack v0.1.0 |
183 | 2025-01-09T01:08:43.044Z | Downloaded tinyvec_macros v0.1.1 |
184 | 2025-01-09T01:08:43.047Z | Downloaded async-stream-impl v0.3.6 |
185 | 2025-01-09T01:08:43.050Z | Downloaded openssl-macros v0.1.1 |
186 | 2025-01-09T01:08:43.052Z | Downloaded num_threads v0.1.7 |
187 | 2025-01-09T01:08:43.052Z | Downloaded async-stream v0.3.6 |
188 | 2025-01-09T01:08:43.055Z | Downloaded want v0.3.1 |
189 | 2025-01-09T01:08:43.055Z | Downloaded usdt v0.5.0 |
190 | 2025-01-09T01:08:43.058Z | Downloaded typify-macro v0.2.0 |
191 | 2025-01-09T01:08:43.058Z | Downloaded allocator-api2 v0.2.18 |
192 | 2025-01-09T01:08:43.060Z | Downloaded toml_datetime v0.6.8 |
193 | 2025-01-09T01:08:43.063Z | Downloaded thiserror v1.0.69 |
194 | 2025-01-09T01:08:43.066Z | Downloaded progenitor-client v0.8.0 |
195 | 2025-01-09T01:08:43.069Z | Downloaded pretty-hex v0.4.1 |
196 | 2025-01-09T01:08:43.069Z | Downloaded aho-corasick v1.1.3 |
197 | 2025-01-09T01:08:43.074Z | Downloaded async-trait v0.1.83 |
198 | 2025-01-09T01:08:43.078Z | Downloaded untrusted v0.9.0 |
199 | 2025-01-09T01:08:43.080Z | Downloaded anyhow v1.0.93 |
200 | 2025-01-09T01:08:43.083Z | Downloaded writeable v0.5.5 |
201 | 2025-01-09T01:08:43.086Z | Downloaded tokio-macros v2.4.0 |
202 | 2025-01-09T01:08:43.088Z | Downloaded tinystr v0.7.6 |
203 | 2025-01-09T01:08:43.088Z | Downloaded zerofrom v0.1.4 |
204 | 2025-01-09T01:08:43.091Z | Downloaded yoke-derive v0.7.4 |
205 | 2025-01-09T01:08:43.091Z | Downloaded waitgroup v0.1.2 |
206 | 2025-01-09T01:08:43.094Z | Downloaded paste v1.0.15 |
207 | 2025-01-09T01:08:43.096Z | Downloaded percent-encoding v2.3.1 |
208 | 2025-01-09T01:08:43.096Z | Downloaded hyper-rustls v0.27.3 |
209 | 2025-01-09T01:08:43.099Z | Downloaded http-body-util v0.1.2 |
210 | 2025-01-09T01:08:43.102Z | Downloaded zeroize v1.8.1 |
211 | 2025-01-09T01:08:43.104Z | Downloaded progenitor-macro v0.8.0 |
212 | 2025-01-09T01:08:43.107Z | Downloaded hex v0.4.3 |
213 | 2025-01-09T01:08:43.107Z | Downloaded zerovec-derive v0.10.3 |
214 | 2025-01-09T01:08:43.107Z | Downloaded powerfmt v0.2.0 |
215 | 2025-01-09T01:08:43.109Z | Downloaded plain v0.2.3 |
216 | 2025-01-09T01:08:43.110Z | Downloaded newtype-uuid v1.1.3 |
217 | 2025-01-09T01:08:43.110Z | Downloaded version_check v0.9.5 |
218 | 2025-01-09T01:08:43.114Z | Downloaded tokio-rustls v0.26.0 |
219 | 2025-01-09T01:08:43.114Z | Downloaded term v0.7.0 |
220 | 2025-01-09T01:08:43.117Z | Downloaded tokio-native-tls v0.3.1 |
221 | 2025-01-09T01:08:43.119Z | Downloaded http v1.1.0 |
222 | 2025-01-09T01:08:43.122Z | Downloaded pkg-config v0.3.31 |
223 | 2025-01-09T01:08:43.125Z | Downloaded parse-display v0.10.0 |
224 | 2025-01-09T01:08:43.125Z | Downloaded pin-utils v0.1.0 |
225 | 2025-01-09T01:08:43.128Z | Downloaded futures-util v0.3.31 |
226 | 2025-01-09T01:08:43.137Z | Downloaded quinn-udp v0.5.5 |
227 | 2025-01-09T01:08:43.141Z | Downloaded time-macros v0.2.18 |
228 | 2025-01-09T01:08:43.141Z | Downloaded hyper-tls v0.6.0 |
229 | 2025-01-09T01:08:43.144Z | Downloaded httpdate v1.0.3 |
230 | 2025-01-09T01:08:43.144Z | Downloaded hostname v0.3.1 |
231 | 2025-01-09T01:08:43.147Z | Downloaded heck v0.5.0 |
232 | 2025-01-09T01:08:43.147Z | Downloaded generic-array v0.14.7 |
233 | 2025-01-09T01:08:43.149Z | Downloaded parking_lot_core v0.9.10 |
234 | 2025-01-09T01:08:43.152Z | Downloaded icu_provider_macros v1.5.0 |
235 | 2025-01-09T01:08:43.153Z | Downloaded futures-channel v0.3.31 |
236 | 2025-01-09T01:08:43.156Z | Downloaded zerofrom-derive v0.1.4 |
237 | 2025-01-09T01:08:43.156Z | Downloaded futures-task v0.3.31 |
238 | 2025-01-09T01:08:43.156Z | Downloaded unicode-ident v1.0.13 |
239 | 2025-01-09T01:08:43.159Z | Downloaded getrandom v0.2.15 |
240 | 2025-01-09T01:08:43.161Z | Downloaded sync_wrapper v1.0.1 |
241 | 2025-01-09T01:08:43.164Z | Downloaded strum v0.26.3 |
242 | 2025-01-09T01:08:43.164Z | Downloaded block-buffer v0.10.4 |
243 | 2025-01-09T01:08:43.164Z | Downloaded futures-sink v0.3.31 |
244 | 2025-01-09T01:08:43.166Z | Downloaded futures-executor v0.3.31 |
245 | 2025-01-09T01:08:43.166Z | Downloaded futures-core v0.3.31 |
246 | 2025-01-09T01:08:43.169Z | Downloaded signal-hook-registry v1.4.2 |
247 | 2025-01-09T01:08:43.170Z | Downloaded rand_core v0.6.4 |
248 | 2025-01-09T01:08:43.173Z | Downloaded structmeta-derive v0.3.0 |
249 | 2025-01-09T01:08:43.173Z | Downloaded equivalent v1.0.1 |
250 | 2025-01-09T01:08:43.173Z | Downloaded slab v0.4.9 |
251 | 2025-01-09T01:08:43.175Z | Downloaded dtrace-parser v0.2.0 |
252 | 2025-01-09T01:08:43.175Z | Downloaded form_urlencoded v1.2.1 |
253 | 2025-01-09T01:08:43.175Z | Downloaded progenitor v0.8.0 |
254 | 2025-01-09T01:08:43.179Z | Downloaded futures-macro v0.3.31 |
255 | 2025-01-09T01:08:43.179Z | Downloaded foreign-types v0.3.2 |
256 | 2025-01-09T01:08:43.182Z | Downloaded pin-project-lite v0.2.14 |
257 | 2025-01-09T01:08:43.184Z | Downloaded slog-async v2.8.0 |
258 | 2025-01-09T01:08:43.187Z | Downloaded uuid v1.11.0 |
259 | 2025-01-09T01:08:43.190Z | Downloaded instant v0.1.13 |
260 | 2025-01-09T01:08:43.190Z | Downloaded darling_macro v0.20.10 |
261 | 2025-01-09T01:08:43.190Z | Downloaded pest_meta v2.7.14 |
262 | 2025-01-09T01:08:43.193Z | Downloaded once_cell v1.20.2 |
263 | 2025-01-09T01:08:43.195Z | Downloaded icu_locid_transform v1.5.0 |
264 | 2025-01-09T01:08:43.197Z | Downloaded dirs-next v2.0.0 |
265 | 2025-01-09T01:08:43.200Z | Downloaded parking_lot v0.12.3 |
266 | 2025-01-09T01:08:43.202Z | Downloaded unsafe-libyaml v0.2.11 |
267 | 2025-01-09T01:08:43.205Z | Downloaded num-traits v0.2.19 |
268 | 2025-01-09T01:08:43.207Z | Downloaded quote v1.0.37 |
269 | 2025-01-09T01:08:43.210Z | Downloaded slog-bunyan v2.5.0 |
270 | 2025-01-09T01:08:43.210Z | Downloaded ucd-trie v0.1.7 |
271 | 2025-01-09T01:08:43.213Z | Downloaded rustls-pemfile v2.2.0 |
272 | 2025-01-09T01:08:43.213Z | Downloaded idna_adapter v1.2.0 |
273 | 2025-01-09T01:08:43.216Z | Downloaded deranged v0.3.11 |
274 | 2025-01-09T01:08:43.216Z | Downloaded debug-ignore v1.0.5 |
275 | 2025-01-09T01:08:43.218Z | Downloaded dirs-sys-next v0.1.2 |
276 | 2025-01-09T01:08:43.218Z | Downloaded cfg-if v1.0.0 |
277 | 2025-01-09T01:08:43.221Z | Downloaded either v1.13.0 |
278 | 2025-01-09T01:08:43.221Z | Downloaded cpufeatures v0.2.14 |
279 | 2025-01-09T01:08:43.224Z | Downloaded dyn-clone v1.0.17 |
280 | 2025-01-09T01:08:43.224Z | Downloaded autocfg v1.4.0 |
281 | 2025-01-09T01:08:43.227Z | Downloaded tracing-core v0.1.32 |
282 | 2025-01-09T01:08:43.227Z | Downloaded rustversion v1.0.17 |
283 | 2025-01-09T01:08:43.230Z | Downloaded iana-time-zone v0.1.61 |
284 | 2025-01-09T01:08:43.232Z | Downloaded progenitor-impl v0.8.0 |
285 | 2025-01-09T01:08:43.235Z | Downloaded openssl-sys v0.9.103 |
286 | 2025-01-09T01:08:43.238Z | Downloaded scroll_derive v0.12.0 |
287 | 2025-01-09T01:08:43.241Z | Downloaded digest v0.10.7 |
288 | 2025-01-09T01:08:43.241Z | Downloaded scopeguard v1.2.0 |
289 | 2025-01-09T01:08:43.244Z | Downloaded tinyvec v1.8.0 |
290 | 2025-01-09T01:08:43.247Z | Downloaded proc-macro2 v1.0.89 |
291 | 2025-01-09T01:08:43.250Z | Downloaded serde_tokenstream v0.2.2 |
292 | 2025-01-09T01:08:43.250Z | Downloaded subtle v2.6.1 |
293 | 2025-01-09T01:08:43.250Z | Downloaded sha2 v0.10.8 |
294 | 2025-01-09T01:08:43.253Z | Downloaded macaddr v1.0.1 |
295 | 2025-01-09T01:08:43.256Z | Downloaded itoa v1.0.11 |
296 | 2025-01-09T01:08:43.256Z | Downloaded slog-term v2.9.1 |
297 | 2025-01-09T01:08:43.258Z | Downloaded scroll v0.12.0 |
298 | 2025-01-09T01:08:43.261Z | Downloaded slog v2.7.0 |
299 | 2025-01-09T01:08:43.264Z | Downloaded is-terminal v0.4.13 |
300 | 2025-01-09T01:08:43.264Z | Downloaded rustc-hash v2.0.0 |
301 | 2025-01-09T01:08:43.264Z | Downloaded litemap v0.7.3 |
302 | 2025-01-09T01:08:43.266Z | Downloaded ipnetwork v0.20.0 |
303 | 2025-01-09T01:08:43.269Z | Downloaded tracing v0.1.40 |
304 | 2025-01-09T01:08:43.271Z | Downloaded semver v1.0.23 |
305 | 2025-01-09T01:08:43.274Z | Downloaded darling v0.20.10 |
306 | 2025-01-09T01:08:43.277Z | Downloaded camino v1.1.9 |
307 | 2025-01-09T01:08:43.279Z | Downloaded spin v0.9.8 |
308 | 2025-01-09T01:08:43.282Z | Downloaded serde_path_to_error v0.1.16 |
309 | 2025-01-09T01:08:43.285Z | Downloaded smallvec v1.13.2 |
310 | 2025-01-09T01:08:43.287Z | Downloaded pest_derive v2.7.14 |
311 | 2025-01-09T01:08:43.290Z | Downloaded serde_urlencoded v0.7.1 |
312 | 2025-01-09T01:08:43.290Z | Downloaded rustls-pki-types v1.10.0 |
313 | 2025-01-09T01:08:43.293Z | Downloaded socket2 v0.5.7 |
314 | 2025-01-09T01:08:43.296Z | Downloaded quinn v0.11.5 |
315 | 2025-01-09T01:08:43.298Z | Downloaded memmap v0.7.0 |
316 | 2025-01-09T01:08:43.298Z | Downloaded serde_derive_internals v0.29.1 |
317 | 2025-01-09T01:08:43.300Z | Downloaded lock_api v0.4.12 |
318 | 2025-01-09T01:08:43.301Z | Downloaded indexmap v1.9.3 |
319 | 2025-01-09T01:08:43.304Z | Downloaded futures v0.3.31 |
320 | 2025-01-09T01:08:43.308Z | Downloaded memchr v2.7.4 |
321 | 2025-01-09T01:08:43.313Z | Downloaded ryu v1.0.18 |
322 | 2025-01-09T01:08:43.316Z | Downloaded icu_locid_transform_data v1.5.0 |
323 | 2025-01-09T01:08:43.319Z | Downloaded serde_derive v1.0.215 |
324 | 2025-01-09T01:08:43.321Z | Downloaded toml_edit v0.22.22 |
325 | 2025-01-09T01:08:43.341Z | Downloaded serde_with_macros v3.11.0 |
326 | 2025-01-09T01:08:43.344Z | Downloaded crossbeam-utils v0.8.20 |
327 | 2025-01-09T01:08:43.346Z | Downloaded bytes v1.8.0 |
328 | 2025-01-09T01:08:43.349Z | Downloaded strum_macros v0.26.4 |
329 | 2025-01-09T01:08:43.352Z | Downloaded icu_provider v1.5.0 |
330 | 2025-01-09T01:08:43.356Z | Downloaded serde v1.0.215 |
331 | 2025-01-09T01:08:43.359Z | Downloaded log v0.4.22 |
332 | 2025-01-09T01:08:43.359Z | Downloaded icu_normalizer v1.5.0 |
333 | 2025-01-09T01:08:43.362Z | Downloaded base64 v0.22.1 |
334 | 2025-01-09T01:08:43.366Z | Downloaded mio v1.0.2 |
335 | 2025-01-09T01:08:43.371Z | Downloaded time v0.3.36 |
336 | 2025-01-09T01:08:43.378Z | Downloaded serde_yaml v0.9.34+deprecated |
337 | 2025-01-09T01:08:43.381Z | Downloaded rand v0.8.5 |
338 | 2025-01-09T01:08:43.384Z | Downloaded darling_core v0.20.10 |
339 | 2025-01-09T01:08:43.389Z | Downloaded cc v1.1.30 |
340 | 2025-01-09T01:08:43.392Z | Downloaded tokio-util v0.7.12 |
341 | 2025-01-09T01:08:43.398Z | Downloaded indexmap v2.6.0 |
342 | 2025-01-09T01:08:43.402Z | Downloaded crossbeam-channel v0.5.13 |
343 | 2025-01-09T01:08:43.407Z | Downloaded hashbrown v0.15.1 |
344 | 2025-01-09T01:08:43.411Z | Downloaded zerocopy v0.7.35 |
345 | 2025-01-09T01:08:43.426Z | Downloaded serde_json v1.0.133 |
346 | 2025-01-09T01:08:43.433Z | Downloaded winnow v0.6.20 |
347 | 2025-01-09T01:08:43.441Z | Downloaded serde_with v3.11.0 |
348 | 2025-01-09T01:08:43.448Z | Downloaded goblin v0.8.2 |
349 | 2025-01-09T01:08:43.454Z | Downloaded itertools v0.10.5 |
350 | 2025-01-09T01:08:43.459Z | Downloaded quinn-proto v0.11.8 |
351 | 2025-01-09T01:08:43.466Z | Downloaded idna v1.0.3 |
352 | 2025-01-09T01:08:43.469Z | Downloaded reqwest v0.12.9 |
353 | 2025-01-09T01:08:43.477Z | Downloaded rustls-webpki v0.102.8 |
354 | 2025-01-09T01:08:43.494Z | Downloaded vcpkg v0.2.15 |
355 | 2025-01-09T01:08:43.530Z | Downloaded syn v1.0.109 |
356 | 2025-01-09T01:08:43.539Z | Downloaded openssl v0.10.66 |
357 | 2025-01-09T01:08:43.548Z | Downloaded chrono v0.4.38 |
358 | 2025-01-09T01:08:43.555Z | Downloaded syn v2.0.87 |
359 | 2025-01-09T01:08:43.565Z | Downloaded regex v1.11.1 |
360 | 2025-01-09T01:08:43.577Z | Downloaded webpki-roots v0.26.6 |
361 | 2025-01-09T01:08:43.580Z | Downloaded icu_properties_data v1.5.0 |
362 | 2025-01-09T01:08:43.589Z | Downloaded regress v0.10.1 |
363 | 2025-01-09T01:08:43.597Z | Downloaded rustls v0.23.19 |
364 | 2025-01-09T01:08:43.608Z | Downloaded openapiv3 v2.0.0 |
365 | 2025-01-09T01:08:43.618Z | Downloaded rustls v0.22.4 |
366 | 2025-01-09T01:08:43.630Z | Downloaded regress v0.9.1 |
367 | 2025-01-09T01:08:43.637Z | Downloaded regex-syntax v0.8.5 |
368 | 2025-01-09T01:08:43.644Z | Downloaded dropshot v0.13.0 |
369 | 2025-01-09T01:08:43.663Z | Downloaded typify-impl v0.2.0 |
370 | 2025-01-09T01:08:43.675Z | Downloaded hyper v1.5.0 |
371 | 2025-01-09T01:08:43.681Z | Downloaded h2 v0.4.6 |
372 | 2025-01-09T01:08:43.687Z | Downloaded hashbrown v0.14.5 |
373 | 2025-01-09T01:08:43.692Z | Downloaded hashbrown v0.12.3 |
374 | 2025-01-09T01:08:43.696Z | Downloaded pest v2.7.14 |
375 | 2025-01-09T01:08:43.700Z | Downloaded icu_properties v1.5.1 |
376 | 2025-01-09T01:08:43.703Z | Downloaded icu_collections v1.5.0 |
377 | 2025-01-09T01:08:43.707Z | Downloaded hyper-util v0.1.10 |
378 | 2025-01-09T01:08:43.711Z | Downloaded zerovec v0.10.4 |
379 | 2025-01-09T01:08:43.717Z | Downloaded dropshot_endpoint v0.13.0 |
380 | 2025-01-09T01:08:43.719Z | Downloaded regex-automata v0.4.8 |
381 | 2025-01-09T01:08:43.734Z | Downloaded schemars v0.8.21 |
382 | 2025-01-09T01:08:43.744Z | Downloaded bitflags v2.6.0 |
383 | 2025-01-09T01:08:43.748Z | Downloaded url v2.5.3 |
384 | 2025-01-09T01:08:43.751Z | Downloaded icu_normalizer_data v1.5.0 |
385 | 2025-01-09T01:08:43.754Z | Downloaded slog-json v2.6.1 |
386 | 2025-01-09T01:08:43.754Z | Downloaded ipnet v2.10.1 |
387 | 2025-01-09T01:08:43.756Z | Downloaded icu_locid v1.5.0 |
388 | 2025-01-09T01:08:43.760Z | Downloaded backoff v0.4.0 |
389 | 2025-01-09T01:08:43.762Z | Downloaded structmeta v0.3.0 |
390 | 2025-01-09T01:08:43.762Z | Downloaded strsim v0.11.1 |
391 | 2025-01-09T01:08:43.765Z | Downloaded schemars_derive v0.8.21 |
392 | 2025-01-09T01:08:43.765Z | Downloaded fnv v1.0.7 |
393 | 2025-01-09T01:08:43.768Z | Downloaded rand_chacha v0.3.1 |
394 | 2025-01-09T01:08:43.768Z | Downloaded serde_spanned v0.6.8 |
395 | 2025-01-09T01:08:43.768Z | Downloaded synstructure v0.13.1 |
396 | 2025-01-09T01:08:43.770Z | Downloaded tokio v1.40.0 |
397 | 2025-01-09T01:08:43.803Z | Downloaded libc v0.2.162 |
398 | 2025-01-09T01:08:43.831Z | Downloaded byteorder v1.5.0 |
399 | 2025-01-09T01:08:43.834Z | Downloaded dof v0.3.0 |
400 | 2025-01-09T01:08:43.834Z | Downloaded displaydoc v0.2.5 |
401 | 2025-01-09T01:08:43.837Z | Downloaded crypto-common v0.1.6 |
402 | 2025-01-09T01:08:43.837Z | Downloaded stable_deref_trait v1.2.0 |
403 | 2025-01-09T01:08:43.838Z | Downloaded multer v3.1.0 |
404 | 2025-01-09T01:08:43.842Z | Downloaded typenum v1.17.0 |
405 | 2025-01-09T01:08:43.842Z | Downloaded toml v0.8.19 |
406 | 2025-01-09T01:08:43.845Z | Downloaded shlex v1.3.0 |
407 | 2025-01-09T01:08:43.848Z | Downloaded sha1 v0.10.6 |
408 | 2025-01-09T01:08:43.848Z | Downloaded ppv-lite86 v0.2.20 |
409 | 2025-01-09T01:08:43.851Z | Downloaded native-tls v0.2.12 |
410 | 2025-01-09T01:08:43.851Z | Downloaded pest_generator v2.7.14 |
411 | 2025-01-09T01:08:43.855Z | Downloaded mime v0.3.17 |
412 | 2025-01-09T01:08:43.855Z | Downloaded zerocopy-derive v0.7.35 |
413 | 2025-01-09T01:08:43.858Z | Downloaded yoke v0.7.4 |
414 | 2025-01-09T01:08:43.858Z | Downloaded utf16_iter v1.0.5 |
415 | 2025-01-09T01:08:43.860Z | Downloaded usdt-impl v0.5.0 |
416 | 2025-01-09T01:08:43.861Z | Downloaded typify v0.2.0 |
417 | 2025-01-09T01:08:43.864Z | Downloaded tokio-rustls v0.25.0 |
418 | 2025-01-09T01:08:43.864Z | Downloaded ident_case v1.0.1 |
419 | 2025-01-09T01:08:43.866Z | Downloaded http-body v1.0.1 |
420 | 2025-01-09T01:08:43.866Z | Downloaded foreign-types-shared v0.1.1 |
421 | 2025-01-09T01:08:43.866Z | Downloaded httparse v1.9.5 |
422 | 2025-01-09T01:08:43.869Z | Downloaded futures-io v0.3.31 |
423 | 2025-01-09T01:08:43.870Z | Downloaded utf8_iter v1.0.4 |
424 | 2025-01-09T01:08:43.870Z | Downloaded hostname v0.4.0 |
425 | 2025-01-09T01:08:43.872Z | Downloaded parse-display-derive v0.10.0 |
426 | 2025-01-09T01:08:43.884Z | Downloaded encoding_rs v0.8.34 |
427 | 2025-01-09T01:08:44.041Z | Downloaded ring v0.17.8 |
428 | 2025-01-09T01:08:44.371Z | Compiling proc-macro2 v1.0.89 |
429 | 2025-01-09T01:08:44.371Z | Compiling unicode-ident v1.0.13 |
430 | 2025-01-09T01:08:44.372Z | Compiling libc v0.2.162 |
431 | 2025-01-09T01:08:44.372Z | Checking cfg-if v1.0.0 |
432 | 2025-01-09T01:08:44.374Z | Compiling autocfg v1.4.0 |
433 | 2025-01-09T01:08:44.374Z | Compiling serde v1.0.215 |
434 | 2025-01-09T01:08:44.374Z | Compiling version_check v0.9.5 |
435 | 2025-01-09T01:08:44.397Z | Checking memchr v2.7.4 |
436 | 2025-01-09T01:08:44.514Z | Checking itoa v1.0.11 |
437 | 2025-01-09T01:08:44.582Z | Compiling serde_json v1.0.133 |
438 | 2025-01-09T01:08:45.039Z | Compiling thiserror v1.0.69 |
439 | 2025-01-09T01:08:45.203Z | Checking once_cell v1.20.2 |
440 | 2025-01-09T01:08:45.320Z | Compiling shlex v1.3.0 |
441 | 2025-01-09T01:08:45.473Z | Compiling num-traits v0.2.19 |
442 | 2025-01-09T01:08:45.562Z | Checking pin-project-lite v0.2.14 |
443 | 2025-01-09T01:08:45.689Z | Compiling cc v1.1.30 |
444 | 2025-01-09T01:08:45.907Z | Checking smallvec v1.13.2 |
445 | 2025-01-09T01:08:46.022Z | Checking ryu v1.0.18 |
446 | 2025-01-09T01:08:46.040Z | Checking bytes v1.8.0 |
447 | 2025-01-09T01:08:46.157Z | Checking futures-core v0.3.31 |
448 | 2025-01-09T01:08:46.246Z | Checking getrandom v0.2.15 |
449 | 2025-01-09T01:08:46.267Z | Compiling lock_api v0.4.12 |
450 | 2025-01-09T01:08:46.270Z | Compiling parking_lot_core v0.9.10 |
451 | 2025-01-09T01:08:46.399Z | Compiling byteorder v1.5.0 |
452 | 2025-01-09T01:08:46.483Z | Compiling schemars v0.8.21 |
453 | 2025-01-09T01:08:46.640Z | Compiling quote v1.0.37 |
454 | 2025-01-09T01:08:46.774Z | Compiling ahash v0.8.11 |
455 | 2025-01-09T01:08:46.842Z | Checking scopeguard v1.2.0 |
456 | 2025-01-09T01:08:46.923Z | Compiling slab v0.4.9 |
457 | 2025-01-09T01:08:47.146Z | Compiling syn v2.0.87 |
458 | 2025-01-09T01:08:47.254Z | Checking log v0.4.22 |
459 | 2025-01-09T01:08:47.272Z | Checking futures-sink v0.3.31 |
460 | 2025-01-09T01:08:47.292Z | Checking signal-hook-registry v1.4.2 |
461 | 2025-01-09T01:08:47.330Z | Checking socket2 v0.5.7 |
462 | 2025-01-09T01:08:47.398Z | Checking parking_lot v0.12.3 |
463 | 2025-01-09T01:08:47.418Z | Checking mio v1.0.2 |
464 | 2025-01-09T01:08:47.436Z | Checking stable_deref_trait v1.2.0 |
465 | 2025-01-09T01:08:47.540Z | Checking equivalent v1.0.1 |
466 | 2025-01-09T01:08:47.543Z | Checking hashbrown v0.15.1 |
467 | 2025-01-09T01:08:47.647Z | Checking fnv v1.0.7 |
468 | 2025-01-09T01:08:47.738Z | Compiling semver v1.0.23 |
469 | 2025-01-09T01:08:47.771Z | Checking http v1.1.0 |
470 | 2025-01-09T01:08:47.798Z | Checking futures-channel v0.3.31 |
471 | 2025-01-09T01:08:47.817Z | Checking pin-utils v0.1.0 |
472 | 2025-01-09T01:08:47.908Z | Checking futures-io v0.3.31 |
473 | 2025-01-09T01:08:47.994Z | Checking futures-task v0.3.31 |
474 | 2025-01-09T01:08:48.141Z | Checking iana-time-zone v0.1.61 |
475 | 2025-01-09T01:08:48.235Z | Checking spin v0.9.8 |
476 | 2025-01-09T01:08:48.282Z | Compiling heck v0.5.0 |
477 | 2025-01-09T01:08:48.315Z | Compiling pkg-config v0.3.31 |
478 | 2025-01-09T01:08:48.446Z | Checking rustls-pki-types v1.10.0 |
479 | 2025-01-09T01:08:48.635Z | Compiling vcpkg v0.2.15 |
480 | 2025-01-09T01:08:48.762Z | Compiling ring v0.17.8 |
481 | 2025-01-09T01:08:48.838Z | Checking litemap v0.7.3 |
482 | 2025-01-09T01:08:49.054Z | Checking dyn-clone v1.0.17 |
483 | 2025-01-09T01:08:49.188Z | Compiling ucd-trie v0.1.7 |
484 | 2025-01-09T01:08:49.206Z | Checking untrusted v0.9.0 |
485 | 2025-01-09T01:08:49.209Z | Checking writeable v0.5.5 |
486 | 2025-01-09T01:08:49.387Z | Compiling httparse v1.9.5 |
487 | 2025-01-09T01:08:49.586Z | Checking tracing-core v0.1.32 |
488 | 2025-01-09T01:08:49.666Z | Compiling allocator-api2 v0.2.18 |
489 | 2025-01-09T01:08:49.846Z | Checking atomic-waker v1.1.2 |
490 | 2025-01-09T01:08:50.260Z | Compiling openssl-sys v0.9.103 |
491 | 2025-01-09T01:08:50.279Z | Checking tracing v0.1.40 |
492 | 2025-01-09T01:08:50.459Z | Checking http-body v1.0.1 |
493 | 2025-01-09T01:08:50.522Z | Checking zeroize v1.8.1 |
494 | 2025-01-09T01:08:50.621Z | Checking subtle v2.6.1 |
495 | 2025-01-09T01:08:50.650Z | Checking try-lock v0.2.5 |
496 | 2025-01-09T01:08:50.729Z | Checking icu_locid_transform_data v1.5.0 |
497 | 2025-01-09T01:08:50.776Z | Compiling uuid v1.11.0 |
498 | 2025-01-09T01:08:50.832Z | Checking want v0.3.1 |
499 | 2025-01-09T01:08:50.882Z | Compiling slog v2.7.0 |
500 | 2025-01-09T01:08:51.195Z | Compiling chrono v0.4.38 |
501 | 2025-01-09T01:08:51.284Z | Checking foreign-types-shared v0.1.1 |
502 | 2025-01-09T01:08:51.326Z | Checking httpdate v1.0.3 |
503 | 2025-01-09T01:08:51.347Z | Checking icu_properties_data v1.5.0 |
504 | 2025-01-09T01:08:51.366Z | Compiling openssl v0.10.66 |
505 | 2025-01-09T01:08:51.370Z | Checking foreign-types v0.3.2 |
506 | 2025-01-09T01:08:51.528Z | Compiling aho-corasick v1.1.3 |
507 | 2025-01-09T01:08:51.546Z | Compiling regex-syntax v0.8.5 |
508 | 2025-01-09T01:08:51.741Z | Compiling typenum v1.17.0 |
509 | 2025-01-09T01:08:52.565Z | Checking write16 v1.0.0 |
510 | 2025-01-09T01:08:52.665Z | Checking utf8_iter v1.0.4 |
511 | 2025-01-09T01:08:52.815Z | Checking percent-encoding v2.3.1 |
512 | 2025-01-09T01:08:52.834Z | Compiling rustls v0.23.19 |
513 | 2025-01-09T01:08:53.012Z | Checking tower-service v0.3.3 |
514 | 2025-01-09T01:08:53.142Z | Checking bitflags v2.6.0 |
515 | 2025-01-09T01:08:53.161Z | Checking utf16_iter v1.0.5 |
516 | 2025-01-09T01:08:53.321Z | Checking icu_normalizer_data v1.5.0 |
517 | 2025-01-09T01:08:53.417Z | Compiling native-tls v0.2.12 |
518 | 2025-01-09T01:08:53.746Z | Checking form_urlencoded v1.2.1 |
519 | 2025-01-09T01:08:54.020Z | Compiling generic-array v0.14.7 |
520 | 2025-01-09T01:08:54.434Z | Compiling serde_derive_internals v0.29.1 |
521 | 2025-01-09T01:08:54.488Z | Compiling synstructure v0.13.1 |
522 | 2025-01-09T01:08:55.677Z | Compiling regex-automata v0.4.8 |
523 | 2025-01-09T01:08:55.919Z | Checking openssl-probe v0.1.5 |
524 | 2025-01-09T01:08:56.710Z | Compiling usdt-impl v0.5.0 |
525 | 2025-01-09T01:08:56.891Z | Checking encoding_rs v0.8.34 |
526 | 2025-01-09T01:08:57.088Z | Compiling num-conv v0.1.0 |
527 | 2025-01-09T01:08:57.349Z | Compiling time-core v0.1.2 |
528 | 2025-01-09T01:08:57.454Z | Checking powerfmt v0.2.0 |
529 | 2025-01-09T01:08:57.512Z | Checking mime v0.3.17 |
530 | 2025-01-09T01:08:57.731Z | Checking deranged v0.3.11 |
531 | 2025-01-09T01:08:57.858Z | Compiling time-macros v0.2.18 |
532 | 2025-01-09T01:08:58.330Z | Checking rustls-webpki v0.102.8 |
533 | 2025-01-09T01:08:59.255Z | Compiling thread-id v4.2.2 |
534 | 2025-01-09T01:08:59.322Z | Checking rustls-pemfile v2.2.0 |
535 | 2025-01-09T01:08:59.372Z | Checking webpki-roots v0.26.6 |
536 | 2025-01-09T01:08:59.586Z | Compiling syn v1.0.109 |
537 | 2025-01-09T01:08:59.596Z | Compiling strsim v0.11.1 |
538 | 2025-01-09T01:08:59.725Z | Compiling regex v1.11.1 |
539 | 2025-01-09T01:09:00.143Z | Compiling serde_derive v1.0.215 |
540 | 2025-01-09T01:09:00.163Z | Compiling zerocopy-derive v0.7.35 |
541 | 2025-01-09T01:09:00.345Z | Compiling thiserror-impl v1.0.69 |
542 | 2025-01-09T01:09:00.517Z | Compiling schemars_derive v0.8.21 |
543 | 2025-01-09T01:09:00.710Z | Compiling zerofrom-derive v0.1.4 |
544 | 2025-01-09T01:09:00.818Z | Compiling tokio-macros v2.4.0 |
545 | 2025-01-09T01:09:02.326Z | Compiling zerocopy v0.7.35 |
546 | 2025-01-09T01:09:03.428Z | Compiling yoke-derive v0.7.4 |
547 | 2025-01-09T01:09:03.566Z | Checking tokio v1.40.0 |
548 | 2025-01-09T01:09:03.569Z | Compiling zerovec-derive v0.10.3 |
549 | 2025-01-09T01:09:03.866Z | Compiling futures-macro v0.3.31 |
550 | 2025-01-09T01:09:03.975Z | Compiling displaydoc v0.2.5 |
551 | 2025-01-09T01:09:04.360Z | Checking zerofrom v0.1.4 |
552 | 2025-01-09T01:09:04.591Z | Compiling pest v2.7.14 |
553 | 2025-01-09T01:09:04.784Z | Compiling icu_provider_macros v1.5.0 |
554 | 2025-01-09T01:09:05.562Z | Compiling hashbrown v0.14.5 |
555 | 2025-01-09T01:09:05.744Z | Checking futures-util v0.3.31 |
556 | 2025-01-09T01:09:06.078Z | Compiling openssl-macros v0.1.1 |
557 | 2025-01-09T01:09:06.108Z | Checking yoke v0.7.4 |
558 | 2025-01-09T01:09:06.452Z | Checking zerovec v0.10.4 |
559 | 2025-01-09T01:09:06.862Z | Compiling regress v0.10.1 |
560 | 2025-01-09T01:09:07.545Z | Compiling pest_meta v2.7.14 |
561 | 2025-01-09T01:09:07.577Z | Compiling scroll_derive v0.12.0 |
562 | 2025-01-09T01:09:09.072Z | Checking tinystr v0.7.6 |
563 | 2025-01-09T01:09:09.485Z | Checking icu_locid v1.5.0 |
564 | 2025-01-09T01:09:10.525Z | Checking icu_provider v1.5.0 |
565 | 2025-01-09T01:09:10.865Z | Checking tokio-util v0.7.12 |
566 | 2025-01-09T01:09:10.987Z | Compiling pest_generator v2.7.14 |
567 | 2025-01-09T01:09:11.209Z | Checking icu_locid_transform v1.5.0 |
568 | 2025-01-09T01:09:11.711Z | Checking icu_collections v1.5.0 |
569 | 2025-01-09T01:09:11.730Z | Checking http-body-util v0.1.2 |
570 | 2025-01-09T01:09:11.856Z | Checking tokio-rustls v0.26.0 |
571 | 2025-01-09T01:09:12.157Z | Checking scroll v0.12.0 |
572 | 2025-01-09T01:09:12.399Z | Checking icu_properties v1.5.1 |
573 | 2025-01-09T01:09:12.751Z | Compiling pest_derive v2.7.14 |
574 | 2025-01-09T01:09:12.797Z | Checking tokio-native-tls v0.3.1 |
575 | 2025-01-09T01:09:13.031Z | Checking indexmap v2.6.0 |
576 | 2025-01-09T01:09:14.463Z | Compiling serde_tokenstream v0.2.2 |
577 | 2025-01-09T01:09:14.529Z | Checking h2 v0.4.6 |
578 | 2025-01-09T01:09:15.581Z | Compiling dtrace-parser v0.2.0 |
579 | 2025-01-09T01:09:15.709Z | Checking serde_urlencoded v0.7.1 |
580 | 2025-01-09T01:09:15.729Z | Checking icu_normalizer v1.5.0 |
581 | 2025-01-09T01:09:15.938Z | Checking base64 v0.22.1 |
582 | 2025-01-09T01:09:16.449Z | Compiling dof v0.3.0 |
583 | 2025-01-09T01:09:16.551Z | Checking idna_adapter v1.2.0 |
584 | 2025-01-09T01:09:16.572Z | Checking num_threads v0.1.7 |
585 | 2025-01-09T01:09:16.743Z | Checking idna v1.0.3 |
586 | 2025-01-09T01:09:16.945Z | Compiling ident_case v1.0.1 |
587 | 2025-01-09T01:09:17.080Z | Checking plain v0.2.3 |
588 | 2025-01-09T01:09:17.134Z | Compiling crossbeam-utils v0.8.20 |
589 | 2025-01-09T01:09:17.233Z | Checking goblin v0.8.2 |
590 | 2025-01-09T01:09:17.252Z | Checking url v2.5.3 |
591 | 2025-01-09T01:09:17.319Z | Checking typify-impl v0.2.0 |
592 | 2025-01-09T01:09:17.363Z | Compiling darling_core v0.20.10 |
593 | 2025-01-09T01:09:17.727Z | Checking time v0.3.36 |
594 | 2025-01-09T01:09:18.123Z | Compiling openapiv3 v2.0.0 |
595 | 2025-01-09T01:09:18.806Z | Checking hyper v1.5.0 |
596 | 2025-01-09T01:09:20.955Z | Checking hyper-util v0.1.10 |
597 | 2025-01-09T01:09:22.220Z | Checking sync_wrapper v1.0.1 |
598 | 2025-01-09T01:09:22.359Z | Checking dirs-sys-next v0.1.2 |
599 | 2025-01-09T01:09:22.428Z | Compiling unsafe-libyaml v0.2.11 |
600 | 2025-01-09T01:09:22.542Z | Checking ipnet v2.10.1 |
601 | 2025-01-09T01:09:22.676Z | Checking hyper-rustls v0.27.3 |
602 | 2025-01-09T01:09:22.712Z | Checking hyper-tls v0.6.0 |
603 | 2025-01-09T01:09:22.734Z | Compiling rustls v0.22.4 |
604 | 2025-01-09T01:09:22.979Z | Compiling omicron-workspace-hack v0.1.0 |
605 | 2025-01-09T01:09:22.999Z | Checking pretty-hex v0.4.1 |
606 | 2025-01-09T01:09:23.018Z | Compiling paste v1.0.15 |
607 | 2025-01-09T01:09:23.040Z | Compiling rustversion v1.0.17 |
608 | 2025-01-09T01:09:23.164Z | Compiling newtype-uuid v1.1.3 |
609 | 2025-01-09T01:09:23.365Z | Checking reqwest v0.12.9 |
610 | 2025-01-09T01:09:23.524Z | Compiling darling_macro v0.20.10 |
611 | 2025-01-09T01:09:23.567Z | Checking dirs-next v2.0.0 |
612 | 2025-01-09T01:09:23.735Z | Compiling serde_yaml v0.9.34+deprecated |
613 | 2025-01-09T01:09:24.190Z | Checking ipnetwork v0.20.0 |
614 | 2025-01-09T01:09:24.240Z | Checking toml_datetime v0.6.8 |
615 | 2025-01-09T01:09:24.500Z | Checking serde_spanned v0.6.8 |
616 | 2025-01-09T01:09:24.521Z | Checking ppv-lite86 v0.2.20 |
617 | 2025-01-09T01:09:24.542Z | Compiling structmeta-derive v0.3.0 |
618 | 2025-01-09T01:09:24.622Z | Checking block-buffer v0.10.4 |
619 | 2025-01-09T01:09:24.698Z | Checking crypto-common v0.1.6 |
620 | 2025-01-09T01:09:24.800Z | Checking rand_core v0.6.4 |
621 | 2025-01-09T01:09:24.875Z | Checking thread_local v1.1.8 |
622 | 2025-01-09T01:09:24.945Z | Compiling multer v3.1.0 |
623 | 2025-01-09T01:09:25.090Z | Compiling camino v1.1.9 |
624 | 2025-01-09T01:09:25.179Z | Compiling slog-async v2.8.0 |
625 | 2025-01-09T01:09:25.284Z | Compiling anyhow v1.0.93 |
626 | 2025-01-09T01:09:25.303Z | Checking match_cfg v0.1.0 |
627 | 2025-01-09T01:09:25.398Z | Checking either v1.13.0 |
628 | 2025-01-09T01:09:25.686Z | Checking winnow v0.6.20 |
629 | 2025-01-09T01:09:25.791Z | Checking itertools v0.10.5 |
630 | 2025-01-09T01:09:25.837Z | Checking hostname v0.3.1 |
631 | 2025-01-09T01:09:25.970Z | Checking rand_chacha v0.3.1 |
632 | 2025-01-09T01:09:26.338Z | Checking digest v0.10.7 |
633 | 2025-01-09T01:09:26.675Z | Checking progenitor-client v0.8.0 |
634 | 2025-01-09T01:09:26.823Z | Checking crossbeam-channel v0.5.13 |
635 | 2025-01-09T01:09:26.999Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
636 | 2025-01-09T01:09:27.141Z | Compiling structmeta v0.3.0 |
637 | 2025-01-09T01:09:27.362Z | Compiling darling v0.20.10 |
638 | 2025-01-09T01:09:27.481Z | Checking term v0.7.0 |
639 | 2025-01-09T01:09:27.929Z | Checking slog-json v2.6.1 |
640 | 2025-01-09T01:09:28.112Z | Compiling usdt-attr-macro v0.5.0 |
641 | 2025-01-09T01:09:28.184Z | Compiling usdt-macro v0.5.0 |
642 | 2025-01-09T01:09:28.651Z | Checking futures-executor v0.3.31 |
643 | 2025-01-09T01:09:28.694Z | Compiling async-stream-impl v0.3.6 |
644 | 2025-01-09T01:09:28.785Z | Checking toml_edit v0.22.22 |
645 | 2025-01-09T01:09:28.884Z | Checking is-terminal v0.4.13 |
646 | 2025-01-09T01:09:29.000Z | Checking memmap v0.7.0 |
647 | 2025-01-09T01:09:29.225Z | Compiling dropshot v0.13.0 |
648 | 2025-01-09T01:09:29.461Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
649 | 2025-01-09T01:09:29.482Z | Checking take_mut v0.2.2 |
650 | 2025-01-09T01:09:29.514Z | Checking cpufeatures v0.2.14 |
651 | 2025-01-09T01:09:29.605Z | Checking sha1 v0.10.6 |
652 | 2025-01-09T01:09:29.625Z | Checking usdt v0.5.0 |
653 | 2025-01-09T01:09:29.879Z | Checking slog-term v2.9.1 |
654 | 2025-01-09T01:09:29.898Z | Checking futures v0.3.31 |
655 | 2025-01-09T01:09:29.940Z | Compiling strum_macros v0.26.4 |
656 | 2025-01-09T01:09:29.992Z | Checking async-stream v0.3.6 |
657 | 2025-01-09T01:09:30.012Z | Checking slog-bunyan v2.5.0 |
658 | 2025-01-09T01:09:30.178Z | Compiling parse-display-derive v0.10.0 |
659 | 2025-01-09T01:09:30.197Z | Compiling serde_with_macros v3.11.0 |
660 | 2025-01-09T01:09:30.376Z | Checking rand v0.8.5 |
661 | 2025-01-09T01:09:30.592Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
662 | 2025-01-09T01:09:31.395Z | Checking toml v0.8.19 |
663 | 2025-01-09T01:09:31.480Z | Checking tokio-rustls v0.25.0 |
664 | 2025-01-09T01:09:31.939Z | Compiling dropshot_endpoint v0.13.0 |
665 | 2025-01-09T01:09:31.971Z | Checking serde_path_to_error v0.1.16 |
666 | 2025-01-09T01:09:32.179Z | Checking hex v0.4.3 |
667 | 2025-01-09T01:09:32.253Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
668 | 2025-01-09T01:09:32.613Z | Compiling async-trait v0.1.83 |
669 | 2025-01-09T01:09:32.690Z | Checking waitgroup v0.1.2 |
670 | 2025-01-09T01:09:32.775Z | Compiling typify-macro v0.2.0 |
671 | 2025-01-09T01:09:32.796Z | Checking hostname v0.4.0 |
672 | 2025-01-09T01:09:32.822Z | Checking instant v0.1.13 |
673 | 2025-01-09T01:09:32.929Z | Checking debug-ignore v1.0.5 |
674 | 2025-01-09T01:09:32.948Z | Checking backoff v0.4.0 |
675 | 2025-01-09T01:09:33.058Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
676 | 2025-01-09T01:09:33.078Z | Checking serde_with v3.11.0 |
677 | 2025-01-09T01:09:33.197Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
678 | 2025-01-09T01:09:33.231Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
679 | 2025-01-09T01:09:33.347Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
680 | 2025-01-09T01:09:33.818Z | Checking macaddr v1.0.1 |
681 | 2025-01-09T01:09:34.037Z | Checking parse-display v0.10.0 |
682 | 2025-01-09T01:09:34.135Z | Checking regress v0.9.1 |
683 | 2025-01-09T01:09:34.470Z | Checking strum v0.26.3 |
684 | 2025-01-09T01:09:35.625Z | Compiling typify v0.2.0 |
685 | 2025-01-09T01:09:35.707Z | Compiling progenitor-impl v0.8.0 |
686 | 2025-01-09T01:09:38.410Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-01-09T01:09:42.677Z | Checking progenitor v0.8.0 |
688 | 2025-01-09T01:09:42.811Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
689 | 2025-01-09T01:09:45.810Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-01-09T01:09:53.704Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-01-09T01:09:53.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
692 | 2025-01-09T01:09:54.112Z | + cargo build --release |
693 | 2025-01-09T01:09:54.373Z | Compiling proc-macro2 v1.0.89 |
694 | 2025-01-09T01:09:54.373Z | Compiling unicode-ident v1.0.13 |
695 | 2025-01-09T01:09:54.373Z | Compiling libc v0.2.162 |
696 | 2025-01-09T01:09:54.373Z | Compiling cfg-if v1.0.0 |
697 | 2025-01-09T01:09:54.376Z | Compiling autocfg v1.4.0 |
698 | 2025-01-09T01:09:54.376Z | Compiling serde v1.0.215 |
699 | 2025-01-09T01:09:54.376Z | Compiling version_check v0.9.5 |
700 | 2025-01-09T01:09:54.376Z | Compiling memchr v2.7.4 |
701 | 2025-01-09T01:09:54.497Z | Compiling serde_json v1.0.133 |
702 | 2025-01-09T01:09:54.559Z | Compiling itoa v1.0.11 |
703 | 2025-01-09T01:09:54.849Z | Compiling thiserror v1.0.69 |
704 | 2025-01-09T01:09:54.954Z | Compiling once_cell v1.20.2 |
705 | 2025-01-09T01:09:55.037Z | Compiling shlex v1.3.0 |
706 | 2025-01-09T01:09:55.376Z | Compiling cc v1.1.30 |
707 | 2025-01-09T01:09:55.383Z | Compiling num-traits v0.2.19 |
708 | 2025-01-09T01:09:55.713Z | Compiling pin-project-lite v0.2.14 |
709 | 2025-01-09T01:09:55.803Z | Compiling getrandom v0.2.15 |
710 | 2025-01-09T01:09:55.824Z | Compiling ryu v1.0.18 |
711 | 2025-01-09T01:09:55.896Z | Compiling smallvec v1.13.2 |
712 | 2025-01-09T01:09:56.081Z | Compiling quote v1.0.37 |
713 | 2025-01-09T01:09:56.153Z | Compiling bytes v1.8.0 |
714 | 2025-01-09T01:09:56.228Z | Compiling schemars v0.8.21 |
715 | 2025-01-09T01:09:56.367Z | Compiling futures-core v0.3.31 |
716 | 2025-01-09T01:09:56.557Z | Compiling syn v2.0.87 |
717 | 2025-01-09T01:09:56.584Z | Compiling lock_api v0.4.12 |
718 | 2025-01-09T01:09:56.607Z | Compiling ahash v0.8.11 |
719 | 2025-01-09T01:09:56.716Z | Compiling parking_lot_core v0.9.10 |
720 | 2025-01-09T01:09:56.787Z | Compiling byteorder v1.5.0 |
721 | 2025-01-09T01:09:57.111Z | Compiling scopeguard v1.2.0 |
722 | 2025-01-09T01:09:57.177Z | Compiling slab v0.4.9 |
723 | 2025-01-09T01:09:57.255Z | Compiling log v0.4.22 |
724 | 2025-01-09T01:09:57.522Z | Compiling futures-sink v0.3.31 |
725 | 2025-01-09T01:09:57.669Z | Compiling parking_lot v0.12.3 |
726 | 2025-01-09T01:09:57.710Z | Compiling socket2 v0.5.7 |
727 | 2025-01-09T01:09:57.718Z | Compiling mio v1.0.2 |
728 | 2025-01-09T01:09:57.752Z | Compiling signal-hook-registry v1.4.2 |
729 | 2025-01-09T01:09:57.957Z | Compiling stable_deref_trait v1.2.0 |
730 | 2025-01-09T01:09:58.003Z | Compiling semver v1.0.23 |
731 | 2025-01-09T01:09:58.380Z | Compiling ring v0.17.8 |
732 | 2025-01-09T01:09:58.380Z | Compiling equivalent v1.0.1 |
733 | 2025-01-09T01:09:58.496Z | Compiling hashbrown v0.15.1 |
734 | 2025-01-09T01:09:59.248Z | Compiling fnv v1.0.7 |
735 | 2025-01-09T01:09:59.288Z | Compiling futures-channel v0.3.31 |
736 | 2025-01-09T01:09:59.361Z | Compiling http v1.1.0 |
737 | 2025-01-09T01:09:59.390Z | Compiling futures-io v0.3.31 |
738 | 2025-01-09T01:09:59.532Z | Compiling pin-utils v0.1.0 |
739 | 2025-01-09T01:09:59.618Z | Compiling futures-task v0.3.31 |
740 | 2025-01-09T01:09:59.711Z | Compiling pkg-config v0.3.31 |
741 | 2025-01-09T01:09:59.729Z | Compiling heck v0.5.0 |
742 | 2025-01-09T01:09:59.873Z | Compiling vcpkg v0.2.15 |
743 | 2025-01-09T01:09:59.890Z | Compiling iana-time-zone v0.1.61 |
744 | 2025-01-09T01:10:00.167Z | Compiling spin v0.9.8 |
745 | 2025-01-09T01:10:00.437Z | Compiling rustls-pki-types v1.10.0 |
746 | 2025-01-09T01:10:00.942Z | Compiling ucd-trie v0.1.7 |
747 | 2025-01-09T01:10:01.206Z | Compiling litemap v0.7.3 |
748 | 2025-01-09T01:10:01.463Z | Compiling writeable v0.5.5 |
749 | 2025-01-09T01:10:01.532Z | Compiling openssl-sys v0.9.103 |
750 | 2025-01-09T01:10:01.664Z | Compiling httparse v1.9.5 |
751 | 2025-01-09T01:10:01.963Z | Compiling dyn-clone v1.0.17 |
752 | 2025-01-09T01:10:02.101Z | Compiling untrusted v0.9.0 |
753 | 2025-01-09T01:10:02.296Z | Compiling tracing-core v0.1.32 |
754 | 2025-01-09T01:10:02.598Z | Compiling atomic-waker v1.1.2 |
755 | 2025-01-09T01:10:02.752Z | Compiling allocator-api2 v0.2.18 |
756 | 2025-01-09T01:10:03.520Z | Compiling tracing v0.1.40 |
757 | 2025-01-09T01:10:03.805Z | Compiling http-body v1.0.1 |
758 | 2025-01-09T01:10:04.025Z | Compiling chrono v0.4.38 |
759 | 2025-01-09T01:10:04.050Z | Compiling synstructure v0.13.1 |
760 | 2025-01-09T01:10:04.118Z | Compiling serde_derive_internals v0.29.1 |
761 | 2025-01-09T01:10:04.380Z | Compiling zeroize v1.8.1 |
762 | 2025-01-09T01:10:04.677Z | Compiling subtle v2.6.1 |
763 | 2025-01-09T01:10:04.724Z | Compiling uuid v1.11.0 |
764 | 2025-01-09T01:10:04.951Z | Compiling icu_locid_transform_data v1.5.0 |
765 | 2025-01-09T01:10:05.043Z | Compiling try-lock v0.2.5 |
766 | 2025-01-09T01:10:05.311Z | Compiling want v0.3.1 |
767 | 2025-01-09T01:10:05.503Z | Compiling foreign-types-shared v0.1.1 |
768 | 2025-01-09T01:10:05.583Z | Compiling httpdate v1.0.3 |
769 | 2025-01-09T01:10:05.962Z | Compiling slog v2.7.0 |
770 | 2025-01-09T01:10:06.056Z | Compiling icu_properties_data v1.5.0 |
771 | 2025-01-09T01:10:06.308Z | Compiling openssl v0.10.66 |
772 | 2025-01-09T01:10:06.368Z | Compiling foreign-types v0.3.2 |
773 | 2025-01-09T01:10:06.496Z | Compiling aho-corasick v1.1.3 |
774 | 2025-01-09T01:10:06.747Z | Compiling write16 v1.0.0 |
775 | 2025-01-09T01:10:07.428Z | Compiling percent-encoding v2.3.1 |
776 | 2025-01-09T01:10:07.752Z | Compiling rustls v0.23.19 |
777 | 2025-01-09T01:10:07.870Z | Compiling utf16_iter v1.0.5 |
778 | 2025-01-09T01:10:07.899Z | Compiling icu_normalizer_data v1.5.0 |
779 | 2025-01-09T01:10:07.989Z | Compiling regex-syntax v0.8.5 |
780 | 2025-01-09T01:10:08.069Z | Compiling tower-service v0.3.3 |
781 | 2025-01-09T01:10:08.078Z | Compiling typenum v1.17.0 |
782 | 2025-01-09T01:10:08.180Z | Compiling native-tls v0.2.12 |
783 | 2025-01-09T01:10:08.183Z | Compiling utf8_iter v1.0.4 |
784 | 2025-01-09T01:10:08.427Z | Compiling bitflags v2.6.0 |
785 | 2025-01-09T01:10:08.529Z | Compiling form_urlencoded v1.2.1 |
786 | 2025-01-09T01:10:09.088Z | Compiling generic-array v0.14.7 |
787 | 2025-01-09T01:10:09.230Z | Compiling openssl-probe v0.1.5 |
788 | 2025-01-09T01:10:09.721Z | Compiling serde_derive v1.0.215 |
789 | 2025-01-09T01:10:09.761Z | Compiling zerocopy-derive v0.7.35 |
790 | 2025-01-09T01:10:09.879Z | Compiling thiserror-impl v1.0.69 |
791 | 2025-01-09T01:10:10.657Z | Compiling schemars_derive v0.8.21 |
792 | 2025-01-09T01:10:10.913Z | Compiling zerofrom-derive v0.1.4 |
793 | 2025-01-09T01:10:11.877Z | Compiling zerocopy v0.7.35 |
794 | 2025-01-09T01:10:13.488Z | Compiling tokio-macros v2.4.0 |
795 | 2025-01-09T01:10:13.711Z | Compiling yoke-derive v0.7.4 |
796 | 2025-01-09T01:10:13.933Z | Compiling zerovec-derive v0.10.3 |
797 | 2025-01-09T01:10:14.551Z | Compiling zerofrom v0.1.4 |
798 | 2025-01-09T01:10:14.652Z | Compiling futures-macro v0.3.31 |
799 | 2025-01-09T01:10:14.788Z | Compiling displaydoc v0.2.5 |
800 | 2025-01-09T01:10:15.049Z | Compiling tokio v1.40.0 |
801 | 2025-01-09T01:10:16.479Z | Compiling yoke v0.7.4 |
802 | 2025-01-09T01:10:16.543Z | Compiling pest v2.7.14 |
803 | 2025-01-09T01:10:16.589Z | Compiling futures-util v0.3.31 |
804 | 2025-01-09T01:10:16.830Z | Compiling zerovec v0.10.4 |
805 | 2025-01-09T01:10:17.005Z | Compiling icu_provider_macros v1.5.0 |
806 | 2025-01-09T01:10:18.141Z | Compiling hashbrown v0.14.5 |
807 | 2025-01-09T01:10:19.523Z | Compiling tinystr v0.7.6 |
808 | 2025-01-09T01:10:19.526Z | Compiling pest_meta v2.7.14 |
809 | 2025-01-09T01:10:19.932Z | Compiling icu_locid v1.5.0 |
810 | 2025-01-09T01:10:19.970Z | Compiling rustls-webpki v0.102.8 |
811 | 2025-01-09T01:10:23.763Z | Compiling indexmap v2.6.0 |
812 | 2025-01-09T01:10:24.122Z | Compiling serde_tokenstream v0.2.2 |
813 | 2025-01-09T01:10:25.981Z | Compiling tokio-util v0.7.12 |
814 | 2025-01-09T01:10:26.179Z | Compiling icu_provider v1.5.0 |
815 | 2025-01-09T01:10:28.295Z | Compiling h2 v0.4.6 |
816 | 2025-01-09T01:10:28.522Z | Compiling icu_locid_transform v1.5.0 |
817 | 2025-01-09T01:10:29.781Z | Compiling pest_generator v2.7.14 |
818 | 2025-01-09T01:10:29.952Z | Compiling regress v0.10.1 |
819 | 2025-01-09T01:10:31.594Z | Compiling icu_collections v1.5.0 |
820 | 2025-01-09T01:10:33.315Z | Compiling icu_properties v1.5.1 |
821 | 2025-01-09T01:10:34.338Z | Compiling typify-impl v0.2.0 |
822 | 2025-01-09T01:10:34.593Z | Compiling hyper v1.5.0 |
823 | 2025-01-09T01:10:34.851Z | Compiling pest_derive v2.7.14 |
824 | 2025-01-09T01:10:36.304Z | Compiling openssl-macros v0.1.1 |
825 | 2025-01-09T01:10:39.651Z | Compiling hyper-util v0.1.10 |
826 | 2025-01-09T01:10:39.889Z | Compiling icu_normalizer v1.5.0 |
827 | 2025-01-09T01:10:44.572Z | Compiling regex-automata v0.4.8 |
828 | 2025-01-09T01:10:45.706Z | Compiling idna_adapter v1.2.0 |
829 | 2025-01-09T01:10:46.266Z | Compiling http-body-util v0.1.2 |
830 | 2025-01-09T01:10:46.495Z | Compiling typify-macro v0.2.0 |
831 | 2025-01-09T01:10:46.837Z | Compiling scroll_derive v0.12.0 |
832 | 2025-01-09T01:10:48.371Z | Compiling usdt-impl v0.5.0 |
833 | 2025-01-09T01:10:48.750Z | Compiling regex v1.11.1 |
834 | 2025-01-09T01:10:49.091Z | Compiling encoding_rs v0.8.34 |
835 | 2025-01-09T01:10:49.787Z | Compiling powerfmt v0.2.0 |
836 | 2025-01-09T01:10:50.237Z | Compiling mime v0.3.17 |
837 | 2025-01-09T01:10:50.383Z | Compiling num-conv v0.1.0 |
838 | 2025-01-09T01:10:51.312Z | Compiling time-core v0.1.2 |
839 | 2025-01-09T01:10:51.471Z | Compiling time-macros v0.2.18 |
840 | 2025-01-09T01:10:51.661Z | Compiling deranged v0.3.11 |
841 | 2025-01-09T01:10:53.871Z | Compiling tokio-rustls v0.26.0 |
842 | 2025-01-09T01:10:54.136Z | Compiling scroll v0.12.0 |
843 | 2025-01-09T01:10:54.351Z | Compiling thread-id v4.2.2 |
844 | 2025-01-09T01:10:54.780Z | Compiling idna v1.0.3 |
845 | 2025-01-09T01:10:59.947Z | Compiling tokio-native-tls v0.3.1 |
846 | 2025-01-09T01:11:00.238Z | Compiling dtrace-parser v0.2.0 |
847 | 2025-01-09T01:11:00.608Z | Compiling dof v0.3.0 |
848 | 2025-01-09T01:11:01.507Z | Compiling serde_urlencoded v0.7.1 |
849 | 2025-01-09T01:11:02.038Z | Compiling webpki-roots v0.26.6 |
850 | 2025-01-09T01:11:02.104Z | Compiling rustls-pemfile v2.2.0 |
851 | 2025-01-09T01:11:02.247Z | Compiling strsim v0.11.1 |
852 | 2025-01-09T01:11:02.840Z | Compiling ident_case v1.0.1 |
853 | 2025-01-09T01:11:02.927Z | Compiling crossbeam-utils v0.8.20 |
854 | 2025-01-09T01:11:02.986Z | Compiling omicron-workspace-hack v0.1.0 |
855 | 2025-01-09T01:11:03.300Z | Compiling num_threads v0.1.7 |
856 | 2025-01-09T01:11:03.491Z | Compiling plain v0.2.3 |
857 | 2025-01-09T01:11:03.578Z | Compiling syn v1.0.109 |
858 | 2025-01-09T01:11:03.640Z | Compiling base64 v0.22.1 |
859 | 2025-01-09T01:11:04.753Z | Compiling goblin v0.8.2 |
860 | 2025-01-09T01:11:05.358Z | Compiling time v0.3.36 |
861 | 2025-01-09T01:11:08.447Z | Compiling darling_core v0.20.10 |
862 | 2025-01-09T01:11:08.662Z | Compiling hyper-rustls v0.27.3 |
863 | 2025-01-09T01:11:11.764Z | Compiling hyper-tls v0.6.0 |
864 | 2025-01-09T01:11:14.403Z | Compiling url v2.5.3 |
865 | 2025-01-09T01:11:14.780Z | Compiling typify v0.2.0 |
866 | 2025-01-09T01:11:14.862Z | Compiling openapiv3 v2.0.0 |
867 | 2025-01-09T01:11:15.951Z | Compiling sync_wrapper v1.0.1 |
868 | 2025-01-09T01:11:16.087Z | Compiling dirs-sys-next v0.1.2 |
869 | 2025-01-09T01:11:17.564Z | Compiling newtype-uuid v1.1.3 |
870 | 2025-01-09T01:11:17.885Z | Compiling ipnet v2.10.1 |
871 | 2025-01-09T01:11:19.172Z | Compiling unsafe-libyaml v0.2.11 |
872 | 2025-01-09T01:11:20.288Z | Compiling rustversion v1.0.17 |
873 | 2025-01-09T01:11:20.937Z | Compiling pretty-hex v0.4.1 |
874 | 2025-01-09T01:11:20.945Z | Compiling rustls v0.22.4 |
875 | 2025-01-09T01:11:20.948Z | Compiling paste v1.0.15 |
876 | 2025-01-09T01:11:21.333Z | Compiling serde_yaml v0.9.34+deprecated |
877 | 2025-01-09T01:11:21.475Z | Compiling progenitor-impl v0.8.0 |
878 | 2025-01-09T01:11:21.680Z | Compiling reqwest v0.12.9 |
879 | 2025-01-09T01:11:25.264Z | Compiling dirs-next v2.0.0 |
880 | 2025-01-09T01:11:25.437Z | Compiling darling_macro v0.20.10 |
881 | 2025-01-09T01:11:28.275Z | Compiling block-buffer v0.10.4 |
882 | 2025-01-09T01:11:28.365Z | Compiling crypto-common v0.1.6 |
883 | 2025-01-09T01:11:28.515Z | Compiling ipnetwork v0.20.0 |
884 | 2025-01-09T01:11:28.568Z | Compiling serde_spanned v0.6.8 |
885 | 2025-01-09T01:11:28.807Z | Compiling toml_datetime v0.6.8 |
886 | 2025-01-09T01:11:29.496Z | Compiling ppv-lite86 v0.2.20 |
887 | 2025-01-09T01:11:30.028Z | Compiling structmeta-derive v0.3.0 |
888 | 2025-01-09T01:11:30.443Z | Compiling rand_core v0.6.4 |
889 | 2025-01-09T01:11:31.028Z | Compiling thread_local v1.1.8 |
890 | 2025-01-09T01:11:31.740Z | Compiling multer v3.1.0 |
891 | 2025-01-09T01:11:32.077Z | Compiling match_cfg v0.1.0 |
892 | 2025-01-09T01:11:32.164Z | Compiling camino v1.1.9 |
893 | 2025-01-09T01:11:32.195Z | Compiling slog-async v2.8.0 |
894 | 2025-01-09T01:11:32.666Z | Compiling winnow v0.6.20 |
895 | 2025-01-09T01:11:32.747Z | Compiling anyhow v1.0.93 |
896 | 2025-01-09T01:11:32.765Z | Compiling either v1.13.0 |
897 | 2025-01-09T01:11:33.232Z | Compiling itertools v0.10.5 |
898 | 2025-01-09T01:11:33.519Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
899 | 2025-01-09T01:11:33.544Z | Compiling structmeta v0.3.0 |
900 | 2025-01-09T01:11:33.674Z | Compiling hostname v0.3.1 |
901 | 2025-01-09T01:11:33.906Z | Compiling rand_chacha v0.3.1 |
902 | 2025-01-09T01:11:33.909Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
903 | 2025-01-09T01:11:34.728Z | Compiling digest v0.10.7 |
904 | 2025-01-09T01:11:35.153Z | Compiling progenitor-macro v0.8.0 |
905 | 2025-01-09T01:11:35.674Z | Compiling crossbeam-channel v0.5.13 |
906 | 2025-01-09T01:11:36.592Z | Compiling darling v0.20.10 |
907 | 2025-01-09T01:11:36.766Z | Compiling toml_edit v0.22.22 |
908 | 2025-01-09T01:11:37.273Z | Compiling term v0.7.0 |
909 | 2025-01-09T01:11:39.227Z | Compiling progenitor-client v0.8.0 |
910 | 2025-01-09T01:11:42.542Z | Compiling usdt-attr-macro v0.5.0 |
911 | 2025-01-09T01:11:44.097Z | Compiling usdt-macro v0.5.0 |
912 | 2025-01-09T01:11:45.212Z | Compiling slog-json v2.6.1 |
913 | 2025-01-09T01:11:45.459Z | Compiling futures-executor v0.3.31 |
914 | 2025-01-09T01:11:45.637Z | Compiling async-stream-impl v0.3.6 |
915 | 2025-01-09T01:11:46.637Z | Compiling memmap v0.7.0 |
916 | 2025-01-09T01:11:47.052Z | Compiling is-terminal v0.4.13 |
917 | 2025-01-09T01:11:47.090Z | Compiling dropshot v0.13.0 |
918 | 2025-01-09T01:11:47.167Z | Compiling cpufeatures v0.2.14 |
919 | 2025-01-09T01:11:47.256Z | Compiling take_mut v0.2.2 |
920 | 2025-01-09T01:11:47.475Z | Compiling sha1 v0.10.6 |
921 | 2025-01-09T01:11:48.257Z | Compiling slog-term v2.9.1 |
922 | 2025-01-09T01:11:48.327Z | Compiling progenitor v0.8.0 |
923 | 2025-01-09T01:11:48.536Z | Compiling async-stream v0.3.6 |
924 | 2025-01-09T01:11:48.849Z | Compiling usdt v0.5.0 |
925 | 2025-01-09T01:11:50.457Z | Compiling tokio-rustls v0.25.0 |
926 | 2025-01-09T01:11:50.809Z | Compiling futures v0.3.31 |
927 | 2025-01-09T01:11:50.901Z | Compiling slog-bunyan v2.5.0 |
928 | 2025-01-09T01:11:51.005Z | Compiling strum_macros v0.26.4 |
929 | 2025-01-09T01:11:51.164Z | Compiling toml v0.8.19 |
930 | 2025-01-09T01:11:51.219Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
931 | 2025-01-09T01:11:52.957Z | Compiling serde_with_macros v3.11.0 |
932 | 2025-01-09T01:11:55.696Z | Compiling rand v0.8.5 |
933 | 2025-01-09T01:11:55.708Z | Compiling parse-display-derive v0.10.0 |
934 | 2025-01-09T01:12:00.113Z | Compiling dropshot_endpoint v0.13.0 |
935 | 2025-01-09T01:12:00.153Z | Compiling hex v0.4.3 |
936 | 2025-01-09T01:12:00.367Z | Compiling serde_path_to_error v0.1.16 |
937 | 2025-01-09T01:12:00.850Z | Compiling async-trait v0.1.83 |
938 | 2025-01-09T01:12:01.273Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
939 | 2025-01-09T01:12:01.368Z | Compiling waitgroup v0.1.2 |
940 | 2025-01-09T01:12:01.606Z | Compiling hostname v0.4.0 |
941 | 2025-01-09T01:12:01.858Z | Compiling instant v0.1.13 |
942 | 2025-01-09T01:12:02.000Z | Compiling debug-ignore v1.0.5 |
943 | 2025-01-09T01:12:02.112Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
944 | 2025-01-09T01:12:02.139Z | Compiling backoff v0.4.0 |
945 | 2025-01-09T01:12:02.298Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
946 | 2025-01-09T01:12:02.467Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
947 | 2025-01-09T01:12:02.581Z | Compiling parse-display v0.10.0 |
948 | 2025-01-09T01:12:03.309Z | Compiling strum v0.26.3 |
949 | 2025-01-09T01:12:03.483Z | Compiling serde_with v3.11.0 |
950 | 2025-01-09T01:12:04.721Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
951 | 2025-01-09T01:12:05.397Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
952 | 2025-01-09T01:12:06.242Z | Compiling regress v0.9.1 |
953 | 2025-01-09T01:12:06.516Z | Compiling macaddr v1.0.1 |
954 | 2025-01-09T01:12:11.813Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
955 | 2025-01-09T01:12:23.447Z | Compiling test-project v0.1.0 (/tmp/test-project) |
956 | 2025-01-09T01:12:33.740Z | Finished `release` profile [optimized] target(s) in 2m 39s |
957 | 2025-01-09T01:12:33.807Z | process exited: duration 241558 ms, exit code 0 |
|
958 | 2025-01-09T01:12:33.812Z | found 0 output files |