|
|
|
1 | 2024-12-21T04:19:10.963Z | job assigned to worker 01JFKQ04VT75WHSXHSSCPXNBW5 [factory aws, i-0c860e65fc3d812b3] (queued for 53 s) |
|
2 | 2024-12-21T04:19:19.313Z | starting task 0: "setup" |
3 | 2024-12-21T04:19:19.323Z | ++ uname -s |
4 | 2024-12-21T04:19:19.326Z | + kern=SunOS |
5 | 2024-12-21T04:19:19.326Z | + case "$kern" in |
6 | 2024-12-21T04:19:19.326Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:19:19.329Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:19:21.335Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:19:21.464Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:19:21.466Z | + home_fs=zfs |
11 | 2024-12-21T04:19:21.466Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:19:21.466Z | + mkdir -p /home/build |
13 | 2024-12-21T04:19:21.469Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:19:23.471Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:19:23.473Z | process exited: duration 4160 ms, exit code 0 |
|
16 | 2024-12-21T04:19:23.479Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:19:23.484Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:19:23.484Z | ' 1.81.0 |
19 | 2024-12-21T04:19:23.484Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T04:19:23.484Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-21T04:19:23.484Z | ' default |
22 | 2024-12-21T04:19:23.484Z | * toolchain profile = "default" |
23 | 2024-12-21T04:19:23.495Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:19:23.495Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:19:23.604Z | info: downloading installer |
26 | 2024-12-21T04:19:24.794Z | info: profile set to 'default' |
27 | 2024-12-21T04:19:24.794Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:19:24.796Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:19:24.937Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:19:24.941Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:19:25.652Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:19:25.918Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:19:26.914Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:19:28.468Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:19:34.018Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:19:34.231Z | info: installing component 'cargo' |
37 | 2024-12-21T04:19:35.030Z | info: installing component 'clippy' |
38 | 2024-12-21T04:19:35.391Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:19:37.035Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:19:38.743Z | info: installing component 'rustc' |
41 | 2024-12-21T04:19:44.584Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:19:44.909Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:19:44.909Z | |
44 | 2024-12-21T04:19:45.275Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:19:45.275Z | |
46 | 2024-12-21T04:19:45.278Z | |
47 | 2024-12-21T04:19:45.279Z | Rust is installed now. Great! |
48 | 2024-12-21T04:19:45.279Z | |
49 | 2024-12-21T04:19:45.279Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:19:45.279Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:19:45.279Z | |
52 | 2024-12-21T04:19:45.279Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:19:45.279Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:19:45.279Z | |
55 | 2024-12-21T04:19:45.279Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:19:45.279Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:19:45.279Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:19:45.356Z | + rustc --version |
59 | 2024-12-21T04:19:45.423Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:19:45.426Z | process exited: duration 21945 ms, exit code 0 |
|
61 | 2024-12-21T04:19:45.433Z | starting task 2: "authentication" |
62 | 2024-12-21T04:19:45.454Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-21T04:19:45.459Z | starting task 3: "clone repository" |
64 | 2024-12-21T04:19:45.465Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T04:19:45.468Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T04:19:45.576Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T04:19:53.101Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T04:19:53.101Z | + git fetch origin 3c83ce0d399ef2b772bdc55c585c74fe917acf16 |
69 | 2024-12-21T04:19:53.461Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T04:19:53.461Z | * branch 3c83ce0d399ef2b772bdc55c585c74fe917acf16 -> FETCH_HEAD |
71 | 2024-12-21T04:19:53.472Z | + [[ -n renovate/csv-1.x ]] |
72 | 2024-12-21T04:19:53.474Z | ++ git branch --show-current |
73 | 2024-12-21T04:19:53.477Z | + current=main |
74 | 2024-12-21T04:19:53.477Z | + [[ main != renovate/csv-1.x ]] |
75 | 2024-12-21T04:19:53.477Z | + git branch -f renovate/csv-1.x 3c83ce0d399ef2b772bdc55c585c74fe917acf16 |
76 | 2024-12-21T04:19:53.480Z | + git checkout -f renovate/csv-1.x |
77 | 2024-12-21T04:19:53.659Z | Switched to branch 'renovate/csv-1.x' |
78 | 2024-12-21T04:19:53.661Z | + git reset --hard 3c83ce0d399ef2b772bdc55c585c74fe917acf16 |
79 | 2024-12-21T04:19:53.676Z | HEAD is now at 3c83ce0d3 Update Rust crate csv to 1.3.1 |
80 | 2024-12-21T04:19:53.679Z | process exited: duration 8218 ms, exit code 0 |
|
81 | 2024-12-21T04:19:53.684Z | starting task 4: "build" |
82 | 2024-12-21T04:19:53.690Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T04:19:53.690Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T04:19:53.690Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T04:19:53.690Z | + cargo --version |
86 | 2024-12-21T04:19:53.748Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T04:19:53.750Z | + rustc --version |
88 | 2024-12-21T04:19:53.816Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T04:19:53.819Z | + cd /tmp |
90 | 2024-12-21T04:19:53.819Z | + cargo new --lib test-project |
91 | 2024-12-21T04:19:53.879Z | Creating library `test-project` package |
92 | 2024-12-21T04:19:53.963Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-21T04:19:53.977Z | + cd test-project |
94 | 2024-12-21T04:19:53.977Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-21T04:19:54.029Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-21T04:19:54.029Z | Features: |
97 | 2024-12-21T04:19:54.029Z | - proptest |
98 | 2024-12-21T04:19:54.029Z | - test-strategy |
99 | 2024-12-21T04:19:54.029Z | - testing |
100 | 2024-12-21T04:19:54.032Z | Updating crates.io index |
101 | 2024-12-21T04:19:54.142Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2024-12-21T04:19:54.587Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-12-21T04:19:55.044Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-12-21T04:19:55.427Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2024-12-21T04:19:55.815Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2024-12-21T04:19:57.274Z | Locking 332 packages to latest compatible versions |
107 | 2024-12-21T04:19:57.277Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2024-12-21T04:19:57.277Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
109 | 2024-12-21T04:19:57.277Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
110 | 2024-12-21T04:19:57.277Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-12-21T04:19:57.277Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-12-21T04:19:57.280Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
113 | 2024-12-21T04:19:57.280Z | Adding goblin v0.8.2 (latest: v0.9.2) |
114 | 2024-12-21T04:19:57.280Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
115 | 2024-12-21T04:19:57.280Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
116 | 2024-12-21T04:19:57.280Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2024-12-21T04:19:57.283Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
118 | 2024-12-21T04:19:57.283Z | Adding itertools v0.10.5 (latest: v0.13.0) |
119 | 2024-12-21T04:19:57.283Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
120 | 2024-12-21T04:19:57.285Z | Adding regress v0.9.1 (latest: v0.10.1) |
121 | 2024-12-21T04:19:57.291Z | Adding rustls v0.22.4 (latest: v0.23.20) |
122 | 2024-12-21T04:19:57.293Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
123 | 2024-12-21T04:19:57.297Z | Adding syn v1.0.109 (latest: v2.0.90) |
124 | 2024-12-21T04:19:57.297Z | Adding term v0.7.0 (latest: v1.0.1) |
125 | 2024-12-21T04:19:57.297Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
126 | 2024-12-21T04:19:57.297Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
127 | 2024-12-21T04:19:57.297Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
128 | 2024-12-21T04:19:57.297Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
129 | 2024-12-21T04:19:57.299Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
130 | 2024-12-21T04:19:57.299Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
131 | 2024-12-21T04:19:57.302Z | Adding windows v0.52.0 (latest: v0.58.0) |
132 | 2024-12-21T04:19:57.302Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
133 | 2024-12-21T04:19:57.302Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
134 | 2024-12-21T04:19:57.302Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
135 | 2024-12-21T04:19:57.302Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
136 | 2024-12-21T04:19:57.302Z | Adding writeable v0.5.5 (latest: v0.6.0) |
137 | 2024-12-21T04:19:57.302Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
138 | 2024-12-21T04:19:57.302Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
139 | 2024-12-21T04:19:57.302Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
140 | 2024-12-21T04:19:57.302Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
141 | 2024-12-21T04:19:57.379Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
142 | 2024-12-21T04:19:57.382Z | + cargo check |
143 | 2024-12-21T04:19:57.563Z | Updating crates.io index |
144 | 2024-12-21T04:19:58.392Z | Locking 2 packages to latest compatible versions |
145 | 2024-12-21T04:20:02.667Z | Adding omicron-workspace-hack v0.1.0 |
146 | 2024-12-21T04:20:05.447Z | Adding test-project v0.1.0 (/tmp/test-project) |
147 | 2024-12-21T04:20:06.508Z | Downloading crates ... |
148 | 2024-12-21T04:20:06.566Z | Downloaded allocator-api2 v0.2.18 |
149 | 2024-12-21T04:20:06.579Z | Downloaded foreign-types v0.3.2 |
150 | 2024-12-21T04:20:06.585Z | Downloaded ident_case v1.0.1 |
151 | 2024-12-21T04:20:06.587Z | Downloaded foreign-types-shared v0.1.1 |
152 | 2024-12-21T04:20:06.588Z | Downloaded async-stream-impl v0.3.6 |
153 | 2024-12-21T04:20:06.592Z | Downloaded dtrace-parser v0.2.0 |
154 | 2024-12-21T04:20:06.594Z | Downloaded equivalent v1.0.1 |
155 | 2024-12-21T04:20:06.597Z | Downloaded match_cfg v0.1.0 |
156 | 2024-12-21T04:20:06.599Z | Downloaded tinyvec_macros v0.1.1 |
157 | 2024-12-21T04:20:06.603Z | Downloaded darling_macro v0.20.10 |
158 | 2024-12-21T04:20:06.606Z | Downloaded time-macros v0.2.18 |
159 | 2024-12-21T04:20:06.609Z | Downloaded tower-service v0.3.3 |
160 | 2024-12-21T04:20:06.609Z | Downloaded icu_provider_macros v1.5.0 |
161 | 2024-12-21T04:20:06.611Z | Downloaded zerofrom v0.1.4 |
162 | 2024-12-21T04:20:06.611Z | Downloaded http-body v1.0.1 |
163 | 2024-12-21T04:20:06.614Z | Downloaded write16 v1.0.0 |
164 | 2024-12-21T04:20:06.614Z | Downloaded time-core v0.1.2 |
165 | 2024-12-21T04:20:06.617Z | Downloaded waitgroup v0.1.2 |
166 | 2024-12-21T04:20:06.617Z | Downloaded try-lock v0.2.5 |
167 | 2024-12-21T04:20:06.621Z | Downloaded usdt-macro v0.5.0 |
168 | 2024-12-21T04:20:06.624Z | Downloaded usdt-attr-macro v0.5.0 |
169 | 2024-12-21T04:20:06.627Z | Downloaded is-terminal v0.4.13 |
170 | 2024-12-21T04:20:06.627Z | Downloaded idna_adapter v1.2.0 |
171 | 2024-12-21T04:20:06.627Z | Downloaded progenitor-client v0.8.0 |
172 | 2024-12-21T04:20:06.630Z | Downloaded openssl-macros v0.1.1 |
173 | 2024-12-21T04:20:06.631Z | Downloaded fnv v1.0.7 |
174 | 2024-12-21T04:20:06.631Z | Downloaded crypto-common v0.1.6 |
175 | 2024-12-21T04:20:06.635Z | Downloaded hyper-tls v0.6.0 |
176 | 2024-12-21T04:20:06.635Z | Downloaded cpufeatures v0.2.14 |
177 | 2024-12-21T04:20:06.637Z | Downloaded tinystr v0.7.6 |
178 | 2024-12-21T04:20:06.637Z | Downloaded block-buffer v0.10.4 |
179 | 2024-12-21T04:20:06.642Z | Downloaded tokio-native-tls v0.3.1 |
180 | 2024-12-21T04:20:06.642Z | Downloaded itoa v1.0.11 |
181 | 2024-12-21T04:20:06.645Z | Downloaded pretty-hex v0.4.1 |
182 | 2024-12-21T04:20:06.645Z | Downloaded num_threads v0.1.7 |
183 | 2024-12-21T04:20:06.648Z | Downloaded omicron-workspace-hack v0.1.0 |
184 | 2024-12-21T04:20:06.648Z | Downloaded macaddr v1.0.1 |
185 | 2024-12-21T04:20:06.651Z | Downloaded dirs-next v2.0.0 |
186 | 2024-12-21T04:20:06.651Z | Downloaded autocfg v1.4.0 |
187 | 2024-12-21T04:20:06.654Z | Downloaded http-body-util v0.1.2 |
188 | 2024-12-21T04:20:06.657Z | Downloaded hostname v0.3.1 |
189 | 2024-12-21T04:20:06.658Z | Downloaded hex v0.4.3 |
190 | 2024-12-21T04:20:06.661Z | Downloaded utf16_iter v1.0.5 |
191 | 2024-12-21T04:20:06.661Z | Downloaded newtype-uuid v1.1.3 |
192 | 2024-12-21T04:20:06.661Z | Downloaded writeable v0.5.5 |
193 | 2024-12-21T04:20:06.664Z | Downloaded take_mut v0.2.2 |
194 | 2024-12-21T04:20:06.667Z | Downloaded plain v0.2.3 |
195 | 2024-12-21T04:20:06.667Z | Downloaded zerofrom-derive v0.1.4 |
196 | 2024-12-21T04:20:06.667Z | Downloaded generic-array v0.14.7 |
197 | 2024-12-21T04:20:06.669Z | Downloaded powerfmt v0.2.0 |
198 | 2024-12-21T04:20:06.669Z | Downloaded httpdate v1.0.3 |
199 | 2024-12-21T04:20:06.675Z | Downloaded pkg-config v0.3.31 |
200 | 2024-12-21T04:20:06.675Z | Downloaded utf8_iter v1.0.4 |
201 | 2024-12-21T04:20:06.677Z | Downloaded paste v1.0.15 |
202 | 2024-12-21T04:20:06.677Z | Downloaded pin-utils v0.1.0 |
203 | 2024-12-21T04:20:06.682Z | Downloaded parse-display-derive v0.10.0 |
204 | 2024-12-21T04:20:06.682Z | Downloaded zeroize v1.8.1 |
205 | 2024-12-21T04:20:06.685Z | Downloaded untrusted v0.9.0 |
206 | 2024-12-21T04:20:06.685Z | Downloaded rand_chacha v0.3.1 |
207 | 2024-12-21T04:20:06.685Z | Downloaded either v1.13.0 |
208 | 2024-12-21T04:20:06.689Z | Downloaded quinn-udp v0.5.5 |
209 | 2024-12-21T04:20:06.689Z | Downloaded progenitor-macro v0.8.0 |
210 | 2024-12-21T04:20:06.689Z | Downloaded openssl-probe v0.1.5 |
211 | 2024-12-21T04:20:06.692Z | Downloaded zerovec-derive v0.10.3 |
212 | 2024-12-21T04:20:06.692Z | Downloaded icu_locid_transform v1.5.0 |
213 | 2024-12-21T04:20:06.694Z | Downloaded rand_core v0.6.4 |
214 | 2024-12-21T04:20:06.697Z | Downloaded strum v0.26.3 |
215 | 2024-12-21T04:20:06.699Z | Downloaded tokio-rustls v0.26.0 |
216 | 2024-12-21T04:20:06.701Z | Downloaded dof v0.3.0 |
217 | 2024-12-21T04:20:06.701Z | Downloaded yoke-derive v0.7.4 |
218 | 2024-12-21T04:20:06.705Z | Downloaded futures-channel v0.3.31 |
219 | 2024-12-21T04:20:06.707Z | Downloaded percent-encoding v2.3.1 |
220 | 2024-12-21T04:20:06.707Z | Downloaded futures-task v0.3.31 |
221 | 2024-12-21T04:20:06.707Z | Downloaded ahash v0.8.11 |
222 | 2024-12-21T04:20:06.711Z | Downloaded mime v0.3.17 |
223 | 2024-12-21T04:20:06.714Z | Downloaded parse-display v0.10.0 |
224 | 2024-12-21T04:20:06.714Z | Downloaded tokio-rustls v0.25.0 |
225 | 2024-12-21T04:20:06.717Z | Downloaded litemap v0.7.3 |
226 | 2024-12-21T04:20:06.719Z | Downloaded zerocopy-derive v0.7.35 |
227 | 2024-12-21T04:20:06.722Z | Downloaded rustversion v1.0.17 |
228 | 2024-12-21T04:20:06.724Z | Downloaded quote v1.0.37 |
229 | 2024-12-21T04:20:06.728Z | Downloaded pest_generator v2.7.14 |
230 | 2024-12-21T04:20:06.731Z | Downloaded scroll_derive v0.12.0 |
231 | 2024-12-21T04:20:06.731Z | Downloaded rustc-hash v2.0.0 |
232 | 2024-12-21T04:20:06.734Z | Downloaded toml v0.8.19 |
233 | 2024-12-21T04:20:06.737Z | Downloaded sync_wrapper v1.0.1 |
234 | 2024-12-21T04:20:06.737Z | Downloaded thread-id v4.2.2 |
235 | 2024-12-21T04:20:06.745Z | Downloaded thiserror-impl v1.0.69 |
236 | 2024-12-21T04:20:06.745Z | Downloaded slog-json v2.6.1 |
237 | 2024-12-21T04:20:06.745Z | Downloaded pest_derive v2.7.14 |
238 | 2024-12-21T04:20:06.745Z | Downloaded icu_normalizer_data v1.5.0 |
239 | 2024-12-21T04:20:06.749Z | Downloaded native-tls v0.2.12 |
240 | 2024-12-21T04:20:06.749Z | Downloaded icu_normalizer v1.5.0 |
241 | 2024-12-21T04:20:06.752Z | Downloaded slog-async v2.8.0 |
242 | 2024-12-21T04:20:06.754Z | Downloaded anyhow v1.0.93 |
243 | 2024-12-21T04:20:06.757Z | Downloaded serde_spanned v0.6.8 |
244 | 2024-12-21T04:20:06.759Z | Downloaded lock_api v0.4.12 |
245 | 2024-12-21T04:20:06.762Z | Downloaded multer v3.1.0 |
246 | 2024-12-21T04:20:06.764Z | Downloaded uuid v1.11.0 |
247 | 2024-12-21T04:20:06.766Z | Downloaded thiserror v1.0.69 |
248 | 2024-12-21T04:20:06.771Z | Downloaded serde_with_macros v3.11.0 |
249 | 2024-12-21T04:20:06.773Z | Downloaded slab v0.4.9 |
250 | 2024-12-21T04:20:06.775Z | Downloaded slog-bunyan v2.5.0 |
251 | 2024-12-21T04:20:06.778Z | Downloaded shlex v1.3.0 |
252 | 2024-12-21T04:20:06.778Z | Downloaded proc-macro2 v1.0.89 |
253 | 2024-12-21T04:20:06.781Z | Downloaded structmeta v0.3.0 |
254 | 2024-12-21T04:20:06.784Z | Downloaded serde_tokenstream v0.2.2 |
255 | 2024-12-21T04:20:06.784Z | Downloaded rustls-pemfile v2.2.0 |
256 | 2024-12-21T04:20:06.787Z | Downloaded serde_urlencoded v0.7.1 |
257 | 2024-12-21T04:20:06.787Z | Downloaded strsim v0.11.1 |
258 | 2024-12-21T04:20:06.790Z | Downloaded stable_deref_trait v1.2.0 |
259 | 2024-12-21T04:20:06.790Z | Downloaded semver v1.0.23 |
260 | 2024-12-21T04:20:06.793Z | Downloaded progenitor-impl v0.8.0 |
261 | 2024-12-21T04:20:06.796Z | Downloaded strum_macros v0.26.4 |
262 | 2024-12-21T04:20:06.800Z | Downloaded indexmap v1.9.3 |
263 | 2024-12-21T04:20:06.803Z | Downloaded tracing-core v0.1.32 |
264 | 2024-12-21T04:20:06.803Z | Downloaded unsafe-libyaml v0.2.11 |
265 | 2024-12-21T04:20:06.806Z | Downloaded slog-term v2.9.1 |
266 | 2024-12-21T04:20:06.810Z | Downloaded typenum v1.17.0 |
267 | 2024-12-21T04:20:06.813Z | Downloaded hyper-util v0.1.10 |
268 | 2024-12-21T04:20:06.816Z | Downloaded scroll v0.12.0 |
269 | 2024-12-21T04:20:06.819Z | Downloaded term v0.7.0 |
270 | 2024-12-21T04:20:06.822Z | Downloaded serde_derive_internals v0.29.1 |
271 | 2024-12-21T04:20:06.824Z | Downloaded bytes v1.8.0 |
272 | 2024-12-21T04:20:06.826Z | Downloaded smallvec v1.13.2 |
273 | 2024-12-21T04:20:06.830Z | Downloaded sha2 v0.10.8 |
274 | 2024-12-21T04:20:06.833Z | Downloaded slog v2.7.0 |
275 | 2024-12-21T04:20:06.836Z | Downloaded dropshot_endpoint v0.13.0 |
276 | 2024-12-21T04:20:06.838Z | Downloaded serde_yaml v0.9.34+deprecated |
277 | 2024-12-21T04:20:06.843Z | Downloaded icu_collections v1.5.0 |
278 | 2024-12-21T04:20:06.849Z | Downloaded socket2 v0.5.7 |
279 | 2024-12-21T04:20:06.853Z | Downloaded mio v1.0.2 |
280 | 2024-12-21T04:20:06.857Z | Downloaded indexmap v2.6.0 |
281 | 2024-12-21T04:20:06.862Z | Downloaded rustls-pki-types v1.10.0 |
282 | 2024-12-21T04:20:06.865Z | Downloaded ryu v1.0.18 |
283 | 2024-12-21T04:20:06.868Z | Downloaded time v0.3.36 |
284 | 2024-12-21T04:20:06.875Z | Downloaded http v1.1.0 |
285 | 2024-12-21T04:20:06.878Z | Downloaded tokio-util v0.7.12 |
286 | 2024-12-21T04:20:06.886Z | Downloaded cc v1.1.30 |
287 | 2024-12-21T04:20:06.890Z | Downloaded schemars v0.8.21 |
288 | 2024-12-21T04:20:06.901Z | Downloaded pest v2.7.14 |
289 | 2024-12-21T04:20:06.906Z | Downloaded zerocopy v0.7.35 |
290 | 2024-12-21T04:20:06.922Z | Downloaded serde_with v3.11.0 |
291 | 2024-12-21T04:20:06.931Z | Downloaded serde_json v1.0.133 |
292 | 2024-12-21T04:20:06.939Z | Downloaded serde v1.0.215 |
293 | 2024-12-21T04:20:06.942Z | Downloaded quinn-proto v0.11.8 |
294 | 2024-12-21T04:20:06.949Z | Downloaded hashbrown v0.15.1 |
295 | 2024-12-21T04:20:06.955Z | Downloaded vcpkg v0.2.15 |
296 | 2024-12-21T04:20:06.992Z | Downloaded webpki-roots v0.26.6 |
297 | 2024-12-21T04:20:06.995Z | Downloaded openssl v0.10.66 |
298 | 2024-12-21T04:20:07.004Z | Downloaded hyper v1.5.0 |
299 | 2024-12-21T04:20:07.010Z | Downloaded hashbrown v0.14.5 |
300 | 2024-12-21T04:20:07.017Z | Downloaded futures-util v0.3.31 |
301 | 2024-12-21T04:20:07.027Z | Downloaded h2 v0.4.6 |
302 | 2024-12-21T04:20:07.034Z | Downloaded regress v0.9.1 |
303 | 2024-12-21T04:20:07.042Z | Downloaded goblin v0.8.2 |
304 | 2024-12-21T04:20:07.049Z | Downloaded aho-corasick v1.1.3 |
305 | 2024-12-21T04:20:07.054Z | Downloaded reqwest v0.12.9 |
306 | 2024-12-21T04:20:07.063Z | Downloaded itertools v0.10.5 |
307 | 2024-12-21T04:20:07.069Z | Downloaded openapiv3 v2.0.0 |
308 | 2024-12-21T04:20:07.081Z | Downloaded icu_properties_data v1.5.0 |
309 | 2024-12-21T04:20:07.091Z | Downloaded rustls-webpki v0.102.8 |
310 | 2024-12-21T04:20:07.109Z | Downloaded typify-impl v0.2.0 |
311 | 2024-12-21T04:20:07.121Z | Downloaded syn v1.0.109 |
312 | 2024-12-21T04:20:07.131Z | Downloaded syn v2.0.87 |
313 | 2024-12-21T04:20:07.142Z | Downloaded regex v1.11.1 |
314 | 2024-12-21T04:20:07.154Z | Downloaded chrono v0.4.38 |
315 | 2024-12-21T04:20:07.161Z | Downloaded idna v1.0.3 |
316 | 2024-12-21T04:20:07.165Z | Downloaded dropshot v0.13.0 |
317 | 2024-12-21T04:20:07.184Z | Downloaded zerovec v0.10.4 |
318 | 2024-12-21T04:20:07.189Z | Downloaded rustls v0.23.19 |
319 | 2024-12-21T04:20:07.212Z | Downloaded rustls v0.22.4 |
320 | 2024-12-21T04:20:07.243Z | Downloaded regex-syntax v0.8.5 |
321 | 2024-12-21T04:20:07.243Z | Downloaded regress v0.10.1 |
322 | 2024-12-21T04:20:07.247Z | Downloaded winnow v0.6.20 |
323 | 2024-12-21T04:20:07.247Z | Downloaded base64 v0.22.1 |
324 | 2024-12-21T04:20:07.247Z | Downloaded tokio v1.40.0 |
325 | 2024-12-21T04:20:07.273Z | Downloaded hashbrown v0.12.3 |
326 | 2024-12-21T04:20:07.277Z | Downloaded crossbeam-channel v0.5.13 |
327 | 2024-12-21T04:20:07.281Z | Downloaded serde_derive v1.0.215 |
328 | 2024-12-21T04:20:07.284Z | Downloaded memchr v2.7.4 |
329 | 2024-12-21T04:20:07.288Z | Downloaded toml_edit v0.22.22 |
330 | 2024-12-21T04:20:07.308Z | Downloaded quinn v0.11.5 |
331 | 2024-12-21T04:20:07.311Z | Downloaded rand v0.8.5 |
332 | 2024-12-21T04:20:07.316Z | Downloaded sha1 v0.10.6 |
333 | 2024-12-21T04:20:07.319Z | Downloaded url v2.5.3 |
334 | 2024-12-21T04:20:07.319Z | Downloaded openssl-sys v0.9.103 |
335 | 2024-12-21T04:20:07.323Z | Downloaded tracing v0.1.40 |
336 | 2024-12-21T04:20:07.327Z | Downloaded spin v0.9.8 |
337 | 2024-12-21T04:20:07.331Z | Downloaded icu_provider v1.5.0 |
338 | 2024-12-21T04:20:07.337Z | Downloaded regex-automata v0.4.8 |
339 | 2024-12-21T04:20:07.349Z | Downloaded icu_properties v1.5.1 |
340 | 2024-12-21T04:20:07.354Z | Downloaded futures v0.3.31 |
341 | 2024-12-21T04:20:07.364Z | Downloaded darling_core v0.20.10 |
342 | 2024-12-21T04:20:07.373Z | Downloaded signal-hook-registry v1.4.2 |
343 | 2024-12-21T04:20:07.373Z | Downloaded schemars_derive v0.8.21 |
344 | 2024-12-21T04:20:07.374Z | Downloaded parking_lot v0.12.3 |
345 | 2024-12-21T04:20:07.374Z | Downloaded unicode-ident v1.0.13 |
346 | 2024-12-21T04:20:07.374Z | Downloaded subtle v2.6.1 |
347 | 2024-12-21T04:20:07.374Z | Downloaded structmeta-derive v0.3.0 |
348 | 2024-12-21T04:20:07.374Z | Downloaded synstructure v0.13.1 |
349 | 2024-12-21T04:20:07.374Z | Downloaded once_cell v1.20.2 |
350 | 2024-12-21T04:20:07.387Z | Downloaded num-traits v0.2.19 |
351 | 2024-12-21T04:20:07.387Z | Downloaded ucd-trie v0.1.7 |
352 | 2024-12-21T04:20:07.387Z | Downloaded pest_meta v2.7.14 |
353 | 2024-12-21T04:20:07.387Z | Downloaded libc v0.2.162 |
354 | 2024-12-21T04:20:07.403Z | Downloaded icu_locid_transform_data v1.5.0 |
355 | 2024-12-21T04:20:07.411Z | Downloaded icu_locid v1.5.0 |
356 | 2024-12-21T04:20:07.411Z | Downloaded bitflags v2.6.0 |
357 | 2024-12-21T04:20:07.426Z | Downloaded scopeguard v1.2.0 |
358 | 2024-12-21T04:20:07.426Z | Downloaded log v0.4.22 |
359 | 2024-12-21T04:20:07.426Z | Downloaded crossbeam-utils v0.8.20 |
360 | 2024-12-21T04:20:07.443Z | Downloaded iana-time-zone v0.1.61 |
361 | 2024-12-21T04:20:07.443Z | Downloaded serde_path_to_error v0.1.16 |
362 | 2024-12-21T04:20:07.443Z | Downloaded tinyvec v1.8.0 |
363 | 2024-12-21T04:20:07.444Z | Downloaded ipnet v2.10.1 |
364 | 2024-12-21T04:20:07.446Z | Downloaded hyper-rustls v0.27.3 |
365 | 2024-12-21T04:20:07.446Z | Downloaded usdt-impl v0.5.0 |
366 | 2024-12-21T04:20:07.446Z | Downloaded parking_lot_core v0.9.10 |
367 | 2024-12-21T04:20:07.446Z | Downloaded typify v0.2.0 |
368 | 2024-12-21T04:20:07.446Z | Downloaded ppv-lite86 v0.2.20 |
369 | 2024-12-21T04:20:07.446Z | Downloaded pin-project-lite v0.2.14 |
370 | 2024-12-21T04:20:07.467Z | Downloaded httparse v1.9.5 |
371 | 2024-12-21T04:20:07.468Z | Downloaded yoke v0.7.4 |
372 | 2024-12-21T04:20:07.468Z | Downloaded getrandom v0.2.15 |
373 | 2024-12-21T04:20:07.468Z | Downloaded deranged v0.3.11 |
374 | 2024-12-21T04:20:07.468Z | Downloaded darling v0.20.10 |
375 | 2024-12-21T04:20:07.468Z | Downloaded camino v1.1.9 |
376 | 2024-12-21T04:20:07.468Z | Downloaded progenitor v0.8.0 |
377 | 2024-12-21T04:20:07.492Z | Downloaded typify-macro v0.2.0 |
378 | 2024-12-21T04:20:07.492Z | Downloaded async-trait v0.1.83 |
379 | 2024-12-21T04:20:07.493Z | Downloaded futures-executor v0.3.31 |
380 | 2024-12-21T04:20:07.493Z | Downloaded usdt v0.5.0 |
381 | 2024-12-21T04:20:07.493Z | Downloaded ipnetwork v0.20.0 |
382 | 2024-12-21T04:20:07.493Z | Downloaded futures-macro v0.3.31 |
383 | 2024-12-21T04:20:07.493Z | Downloaded form_urlencoded v1.2.1 |
384 | 2024-12-21T04:20:07.493Z | Downloaded backoff v0.4.0 |
385 | 2024-12-21T04:20:07.493Z | Downloaded memmap v0.7.0 |
386 | 2024-12-21T04:20:07.493Z | Downloaded displaydoc v0.2.5 |
387 | 2024-12-21T04:20:07.493Z | Downloaded want v0.3.1 |
388 | 2024-12-21T04:20:07.494Z | Downloaded version_check v0.9.5 |
389 | 2024-12-21T04:20:07.494Z | Downloaded toml_datetime v0.6.8 |
390 | 2024-12-21T04:20:07.495Z | Downloaded hostname v0.4.0 |
391 | 2024-12-21T04:20:07.495Z | Downloaded futures-core v0.3.31 |
392 | 2024-12-21T04:20:07.495Z | Downloaded digest v0.10.7 |
393 | 2024-12-21T04:20:07.495Z | Downloaded futures-sink v0.3.31 |
394 | 2024-12-21T04:20:07.519Z | Downloaded cfg-if v1.0.0 |
395 | 2024-12-21T04:20:07.519Z | Downloaded heck v0.5.0 |
396 | 2024-12-21T04:20:07.520Z | Downloaded futures-io v0.3.31 |
397 | 2024-12-21T04:20:07.520Z | Downloaded dirs-sys-next v0.1.2 |
398 | 2024-12-21T04:20:07.520Z | Downloaded num-conv v0.1.0 |
399 | 2024-12-21T04:20:07.520Z | Downloaded dyn-clone v1.0.17 |
400 | 2024-12-21T04:20:07.520Z | Downloaded tokio-macros v2.4.0 |
401 | 2024-12-21T04:20:07.520Z | Downloaded thread_local v1.1.8 |
402 | 2024-12-21T04:20:07.520Z | Downloaded encoding_rs v0.8.34 |
403 | 2024-12-21T04:20:07.545Z | Downloaded debug-ignore v1.0.5 |
404 | 2024-12-21T04:20:07.545Z | Downloaded byteorder v1.5.0 |
405 | 2024-12-21T04:20:07.545Z | Downloaded atomic-waker v1.1.2 |
406 | 2024-12-21T04:20:07.545Z | Downloaded async-stream v0.3.6 |
407 | 2024-12-21T04:20:07.546Z | Downloaded instant v0.1.13 |
408 | 2024-12-21T04:20:07.671Z | Downloaded ring v0.17.8 |
409 | 2024-12-21T04:20:08.007Z | Compiling proc-macro2 v1.0.89 |
410 | 2024-12-21T04:20:08.007Z | Compiling unicode-ident v1.0.13 |
411 | 2024-12-21T04:20:08.012Z | Compiling libc v0.2.162 |
412 | 2024-12-21T04:20:08.013Z | Checking cfg-if v1.0.0 |
413 | 2024-12-21T04:20:08.013Z | Compiling autocfg v1.4.0 |
414 | 2024-12-21T04:20:08.013Z | Compiling serde v1.0.215 |
415 | 2024-12-21T04:20:08.029Z | Compiling version_check v0.9.5 |
416 | 2024-12-21T04:20:08.032Z | Checking memchr v2.7.4 |
417 | 2024-12-21T04:20:08.149Z | Checking itoa v1.0.11 |
418 | 2024-12-21T04:20:08.346Z | Compiling serde_json v1.0.133 |
419 | 2024-12-21T04:20:08.705Z | Compiling thiserror v1.0.69 |
420 | 2024-12-21T04:20:08.725Z | Checking once_cell v1.20.2 |
421 | 2024-12-21T04:20:08.762Z | Compiling shlex v1.3.0 |
422 | 2024-12-21T04:20:09.000Z | Compiling num-traits v0.2.19 |
423 | 2024-12-21T04:20:09.054Z | Compiling cc v1.1.30 |
424 | 2024-12-21T04:20:09.353Z | Checking pin-project-lite v0.2.14 |
425 | 2024-12-21T04:20:09.527Z | Checking ryu v1.0.18 |
426 | 2024-12-21T04:20:09.550Z | Checking smallvec v1.13.2 |
427 | 2024-12-21T04:20:09.568Z | Checking getrandom v0.2.15 |
428 | 2024-12-21T04:20:09.587Z | Checking bytes v1.8.0 |
429 | 2024-12-21T04:20:09.680Z | Checking futures-core v0.3.31 |
430 | 2024-12-21T04:20:09.749Z | Compiling quote v1.0.37 |
431 | 2024-12-21T04:20:09.866Z | Compiling lock_api v0.4.12 |
432 | 2024-12-21T04:20:09.892Z | Compiling schemars v0.8.21 |
433 | 2024-12-21T04:20:10.013Z | Compiling parking_lot_core v0.9.10 |
434 | 2024-12-21T04:20:10.162Z | Compiling syn v2.0.87 |
435 | 2024-12-21T04:20:10.277Z | Compiling byteorder v1.5.0 |
436 | 2024-12-21T04:20:10.435Z | Compiling ahash v0.8.11 |
437 | 2024-12-21T04:20:10.480Z | Checking scopeguard v1.2.0 |
438 | 2024-12-21T04:20:10.546Z | Compiling slab v0.4.9 |
439 | 2024-12-21T04:20:10.728Z | Checking futures-sink v0.3.31 |
440 | 2024-12-21T04:20:10.863Z | Checking log v0.4.22 |
441 | 2024-12-21T04:20:10.881Z | Checking signal-hook-registry v1.4.2 |
442 | 2024-12-21T04:20:10.884Z | Checking socket2 v0.5.7 |
443 | 2024-12-21T04:20:10.919Z | Checking mio v1.0.2 |
444 | 2024-12-21T04:20:11.113Z | Checking parking_lot v0.12.3 |
445 | 2024-12-21T04:20:11.133Z | Checking stable_deref_trait v1.2.0 |
446 | 2024-12-21T04:20:11.189Z | Checking hashbrown v0.15.1 |
447 | 2024-12-21T04:20:11.237Z | Compiling semver v1.0.23 |
448 | 2024-12-21T04:20:11.453Z | Checking equivalent v1.0.1 |
449 | 2024-12-21T04:20:11.471Z | Checking fnv v1.0.7 |
450 | 2024-12-21T04:20:11.491Z | Checking futures-channel v0.3.31 |
451 | 2024-12-21T04:20:11.552Z | Checking pin-utils v0.1.0 |
452 | 2024-12-21T04:20:11.584Z | Checking futures-task v0.3.31 |
453 | 2024-12-21T04:20:11.605Z | Checking http v1.1.0 |
454 | 2024-12-21T04:20:11.647Z | Checking futures-io v0.3.31 |
455 | 2024-12-21T04:20:11.829Z | Checking spin v0.9.8 |
456 | 2024-12-21T04:20:11.849Z | Compiling heck v0.5.0 |
457 | 2024-12-21T04:20:11.867Z | Compiling pkg-config v0.3.31 |
458 | 2024-12-21T04:20:12.060Z | Checking rustls-pki-types v1.10.0 |
459 | 2024-12-21T04:20:12.129Z | Compiling ring v0.17.8 |
460 | 2024-12-21T04:20:12.327Z | Checking iana-time-zone v0.1.61 |
461 | 2024-12-21T04:20:12.427Z | Compiling vcpkg v0.2.15 |
462 | 2024-12-21T04:20:12.482Z | Compiling httparse v1.9.5 |
463 | 2024-12-21T04:20:12.721Z | Checking dyn-clone v1.0.17 |
464 | 2024-12-21T04:20:12.973Z | Compiling ucd-trie v0.1.7 |
465 | 2024-12-21T04:20:13.089Z | Checking writeable v0.5.5 |
466 | 2024-12-21T04:20:13.199Z | Checking untrusted v0.9.0 |
467 | 2024-12-21T04:20:13.214Z | Checking litemap v0.7.3 |
468 | 2024-12-21T04:20:13.401Z | Checking tracing-core v0.1.32 |
469 | 2024-12-21T04:20:13.446Z | Checking atomic-waker v1.1.2 |
470 | 2024-12-21T04:20:13.456Z | Compiling allocator-api2 v0.2.18 |
471 | 2024-12-21T04:20:14.022Z | Checking http-body v1.0.1 |
472 | 2024-12-21T04:20:14.064Z | Checking tracing v0.1.40 |
473 | 2024-12-21T04:20:14.122Z | Compiling openssl-sys v0.9.103 |
474 | 2024-12-21T04:20:14.214Z | Compiling uuid v1.11.0 |
475 | 2024-12-21T04:20:14.218Z | Checking zeroize v1.8.1 |
476 | 2024-12-21T04:20:14.370Z | Checking try-lock v0.2.5 |
477 | 2024-12-21T04:20:14.385Z | Checking icu_locid_transform_data v1.5.0 |
478 | 2024-12-21T04:20:14.467Z | Checking subtle v2.6.1 |
479 | 2024-12-21T04:20:14.626Z | Checking want v0.3.1 |
480 | 2024-12-21T04:20:14.696Z | Checking foreign-types-shared v0.1.1 |
481 | 2024-12-21T04:20:14.811Z | Checking icu_properties_data v1.5.0 |
482 | 2024-12-21T04:20:14.818Z | Compiling openssl v0.10.66 |
483 | 2024-12-21T04:20:15.012Z | Checking httpdate v1.0.3 |
484 | 2024-12-21T04:20:15.051Z | Compiling slog v2.7.0 |
485 | 2024-12-21T04:20:15.139Z | Compiling chrono v0.4.38 |
486 | 2024-12-21T04:20:15.263Z | Checking foreign-types v0.3.2 |
487 | 2024-12-21T04:20:15.285Z | Compiling aho-corasick v1.1.3 |
488 | 2024-12-21T04:20:15.345Z | Compiling regex-syntax v0.8.5 |
489 | 2024-12-21T04:20:15.609Z | Checking icu_normalizer_data v1.5.0 |
490 | 2024-12-21T04:20:15.701Z | Checking percent-encoding v2.3.1 |
491 | 2024-12-21T04:20:15.895Z | Checking write16 v1.0.0 |
492 | 2024-12-21T04:20:16.020Z | Compiling rustls v0.23.19 |
493 | 2024-12-21T04:20:16.334Z | Checking utf16_iter v1.0.5 |
494 | 2024-12-21T04:20:16.459Z | Compiling native-tls v0.2.12 |
495 | 2024-12-21T04:20:16.503Z | Checking tower-service v0.3.3 |
496 | 2024-12-21T04:20:16.617Z | Checking bitflags v2.6.0 |
497 | 2024-12-21T04:20:16.811Z | Checking utf8_iter v1.0.4 |
498 | 2024-12-21T04:20:16.855Z | Compiling typenum v1.17.0 |
499 | 2024-12-21T04:20:17.231Z | Checking form_urlencoded v1.2.1 |
500 | 2024-12-21T04:20:17.641Z | Compiling generic-array v0.14.7 |
501 | 2024-12-21T04:20:17.835Z | Compiling serde_derive_internals v0.29.1 |
502 | 2024-12-21T04:20:17.912Z | Compiling synstructure v0.13.1 |
503 | 2024-12-21T04:20:18.286Z | Checking rustls-webpki v0.102.8 |
504 | 2024-12-21T04:20:19.122Z | Compiling regex-automata v0.4.8 |
505 | 2024-12-21T04:20:19.364Z | Checking openssl-probe v0.1.5 |
506 | 2024-12-21T04:20:20.405Z | Compiling usdt-impl v0.5.0 |
507 | 2024-12-21T04:20:20.789Z | Checking encoding_rs v0.8.34 |
508 | 2024-12-21T04:20:20.876Z | Checking mime v0.3.17 |
509 | 2024-12-21T04:20:21.211Z | Compiling num-conv v0.1.0 |
510 | 2024-12-21T04:20:21.337Z | Checking powerfmt v0.2.0 |
511 | 2024-12-21T04:20:21.499Z | Compiling time-core v0.1.2 |
512 | 2024-12-21T04:20:21.599Z | Checking deranged v0.3.11 |
513 | 2024-12-21T04:20:21.674Z | Compiling time-macros v0.2.18 |
514 | 2024-12-21T04:20:22.963Z | Compiling thread-id v4.2.2 |
515 | 2024-12-21T04:20:23.076Z | Checking rustls-pemfile v2.2.0 |
516 | 2024-12-21T04:20:23.135Z | Checking webpki-roots v0.26.6 |
517 | 2024-12-21T04:20:23.336Z | Compiling regex v1.11.1 |
518 | 2024-12-21T04:20:23.372Z | Checking base64 v0.22.1 |
519 | 2024-12-21T04:20:23.533Z | Compiling crossbeam-utils v0.8.20 |
520 | 2024-12-21T04:20:23.589Z | Compiling serde_derive v1.0.215 |
521 | 2024-12-21T04:20:23.882Z | Compiling zerocopy-derive v0.7.35 |
522 | 2024-12-21T04:20:24.079Z | Compiling thiserror-impl v1.0.69 |
523 | 2024-12-21T04:20:24.212Z | Compiling schemars_derive v0.8.21 |
524 | 2024-12-21T04:20:24.303Z | Compiling zerofrom-derive v0.1.4 |
525 | 2024-12-21T04:20:24.448Z | Compiling tokio-macros v2.4.0 |
526 | 2024-12-21T04:20:24.635Z | Compiling yoke-derive v0.7.4 |
527 | 2024-12-21T04:20:25.886Z | Compiling zerocopy v0.7.35 |
528 | 2024-12-21T04:20:27.141Z | Checking tokio v1.40.0 |
529 | 2024-12-21T04:20:27.205Z | Compiling zerovec-derive v0.10.3 |
530 | 2024-12-21T04:20:27.256Z | Compiling futures-macro v0.3.31 |
531 | 2024-12-21T04:20:27.419Z | Compiling displaydoc v0.2.5 |
532 | 2024-12-21T04:20:27.538Z | Compiling pest v2.7.14 |
533 | 2024-12-21T04:20:28.031Z | Checking zerofrom v0.1.4 |
534 | 2024-12-21T04:20:28.150Z | Checking yoke v0.7.4 |
535 | 2024-12-21T04:20:28.215Z | Compiling icu_provider_macros v1.5.0 |
536 | 2024-12-21T04:20:28.464Z | Compiling hashbrown v0.14.5 |
537 | 2024-12-21T04:20:29.165Z | Checking futures-util v0.3.31 |
538 | 2024-12-21T04:20:29.292Z | Compiling openssl-macros v0.1.1 |
539 | 2024-12-21T04:20:29.654Z | Checking zerovec v0.10.4 |
540 | 2024-12-21T04:20:29.813Z | Compiling regress v0.10.1 |
541 | 2024-12-21T04:20:30.092Z | Compiling pest_meta v2.7.14 |
542 | 2024-12-21T04:20:30.666Z | Compiling scroll_derive v0.12.0 |
543 | 2024-12-21T04:20:32.167Z | Checking tinystr v0.7.6 |
544 | 2024-12-21T04:20:32.572Z | Checking icu_locid v1.5.0 |
545 | 2024-12-21T04:20:33.670Z | Checking icu_provider v1.5.0 |
546 | 2024-12-21T04:20:34.279Z | Checking icu_collections v1.5.0 |
547 | 2024-12-21T04:20:34.322Z | Compiling pest_generator v2.7.14 |
548 | 2024-12-21T04:20:34.340Z | Checking icu_locid_transform v1.5.0 |
549 | 2024-12-21T04:20:34.496Z | Checking tokio-util v0.7.12 |
550 | 2024-12-21T04:20:34.613Z | Checking http-body-util v0.1.2 |
551 | 2024-12-21T04:20:34.967Z | Checking tokio-rustls v0.26.0 |
552 | 2024-12-21T04:20:35.057Z | Checking scroll v0.12.0 |
553 | 2024-12-21T04:20:35.369Z | Checking icu_properties v1.5.1 |
554 | 2024-12-21T04:20:36.033Z | Compiling pest_derive v2.7.14 |
555 | 2024-12-21T04:20:36.104Z | Compiling ident_case v1.0.1 |
556 | 2024-12-21T04:20:36.290Z | Compiling syn v1.0.109 |
557 | 2024-12-21T04:20:36.384Z | Checking indexmap v2.6.0 |
558 | 2024-12-21T04:20:37.669Z | Compiling serde_tokenstream v0.2.2 |
559 | 2024-12-21T04:20:37.872Z | Checking h2 v0.4.6 |
560 | 2024-12-21T04:20:38.746Z | Checking icu_normalizer v1.5.0 |
561 | 2024-12-21T04:20:38.816Z | Compiling dtrace-parser v0.2.0 |
562 | 2024-12-21T04:20:38.882Z | Checking tokio-native-tls v0.3.1 |
563 | 2024-12-21T04:20:39.066Z | Checking serde_urlencoded v0.7.1 |
564 | 2024-12-21T04:20:39.481Z | Checking idna_adapter v1.2.0 |
565 | 2024-12-21T04:20:39.669Z | Checking idna v1.0.3 |
566 | 2024-12-21T04:20:39.705Z | Compiling dof v0.3.0 |
567 | 2024-12-21T04:20:40.223Z | Compiling strsim v0.11.1 |
568 | 2024-12-21T04:20:40.277Z | Checking num_threads v0.1.7 |
569 | 2024-12-21T04:20:40.398Z | Checking plain v0.2.3 |
570 | 2024-12-21T04:20:40.428Z | Checking time v0.3.36 |
571 | 2024-12-21T04:20:40.545Z | Checking goblin v0.8.2 |
572 | 2024-12-21T04:20:40.593Z | Compiling darling_core v0.20.10 |
573 | 2024-12-21T04:20:40.779Z | Checking typify-impl v0.2.0 |
574 | 2024-12-21T04:20:40.932Z | Checking url v2.5.3 |
575 | 2024-12-21T04:20:42.228Z | Checking hyper v1.5.0 |
576 | 2024-12-21T04:20:42.358Z | Compiling openapiv3 v2.0.0 |
577 | 2024-12-21T04:20:44.413Z | Checking hyper-util v0.1.10 |
578 | 2024-12-21T04:20:44.473Z | Checking sync_wrapper v1.0.1 |
579 | 2024-12-21T04:20:44.648Z | Checking dirs-sys-next v0.1.2 |
580 | 2024-12-21T04:20:45.215Z | Checking pretty-hex v0.4.1 |
581 | 2024-12-21T04:20:45.391Z | Checking ipnet v2.10.1 |
582 | 2024-12-21T04:20:45.706Z | Compiling newtype-uuid v1.1.3 |
583 | 2024-12-21T04:20:45.889Z | Compiling paste v1.0.15 |
584 | 2024-12-21T04:20:46.016Z | Compiling rustls v0.22.4 |
585 | 2024-12-21T04:20:46.039Z | Compiling omicron-workspace-hack v0.1.0 |
586 | 2024-12-21T04:20:46.141Z | Checking hyper-tls v0.6.0 |
587 | 2024-12-21T04:20:46.322Z | Checking hyper-rustls v0.27.3 |
588 | 2024-12-21T04:20:46.357Z | Compiling unsafe-libyaml v0.2.11 |
589 | 2024-12-21T04:20:46.361Z | Compiling rustversion v1.0.17 |
590 | 2024-12-21T04:20:46.636Z | Checking reqwest v0.12.9 |
591 | 2024-12-21T04:20:46.811Z | Compiling darling_macro v0.20.10 |
592 | 2024-12-21T04:20:46.972Z | Checking dirs-next v2.0.0 |
593 | 2024-12-21T04:20:47.116Z | Checking ipnetwork v0.20.0 |
594 | 2024-12-21T04:20:47.326Z | Checking toml_datetime v0.6.8 |
595 | 2024-12-21T04:20:47.471Z | Checking serde_spanned v0.6.8 |
596 | 2024-12-21T04:20:47.630Z | Checking ppv-lite86 v0.2.20 |
597 | 2024-12-21T04:20:47.669Z | Compiling serde_yaml v0.9.34+deprecated |
598 | 2024-12-21T04:20:47.700Z | Compiling structmeta-derive v0.3.0 |
599 | 2024-12-21T04:20:47.765Z | Checking crypto-common v0.1.6 |
600 | 2024-12-21T04:20:47.935Z | Checking block-buffer v0.10.4 |
601 | 2024-12-21T04:20:48.104Z | Checking rand_core v0.6.4 |
602 | 2024-12-21T04:20:48.159Z | Checking thread_local v1.1.8 |
603 | 2024-12-21T04:20:48.262Z | Compiling multer v3.1.0 |
604 | 2024-12-21T04:20:48.424Z | Checking winnow v0.6.20 |
605 | 2024-12-21T04:20:48.441Z | Compiling anyhow v1.0.93 |
606 | 2024-12-21T04:20:48.465Z | Compiling slog-async v2.8.0 |
607 | 2024-12-21T04:20:48.596Z | Compiling camino v1.1.9 |
608 | 2024-12-21T04:20:48.967Z | Checking either v1.13.0 |
609 | 2024-12-21T04:20:49.036Z | Checking match_cfg v0.1.0 |
610 | 2024-12-21T04:20:49.131Z | Checking hostname v0.3.1 |
611 | 2024-12-21T04:20:49.387Z | Checking itertools v0.10.5 |
612 | 2024-12-21T04:20:49.439Z | Checking rand_chacha v0.3.1 |
613 | 2024-12-21T04:20:49.851Z | Checking digest v0.10.7 |
614 | 2024-12-21T04:20:50.345Z | Checking progenitor-client v0.8.0 |
615 | 2024-12-21T04:20:50.461Z | Compiling darling v0.20.10 |
616 | 2024-12-21T04:20:50.462Z | Checking crossbeam-channel v0.5.13 |
617 | 2024-12-21T04:20:50.490Z | Compiling structmeta v0.3.0 |
618 | 2024-12-21T04:20:50.490Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
619 | 2024-12-21T04:20:50.943Z | Checking term v0.7.0 |
620 | 2024-12-21T04:20:51.475Z | Checking slog-json v2.6.1 |
621 | 2024-12-21T04:20:51.779Z | Checking toml_edit v0.22.22 |
622 | 2024-12-21T04:20:52.005Z | Compiling usdt-macro v0.5.0 |
623 | 2024-12-21T04:20:52.006Z | Compiling usdt-attr-macro v0.5.0 |
624 | 2024-12-21T04:20:52.187Z | Checking futures-executor v0.3.31 |
625 | 2024-12-21T04:20:52.432Z | Compiling async-stream-impl v0.3.6 |
626 | 2024-12-21T04:20:52.539Z | Checking memmap v0.7.0 |
627 | 2024-12-21T04:20:52.697Z | Checking is-terminal v0.4.13 |
628 | 2024-12-21T04:20:52.805Z | Compiling dropshot v0.13.0 |
629 | 2024-12-21T04:20:52.917Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
630 | 2024-12-21T04:20:53.081Z | Checking take_mut v0.2.2 |
631 | 2024-12-21T04:20:53.144Z | Checking cpufeatures v0.2.14 |
632 | 2024-12-21T04:20:53.186Z | Checking sha1 v0.10.6 |
633 | 2024-12-21T04:20:53.248Z | Checking usdt v0.5.0 |
634 | 2024-12-21T04:20:53.468Z | Checking slog-term v2.9.1 |
635 | 2024-12-21T04:20:53.525Z | Checking futures v0.3.31 |
636 | 2024-12-21T04:20:53.563Z | Compiling strum_macros v0.26.4 |
637 | 2024-12-21T04:20:53.673Z | Checking slog-bunyan v2.5.0 |
638 | 2024-12-21T04:20:53.802Z | Checking async-stream v0.3.6 |
639 | 2024-12-21T04:20:53.865Z | Compiling parse-display-derive v0.10.0 |
640 | 2024-12-21T04:20:54.411Z | Compiling serde_with_macros v3.11.0 |
641 | 2024-12-21T04:20:54.463Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
642 | 2024-12-21T04:20:54.463Z | Checking rand v0.8.5 |
643 | 2024-12-21T04:20:54.463Z | Checking toml v0.8.19 |
644 | 2024-12-21T04:20:55.061Z | Checking tokio-rustls v0.25.0 |
645 | 2024-12-21T04:20:55.462Z | Compiling dropshot_endpoint v0.13.0 |
646 | 2024-12-21T04:20:55.557Z | Checking serde_path_to_error v0.1.16 |
647 | 2024-12-21T04:20:55.557Z | Checking hex v0.4.3 |
648 | 2024-12-21T04:20:55.751Z | Compiling async-trait v0.1.83 |
649 | 2024-12-21T04:20:55.946Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
650 | 2024-12-21T04:20:56.041Z | Checking waitgroup v0.1.2 |
651 | 2024-12-21T04:20:56.081Z | Compiling typify-macro v0.2.0 |
652 | 2024-12-21T04:20:56.145Z | Checking hostname v0.4.0 |
653 | 2024-12-21T04:20:56.229Z | Checking instant v0.1.13 |
654 | 2024-12-21T04:20:56.363Z | Checking debug-ignore v1.0.5 |
655 | 2024-12-21T04:20:56.444Z | Checking serde_with v3.11.0 |
656 | 2024-12-21T04:20:56.530Z | Checking backoff v0.4.0 |
657 | 2024-12-21T04:20:56.738Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
658 | 2024-12-21T04:20:56.827Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
659 | 2024-12-21T04:20:56.949Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
660 | 2024-12-21T04:20:57.071Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
661 | 2024-12-21T04:20:57.418Z | Checking macaddr v1.0.1 |
662 | 2024-12-21T04:20:57.646Z | Checking parse-display v0.10.0 |
663 | 2024-12-21T04:20:57.745Z | Checking regress v0.9.1 |
664 | 2024-12-21T04:20:57.956Z | Checking strum v0.26.3 |
665 | 2024-12-21T04:20:58.976Z | Compiling typify v0.2.0 |
666 | 2024-12-21T04:20:59.071Z | Compiling progenitor-impl v0.8.0 |
667 | 2024-12-21T04:21:01.885Z | Compiling progenitor-macro v0.8.0 |
668 | 2024-12-21T04:21:06.091Z | Checking progenitor v0.8.0 |
669 | 2024-12-21T04:21:06.230Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
670 | 2024-12-21T04:21:09.362Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
671 | 2024-12-21T04:21:17.381Z | Checking test-project v0.1.0 (/tmp/test-project) |
672 | 2024-12-21T04:21:17.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
673 | 2024-12-21T04:21:17.790Z | + cargo build --release |
674 | 2024-12-21T04:21:18.057Z | Compiling proc-macro2 v1.0.89 |
675 | 2024-12-21T04:21:18.057Z | Compiling unicode-ident v1.0.13 |
676 | 2024-12-21T04:21:18.060Z | Compiling libc v0.2.162 |
677 | 2024-12-21T04:21:18.060Z | Compiling cfg-if v1.0.0 |
678 | 2024-12-21T04:21:18.060Z | Compiling autocfg v1.4.0 |
679 | 2024-12-21T04:21:18.061Z | Compiling serde v1.0.215 |
680 | 2024-12-21T04:21:18.061Z | Compiling version_check v0.9.5 |
681 | 2024-12-21T04:21:18.061Z | Compiling memchr v2.7.4 |
682 | 2024-12-21T04:21:18.172Z | Compiling serde_json v1.0.133 |
683 | 2024-12-21T04:21:18.247Z | Compiling itoa v1.0.11 |
684 | 2024-12-21T04:21:18.500Z | Compiling thiserror v1.0.69 |
685 | 2024-12-21T04:21:18.647Z | Compiling once_cell v1.20.2 |
686 | 2024-12-21T04:21:18.773Z | Compiling shlex v1.3.0 |
687 | 2024-12-21T04:21:19.067Z | Compiling cc v1.1.30 |
688 | 2024-12-21T04:21:19.276Z | Compiling num-traits v0.2.19 |
689 | 2024-12-21T04:21:19.494Z | Compiling pin-project-lite v0.2.14 |
690 | 2024-12-21T04:21:19.602Z | Compiling ryu v1.0.18 |
691 | 2024-12-21T04:21:19.602Z | Compiling smallvec v1.13.2 |
692 | 2024-12-21T04:21:19.711Z | Compiling getrandom v0.2.15 |
693 | 2024-12-21T04:21:19.816Z | Compiling quote v1.0.37 |
694 | 2024-12-21T04:21:19.928Z | Compiling bytes v1.8.0 |
695 | 2024-12-21T04:21:19.974Z | Compiling futures-core v0.3.31 |
696 | 2024-12-21T04:21:20.041Z | Compiling schemars v0.8.21 |
697 | 2024-12-21T04:21:20.183Z | Compiling syn v2.0.87 |
698 | 2024-12-21T04:21:20.213Z | Compiling lock_api v0.4.12 |
699 | 2024-12-21T04:21:20.403Z | Compiling ahash v0.8.11 |
700 | 2024-12-21T04:21:20.496Z | Compiling parking_lot_core v0.9.10 |
701 | 2024-12-21T04:21:20.545Z | Compiling byteorder v1.5.0 |
702 | 2024-12-21T04:21:20.795Z | Compiling scopeguard v1.2.0 |
703 | 2024-12-21T04:21:20.928Z | Compiling slab v0.4.9 |
704 | 2024-12-21T04:21:21.002Z | Compiling futures-sink v0.3.31 |
705 | 2024-12-21T04:21:21.148Z | Compiling log v0.4.22 |
706 | 2024-12-21T04:21:21.320Z | Compiling socket2 v0.5.7 |
707 | 2024-12-21T04:21:21.380Z | Compiling parking_lot v0.12.3 |
708 | 2024-12-21T04:21:21.402Z | Compiling mio v1.0.2 |
709 | 2024-12-21T04:21:21.595Z | Compiling signal-hook-registry v1.4.2 |
710 | 2024-12-21T04:21:21.722Z | Compiling semver v1.0.23 |
711 | 2024-12-21T04:21:21.768Z | Compiling stable_deref_trait v1.2.0 |
712 | 2024-12-21T04:21:21.950Z | Compiling ring v0.17.8 |
713 | 2024-12-21T04:21:22.202Z | Compiling hashbrown v0.15.1 |
714 | 2024-12-21T04:21:22.204Z | Compiling fnv v1.0.7 |
715 | 2024-12-21T04:21:22.326Z | Compiling equivalent v1.0.1 |
716 | 2024-12-21T04:21:22.429Z | Compiling http v1.1.0 |
717 | 2024-12-21T04:21:22.951Z | Compiling futures-channel v0.3.31 |
718 | 2024-12-21T04:21:23.168Z | Compiling futures-task v0.3.31 |
719 | 2024-12-21T04:21:23.307Z | Compiling pin-utils v0.1.0 |
720 | 2024-12-21T04:21:23.393Z | Compiling futures-io v0.3.31 |
721 | 2024-12-21T04:21:23.435Z | Compiling iana-time-zone v0.1.61 |
722 | 2024-12-21T04:21:23.537Z | Compiling vcpkg v0.2.15 |
723 | 2024-12-21T04:21:23.647Z | Compiling pkg-config v0.3.31 |
724 | 2024-12-21T04:21:23.725Z | Compiling rustls-pki-types v1.10.0 |
725 | 2024-12-21T04:21:24.151Z | Compiling spin v0.9.8 |
726 | 2024-12-21T04:21:24.421Z | Compiling heck v0.5.0 |
727 | 2024-12-21T04:21:25.127Z | Compiling httparse v1.9.5 |
728 | 2024-12-21T04:21:25.156Z | Compiling openssl-sys v0.9.103 |
729 | 2024-12-21T04:21:25.239Z | Compiling untrusted v0.9.0 |
730 | 2024-12-21T04:21:25.421Z | Compiling ucd-trie v0.1.7 |
731 | 2024-12-21T04:21:25.604Z | Compiling writeable v0.5.5 |
732 | 2024-12-21T04:21:25.747Z | Compiling litemap v0.7.3 |
733 | 2024-12-21T04:21:25.825Z | Compiling dyn-clone v1.0.17 |
734 | 2024-12-21T04:21:26.021Z | Compiling tracing-core v0.1.32 |
735 | 2024-12-21T04:21:26.238Z | Compiling atomic-waker v1.1.2 |
736 | 2024-12-21T04:21:26.419Z | Compiling allocator-api2 v0.2.18 |
737 | 2024-12-21T04:21:27.182Z | Compiling tracing v0.1.40 |
738 | 2024-12-21T04:21:27.230Z | Compiling http-body v1.0.1 |
739 | 2024-12-21T04:21:27.457Z | Compiling icu_locid_transform_data v1.5.0 |
740 | 2024-12-21T04:21:27.662Z | Compiling chrono v0.4.38 |
741 | 2024-12-21T04:21:27.767Z | Compiling try-lock v0.2.5 |
742 | 2024-12-21T04:21:27.780Z | Compiling zeroize v1.8.1 |
743 | 2024-12-21T04:21:27.845Z | Compiling uuid v1.11.0 |
744 | 2024-12-21T04:21:27.900Z | Compiling subtle v2.6.1 |
745 | 2024-12-21T04:21:28.100Z | Compiling synstructure v0.13.1 |
746 | 2024-12-21T04:21:28.165Z | Compiling serde_derive_internals v0.29.1 |
747 | 2024-12-21T04:21:28.401Z | Compiling want v0.3.1 |
748 | 2024-12-21T04:21:28.732Z | Compiling icu_properties_data v1.5.0 |
749 | 2024-12-21T04:21:29.337Z | Compiling httpdate v1.0.3 |
750 | 2024-12-21T04:21:29.498Z | Compiling openssl v0.10.66 |
751 | 2024-12-21T04:21:29.723Z | Compiling foreign-types-shared v0.1.1 |
752 | 2024-12-21T04:21:29.833Z | Compiling slog v2.7.0 |
753 | 2024-12-21T04:21:29.990Z | Compiling foreign-types v0.3.2 |
754 | 2024-12-21T04:21:30.399Z | Compiling aho-corasick v1.1.3 |
755 | 2024-12-21T04:21:30.514Z | Compiling bitflags v2.6.0 |
756 | 2024-12-21T04:21:30.705Z | Compiling regex-syntax v0.8.5 |
757 | 2024-12-21T04:21:30.767Z | Compiling write16 v1.0.0 |
758 | 2024-12-21T04:21:30.859Z | Compiling typenum v1.17.0 |
759 | 2024-12-21T04:21:31.523Z | Compiling utf16_iter v1.0.5 |
760 | 2024-12-21T04:21:31.728Z | Compiling tower-service v0.3.3 |
761 | 2024-12-21T04:21:31.840Z | Compiling rustls v0.23.19 |
762 | 2024-12-21T04:21:31.848Z | Compiling icu_normalizer_data v1.5.0 |
763 | 2024-12-21T04:21:31.935Z | Compiling native-tls v0.2.12 |
764 | 2024-12-21T04:21:32.224Z | Compiling utf8_iter v1.0.4 |
765 | 2024-12-21T04:21:32.297Z | Compiling percent-encoding v2.3.1 |
766 | 2024-12-21T04:21:32.469Z | Compiling form_urlencoded v1.2.1 |
767 | 2024-12-21T04:21:33.048Z | Compiling generic-array v0.14.7 |
768 | 2024-12-21T04:21:33.360Z | Compiling openssl-probe v0.1.5 |
769 | 2024-12-21T04:21:33.826Z | Compiling serde_derive v1.0.215 |
770 | 2024-12-21T04:21:33.881Z | Compiling zerocopy-derive v0.7.35 |
771 | 2024-12-21T04:21:33.981Z | Compiling thiserror-impl v1.0.69 |
772 | 2024-12-21T04:21:34.364Z | Compiling schemars_derive v0.8.21 |
773 | 2024-12-21T04:21:34.817Z | Compiling zerofrom-derive v0.1.4 |
774 | 2024-12-21T04:21:36.029Z | Compiling zerocopy v0.7.35 |
775 | 2024-12-21T04:21:37.166Z | Compiling yoke-derive v0.7.4 |
776 | 2024-12-21T04:21:37.727Z | Compiling tokio-macros v2.4.0 |
777 | 2024-12-21T04:21:37.787Z | Compiling zerovec-derive v0.10.3 |
778 | 2024-12-21T04:21:38.416Z | Compiling zerofrom v0.1.4 |
779 | 2024-12-21T04:21:38.433Z | Compiling futures-macro v0.3.31 |
780 | 2024-12-21T04:21:38.687Z | Compiling displaydoc v0.2.5 |
781 | 2024-12-21T04:21:39.120Z | Compiling tokio v1.40.0 |
782 | 2024-12-21T04:21:40.018Z | Compiling yoke v0.7.4 |
783 | 2024-12-21T04:21:40.316Z | Compiling zerovec v0.10.4 |
784 | 2024-12-21T04:21:40.355Z | Compiling futures-util v0.3.31 |
785 | 2024-12-21T04:21:40.377Z | Compiling pest v2.7.14 |
786 | 2024-12-21T04:21:40.927Z | Compiling icu_provider_macros v1.5.0 |
787 | 2024-12-21T04:21:40.947Z | Compiling hashbrown v0.14.5 |
788 | 2024-12-21T04:21:42.257Z | Compiling rustls-webpki v0.102.8 |
789 | 2024-12-21T04:21:43.303Z | Compiling tinystr v0.7.6 |
790 | 2024-12-21T04:21:43.430Z | Compiling pest_meta v2.7.14 |
791 | 2024-12-21T04:21:43.762Z | Compiling icu_locid v1.5.0 |
792 | 2024-12-21T04:21:47.162Z | Compiling icu_provider v1.5.0 |
793 | 2024-12-21T04:21:47.402Z | Compiling pest_generator v2.7.14 |
794 | 2024-12-21T04:21:47.677Z | Compiling icu_collections v1.5.0 |
795 | 2024-12-21T04:21:49.190Z | Compiling indexmap v2.6.0 |
796 | 2024-12-21T04:21:49.389Z | Compiling serde_tokenstream v0.2.2 |
797 | 2024-12-21T04:21:51.227Z | Compiling tokio-util v0.7.12 |
798 | 2024-12-21T04:21:51.414Z | Compiling icu_locid_transform v1.5.0 |
799 | 2024-12-21T04:21:51.703Z | Compiling regress v0.10.1 |
800 | 2024-12-21T04:21:54.763Z | Compiling h2 v0.4.6 |
801 | 2024-12-21T04:21:54.995Z | Compiling icu_properties v1.5.1 |
802 | 2024-12-21T04:21:56.660Z | Compiling typify-impl v0.2.0 |
803 | 2024-12-21T04:21:57.382Z | Compiling pest_derive v2.7.14 |
804 | 2024-12-21T04:21:58.844Z | Compiling openssl-macros v0.1.1 |
805 | 2024-12-21T04:21:59.156Z | Compiling icu_normalizer v1.5.0 |
806 | 2024-12-21T04:22:01.419Z | Compiling hyper v1.5.0 |
807 | 2024-12-21T04:22:04.714Z | Compiling hyper-util v0.1.10 |
808 | 2024-12-21T04:22:08.096Z | Compiling regex-automata v0.4.8 |
809 | 2024-12-21T04:22:09.113Z | Compiling typify-macro v0.2.0 |
810 | 2024-12-21T04:22:11.000Z | Compiling idna_adapter v1.2.0 |
811 | 2024-12-21T04:22:11.290Z | Compiling http-body-util v0.1.2 |
812 | 2024-12-21T04:22:11.864Z | Compiling scroll_derive v0.12.0 |
813 | 2024-12-21T04:22:12.584Z | Compiling regex v1.11.1 |
814 | 2024-12-21T04:22:13.751Z | Compiling usdt-impl v0.5.0 |
815 | 2024-12-21T04:22:13.991Z | Compiling encoding_rs v0.8.34 |
816 | 2024-12-21T04:22:14.112Z | Compiling powerfmt v0.2.0 |
817 | 2024-12-21T04:22:14.464Z | Compiling mime v0.3.17 |
818 | 2024-12-21T04:22:14.795Z | Compiling time-core v0.1.2 |
819 | 2024-12-21T04:22:14.983Z | Compiling num-conv v0.1.0 |
820 | 2024-12-21T04:22:15.236Z | Compiling time-macros v0.2.18 |
821 | 2024-12-21T04:22:16.128Z | Compiling deranged v0.3.11 |
822 | 2024-12-21T04:22:17.103Z | Compiling thread-id v4.2.2 |
823 | 2024-12-21T04:22:17.204Z | Compiling scroll v0.12.0 |
824 | 2024-12-21T04:22:17.853Z | Compiling idna v1.0.3 |
825 | 2024-12-21T04:22:18.284Z | Compiling tokio-native-tls v0.3.1 |
826 | 2024-12-21T04:22:18.469Z | Compiling tokio-rustls v0.26.0 |
827 | 2024-12-21T04:22:23.805Z | Compiling dtrace-parser v0.2.0 |
828 | 2024-12-21T04:22:25.021Z | Compiling dof v0.3.0 |
829 | 2024-12-21T04:22:25.550Z | Compiling serde_urlencoded v0.7.1 |
830 | 2024-12-21T04:22:25.839Z | Compiling rustls-pemfile v2.2.0 |
831 | 2024-12-21T04:22:26.126Z | Compiling webpki-roots v0.26.6 |
832 | 2024-12-21T04:22:26.300Z | Compiling plain v0.2.3 |
833 | 2024-12-21T04:22:26.458Z | Compiling ident_case v1.0.1 |
834 | 2024-12-21T04:22:26.634Z | Compiling num_threads v0.1.7 |
835 | 2024-12-21T04:22:27.901Z | Compiling crossbeam-utils v0.8.20 |
836 | 2024-12-21T04:22:27.921Z | Compiling syn v1.0.109 |
837 | 2024-12-21T04:22:27.938Z | Compiling omicron-workspace-hack v0.1.0 |
838 | 2024-12-21T04:22:28.156Z | Compiling strsim v0.11.1 |
839 | 2024-12-21T04:22:28.244Z | Compiling base64 v0.22.1 |
840 | 2024-12-21T04:22:28.547Z | Compiling darling_core v0.20.10 |
841 | 2024-12-21T04:22:28.888Z | Compiling time v0.3.36 |
842 | 2024-12-21T04:22:32.697Z | Compiling goblin v0.8.2 |
843 | 2024-12-21T04:22:33.565Z | Compiling hyper-rustls v0.27.3 |
844 | 2024-12-21T04:22:36.224Z | Compiling hyper-tls v0.6.0 |
845 | 2024-12-21T04:22:36.739Z | Compiling url v2.5.3 |
846 | 2024-12-21T04:22:38.373Z | Compiling typify v0.2.0 |
847 | 2024-12-21T04:22:38.499Z | Compiling openapiv3 v2.0.0 |
848 | 2024-12-21T04:22:39.092Z | Compiling sync_wrapper v1.0.1 |
849 | 2024-12-21T04:22:39.226Z | Compiling dirs-sys-next v0.1.2 |
850 | 2024-12-21T04:22:40.733Z | Compiling rustversion v1.0.17 |
851 | 2024-12-21T04:22:41.388Z | Compiling newtype-uuid v1.1.3 |
852 | 2024-12-21T04:22:41.712Z | Compiling rustls v0.22.4 |
853 | 2024-12-21T04:22:42.023Z | Compiling paste v1.0.15 |
854 | 2024-12-21T04:22:42.517Z | Compiling ipnet v2.10.1 |
855 | 2024-12-21T04:22:42.671Z | Compiling unsafe-libyaml v0.2.11 |
856 | 2024-12-21T04:22:42.838Z | Compiling pretty-hex v0.4.1 |
857 | 2024-12-21T04:22:43.062Z | Compiling reqwest v0.12.9 |
858 | 2024-12-21T04:22:44.517Z | Compiling serde_yaml v0.9.34+deprecated |
859 | 2024-12-21T04:22:45.718Z | Compiling progenitor-impl v0.8.0 |
860 | 2024-12-21T04:22:48.576Z | Compiling dirs-next v2.0.0 |
861 | 2024-12-21T04:22:48.960Z | Compiling darling_macro v0.20.10 |
862 | 2024-12-21T04:22:52.078Z | Compiling crypto-common v0.1.6 |
863 | 2024-12-21T04:22:52.290Z | Compiling block-buffer v0.10.4 |
864 | 2024-12-21T04:22:52.534Z | Compiling ipnetwork v0.20.0 |
865 | 2024-12-21T04:22:52.682Z | Compiling serde_spanned v0.6.8 |
866 | 2024-12-21T04:22:52.933Z | Compiling toml_datetime v0.6.8 |
867 | 2024-12-21T04:22:53.601Z | Compiling ppv-lite86 v0.2.20 |
868 | 2024-12-21T04:22:54.544Z | Compiling structmeta-derive v0.3.0 |
869 | 2024-12-21T04:22:56.437Z | Compiling rand_core v0.6.4 |
870 | 2024-12-21T04:22:57.041Z | Compiling thread_local v1.1.8 |
871 | 2024-12-21T04:22:57.337Z | Compiling multer v3.1.0 |
872 | 2024-12-21T04:22:57.686Z | Compiling either v1.13.0 |
873 | 2024-12-21T04:22:57.704Z | Compiling camino v1.1.9 |
874 | 2024-12-21T04:22:57.714Z | Compiling match_cfg v0.1.0 |
875 | 2024-12-21T04:22:57.744Z | Compiling winnow v0.6.20 |
876 | 2024-12-21T04:22:57.799Z | Compiling anyhow v1.0.93 |
877 | 2024-12-21T04:22:58.150Z | Compiling slog-async v2.8.0 |
878 | 2024-12-21T04:22:58.204Z | Compiling itertools v0.10.5 |
879 | 2024-12-21T04:22:58.359Z | Compiling hostname v0.3.1 |
880 | 2024-12-21T04:22:58.611Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
881 | 2024-12-21T04:22:58.719Z | Compiling structmeta v0.3.0 |
882 | 2024-12-21T04:22:59.103Z | Compiling rand_chacha v0.3.1 |
883 | 2024-12-21T04:22:59.240Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
884 | 2024-12-21T04:22:59.832Z | Compiling progenitor-macro v0.8.0 |
885 | 2024-12-21T04:23:00.884Z | Compiling digest v0.10.7 |
886 | 2024-12-21T04:23:01.307Z | Compiling crossbeam-channel v0.5.13 |
887 | 2024-12-21T04:23:01.499Z | Compiling darling v0.20.10 |
888 | 2024-12-21T04:23:02.265Z | Compiling toml_edit v0.22.22 |
889 | 2024-12-21T04:23:02.979Z | Compiling term v0.7.0 |
890 | 2024-12-21T04:23:08.786Z | Compiling progenitor-client v0.8.0 |
891 | 2024-12-21T04:23:09.722Z | Compiling usdt-attr-macro v0.5.0 |
892 | 2024-12-21T04:23:10.353Z | Compiling usdt-macro v0.5.0 |
893 | 2024-12-21T04:23:11.224Z | Compiling slog-json v2.6.1 |
894 | 2024-12-21T04:23:11.662Z | Compiling futures-executor v0.3.31 |
895 | 2024-12-21T04:23:11.676Z | Compiling async-stream-impl v0.3.6 |
896 | 2024-12-21T04:23:12.854Z | Compiling is-terminal v0.4.13 |
897 | 2024-12-21T04:23:12.976Z | Compiling memmap v0.7.0 |
898 | 2024-12-21T04:23:13.017Z | Compiling dropshot v0.13.0 |
899 | 2024-12-21T04:23:13.058Z | Compiling cpufeatures v0.2.14 |
900 | 2024-12-21T04:23:13.149Z | Compiling take_mut v0.2.2 |
901 | 2024-12-21T04:23:13.403Z | Compiling usdt v0.5.0 |
902 | 2024-12-21T04:23:13.413Z | Compiling sha1 v0.10.6 |
903 | 2024-12-21T04:23:14.213Z | Compiling async-stream v0.3.6 |
904 | 2024-12-21T04:23:14.518Z | Compiling progenitor v0.8.0 |
905 | 2024-12-21T04:23:14.733Z | Compiling slog-term v2.9.1 |
906 | 2024-12-21T04:23:14.987Z | Compiling futures v0.3.31 |
907 | 2024-12-21T04:23:15.193Z | Compiling slog-bunyan v2.5.0 |
908 | 2024-12-21T04:23:15.464Z | Compiling tokio-rustls v0.25.0 |
909 | 2024-12-21T04:23:15.907Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
910 | 2024-12-21T04:23:16.767Z | Compiling toml v0.8.19 |
911 | 2024-12-21T04:23:17.704Z | Compiling strum_macros v0.26.4 |
912 | 2024-12-21T04:23:17.742Z | Compiling serde_with_macros v3.11.0 |
913 | 2024-12-21T04:23:20.570Z | Compiling rand v0.8.5 |
914 | 2024-12-21T04:23:22.523Z | Compiling parse-display-derive v0.10.0 |
915 | 2024-12-21T04:23:25.886Z | Compiling dropshot_endpoint v0.13.0 |
916 | 2024-12-21T04:23:25.986Z | Compiling serde_path_to_error v0.1.16 |
917 | 2024-12-21T04:23:26.654Z | Compiling hex v0.4.3 |
918 | 2024-12-21T04:23:26.750Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
919 | 2024-12-21T04:23:26.928Z | Compiling async-trait v0.1.83 |
920 | 2024-12-21T04:23:27.327Z | Compiling waitgroup v0.1.2 |
921 | 2024-12-21T04:23:27.572Z | Compiling hostname v0.4.0 |
922 | 2024-12-21T04:23:27.610Z | Compiling instant v0.1.13 |
923 | 2024-12-21T04:23:27.769Z | Compiling debug-ignore v1.0.5 |
924 | 2024-12-21T04:23:27.815Z | Compiling backoff v0.4.0 |
925 | 2024-12-21T04:23:27.911Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
926 | 2024-12-21T04:23:28.119Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
927 | 2024-12-21T04:23:28.167Z | Compiling parse-display v0.10.0 |
928 | 2024-12-21T04:23:28.392Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
929 | 2024-12-21T04:23:28.871Z | Compiling strum v0.26.3 |
930 | 2024-12-21T04:23:29.052Z | Compiling serde_with v3.11.0 |
931 | 2024-12-21T04:23:29.420Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
932 | 2024-12-21T04:23:30.118Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
933 | 2024-12-21T04:23:30.334Z | Compiling regress v0.9.1 |
934 | 2024-12-21T04:23:30.990Z | Compiling macaddr v1.0.1 |
935 | 2024-12-21T04:23:39.216Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
936 | 2024-12-21T04:23:50.047Z | Compiling test-project v0.1.0 (/tmp/test-project) |
937 | 2024-12-21T04:24:00.406Z | Finished `release` profile [optimized] target(s) in 2m 42s |
938 | 2024-12-21T04:24:00.477Z | process exited: duration 246773 ms, exit code 0 |
|
939 | 2024-12-21T04:24:00.483Z | found 0 output files |