|
|
|
1 | 2025-03-24T05:48:52.299Z | job assigned to worker 01JQ3B409ZCQYJZT965YCF5TNW [factory gimlet-EVT22200007-propolis, EVT22200007/22708] (queued for 23 s) |
|
2 | 2025-03-24T05:49:00.182Z | starting task 0: "setup" |
3 | 2025-03-24T05:49:00.207Z | ++ uname -s |
4 | 2025-03-24T05:49:00.207Z | + kern=SunOS |
5 | 2025-03-24T05:49:00.207Z | + build_user=build |
6 | 2025-03-24T05:49:00.207Z | + build_uid=12345 |
7 | 2025-03-24T05:49:00.207Z | + work_dir=/work |
8 | 2025-03-24T05:49:00.207Z | + input_dir=/input |
9 | 2025-03-24T05:49:00.207Z | + [[ 0 == 12345 ]] |
10 | 2025-03-24T05:49:00.207Z | + case "$kern" in |
11 | 2025-03-24T05:49:00.207Z | + groupadd -g 12345 build |
12 | 2025-03-24T05:49:00.207Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-24T05:49:02.204Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-24T05:49:02.239Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-24T05:49:02.264Z | + home_fs=zfs |
16 | 2025-03-24T05:49:02.264Z | + [[ zfs == autofs ]] |
17 | 2025-03-24T05:49:02.264Z | + mkdir -p /home/build |
18 | 2025-03-24T05:49:02.264Z | + chown build:build /home/build /work |
19 | 2025-03-24T05:49:04.248Z | + chmod 0700 /home/build /work |
20 | 2025-03-24T05:49:04.273Z | process exited: duration 4073 ms, exit code 0 |
|
21 | 2025-03-24T05:49:04.325Z | starting task 1: "rust-toolchain" |
22 | 2025-03-24T05:49:04.350Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
23 | 2025-03-24T05:49:04.350Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-24T05:49:04.350Z | * rust toolchain channel = "1.84.0" |
25 | 2025-03-24T05:49:04.350Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-03-24T05:49:04.350Z | * rust toolchain profile = "default" |
27 | 2025-03-24T05:49:04.350Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-24T05:49:04.350Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-24T05:49:04.350Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
30 | 2025-03-24T05:49:04.478Z | info: downloading installer |
31 | 2025-03-24T05:49:04.853Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-24T05:49:04.853Z | warn: /opt/ooce/bin |
33 | 2025-03-24T05:49:04.853Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-24T05:49:04.853Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-24T05:49:04.853Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-24T05:49:04.853Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-24T05:49:04.853Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-24T05:49:04.853Z | error: cannot install while Rust is installed |
39 | 2025-03-24T05:49:04.853Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-24T05:49:04.878Z | info: profile set to 'default' |
41 | 2025-03-24T05:49:04.878Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-24T05:49:04.878Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
43 | 2025-03-24T05:49:04.970Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
44 | 2025-03-24T05:49:04.970Z | info: downloading component 'cargo' |
45 | 2025-03-24T05:49:05.312Z | info: downloading component 'clippy' |
46 | 2025-03-24T05:49:05.618Z | info: downloading component 'rust-docs' |
47 | 2025-03-24T05:49:05.829Z | info: downloading component 'rust-std' |
48 | 2025-03-24T05:49:06.503Z | info: downloading component 'rustc' |
49 | 2025-03-24T05:49:09.422Z | info: downloading component 'rustfmt' |
50 | 2025-03-24T05:49:09.961Z | info: installing component 'cargo' |
51 | 2025-03-24T05:49:10.602Z | info: installing component 'clippy' |
52 | 2025-03-24T05:49:11.067Z | info: installing component 'rust-docs' |
53 | 2025-03-24T05:49:13.840Z | info: installing component 'rust-std' |
54 | 2025-03-24T05:49:15.798Z | info: installing component 'rustc' |
55 | 2025-03-24T05:49:23.051Z | info: installing component 'rustfmt' |
56 | 2025-03-24T05:49:23.427Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
57 | 2025-03-24T05:49:23.427Z | |
58 | 2025-03-24T05:49:23.580Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
59 | 2025-03-24T05:49:23.580Z | |
60 | 2025-03-24T05:49:23.605Z | |
61 | 2025-03-24T05:49:23.605Z | Rust is installed now. Great! |
62 | 2025-03-24T05:49:23.605Z | |
63 | 2025-03-24T05:49:23.605Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-24T05:49:23.605Z | environment variable. This has not been done automatically. |
65 | 2025-03-24T05:49:23.605Z | |
66 | 2025-03-24T05:49:23.605Z | To configure your current shell, you need to source |
67 | 2025-03-24T05:49:23.605Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-24T05:49:23.605Z | |
69 | 2025-03-24T05:49:23.605Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-24T05:49:23.605Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-24T05:49:23.605Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-24T05:49:23.605Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-24T05:49:23.684Z | + rustup --version |
74 | 2025-03-24T05:49:23.709Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-24T05:49:23.709Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-24T05:49:23.748Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
77 | 2025-03-24T05:49:23.772Z | + cargo --version |
78 | 2025-03-24T05:49:23.797Z | cargo 1.84.0 (66221abde 2024-11-19) |
79 | 2025-03-24T05:49:23.797Z | + rustc --version |
80 | 2025-03-24T05:49:23.832Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
81 | 2025-03-24T05:49:23.856Z | process exited: duration 19513 ms, exit code 0 |
|
82 | 2025-03-24T05:49:23.906Z | starting task 2: "authentication" |
83 | 2025-03-24T05:49:23.964Z | process exited: duration 58 ms, exit code 0 |
|
84 | 2025-03-24T05:49:24.017Z | starting task 3: "clone repository" |
85 | 2025-03-24T05:49:24.041Z | + mkdir -p /work/oxidecomputer/crucible |
86 | 2025-03-24T05:49:24.041Z | + git clone https://github.com/oxidecomputer/crucible /work/oxidecomputer/crucible |
87 | 2025-03-24T05:49:24.066Z | Cloning into '/work/oxidecomputer/crucible'... |
88 | 2025-03-24T05:49:25.841Z | + cd /work/oxidecomputer/crucible |
89 | 2025-03-24T05:49:25.841Z | + git fetch origin 57f6131b3d07abc5b957626db100a3e1d4e22311 |
90 | 2025-03-24T05:49:26.195Z | From https://github.com/oxidecomputer/crucible |
91 | 2025-03-24T05:49:26.195Z | * branch 57f6131b3d07abc5b957626db100a3e1d4e22311 -> FETCH_HEAD |
92 | 2025-03-24T05:49:26.220Z | + [[ -n renovate/tracing-opentelemetry-0.x ]] |
93 | 2025-03-24T05:49:26.220Z | ++ git branch --show-current |
94 | 2025-03-24T05:49:26.220Z | + current=main |
95 | 2025-03-24T05:49:26.220Z | + [[ main != renovate/tracing-opentelemetry-0.x ]] |
96 | 2025-03-24T05:49:26.220Z | + git branch -f renovate/tracing-opentelemetry-0.x 57f6131b3d07abc5b957626db100a3e1d4e22311 |
97 | 2025-03-24T05:49:26.245Z | + git checkout -f renovate/tracing-opentelemetry-0.x |
98 | 2025-03-24T05:49:26.245Z | Switched to branch 'renovate/tracing-opentelemetry-0.x' |
99 | 2025-03-24T05:49:26.270Z | + git reset --hard 57f6131b3d07abc5b957626db100a3e1d4e22311 |
100 | 2025-03-24T05:49:26.270Z | HEAD is now at 57f6131 Update Rust crate tracing-opentelemetry to 0.30.0 |
101 | 2025-03-24T05:49:26.270Z | process exited: duration 2254 ms, exit code 0 |
|
102 | 2025-03-24T05:49:26.322Z | starting task 4: "build" |
103 | 2025-03-24T05:49:26.347Z | + cargo --version |
104 | 2025-03-24T05:49:26.412Z | cargo 1.84.0 (66221abde 2024-11-19) |
105 | 2025-03-24T05:49:26.437Z | + rustc --version |
106 | 2025-03-24T05:49:26.516Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
107 | 2025-03-24T05:49:26.541Z | + banner cores |
108 | 2025-03-24T05:49:26.541Z | |
109 | 2025-03-24T05:49:26.541Z | #### #### ##### ###### #### |
110 | 2025-03-24T05:49:26.541Z | # # # # # # # # |
111 | 2025-03-24T05:49:26.541Z | # # # # # ##### #### |
112 | 2025-03-24T05:49:26.541Z | # # # ##### # # |
113 | 2025-03-24T05:49:26.541Z | # # # # # # # # # |
114 | 2025-03-24T05:49:26.541Z | #### #### # # ###### #### |
115 | 2025-03-24T05:49:26.541Z | |
116 | 2025-03-24T05:49:26.541Z | + pfexec coreadm -i /tmp/core.%f.%p -g /tmp/core.%f.%p -e global -e log -e proc-setid -e global-setid |
117 | 2025-03-24T05:49:26.541Z | + banner build |
118 | 2025-03-24T05:49:26.541Z | |
119 | 2025-03-24T05:49:26.541Z | ##### # # # # ##### |
120 | 2025-03-24T05:49:26.541Z | # # # # # # # # |
121 | 2025-03-24T05:49:26.541Z | ##### # # # # # # |
122 | 2025-03-24T05:49:26.541Z | # # # # # # # # |
123 | 2025-03-24T05:49:26.541Z | # # # # # # # # |
124 | 2025-03-24T05:49:26.541Z | ##### #### # ###### ##### |
125 | 2025-03-24T05:49:26.541Z | |
126 | 2025-03-24T05:49:26.541Z | + ptime -m cargo build --verbose --all-features |
127 | 2025-03-24T05:49:26.812Z | Updating crates.io index |
128 | 2025-03-24T05:49:26.873Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
129 | 2025-03-24T05:49:35.846Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
130 | 2025-03-24T05:49:36.362Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
131 | 2025-03-24T05:49:37.024Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
132 | 2025-03-24T05:49:37.388Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
133 | 2025-03-24T05:49:37.696Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
134 | 2025-03-24T05:49:38.240Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
135 | 2025-03-24T05:49:39.336Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
136 | 2025-03-24T05:49:41.294Z | Updating git repository `https://github.com/oxidecomputer/opte` |
137 | 2025-03-24T05:49:42.079Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
138 | 2025-03-24T05:49:42.806Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
139 | 2025-03-24T05:49:43.242Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
140 | 2025-03-24T05:49:43.729Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
141 | 2025-03-24T05:49:44.161Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
142 | 2025-03-24T05:49:44.554Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
143 | 2025-03-24T05:49:44.954Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
144 | 2025-03-24T05:49:46.154Z | Downloading crates ... |
145 | 2025-03-24T05:49:46.228Z | Downloaded autocfg v0.1.8 |
146 | 2025-03-24T05:49:46.253Z | Downloaded aead v0.5.2 |
147 | 2025-03-24T05:49:46.253Z | Downloaded adler v1.0.2 |
148 | 2025-03-24T05:49:46.253Z | Downloaded dtrace-parser v0.2.0 |
149 | 2025-03-24T05:49:46.253Z | Downloaded dirs-next v2.0.0 |
150 | 2025-03-24T05:49:46.253Z | Downloaded dof v0.3.0 |
151 | 2025-03-24T05:49:46.278Z | Downloaded dyn-clone v1.0.16 |
152 | 2025-03-24T05:49:46.278Z | Downloaded nbd v0.3.1 |
153 | 2025-03-24T05:49:46.278Z | Downloaded either v1.15.0 |
154 | 2025-03-24T05:49:46.278Z | Downloaded multer v3.1.0 |
155 | 2025-03-24T05:49:46.278Z | Downloaded cargo_metadata v0.18.1 |
156 | 2025-03-24T05:49:46.278Z | Downloaded memmap v0.7.0 |
157 | 2025-03-24T05:49:46.278Z | Downloaded num_cpus v1.16.0 |
158 | 2025-03-24T05:49:46.278Z | Downloaded num-conv v0.1.0 |
159 | 2025-03-24T05:49:46.303Z | Downloaded openssl-probe v0.1.5 |
160 | 2025-03-24T05:49:46.303Z | Downloaded derive_more v0.99.19 |
161 | 2025-03-24T05:49:46.303Z | Downloaded number_prefix v0.4.0 |
162 | 2025-03-24T05:49:46.303Z | Downloaded bytes v1.10.1 |
163 | 2025-03-24T05:49:46.303Z | Downloaded swrite v0.1.0 |
164 | 2025-03-24T05:49:46.303Z | Downloaded foreign-types-shared v0.1.1 |
165 | 2025-03-24T05:49:46.303Z | Downloaded fixedbitset v0.4.2 |
166 | 2025-03-24T05:49:46.303Z | Downloaded strum v0.27.1 |
167 | 2025-03-24T05:49:46.329Z | Downloaded omicron-workspace-hack v0.1.0 |
168 | 2025-03-24T05:49:46.329Z | Downloaded strum_macros v0.25.3 |
169 | 2025-03-24T05:49:46.329Z | Downloaded try-lock v0.2.4 |
170 | 2025-03-24T05:49:46.329Z | Downloaded foreign-types-macros v0.2.3 |
171 | 2025-03-24T05:49:46.329Z | Downloaded fixedbitset v0.5.7 |
172 | 2025-03-24T05:49:46.329Z | Downloaded http-range v0.1.5 |
173 | 2025-03-24T05:49:46.329Z | Downloaded hostname v0.4.0 |
174 | 2025-03-24T05:49:46.329Z | Downloaded foreign-types v0.5.0 |
175 | 2025-03-24T05:49:46.329Z | Downloaded fnv v1.0.7 |
176 | 2025-03-24T05:49:46.329Z | Downloaded ipnet v2.9.0 |
177 | 2025-03-24T05:49:46.355Z | Downloaded rand_jitter v0.1.4 |
178 | 2025-03-24T05:49:46.355Z | Downloaded serde_spanned v0.6.8 |
179 | 2025-03-24T05:49:46.355Z | Downloaded progenitor v0.9.1 |
180 | 2025-03-24T05:49:46.355Z | Downloaded http-body v1.0.1 |
181 | 2025-03-24T05:49:46.356Z | Downloaded is-terminal v0.4.12 |
182 | 2025-03-24T05:49:46.356Z | Downloaded utf8-width v0.1.6 |
183 | 2025-03-24T05:49:46.356Z | Downloaded stable_deref_trait v1.2.0 |
184 | 2025-03-24T05:49:46.356Z | Downloaded oxnet v0.1.1 |
185 | 2025-03-24T05:49:46.356Z | Downloaded httparse v1.10.1 |
186 | 2025-03-24T05:49:46.381Z | Downloaded powerfmt v0.2.0 |
187 | 2025-03-24T05:49:46.381Z | Downloaded polyval v0.6.1 |
188 | 2025-03-24T05:49:46.381Z | Downloaded phf v0.11.2 |
189 | 2025-03-24T05:49:46.381Z | Downloaded darling_core v0.20.3 |
190 | 2025-03-24T05:49:46.381Z | Downloaded zone_cfg_derive v0.3.0 |
191 | 2025-03-24T05:49:46.381Z | Downloaded itoa v1.0.9 |
192 | 2025-03-24T05:49:46.381Z | Downloaded num_enum_derive v0.5.11 |
193 | 2025-03-24T05:49:46.381Z | Downloaded num-integer v0.1.46 |
194 | 2025-03-24T05:49:46.381Z | Downloaded instant v0.1.12 |
195 | 2025-03-24T05:49:46.381Z | Downloaded which v7.0.2 |
196 | 2025-03-24T05:49:46.381Z | Downloaded lazy_static v1.5.0 |
197 | 2025-03-24T05:49:46.407Z | Downloaded serde_urlencoded v0.7.1 |
198 | 2025-03-24T05:49:46.407Z | Downloaded fallible-streaming-iterator v0.1.9 |
199 | 2025-03-24T05:49:46.407Z | Downloaded utf8parse v0.2.1 |
200 | 2025-03-24T05:49:46.407Z | Downloaded embedded-io v0.4.0 |
201 | 2025-03-24T05:49:46.407Z | Downloaded num-complex v0.4.6 |
202 | 2025-03-24T05:49:46.407Z | Downloaded hash32 v0.3.1 |
203 | 2025-03-24T05:49:46.407Z | Downloaded inout v0.1.3 |
204 | 2025-03-24T05:49:46.407Z | Downloaded glob v0.3.1 |
205 | 2025-03-24T05:49:46.407Z | Downloaded whoami v1.5.1 |
206 | 2025-03-24T05:49:46.434Z | Downloaded http v1.3.1 |
207 | 2025-03-24T05:49:46.434Z | Downloaded vte_generate_state_changes v0.1.1 |
208 | 2025-03-24T05:49:46.434Z | Downloaded slab v0.4.9 |
209 | 2025-03-24T05:49:46.434Z | Downloaded nu-ansi-term v0.46.0 |
210 | 2025-03-24T05:49:46.434Z | Downloaded toml_datetime v0.6.8 |
211 | 2025-03-24T05:49:46.434Z | Downloaded futures-io v0.3.31 |
212 | 2025-03-24T05:49:46.434Z | Downloaded urlencoding v2.1.3 |
213 | 2025-03-24T05:49:46.434Z | Downloaded take_mut v0.2.2 |
214 | 2025-03-24T05:49:46.434Z | Downloaded rend v0.4.1 |
215 | 2025-03-24T05:49:46.434Z | Downloaded openssl-sys v0.9.95 |
216 | 2025-03-24T05:49:46.460Z | Downloaded version_check v0.9.5 |
217 | 2025-03-24T05:49:46.460Z | Downloaded tinyvec v1.6.0 |
218 | 2025-03-24T05:49:46.460Z | Downloaded rustc_version v0.1.7 |
219 | 2025-03-24T05:49:46.460Z | Downloaded thrift v0.17.0 |
220 | 2025-03-24T05:49:46.460Z | Downloaded term v0.7.0 |
221 | 2025-03-24T05:49:46.460Z | Downloaded rayon-core v1.12.1 |
222 | 2025-03-24T05:49:46.460Z | Downloaded tower v0.5.2 |
223 | 2025-03-24T05:49:46.486Z | Downloaded usdt-attr-macro v0.5.0 |
224 | 2025-03-24T05:49:46.486Z | Downloaded equivalent v1.0.1 |
225 | 2025-03-24T05:49:46.486Z | Downloaded usdt v0.5.0 |
226 | 2025-03-24T05:49:46.486Z | Downloaded opentelemetry v0.29.0 |
227 | 2025-03-24T05:49:46.486Z | Downloaded opentelemetry v0.28.0 |
228 | 2025-03-24T05:49:46.511Z | Downloaded foreign-types-shared v0.3.1 |
229 | 2025-03-24T05:49:46.511Z | Downloaded sigpipe v0.1.3 |
230 | 2025-03-24T05:49:46.511Z | Downloaded toml v0.7.8 |
231 | 2025-03-24T05:49:46.511Z | Downloaded schemars_derive v0.8.22 |
232 | 2025-03-24T05:49:46.511Z | Downloaded rand_core v0.4.2 |
233 | 2025-03-24T05:49:46.511Z | Downloaded ident_case v1.0.1 |
234 | 2025-03-24T05:49:46.511Z | Downloaded filetime v0.2.22 |
235 | 2025-03-24T05:49:46.511Z | Downloaded httpdate v1.0.3 |
236 | 2025-03-24T05:49:46.511Z | Downloaded signal-hook v0.3.17 |
237 | 2025-03-24T05:49:46.511Z | Downloaded usdt-impl v0.5.0 |
238 | 2025-03-24T05:49:46.537Z | Downloaded mime v0.3.17 |
239 | 2025-03-24T05:49:46.537Z | Downloaded hyper-util v0.1.10 |
240 | 2025-03-24T05:49:46.537Z | Downloaded want v0.3.1 |
241 | 2025-03-24T05:49:46.537Z | Downloaded thiserror-impl v2.0.12 |
242 | 2025-03-24T05:49:46.537Z | Downloaded slog-async v2.8.0 |
243 | 2025-03-24T05:49:46.537Z | Downloaded libsw v3.5.0 |
244 | 2025-03-24T05:49:46.537Z | Downloaded toml v0.8.20 |
245 | 2025-03-24T05:49:46.537Z | Downloaded humantime v2.1.0 |
246 | 2025-03-24T05:49:46.537Z | Downloaded slog v2.7.0 |
247 | 2025-03-24T05:49:46.562Z | Downloaded rand_core v0.9.3 |
248 | 2025-03-24T05:49:46.562Z | Downloaded futures-core v0.3.31 |
249 | 2025-03-24T05:49:46.562Z | Downloaded iana-time-zone v0.1.58 |
250 | 2025-03-24T05:49:46.562Z | Downloaded futures-executor v0.3.31 |
251 | 2025-03-24T05:49:46.562Z | Downloaded walkdir v2.4.0 |
252 | 2025-03-24T05:49:46.562Z | Downloaded xattr v1.0.1 |
253 | 2025-03-24T05:49:46.562Z | Downloaded similar v2.3.0 |
254 | 2025-03-24T05:49:46.562Z | Downloaded semver v0.1.20 |
255 | 2025-03-24T05:49:46.562Z | Downloaded syn_derive v0.1.8 |
256 | 2025-03-24T05:49:46.588Z | Downloaded vte v0.11.1 |
257 | 2025-03-24T05:49:46.588Z | Downloaded untrusted v0.9.0 |
258 | 2025-03-24T05:49:46.588Z | Downloaded env_home v0.1.0 |
259 | 2025-03-24T05:49:46.588Z | Downloaded hyper-rustls v0.27.3 |
260 | 2025-03-24T05:49:46.588Z | Downloaded human_bytes v0.4.3 |
261 | 2025-03-24T05:49:46.588Z | Downloaded hubpack_derive v0.1.1 |
262 | 2025-03-24T05:49:46.588Z | Downloaded rand_hc v0.1.0 |
263 | 2025-03-24T05:49:46.588Z | Downloaded mime_guess v2.0.5 |
264 | 2025-03-24T05:49:46.588Z | Downloaded simdutf8 v0.1.4 |
265 | 2025-03-24T05:49:46.588Z | Downloaded opentelemetry-jaeger v0.20.0 |
266 | 2025-03-24T05:49:46.613Z | Downloaded rkyv_derive v0.7.43 |
267 | 2025-03-24T05:49:46.613Z | Downloaded seahash v4.1.0 |
268 | 2025-03-24T05:49:46.613Z | Downloaded zerocopy v0.6.6 |
269 | 2025-03-24T05:49:46.614Z | Downloaded rustversion v1.0.14 |
270 | 2025-03-24T05:49:46.614Z | Downloaded slog-dtrace v0.3.0 |
271 | 2025-03-24T05:49:46.614Z | Downloaded ucd-trie v0.1.6 |
272 | 2025-03-24T05:49:46.614Z | Downloaded itertools v0.13.0 |
273 | 2025-03-24T05:49:46.639Z | Downloaded rand_xorshift v0.1.1 |
274 | 2025-03-24T05:49:46.639Z | Downloaded rusty-fork v0.3.0 |
275 | 2025-03-24T05:49:46.639Z | Downloaded serde-big-array v0.5.1 |
276 | 2025-03-24T05:49:46.639Z | Downloaded scopeguard v1.2.0 |
277 | 2025-03-24T05:49:46.639Z | Downloaded ryu v1.0.15 |
278 | 2025-03-24T05:49:46.639Z | Downloaded spin v0.9.8 |
279 | 2025-03-24T05:49:46.639Z | Downloaded unicode-ident v1.0.14 |
280 | 2025-03-24T05:49:46.639Z | Downloaded futures v0.3.31 |
281 | 2025-03-24T05:49:46.664Z | Downloaded vergen v8.3.2 |
282 | 2025-03-24T05:49:46.664Z | Downloaded serde_with_macros v3.12.0 |
283 | 2025-03-24T05:49:46.664Z | Downloaded toml_edit v0.19.15 |
284 | 2025-03-24T05:49:46.690Z | Downloaded steno v0.4.1 |
285 | 2025-03-24T05:49:46.690Z | Downloaded socket2 v0.5.5 |
286 | 2025-03-24T05:49:46.690Z | Downloaded rusqlite v0.34.0 |
287 | 2025-03-24T05:49:46.716Z | Downloaded rand_isaac v0.1.1 |
288 | 2025-03-24T05:49:46.716Z | Downloaded libm v0.2.8 |
289 | 2025-03-24T05:49:46.716Z | Downloaded serde_derive v1.0.218 |
290 | 2025-03-24T05:49:46.716Z | Downloaded rand_xorshift v0.3.0 |
291 | 2025-03-24T05:49:46.716Z | Downloaded winnow v0.5.19 |
292 | 2025-03-24T05:49:46.742Z | Downloaded sct v0.7.1 |
293 | 2025-03-24T05:49:46.742Z | Downloaded quinn-proto v0.11.8 |
294 | 2025-03-24T05:49:46.742Z | Downloaded futures-util v0.3.31 |
295 | 2025-03-24T05:49:46.767Z | Downloaded vcpkg v0.2.15 |
296 | 2025-03-24T05:49:46.795Z | Downloaded rkyv v0.7.43 |
297 | 2025-03-24T05:49:46.821Z | Downloaded winnow v0.7.3 |
298 | 2025-03-24T05:49:46.821Z | Downloaded idna v0.4.0 |
299 | 2025-03-24T05:49:46.846Z | Downloaded winnow v0.6.18 |
300 | 2025-03-24T05:49:46.846Z | Downloaded unicode-width v0.1.14 |
301 | 2025-03-24T05:49:46.846Z | Downloaded webpki-roots v0.26.6 |
302 | 2025-03-24T05:49:46.873Z | Downloaded regress v0.10.3 |
303 | 2025-03-24T05:49:46.873Z | Downloaded typify-impl v0.3.0 |
304 | 2025-03-24T05:49:46.898Z | Downloaded unicode-width v0.2.0 |
305 | 2025-03-24T05:49:46.898Z | Downloaded rustls v0.22.4 |
306 | 2025-03-24T05:49:46.898Z | Downloaded openapiv3 v2.0.0 |
307 | 2025-03-24T05:49:46.923Z | Downloaded hickory-proto v0.24.1 |
308 | 2025-03-24T05:49:46.948Z | Downloaded smoltcp v0.11.0 |
309 | 2025-03-24T05:49:46.948Z | Downloaded rustix v1.0.2 |
310 | 2025-03-24T05:49:46.973Z | Downloaded rustls v0.23.13 |
311 | 2025-03-24T05:49:46.998Z | Downloaded typify-impl v0.2.0 |
312 | 2025-03-24T05:49:46.998Z | Downloaded regex-syntax v0.8.5 |
313 | 2025-03-24T05:49:47.022Z | Downloaded zerocopy-derive v0.6.6 |
314 | 2025-03-24T05:49:47.022Z | Downloaded regex-automata v0.4.9 |
315 | 2025-03-24T05:49:47.047Z | Downloaded rustix v0.38.37 |
316 | 2025-03-24T05:49:47.072Z | Downloaded nix v0.29.0 |
317 | 2025-03-24T05:49:47.096Z | Downloaded syn v2.0.99 |
318 | 2025-03-24T05:49:47.096Z | Downloaded rustls v0.21.9 |
319 | 2025-03-24T05:49:47.121Z | Downloaded openssl v0.10.59 |
320 | 2025-03-24T05:49:47.121Z | Downloaded reqwest v0.12.12 |
321 | 2025-03-24T05:49:47.121Z | Downloaded csv v1.3.1 |
322 | 2025-03-24T05:49:47.146Z | Downloaded hyper v1.6.0 |
323 | 2025-03-24T05:49:47.171Z | Downloaded petgraph v0.6.5 |
324 | 2025-03-24T05:49:47.171Z | Downloaded rustls-webpki v0.102.8 |
325 | 2025-03-24T05:49:47.195Z | Downloaded petgraph v0.7.1 |
326 | 2025-03-24T05:49:47.220Z | Downloaded proptest v1.6.0 |
327 | 2025-03-24T05:49:47.220Z | Downloaded dropshot v0.16.0 |
328 | 2025-03-24T05:49:47.244Z | Downloaded tokio v1.43.0 |
329 | 2025-03-24T05:49:47.281Z | Downloaded libc v0.2.171 |
330 | 2025-03-24T05:49:47.310Z | Downloaded zerocopy v0.8.23 |
331 | 2025-03-24T05:49:47.335Z | Downloaded rustls-webpki v0.101.7 |
332 | 2025-03-24T05:49:47.360Z | Downloaded zerocopy v0.7.32 |
333 | 2025-03-24T05:49:47.385Z | Downloaded git2 v0.19.0 |
334 | 2025-03-24T05:49:47.385Z | Downloaded regex v1.11.1 |
335 | 2025-03-24T05:49:47.410Z | Downloaded opentelemetry_sdk v0.29.0 |
336 | 2025-03-24T05:49:47.410Z | Downloaded indicatif v0.17.11 |
337 | 2025-03-24T05:49:47.410Z | Downloaded unicode-normalization v0.1.22 |
338 | 2025-03-24T05:49:47.410Z | Downloaded serde v1.0.218 |
339 | 2025-03-24T05:49:47.435Z | Downloaded indexmap v2.7.1 |
340 | 2025-03-24T05:49:47.435Z | Downloaded unarray v0.1.4 |
341 | 2025-03-24T05:49:47.435Z | Downloaded h2 v0.4.6 |
342 | 2025-03-24T05:49:47.435Z | Downloaded goblin v0.8.0 |
343 | 2025-03-24T05:49:47.435Z | Downloaded rayon v1.10.0 |
344 | 2025-03-24T05:49:47.460Z | Downloaded syn v1.0.109 |
345 | 2025-03-24T05:49:47.460Z | Downloaded serde_with v3.12.0 |
346 | 2025-03-24T05:49:47.485Z | Downloaded reedline v0.38.0 |
347 | 2025-03-24T05:49:47.485Z | Downloaded unicode-segmentation v1.10.1 |
348 | 2025-03-24T05:49:47.485Z | Downloaded tokio-util v0.7.14 |
349 | 2025-03-24T05:49:47.485Z | Downloaded rust_decimal v1.33.1 |
350 | 2025-03-24T05:49:47.510Z | Downloaded memchr v2.7.4 |
351 | 2025-03-24T05:49:47.510Z | Downloaded hashbrown v0.15.2 |
352 | 2025-03-24T05:49:47.510Z | Downloaded portable-atomic v1.5.1 |
353 | 2025-03-24T05:49:47.510Z | Downloaded tracing-opentelemetry v0.30.0 |
354 | 2025-03-24T05:49:47.510Z | Downloaded unicode-bidi v0.3.13 |
355 | 2025-03-24T05:49:47.534Z | Downloaded tokio-rustls v0.24.1 |
356 | 2025-03-24T05:49:47.534Z | Downloaded serde_json v1.0.139 |
357 | 2025-03-24T05:49:47.534Z | Downloaded tracing-subscriber v0.3.19 |
358 | 2025-03-24T05:49:47.534Z | Downloaded hickory-resolver v0.24.4 |
359 | 2025-03-24T05:49:47.559Z | Downloaded time v0.3.36 |
360 | 2025-03-24T05:49:47.559Z | Downloaded rand v0.6.5 |
361 | 2025-03-24T05:49:47.559Z | Downloaded smf v0.2.3 |
362 | 2025-03-24T05:49:47.559Z | Downloaded indexmap v1.9.3 |
363 | 2025-03-24T05:49:47.559Z | Downloaded quinn v0.11.5 |
364 | 2025-03-24T05:49:47.559Z | Downloaded zerocopy-derive v0.8.23 |
365 | 2025-03-24T05:49:47.584Z | Downloaded smallvec v1.13.2 |
366 | 2025-03-24T05:49:47.584Z | Downloaded itertools v0.14.0 |
367 | 2025-03-24T05:49:47.584Z | Downloaded itertools v0.10.5 |
368 | 2025-03-24T05:49:47.584Z | Downloaded pest v2.7.6 |
369 | 2025-03-24T05:49:47.609Z | Downloaded futures-sink v0.3.31 |
370 | 2025-03-24T05:49:47.609Z | Downloaded unicase v2.7.0 |
371 | 2025-03-24T05:49:47.609Z | Downloaded libsw-core v0.3.2 |
372 | 2025-03-24T05:49:47.609Z | Downloaded rand v0.9.0 |
373 | 2025-03-24T05:49:47.609Z | Downloaded heck v0.5.0 |
374 | 2025-03-24T05:49:47.609Z | Downloaded unsafe-libyaml v0.2.9 |
375 | 2025-03-24T05:49:47.609Z | Downloaded schemars v0.8.22 |
376 | 2025-03-24T05:49:47.634Z | Downloaded threadpool v1.8.1 |
377 | 2025-03-24T05:49:47.634Z | Downloaded thread_local v1.1.7 |
378 | 2025-03-24T05:49:47.634Z | Downloaded thread-id v4.2.1 |
379 | 2025-03-24T05:49:47.634Z | Downloaded heck v0.4.1 |
380 | 2025-03-24T05:49:47.634Z | Downloaded futures-task v0.3.31 |
381 | 2025-03-24T05:49:47.634Z | Downloaded slog-term v2.9.1 |
382 | 2025-03-24T05:49:47.634Z | Downloaded enum-as-inner v0.6.0 |
383 | 2025-03-24T05:49:47.634Z | Downloaded encoding_rs v0.8.33 |
384 | 2025-03-24T05:49:47.659Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
385 | 2025-03-24T05:49:47.707Z | Downloaded typify-macro v0.3.0 |
386 | 2025-03-24T05:49:47.732Z | Downloaded hashbrown v0.12.3 |
387 | 2025-03-24T05:49:47.732Z | Downloaded toml_edit v0.22.24 |
388 | 2025-03-24T05:49:47.757Z | Downloaded serde_yaml v0.9.27 |
389 | 2025-03-24T05:49:47.757Z | Downloaded itertools v0.12.1 |
390 | 2025-03-24T05:49:47.757Z | Downloaded aes v0.8.3 |
391 | 2025-03-24T05:49:47.757Z | Downloaded ringbuffer v0.15.0 |
392 | 2025-03-24T05:49:47.757Z | Downloaded rand_pcg v0.1.2 |
393 | 2025-03-24T05:49:47.757Z | Downloaded rand_os v0.1.3 |
394 | 2025-03-24T05:49:47.757Z | Downloaded futures-macro v0.3.31 |
395 | 2025-03-24T05:49:47.782Z | Downloaded waitgroup v0.1.2 |
396 | 2025-03-24T05:49:47.782Z | Downloaded usdt-macro v0.5.0 |
397 | 2025-03-24T05:49:47.782Z | Downloaded hex v0.4.3 |
398 | 2025-03-24T05:49:47.782Z | Downloaded test-strategy v0.4.0 |
399 | 2025-03-24T05:49:47.782Z | Downloaded rand v0.8.5 |
400 | 2025-03-24T05:49:47.782Z | Downloaded expectorate v1.1.0 |
401 | 2025-03-24T05:49:47.782Z | Downloaded url v2.4.1 |
402 | 2025-03-24T05:49:47.782Z | Downloaded sync_wrapper v1.0.1 |
403 | 2025-03-24T05:49:47.782Z | Downloaded slog-json v2.6.1 |
404 | 2025-03-24T05:49:47.782Z | Downloaded tar v0.4.40 |
405 | 2025-03-24T05:49:47.782Z | Downloaded opentelemetry_sdk v0.21.2 |
406 | 2025-03-24T05:49:47.807Z | Downloaded signal-hook-registry v1.4.1 |
407 | 2025-03-24T05:49:47.807Z | Downloaded signal-hook-mio v0.2.4 |
408 | 2025-03-24T05:49:47.807Z | Downloaded wyz v0.5.1 |
409 | 2025-03-24T05:49:47.807Z | Downloaded tokio-stream v0.1.14 |
410 | 2025-03-24T05:49:47.807Z | Downloaded same-file v1.0.6 |
411 | 2025-03-24T05:49:47.807Z | Downloaded indent_write v2.2.0 |
412 | 2025-03-24T05:49:47.807Z | Downloaded quinn-udp v0.5.5 |
413 | 2025-03-24T05:49:47.807Z | Downloaded managed v0.8.0 |
414 | 2025-03-24T05:49:47.807Z | Downloaded hyper-staticfile v0.10.1 |
415 | 2025-03-24T05:49:47.807Z | Downloaded memmap2 v0.9.4 |
416 | 2025-03-24T05:49:47.807Z | Downloaded time-macros v0.2.18 |
417 | 2025-03-24T05:49:47.837Z | Downloaded rustls-pki-types v1.8.0 |
418 | 2025-03-24T05:49:47.837Z | Downloaded typify v0.2.0 |
419 | 2025-03-24T05:49:47.837Z | Downloaded futures-channel v0.3.31 |
420 | 2025-03-24T05:49:47.837Z | Downloaded semver v1.0.26 |
421 | 2025-03-24T05:49:47.837Z | Downloaded nom v7.1.3 |
422 | 2025-03-24T05:49:47.837Z | Downloaded clearscreen v4.0.1 |
423 | 2025-03-24T05:49:47.837Z | Downloaded rand_core v0.6.4 |
424 | 2025-03-24T05:49:47.837Z | Downloaded sharded-slab v0.1.7 |
425 | 2025-03-24T05:49:47.837Z | Downloaded heapless v0.8.0 |
426 | 2025-03-24T05:49:47.837Z | Downloaded tabwriter v1.4.0 |
427 | 2025-03-24T05:49:47.837Z | Downloaded strip-ansi-escapes v0.2.0 |
428 | 2025-03-24T05:49:47.862Z | Downloaded scroll v0.12.0 |
429 | 2025-03-24T05:49:47.862Z | Downloaded memoffset v0.9.0 |
430 | 2025-03-24T05:49:47.862Z | Downloaded zerocopy-derive v0.7.32 |
431 | 2025-03-24T05:49:47.862Z | Downloaded wait-timeout v0.2.0 |
432 | 2025-03-24T05:49:47.862Z | Downloaded universal-hash v0.5.1 |
433 | 2025-03-24T05:49:47.862Z | Downloaded quote v1.0.38 |
434 | 2025-03-24T05:49:47.863Z | Downloaded highway v1.3.0 |
435 | 2025-03-24T05:49:47.863Z | Downloaded terminfo v0.9.0 |
436 | 2025-03-24T05:49:47.863Z | Downloaded qorb v0.2.1 |
437 | 2025-03-24T05:49:47.863Z | Downloaded lock_api v0.4.11 |
438 | 2025-03-24T05:49:47.863Z | Downloaded scroll_derive v0.12.0 |
439 | 2025-03-24T05:49:47.863Z | Downloaded match_cfg v0.1.0 |
440 | 2025-03-24T05:49:47.863Z | Downloaded funty v2.0.0 |
441 | 2025-03-24T05:49:47.888Z | Downloaded form_urlencoded v1.2.1 |
442 | 2025-03-24T05:49:47.888Z | Downloaded errno v0.3.10 |
443 | 2025-03-24T05:49:47.888Z | Downloaded signal-hook-tokio v0.3.1 |
444 | 2025-03-24T05:49:47.888Z | Downloaded log v0.4.22 |
445 | 2025-03-24T05:49:47.888Z | Downloaded getrandom v0.3.1 |
446 | 2025-03-24T05:49:47.888Z | Downloaded statistical v1.0.0 |
447 | 2025-03-24T05:49:47.888Z | Downloaded rand_chacha v0.9.0 |
448 | 2025-03-24T05:49:47.888Z | Downloaded hostname v0.3.1 |
449 | 2025-03-24T05:49:47.888Z | Downloaded thiserror-impl v1.0.69 |
450 | 2025-03-24T05:49:47.888Z | Downloaded terminal_size v0.4.0 |
451 | 2025-03-24T05:49:47.888Z | Downloaded sha2 v0.10.8 |
452 | 2025-03-24T05:49:47.888Z | Downloaded libz-sys v1.1.12 |
453 | 2025-03-24T05:49:47.949Z | Downloaded uuid v1.15.1 |
454 | 2025-03-24T05:49:47.973Z | Downloaded num-rational v0.2.4 |
455 | 2025-03-24T05:49:47.973Z | Downloaded num-bigint v0.2.6 |
456 | 2025-03-24T05:49:47.974Z | Downloaded chrono v0.4.40 |
457 | 2025-03-24T05:49:47.974Z | Downloaded slog-bunyan v2.5.0 |
458 | 2025-03-24T05:49:47.974Z | Downloaded hubpack v0.1.2 |
459 | 2025-03-24T05:49:47.974Z | Downloaded thiserror v1.0.69 |
460 | 2025-03-24T05:49:47.999Z | Downloaded sha1 v0.10.6 |
461 | 2025-03-24T05:49:47.999Z | Downloaded lru-cache v0.1.2 |
462 | 2025-03-24T05:49:47.999Z | Downloaded linked-hash-map v0.5.6 |
463 | 2025-03-24T05:49:47.999Z | Downloaded linear-map v1.2.0 |
464 | 2025-03-24T05:49:47.999Z | Downloaded hyper-tls v0.6.0 |
465 | 2025-03-24T05:49:47.999Z | Downloaded getrandom v0.2.11 |
466 | 2025-03-24T05:49:47.999Z | Downloaded generic-array v0.14.7 |
467 | 2025-03-24T05:49:47.999Z | Downloaded zeroize v1.7.0 |
468 | 2025-03-24T05:49:47.999Z | Downloaded tokio-rustls v0.26.0 |
469 | 2025-03-24T05:49:47.999Z | Downloaded tokio-rustls v0.25.0 |
470 | 2025-03-24T05:49:47.999Z | Downloaded tempfile v3.19.0 |
471 | 2025-03-24T05:49:47.999Z | Downloaded hashlink v0.10.0 |
472 | 2025-03-24T05:49:47.999Z | Downloaded fallible-iterator v0.3.0 |
473 | 2025-03-24T05:49:47.999Z | Downloaded serde_path_to_error v0.1.16 |
474 | 2025-03-24T05:49:48.024Z | Downloaded prettyplease v0.2.31 |
475 | 2025-03-24T05:49:48.024Z | Downloaded opentelemetry v0.21.0 |
476 | 2025-03-24T05:49:48.024Z | Downloaded resolv-conf v0.7.0 |
477 | 2025-03-24T05:49:48.024Z | Downloaded tap v1.0.1 |
478 | 2025-03-24T05:49:48.024Z | Downloaded embedded-io v0.6.1 |
479 | 2025-03-24T05:49:48.024Z | Downloaded siphasher v0.3.11 |
480 | 2025-03-24T05:49:48.024Z | Downloaded bitvec v1.0.1 |
481 | 2025-03-24T05:49:48.049Z | Downloaded rustc_version v0.4.0 |
482 | 2025-03-24T05:49:48.049Z | Downloaded rustc-hash v2.0.0 |
483 | 2025-03-24T05:49:48.049Z | Downloaded owo-colors v4.2.0 |
484 | 2025-03-24T05:49:48.049Z | Downloaded rand_chacha v0.3.1 |
485 | 2025-03-24T05:49:48.049Z | Downloaded radium v0.7.0 |
486 | 2025-03-24T05:49:48.049Z | Downloaded strsim v0.11.0 |
487 | 2025-03-24T05:49:48.049Z | Downloaded progenitor-impl v0.9.1 |
488 | 2025-03-24T05:49:48.049Z | Downloaded progenitor-impl v0.8.0 |
489 | 2025-03-24T05:49:48.049Z | Downloaded ppv-lite86 v0.2.17 |
490 | 2025-03-24T05:49:48.049Z | Downloaded tracing v0.1.41 |
491 | 2025-03-24T05:49:48.074Z | Downloaded toml_edit v0.20.7 |
492 | 2025-03-24T05:49:48.074Z | Downloaded rangemap v1.5.1 |
493 | 2025-03-24T05:49:48.100Z | Downloaded proc-macro2 v1.0.92 |
494 | 2025-03-24T05:49:48.100Z | Downloaded pest_meta v2.7.6 |
495 | 2025-03-24T05:49:48.100Z | Downloaded parking_lot v0.12.1 |
496 | 2025-03-24T05:49:48.100Z | Downloaded once_cell v1.19.0 |
497 | 2025-03-24T05:49:48.100Z | Downloaded omicron-zone-package v0.12.0 |
498 | 2025-03-24T05:49:48.100Z | Downloaded miniz_oxide v0.7.1 |
499 | 2025-03-24T05:49:48.100Z | Downloaded fd-lock v4.0.2 |
500 | 2025-03-24T05:49:48.100Z | Downloaded fastrand v2.3.0 |
501 | 2025-03-24T05:49:48.100Z | Downloaded zone v0.3.0 |
502 | 2025-03-24T05:49:48.100Z | Downloaded tokio-macros v2.5.0 |
503 | 2025-03-24T05:49:48.100Z | Downloaded rustls-pemfile v2.1.3 |
504 | 2025-03-24T05:49:48.125Z | Downloaded jobserver v0.1.27 |
505 | 2025-03-24T05:49:48.125Z | Downloaded num-traits v0.2.19 |
506 | 2025-03-24T05:49:48.125Z | Downloaded rand_chacha v0.1.1 |
507 | 2025-03-24T05:49:48.125Z | Downloaded typenum v1.17.0 |
508 | 2025-03-24T05:49:48.125Z | Downloaded blake3 v1.5.1 |
509 | 2025-03-24T05:49:48.150Z | Downloaded tokio-native-tls v0.3.1 |
510 | 2025-03-24T05:49:48.150Z | Downloaded thiserror v2.0.12 |
511 | 2025-03-24T05:49:48.150Z | Downloaded serde_derive_internals v0.29.1 |
512 | 2025-03-24T05:49:48.150Z | Downloaded pkg-config v0.3.27 |
513 | 2025-03-24T05:49:48.150Z | Downloaded pest_derive v2.7.6 |
514 | 2025-03-24T05:49:48.150Z | Downloaded flate2 v1.0.28 |
515 | 2025-03-24T05:49:48.150Z | Downloaded postcard v1.0.10 |
516 | 2025-03-24T05:49:48.174Z | Downloaded typify v0.3.0 |
517 | 2025-03-24T05:49:48.174Z | Downloaded tracing-core v0.1.33 |
518 | 2025-03-24T05:49:48.174Z | Downloaded proc-macro-error v1.0.4 |
519 | 2025-03-24T05:49:48.174Z | Downloaded native-tls v0.2.11 |
520 | 2025-03-24T05:49:48.175Z | Downloaded tracing-attributes v0.1.28 |
521 | 2025-03-24T05:49:48.175Z | Downloaded ring v0.17.5 |
522 | 2025-03-24T05:49:48.243Z | Downloaded quick-error v1.2.3 |
523 | 2025-03-24T05:49:48.268Z | Downloaded pin-project-lite v0.2.13 |
524 | 2025-03-24T05:49:48.268Z | Downloaded phf_shared v0.11.2 |
525 | 2025-03-24T05:49:48.268Z | Downloaded password-hash v0.5.0 |
526 | 2025-03-24T05:49:48.268Z | Downloaded parking_lot_core v0.9.9 |
527 | 2025-03-24T05:49:48.268Z | Downloaded time-core v0.1.2 |
528 | 2025-03-24T05:49:48.268Z | Downloaded static_assertions v1.1.0 |
529 | 2025-03-24T05:49:48.268Z | Downloaded serde_tokenstream v0.2.2 |
530 | 2025-03-24T05:49:48.268Z | Downloaded serde_repr v0.1.18 |
531 | 2025-03-24T05:49:48.268Z | Downloaded opentelemetry-semantic-conventions v0.13.0 |
532 | 2025-03-24T05:49:48.268Z | Downloaded rand_core v0.3.1 |
533 | 2025-03-24T05:49:48.269Z | Downloaded proc-macro-error-attr v1.0.4 |
534 | 2025-03-24T05:49:48.269Z | Downloaded ordered-float v2.10.1 |
535 | 2025-03-24T05:49:48.269Z | Downloaded num_enum v0.7.3 |
536 | 2025-03-24T05:49:48.294Z | Downloaded num-complex v0.2.4 |
537 | 2025-03-24T05:49:48.294Z | Downloaded ptr_meta v0.1.4 |
538 | 2025-03-24T05:49:48.294Z | Downloaded pest_generator v2.7.6 |
539 | 2025-03-24T05:49:48.294Z | Downloaded num_enum v0.5.11 |
540 | 2025-03-24T05:49:48.294Z | Downloaded daft-derive v0.1.2 |
541 | 2025-03-24T05:49:48.294Z | Downloaded tinyvec_macros v0.1.1 |
542 | 2025-03-24T05:49:48.294Z | Downloaded proc-macro-crate v2.0.0 |
543 | 2025-03-24T05:49:48.294Z | Downloaded plain v0.2.3 |
544 | 2025-03-24T05:49:48.294Z | Downloaded pin-utils v0.1.0 |
545 | 2025-03-24T05:49:48.294Z | Downloaded parse-display-derive v0.10.0 |
546 | 2025-03-24T05:49:48.294Z | Downloaded progenitor v0.8.0 |
547 | 2025-03-24T05:49:48.294Z | Downloaded phf_generator v0.11.2 |
548 | 2025-03-24T05:49:48.294Z | Downloaded macaddr v1.0.1 |
549 | 2025-03-24T05:49:48.319Z | Downloaded progenitor-macro v0.9.1 |
550 | 2025-03-24T05:49:48.319Z | Downloaded progenitor-macro v0.8.0 |
551 | 2025-03-24T05:49:48.319Z | Downloaded parse-display v0.10.0 |
552 | 2025-03-24T05:49:48.319Z | Downloaded rustls-pemfile v1.0.4 |
553 | 2025-03-24T05:49:48.319Z | Downloaded percent-encoding v2.3.1 |
554 | 2025-03-24T05:49:48.319Z | Downloaded num_enum_derive v0.7.3 |
555 | 2025-03-24T05:49:48.319Z | Downloaded ipnetwork v0.21.1 |
556 | 2025-03-24T05:49:48.319Z | Downloaded structmeta v0.3.0 |
557 | 2025-03-24T05:49:48.319Z | Downloaded nu-ansi-term v0.50.0 |
558 | 2025-03-24T05:49:48.320Z | Downloaded integer-encoding v3.0.4 |
559 | 2025-03-24T05:49:48.320Z | Downloaded proc-macro-crate v1.3.1 |
560 | 2025-03-24T05:49:48.320Z | Downloaded phf_codegen v0.11.2 |
561 | 2025-03-24T05:49:48.320Z | Downloaded num v0.4.3 |
562 | 2025-03-24T05:49:48.320Z | Downloaded clap_builder v4.5.32 |
563 | 2025-03-24T05:49:48.348Z | Downloaded cc v1.0.83 |
564 | 2025-03-24T05:49:48.349Z | Downloaded newtype-uuid v1.2.1 |
565 | 2025-03-24T05:49:48.349Z | Downloaded crc32fast v1.3.2 |
566 | 2025-03-24T05:49:48.349Z | Downloaded paste v1.0.15 |
567 | 2025-03-24T05:49:48.349Z | Downloaded overload v0.1.1 |
568 | 2025-03-24T05:49:48.349Z | Downloaded ordered-float v4.2.0 |
569 | 2025-03-24T05:49:48.349Z | Downloaded autocfg v1.1.0 |
570 | 2025-03-24T05:49:48.349Z | Downloaded twox-hash v2.1.0 |
571 | 2025-03-24T05:49:48.349Z | Downloaded subtle v2.5.0 |
572 | 2025-03-24T05:49:48.349Z | Downloaded num-iter v0.1.45 |
573 | 2025-03-24T05:49:48.349Z | Downloaded num-derive v0.4.2 |
574 | 2025-03-24T05:49:48.349Z | Downloaded num v0.2.1 |
575 | 2025-03-24T05:49:48.349Z | Downloaded crossterm v0.28.1 |
576 | 2025-03-24T05:49:48.349Z | Downloaded borsh-derive v1.3.0 |
577 | 2025-03-24T05:49:48.374Z | Downloaded aho-corasick v1.1.2 |
578 | 2025-03-24T05:49:48.374Z | Downloaded http-body-util v0.1.2 |
579 | 2025-03-24T05:49:48.374Z | Downloaded foldhash v0.1.4 |
580 | 2025-03-24T05:49:48.374Z | Downloaded strum_macros v0.26.4 |
581 | 2025-03-24T05:49:48.374Z | Downloaded openssl-macros v0.1.1 |
582 | 2025-03-24T05:49:48.374Z | Downloaded blake2 v0.10.6 |
583 | 2025-03-24T05:49:48.374Z | Downloaded anstyle-query v1.0.0 |
584 | 2025-03-24T05:49:48.375Z | Downloaded libsqlite3-sys v0.32.0 |
585 | 2025-03-24T05:49:48.457Z | Downloaded tracing-log v0.2.0 |
586 | 2025-03-24T05:49:48.482Z | Downloaded progenitor-client v0.8.0 |
587 | 2025-03-24T05:49:48.482Z | Downloaded mio v1.0.2 |
588 | 2025-03-24T05:49:48.482Z | Downloaded tower-service v0.3.3 |
589 | 2025-03-24T05:49:48.482Z | Downloaded tower-layer v0.3.3 |
590 | 2025-03-24T05:49:48.482Z | Downloaded topological-sort v0.2.2 |
591 | 2025-03-24T05:49:48.482Z | Downloaded strum_macros v0.27.1 |
592 | 2025-03-24T05:49:48.482Z | Downloaded structmeta-derive v0.3.0 |
593 | 2025-03-24T05:49:48.482Z | Downloaded pretty-hex v0.2.1 |
594 | 2025-03-24T05:49:48.482Z | Downloaded minimal-lexical v0.2.1 |
595 | 2025-03-24T05:49:48.482Z | Downloaded progenitor-client v0.9.1 |
596 | 2025-03-24T05:49:48.482Z | Downloaded num_threads v0.1.6 |
597 | 2025-03-24T05:49:48.482Z | Downloaded convert_case v0.4.0 |
598 | 2025-03-24T05:49:48.482Z | Downloaded allocator-api2 v0.2.16 |
599 | 2025-03-24T05:49:48.507Z | Downloaded newline-converter v0.3.0 |
600 | 2025-03-24T05:49:48.507Z | Downloaded typify-macro v0.2.0 |
601 | 2025-03-24T05:49:48.507Z | Downloaded foreign-types v0.3.2 |
602 | 2025-03-24T05:49:48.507Z | Downloaded float-ord v0.3.2 |
603 | 2025-03-24T05:49:48.507Z | Downloaded strum v0.26.3 |
604 | 2025-03-24T05:49:48.507Z | Downloaded strsim v0.10.0 |
605 | 2025-03-24T05:49:48.507Z | Downloaded ptr_meta_derive v0.1.4 |
606 | 2025-03-24T05:49:48.507Z | Downloaded pretty-hex v0.4.1 |
607 | 2025-03-24T05:49:48.507Z | Downloaded opaque-debug v0.3.0 |
608 | 2025-03-24T05:49:48.507Z | Downloaded crossbeam-channel v0.5.13 |
609 | 2025-03-24T05:49:48.507Z | Downloaded constant_time_eq v0.3.0 |
610 | 2025-03-24T05:49:48.507Z | Downloaded base64 v0.22.1 |
611 | 2025-03-24T05:49:48.507Z | Downloaded borsh v1.3.0 |
612 | 2025-03-24T05:49:48.507Z | Downloaded newtype_derive v0.1.6 |
613 | 2025-03-24T05:49:48.532Z | Downloaded dropshot_endpoint v0.16.0 |
614 | 2025-03-24T05:49:48.532Z | Downloaded derive-where v1.2.7 |
615 | 2025-03-24T05:49:48.532Z | Downloaded cookie v0.18.1 |
616 | 2025-03-24T05:49:48.532Z | Downloaded bytecheck_derive v0.6.11 |
617 | 2025-03-24T05:49:48.532Z | Downloaded atty v0.2.14 |
618 | 2025-03-24T05:49:48.532Z | Downloaded ahash v0.7.7 |
619 | 2025-03-24T05:49:48.532Z | Downloaded num-rational v0.4.2 |
620 | 2025-03-24T05:49:48.532Z | Downloaded crossbeam-epoch v0.9.15 |
621 | 2025-03-24T05:49:48.533Z | Downloaded cpufeatures v0.2.12 |
622 | 2025-03-24T05:49:48.533Z | Downloaded cancel-safe-futures v0.1.5 |
623 | 2025-03-24T05:49:48.533Z | Downloaded darling v0.20.3 |
624 | 2025-03-24T05:49:48.558Z | Downloaded daft v0.1.2 |
625 | 2025-03-24T05:49:48.558Z | Downloaded crossbeam-utils v0.8.20 |
626 | 2025-03-24T05:49:48.558Z | Downloaded clap v4.5.32 |
627 | 2025-03-24T05:49:48.558Z | Downloaded byte-unit v5.1.6 |
628 | 2025-03-24T05:49:48.558Z | Downloaded deranged v0.3.9 |
629 | 2025-03-24T05:49:48.558Z | Downloaded defmt-parser v0.3.4 |
630 | 2025-03-24T05:49:48.558Z | Downloaded crossbeam-deque v0.8.3 |
631 | 2025-03-24T05:49:48.558Z | Downloaded colored v2.1.0 |
632 | 2025-03-24T05:49:48.558Z | Downloaded cipher v0.4.4 |
633 | 2025-03-24T05:49:48.558Z | Downloaded camino v1.1.9 |
634 | 2025-03-24T05:49:48.584Z | Downloaded base64 v0.21.7 |
635 | 2025-03-24T05:49:48.584Z | Downloaded anyhow v1.0.97 |
636 | 2025-03-24T05:49:48.584Z | Downloaded digest v0.10.7 |
637 | 2025-03-24T05:49:48.584Z | Downloaded csv-core v0.1.11 |
638 | 2025-03-24T05:49:48.584Z | Downloaded cobs v0.2.3 |
639 | 2025-03-24T05:49:48.584Z | Downloaded cfg_aliases v0.2.1 |
640 | 2025-03-24T05:49:48.584Z | Downloaded byteorder v1.5.0 |
641 | 2025-03-24T05:49:48.584Z | Downloaded defmt v0.3.8 |
642 | 2025-03-24T05:49:48.584Z | Downloaded ctr v0.9.2 |
643 | 2025-03-24T05:49:48.584Z | Downloaded cstr-argument v0.1.2 |
644 | 2025-03-24T05:49:48.584Z | Downloaded crypto-common v0.1.6 |
645 | 2025-03-24T05:49:48.584Z | Downloaded console v0.15.7 |
646 | 2025-03-24T05:49:48.609Z | Downloaded clap_derive v4.5.32 |
647 | 2025-03-24T05:49:48.609Z | Downloaded bytecheck v0.6.11 |
648 | 2025-03-24T05:49:48.609Z | Downloaded async-stream-impl v0.3.6 |
649 | 2025-03-24T05:49:48.609Z | Downloaded aes-gcm-siv v0.11.1 |
650 | 2025-03-24T05:49:48.609Z | Downloaded defmt-macros v0.3.9 |
651 | 2025-03-24T05:49:48.609Z | Downloaded debug-ignore v1.0.5 |
652 | 2025-03-24T05:49:48.609Z | Downloaded data-encoding v2.5.0 |
653 | 2025-03-24T05:49:48.609Z | Downloaded clap_lex v0.7.4 |
654 | 2025-03-24T05:49:48.609Z | Downloaded cargo-platform v0.1.8 |
655 | 2025-03-24T05:49:48.609Z | Downloaded camino-tempfile v1.1.1 |
656 | 2025-03-24T05:49:48.609Z | Downloaded block-buffer v0.10.4 |
657 | 2025-03-24T05:49:48.609Z | Downloaded bitflags v2.6.0 |
658 | 2025-03-24T05:49:48.609Z | Downloaded base64ct v1.6.0 |
659 | 2025-03-24T05:49:48.609Z | Downloaded backoff v0.4.0 |
660 | 2025-03-24T05:49:48.634Z | Downloaded atomicwrites v0.4.4 |
661 | 2025-03-24T05:49:48.634Z | Downloaded atomic-waker v1.1.2 |
662 | 2025-03-24T05:49:48.634Z | Downloaded async-trait v0.1.88 |
663 | 2025-03-24T05:49:48.634Z | Downloaded arrayvec v0.7.4 |
664 | 2025-03-24T05:49:48.634Z | Downloaded arrayref v0.3.7 |
665 | 2025-03-24T05:49:48.634Z | Downloaded argon2 v0.5.3 |
666 | 2025-03-24T05:49:48.635Z | Downloaded anstyle-parse v0.2.2 |
667 | 2025-03-24T05:49:48.635Z | Downloaded anstyle v1.0.8 |
668 | 2025-03-24T05:49:48.635Z | Downloaded anstream v0.6.12 |
669 | 2025-03-24T05:49:48.635Z | Downloaded dirs-sys-next v0.1.2 |
670 | 2025-03-24T05:49:48.635Z | Downloaded darling_macro v0.20.3 |
671 | 2025-03-24T05:49:48.635Z | Downloaded colorchoice v1.0.0 |
672 | 2025-03-24T05:49:48.635Z | Downloaded cfg_aliases v0.1.1 |
673 | 2025-03-24T05:49:48.635Z | Downloaded cfg-if v1.0.0 |
674 | 2025-03-24T05:49:48.635Z | Downloaded bitflags v1.3.2 |
675 | 2025-03-24T05:49:48.635Z | Downloaded bit-vec v0.8.0 |
676 | 2025-03-24T05:49:48.660Z | Downloaded bit-set v0.8.0 |
677 | 2025-03-24T05:49:48.660Z | Downloaded bincode v1.3.3 |
678 | 2025-03-24T05:49:48.660Z | Downloaded async-stream v0.3.6 |
679 | 2025-03-24T05:49:48.660Z | Downloaded async-recursion v1.1.1 |
680 | 2025-03-24T05:49:48.928Z | Compiling proc-macro2 v1.0.92 |
681 | 2025-03-24T05:49:48.928Z | Compiling unicode-ident v1.0.14 |
682 | 2025-03-24T05:49:48.953Z | Compiling libc v0.2.171 |
683 | 2025-03-24T05:49:48.953Z | Compiling serde v1.0.218 |
684 | 2025-03-24T05:49:48.953Z | Compiling autocfg v1.1.0 |
685 | 2025-03-24T05:49:48.953Z | Compiling cfg-if v1.0.0 |
686 | 2025-03-24T05:49:48.953Z | Compiling libm v0.2.8 |
687 | 2025-03-24T05:49:48.953Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=f95487ef5204fd46 -C extra-filename=-f95487ef5204fd46 --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro2-f95487ef5204fd46 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
688 | 2025-03-24T05:49:48.953Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=abd376aa63167a98 -C extra-filename=-abd376aa63167a98 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
689 | 2025-03-24T05:49:48.953Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1e4fb22e544a929 -C extra-filename=-f1e4fb22e544a929 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
690 | 2025-03-24T05:49:48.953Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.171/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=613bbcb5eb41c60b -C extra-filename=-613bbcb5eb41c60b --out-dir /work/oxidecomputer/crucible/target/debug/build/libc-613bbcb5eb41c60b -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
691 | 2025-03-24T05:49:48.978Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=2ae49a296a666b20 -C extra-filename=-2ae49a296a666b20 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
692 | 2025-03-24T05:49:48.978Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=6fd4a91ecd25bcee -C extra-filename=-6fd4a91ecd25bcee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
693 | 2025-03-24T05:49:48.978Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=6d54c0209c76ad66 -C extra-filename=-6d54c0209c76ad66 --out-dir /work/oxidecomputer/crucible/target/debug/build/libm-6d54c0209c76ad66 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
694 | 2025-03-24T05:49:48.978Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.218/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=ae49c9d86c119bcd -C extra-filename=-ae49c9d86c119bcd --out-dir /work/oxidecomputer/crucible/target/debug/build/serde-ae49c9d86c119bcd -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
695 | 2025-03-24T05:49:49.107Z | Compiling memchr v2.7.4 |
696 | 2025-03-24T05:49:49.107Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=187ef387dbb05ae2 -C extra-filename=-187ef387dbb05ae2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
697 | 2025-03-24T05:49:49.164Z | Compiling serde_json v1.0.139 |
698 | 2025-03-24T05:49:49.190Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.139/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=668424a4521b1714 -C extra-filename=-668424a4521b1714 --out-dir /work/oxidecomputer/crucible/target/debug/build/serde_json-668424a4521b1714 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
699 | 2025-03-24T05:49:49.278Z | Compiling version_check v0.9.5 |
700 | 2025-03-24T05:49:49.313Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=56fb3abe49580ef3 -C extra-filename=-56fb3abe49580ef3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
701 | 2025-03-24T05:49:49.464Z | Running `/work/oxidecomputer/crucible/target/debug/build/libm-6d54c0209c76ad66/build-script-build` |
702 | 2025-03-24T05:49:49.498Z | Running `/work/oxidecomputer/crucible/target/debug/build/serde-ae49c9d86c119bcd/build-script-build` |
703 | 2025-03-24T05:49:49.523Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=ad8c4b9cff4819c0 -C extra-filename=-ad8c4b9cff4819c0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
704 | 2025-03-24T05:49:49.550Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro2-f95487ef5204fd46/build-script-build` |
705 | 2025-03-24T05:49:49.550Z | Running `/work/oxidecomputer/crucible/target/debug/build/serde_json-668424a4521b1714/build-script-build` |
706 | 2025-03-24T05:49:49.603Z | Compiling parking_lot_core v0.9.9 |
707 | 2025-03-24T05:49:49.603Z | Running `/work/oxidecomputer/crucible/target/debug/build/libc-613bbcb5eb41c60b/build-script-build` |
708 | 2025-03-24T05:49:49.628Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=c80e2d380100bde0 -C extra-filename=-c80e2d380100bde0 --out-dir /work/oxidecomputer/crucible/target/debug/build/parking_lot_core-c80e2d380100bde0 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
709 | 2025-03-24T05:49:49.653Z | Compiling num-traits v0.2.19 |
710 | 2025-03-24T05:49:49.653Z | Compiling lock_api v0.4.11 |
711 | 2025-03-24T05:49:49.653Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8596454a3310c267 -C extra-filename=-8596454a3310c267 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-traits-8596454a3310c267 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'` |
712 | 2025-03-24T05:49:49.653Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=b8a5d040bf4afb0e -C extra-filename=-b8a5d040bf4afb0e --out-dir /work/oxidecomputer/crucible/target/debug/build/lock_api-b8a5d040bf4afb0e -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'` |
713 | 2025-03-24T05:49:49.706Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.171/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=cfc614e2eb3a03ee -C extra-filename=-cfc614e2eb3a03ee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
714 | 2025-03-24T05:49:49.879Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.171/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=359170907c2a7482 -C extra-filename=-359170907c2a7482 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
715 | 2025-03-24T05:49:49.912Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=5eeacb47f161db31 -C extra-filename=-5eeacb47f161db31 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` |
716 | 2025-03-24T05:49:49.997Z | Compiling itoa v1.0.9 |
717 | 2025-03-24T05:49:50.022Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=71a6a6543ead115f -C extra-filename=-71a6a6543ead115f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
718 | 2025-03-24T05:49:50.047Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-traits-8596454a3310c267/build-script-build` |
719 | 2025-03-24T05:49:50.047Z | Running `/work/oxidecomputer/crucible/target/debug/build/parking_lot_core-c80e2d380100bde0/build-script-build` |
720 | 2025-03-24T05:49:50.074Z | Running `/work/oxidecomputer/crucible/target/debug/build/lock_api-b8a5d040bf4afb0e/build-script-build` |
721 | 2025-03-24T05:49:50.231Z | Compiling semver v1.0.26 |
722 | 2025-03-24T05:49:50.257Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.26/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b1b3251476fe3fc5 -C extra-filename=-b1b3251476fe3fc5 --out-dir /work/oxidecomputer/crucible/target/debug/build/semver-b1b3251476fe3fc5 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
723 | 2025-03-24T05:49:50.257Z | Compiling log v0.4.22 |
724 | 2025-03-24T05:49:50.257Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=d53a21f98f031de6 -C extra-filename=-d53a21f98f031de6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
725 | 2025-03-24T05:49:50.282Z | Compiling thiserror v1.0.69 |
726 | 2025-03-24T05:49:50.282Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d55696340f4b4bc -C extra-filename=-3d55696340f4b4bc --out-dir /work/oxidecomputer/crucible/target/debug/build/thiserror-3d55696340f4b4bc -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
727 | 2025-03-24T05:49:50.340Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=e95446108fba6bad -C extra-filename=-e95446108fba6bad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
728 | 2025-03-24T05:49:50.672Z | Compiling quote v1.0.38 |
729 | 2025-03-24T05:49:50.697Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=c4984275da3096ab -C extra-filename=-c4984275da3096ab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --cap-lints allow '-Wclippy::unused-async'` |
730 | 2025-03-24T05:49:50.721Z | Running `/work/oxidecomputer/crucible/target/debug/build/semver-b1b3251476fe3fc5/build-script-build` |
731 | 2025-03-24T05:49:50.746Z | Compiling slab v0.4.9 |
732 | 2025-03-24T05:49:50.771Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=142ab5acffa737c2 -C extra-filename=-142ab5acffa737c2 --out-dir /work/oxidecomputer/crucible/target/debug/build/slab-142ab5acffa737c2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'` |
733 | 2025-03-24T05:49:50.799Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=ea0f017d02a7105b -C extra-filename=-ea0f017d02a7105b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
734 | 2025-03-24T05:49:50.823Z | Running `/work/oxidecomputer/crucible/target/debug/build/thiserror-3d55696340f4b4bc/build-script-build` |
735 | 2025-03-24T05:49:50.897Z | Compiling jobserver v0.1.27 |
736 | 2025-03-24T05:49:50.921Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2dab959624b01c4c -C extra-filename=-2dab959624b01c4c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --cap-lints allow '-Wclippy::unused-async'` |
737 | 2025-03-24T05:49:50.921Z | Compiling ryu v1.0.15 |
738 | 2025-03-24T05:49:50.948Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=5a8ab827ee817ff2 -C extra-filename=-5a8ab827ee817ff2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
739 | 2025-03-24T05:49:50.990Z | Compiling syn v2.0.99 |
740 | 2025-03-24T05:49:51.015Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=540d08e8c3ee5a3f -C extra-filename=-540d08e8c3ee5a3f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async'` |
741 | 2025-03-24T05:49:51.015Z | Compiling schemars v0.8.22 |
742 | 2025-03-24T05:49:51.015Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=921878b5d3edd0c7 -C extra-filename=-921878b5d3edd0c7 --out-dir /work/oxidecomputer/crucible/target/debug/build/schemars-921878b5d3edd0c7 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
743 | 2025-03-24T05:49:51.043Z | Running `/work/oxidecomputer/crucible/target/debug/build/slab-142ab5acffa737c2/build-script-build` |
744 | 2025-03-24T05:49:51.084Z | Compiling equivalent v1.0.1 |
745 | 2025-03-24T05:49:51.109Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a84b2f061c359b52 -C extra-filename=-a84b2f061c359b52 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
746 | 2025-03-24T05:49:51.109Z | Compiling foldhash v0.1.4 |
747 | 2025-03-24T05:49:51.109Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foldhash-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=60c62b04980cb789 -C extra-filename=-60c62b04980cb789 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
748 | 2025-03-24T05:49:51.203Z | Compiling allocator-api2 v0.2.16 |
749 | 2025-03-24T05:49:51.359Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=a4562574ebc3beef -C extra-filename=-a4562574ebc3beef --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
750 | 2025-03-24T05:49:51.384Z | Compiling pin-project-lite v0.2.13 |
751 | 2025-03-24T05:49:51.384Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ebae1a32f1902851 -C extra-filename=-ebae1a32f1902851 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
752 | 2025-03-24T05:49:51.410Z | Compiling cc v1.0.83 |
753 | 2025-03-24T05:49:51.410Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="jobserver"' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=7b2797534563f3f4 -C extra-filename=-7b2797534563f3f4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern jobserver=/work/oxidecomputer/crucible/target/debug/deps/libjobserver-2dab959624b01c4c.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --cap-lints allow '-Wclippy::unused-async'` |
754 | 2025-03-24T05:49:51.435Z | Compiling getrandom v0.2.11 |
755 | 2025-03-24T05:49:51.435Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=36d4b2e33560e954 -C extra-filename=-36d4b2e33560e954 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
756 | 2025-03-24T05:49:51.606Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=d8b97463a0f3540d -C extra-filename=-d8b97463a0f3540d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
757 | 2025-03-24T05:49:51.663Z | Running `/work/oxidecomputer/crucible/target/debug/build/schemars-921878b5d3edd0c7/build-script-build` |
758 | 2025-03-24T05:49:51.688Z | Compiling once_cell v1.19.0 |
759 | 2025-03-24T05:49:51.688Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=485f853a4fc77c82 -C extra-filename=-485f853a4fc77c82 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
760 | 2025-03-24T05:49:51.712Z | Compiling scopeguard v1.2.0 |
761 | 2025-03-24T05:49:51.713Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=9a84037b0fa8b010 -C extra-filename=-9a84037b0fa8b010 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
762 | 2025-03-24T05:49:51.776Z | Compiling fnv v1.0.7 |
763 | 2025-03-24T05:49:51.801Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=288f422319731adc -C extra-filename=-288f422319731adc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
764 | 2025-03-24T05:49:51.837Z | Compiling pkg-config v0.3.27 |
765 | 2025-03-24T05:49:51.862Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eeeb5cdfd34d31bb -C extra-filename=-eeeb5cdfd34d31bb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
766 | 2025-03-24T05:49:51.862Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=a9dc84a1ac4cb106 -C extra-filename=-a9dc84a1ac4cb106 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
767 | 2025-03-24T05:49:51.916Z | Compiling vcpkg v0.2.15 |
768 | 2025-03-24T05:49:51.941Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=67af2ed6005ab61b -C extra-filename=-67af2ed6005ab61b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
769 | 2025-03-24T05:49:52.005Z | Compiling hashbrown v0.15.2 |
770 | 2025-03-24T05:49:52.030Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=c543b078b4bb5334 -C extra-filename=-c543b078b4bb5334 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-a4562574ebc3beef.rmeta --extern equivalent=/work/oxidecomputer/crucible/target/debug/deps/libequivalent-a84b2f061c359b52.rmeta --extern foldhash=/work/oxidecomputer/crucible/target/debug/deps/libfoldhash-60c62b04980cb789.rmeta --cap-lints allow '-Wclippy::unused-async'` |
771 | 2025-03-24T05:49:52.088Z | Compiling smallvec v1.13.2 |
772 | 2025-03-24T05:49:52.113Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=ee50fdcf798ecfc4 -C extra-filename=-ee50fdcf798ecfc4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
773 | 2025-03-24T05:49:52.215Z | Compiling getrandom v0.3.1 |
774 | 2025-03-24T05:49:52.240Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.3.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=77739b6ad8e50118 -C extra-filename=-77739b6ad8e50118 --out-dir /work/oxidecomputer/crucible/target/debug/build/getrandom-77739b6ad8e50118 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
775 | 2025-03-24T05:49:52.445Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=84a9bf763c3c6fcd -C extra-filename=-84a9bf763c3c6fcd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libm=/work/oxidecomputer/crucible/target/debug/deps/liblibm-d8b97463a0f3540d.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_total_cmp` |
776 | 2025-03-24T05:49:52.570Z | Running `/work/oxidecomputer/crucible/target/debug/build/getrandom-77739b6ad8e50118/build-script-build` |
777 | 2025-03-24T05:49:52.597Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=6fa0e05af2b3bd9e -C extra-filename=-6fa0e05af2b3bd9e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
778 | 2025-03-24T05:49:52.637Z | Compiling heck v0.5.0 |
779 | 2025-03-24T05:49:52.661Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c36b67d624d3a7a9 -C extra-filename=-c36b67d624d3a7a9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
780 | 2025-03-24T05:49:52.686Z | Compiling futures-core v0.3.31 |
781 | 2025-03-24T05:49:52.686Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=63f70cb0fb7b3737 -C extra-filename=-63f70cb0fb7b3737 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
782 | 2025-03-24T05:49:52.894Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=dcec997560ddd0e7 -C extra-filename=-dcec997560ddd0e7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
783 | 2025-03-24T05:49:53.009Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=36b6f8bc435cd185 -C extra-filename=-36b6f8bc435cd185 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
784 | 2025-03-24T05:49:53.034Z | Compiling signal-hook-registry v1.4.1 |
785 | 2025-03-24T05:49:53.034Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d3152e977d5055e3 -C extra-filename=-d3152e977d5055e3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
786 | 2025-03-24T05:49:53.117Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=9f8d784b46e6fbf6 -C extra-filename=-9f8d784b46e6fbf6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
787 | 2025-03-24T05:49:53.210Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=109ebf25deffb944 -C extra-filename=-109ebf25deffb944 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-9a84037b0fa8b010.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_const_fn_trait_bound` |
788 | 2025-03-24T05:49:53.320Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=907ada65ac7aecfb -C extra-filename=-907ada65ac7aecfb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libm=/work/oxidecomputer/crucible/target/debug/deps/liblibm-6fa0e05af2b3bd9e.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_total_cmp` |
789 | 2025-03-24T05:49:53.488Z | Compiling ring v0.17.5 |
790 | 2025-03-24T05:49:53.513Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=33aaa38c6ce129f4 -C extra-filename=-33aaa38c6ce129f4 --out-dir /work/oxidecomputer/crucible/target/debug/build/ring-33aaa38c6ce129f4 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7b2797534563f3f4.rlib --cap-lints allow '-Wclippy::unused-async'` |
791 | 2025-03-24T05:49:53.569Z | Compiling mio v1.0.2 |
792 | 2025-03-24T05:49:53.595Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=f4def67991f41c59 -C extra-filename=-f4def67991f41c59 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
793 | 2025-03-24T05:49:53.595Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.3.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=2f2f769f120724d2 -C extra-filename=-2f2f769f120724d2 --out-dir /work/oxidecomputer/crucible/target/debug/build/getrandom-2f2f769f120724d2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
794 | 2025-03-24T05:49:53.621Z | Compiling parking_lot v0.12.1 |
795 | 2025-03-24T05:49:53.646Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=a744695a46bf14f4 -C extra-filename=-a744695a46bf14f4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lock_api=/work/oxidecomputer/crucible/target/debug/deps/liblock_api-109ebf25deffb944.rmeta --extern parking_lot_core=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot_core-9f8d784b46e6fbf6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
796 | 2025-03-24T05:49:53.706Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=2eed6a679075b5cb -C extra-filename=-2eed6a679075b5cb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
797 | 2025-03-24T05:49:53.800Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foldhash-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3e1570fad87f3f61 -C extra-filename=-3e1570fad87f3f61 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
798 | 2025-03-24T05:49:53.963Z | Running `/work/oxidecomputer/crucible/target/debug/build/getrandom-2f2f769f120724d2/build-script-build` |
799 | 2025-03-24T05:49:53.989Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9bc7b39fca9ce439 -C extra-filename=-9bc7b39fca9ce439 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
800 | 2025-03-24T05:49:54.062Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=4e59a9076f46525a -C extra-filename=-4e59a9076f46525a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --cap-lints allow '-Wclippy::unused-async'` |
801 | 2025-03-24T05:49:54.113Z | Compiling futures-sink v0.3.31 |
802 | 2025-03-24T05:49:54.138Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=dc6d8001af963309 -C extra-filename=-dc6d8001af963309 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
803 | 2025-03-24T05:49:54.262Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=49651e0e800ae408 -C extra-filename=-49651e0e800ae408 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-2eed6a679075b5cb.rmeta --extern equivalent=/work/oxidecomputer/crucible/target/debug/deps/libequivalent-9bc7b39fca9ce439.rmeta --extern foldhash=/work/oxidecomputer/crucible/target/debug/deps/libfoldhash-3e1570fad87f3f61.rmeta --cap-lints allow '-Wclippy::unused-async'` |
804 | 2025-03-24T05:49:54.308Z | Compiling socket2 v0.5.5 |
805 | 2025-03-24T05:49:54.333Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=d07e5949ae9c73a4 -C extra-filename=-d07e5949ae9c73a4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
806 | 2025-03-24T05:49:54.333Z | Compiling httparse v1.10.1 |
807 | 2025-03-24T05:49:54.333Z | Running `/work/oxidecomputer/crucible/target/debug/build/ring-33aaa38c6ce129f4/build-script-build` |
808 | 2025-03-24T05:49:54.358Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=67fd054d2753c159 -C extra-filename=-67fd054d2753c159 --out-dir /work/oxidecomputer/crucible/target/debug/build/httparse-67fd054d2753c159 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
809 | 2025-03-24T05:49:54.383Z | Compiling iana-time-zone v0.1.58 |
810 | 2025-03-24T05:49:54.383Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=36e15320f5f5ed42 -C extra-filename=-36e15320f5f5ed42 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
811 | 2025-03-24T05:49:54.545Z | Compiling typenum v1.17.0 |
812 | 2025-03-24T05:49:54.570Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=9b6976c77d68e316 -C extra-filename=-9b6976c77d68e316 --out-dir /work/oxidecomputer/crucible/target/debug/build/typenum-9b6976c77d68e316 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
813 | 2025-03-24T05:49:54.680Z | Compiling dyn-clone v1.0.16 |
814 | 2025-03-24T05:49:54.705Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57ac2cf7c3c4548c -C extra-filename=-57ac2cf7c3c4548c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
815 | 2025-03-24T05:49:54.705Z | Compiling regex-syntax v0.8.5 |
816 | 2025-03-24T05:49:54.705Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=4db9c100793868b3 -C extra-filename=-4db9c100793868b3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
817 | 2025-03-24T05:49:54.764Z | Compiling rand_core v0.6.4 |
818 | 2025-03-24T05:49:54.789Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=9d860a0ed8f4a151 -C extra-filename=-9d860a0ed8f4a151 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-36d4b2e33560e954.rmeta --cap-lints allow '-Wclippy::unused-async'` |
819 | 2025-03-24T05:49:54.882Z | Compiling aho-corasick v1.1.2 |
820 | 2025-03-24T05:49:54.907Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=2a12e571077c3fea -C extra-filename=-2a12e571077c3fea --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
821 | 2025-03-24T05:49:54.932Z | Running `/work/oxidecomputer/crucible/target/debug/build/httparse-67fd054d2753c159/build-script-build` |
822 | 2025-03-24T05:49:54.987Z | Compiling openssl-sys v0.9.95 |
823 | 2025-03-24T05:49:55.012Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.95/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=403b456176b61d56 -C extra-filename=-403b456176b61d56 --out-dir /work/oxidecomputer/crucible/target/debug/build/openssl-sys-403b456176b61d56 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7b2797534563f3f4.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-eeeb5cdfd34d31bb.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-67af2ed6005ab61b.rlib --cap-lints allow '-Wclippy::unused-async'` |
824 | 2025-03-24T05:49:55.151Z | Compiling generic-array v0.14.7 |
825 | 2025-03-24T05:49:55.175Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=d9d9e7b7462a459e -C extra-filename=-d9d9e7b7462a459e --out-dir /work/oxidecomputer/crucible/target/debug/build/generic-array-d9d9e7b7462a459e -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
826 | 2025-03-24T05:49:55.175Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=4c8547669ecc4b98 -C extra-filename=-4c8547669ecc4b98 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
827 | 2025-03-24T05:49:55.307Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b4fe7f623e4bad47 -C extra-filename=-b4fe7f623e4bad47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
828 | 2025-03-24T05:49:55.336Z | Running `/work/oxidecomputer/crucible/target/debug/build/typenum-9b6976c77d68e316/build-script-main` |
829 | 2025-03-24T05:49:55.448Z | Running `/work/oxidecomputer/crucible/target/debug/build/generic-array-d9d9e7b7462a459e/build-script-build` |
830 | 2025-03-24T05:49:55.473Z | Compiling futures-channel v0.3.31 |
831 | 2025-03-24T05:49:55.473Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=48b0946d906b5624 -C extra-filename=-48b0946d906b5624 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --cap-lints allow '-Wclippy::unused-async'` |
832 | 2025-03-24T05:49:55.522Z | Compiling futures-task v0.3.31 |
833 | 2025-03-24T05:49:55.548Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=31b46e1276a7fb9b -C extra-filename=-31b46e1276a7fb9b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
834 | 2025-03-24T05:49:55.548Z | Compiling futures-io v0.3.31 |
835 | 2025-03-24T05:49:55.548Z | Compiling pin-utils v0.1.0 |
836 | 2025-03-24T05:49:55.573Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=18c4c86e5e305ba5 -C extra-filename=-18c4c86e5e305ba5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
837 | 2025-03-24T05:49:55.573Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8dcb54e602e4f2e -C extra-filename=-c8dcb54e602e4f2e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
838 | 2025-03-24T05:49:55.649Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=5d5a2f143c648a36 -C extra-filename=-5d5a2f143c648a36 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --cap-lints allow '-Wclippy::unused-async'` |
839 | 2025-03-24T05:49:55.783Z | Running `/work/oxidecomputer/crucible/target/debug/build/openssl-sys-403b456176b61d56/build-script-main` |
840 | 2025-03-24T05:49:55.808Z | Compiling slog v2.7.0 |
841 | 2025-03-24T05:49:55.808Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=b237b2467731c3ac -C extra-filename=-b237b2467731c3ac --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-b237b2467731c3ac -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
842 | 2025-03-24T05:49:55.833Z | Compiling openssl v0.10.59 |
843 | 2025-03-24T05:49:55.833Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.59/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=9de1f97b64610634 -C extra-filename=-9de1f97b64610634 --out-dir /work/oxidecomputer/crucible/target/debug/build/openssl-9de1f97b64610634 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
844 | 2025-03-24T05:49:55.859Z | Compiling tracing-core v0.1.33 |
845 | 2025-03-24T05:49:55.859Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=6c0a236117c8f8ad -C extra-filename=-6c0a236117c8f8ad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-a9dc84a1ac4cb106.rmeta --cap-lints allow '-Wclippy::unused-async'` |
846 | 2025-03-24T05:49:55.859Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=febcbe9ce6ad36dc -C extra-filename=-febcbe9ce6ad36dc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
847 | 2025-03-24T05:49:55.960Z | Compiling native-tls v0.2.11 |
848 | 2025-03-24T05:49:55.985Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=fc5fcc4526ba002f -C extra-filename=-fc5fcc4526ba002f --out-dir /work/oxidecomputer/crucible/target/debug/build/native-tls-fc5fcc4526ba002f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
849 | 2025-03-24T05:49:56.093Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=43f5f6e3f771145c -C extra-filename=-43f5f6e3f771145c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
850 | 2025-03-24T05:49:56.235Z | Running `/work/oxidecomputer/crucible/target/debug/build/openssl-9de1f97b64610634/build-script-build` |
851 | 2025-03-24T05:49:56.279Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-b237b2467731c3ac/build-script-build` |
852 | 2025-03-24T05:49:56.304Z | Compiling rustls v0.23.13 |
853 | 2025-03-24T05:49:56.329Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=356ee3a6ccbfc5da -C extra-filename=-356ee3a6ccbfc5da --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-356ee3a6ccbfc5da -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
854 | 2025-03-24T05:49:56.329Z | Compiling subtle v2.5.0 |
855 | 2025-03-24T05:49:56.329Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=998db88b41091cd0 -C extra-filename=-998db88b41091cd0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
856 | 2025-03-24T05:49:56.354Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db0780f6db0d7b83 -C extra-filename=-db0780f6db0d7b83 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
857 | 2025-03-24T05:49:56.354Z | Running `/work/oxidecomputer/crucible/target/debug/build/native-tls-fc5fcc4526ba002f/build-script-build` |
858 | 2025-03-24T05:49:56.386Z | Compiling crossbeam-utils v0.8.20 |
859 | 2025-03-24T05:49:56.411Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=d747d245ca983f6f -C extra-filename=-d747d245ca983f6f --out-dir /work/oxidecomputer/crucible/target/debug/build/crossbeam-utils-d747d245ca983f6f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
860 | 2025-03-24T05:49:56.474Z | Compiling ucd-trie v0.1.6 |
861 | 2025-03-24T05:49:56.499Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=327f5aa9042d4b15 -C extra-filename=-327f5aa9042d4b15 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
862 | 2025-03-24T05:49:56.559Z | Compiling spin v0.9.8 |
863 | 2025-03-24T05:49:56.584Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=80ed5ff7714732e2 -C extra-filename=-80ed5ff7714732e2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
864 | 2025-03-24T05:49:56.584Z | Compiling time-core v0.1.2 |
865 | 2025-03-24T05:49:56.584Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e0cafecb193e6e8 -C extra-filename=-5e0cafecb193e6e8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
866 | 2025-03-24T05:49:56.745Z | Compiling serde_derive_internals v0.29.1 |
867 | 2025-03-24T05:49:56.770Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2757b218655762d -C extra-filename=-e2757b218655762d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
868 | 2025-03-24T05:49:56.795Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=a9ab754dfee47de0 -C extra-filename=-a9ab754dfee47de0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
869 | 2025-03-24T05:49:56.824Z | Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-utils-d747d245ca983f6f/build-script-build` |
870 | 2025-03-24T05:49:56.854Z | Compiling num-conv v0.1.0 |
871 | 2025-03-24T05:49:56.879Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a193a8191ebdd77d -C extra-filename=-a193a8191ebdd77d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
872 | 2025-03-24T05:49:56.879Z | Compiling ppv-lite86 v0.2.17 |
873 | 2025-03-24T05:49:56.879Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=cb8b3e1610c80e8e -C extra-filename=-cb8b3e1610c80e8e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
874 | 2025-03-24T05:49:57.008Z | Compiling untrusted v0.9.0 |
875 | 2025-03-24T05:49:57.034Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=472479a157f7f31b -C extra-filename=-472479a157f7f31b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
876 | 2025-03-24T05:49:57.034Z | Compiling byteorder v1.5.0 |
877 | 2025-03-24T05:49:57.034Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=44628c75e1414eae -C extra-filename=-44628c75e1414eae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
878 | 2025-03-24T05:49:57.099Z | Compiling time-macros v0.2.18 |
879 | 2025-03-24T05:49:57.124Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=36e6e95877b3a76b -C extra-filename=-36e6e95877b3a76b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-a193a8191ebdd77d.rlib --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-5e0cafecb193e6e8.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
880 | 2025-03-24T05:49:57.179Z | Compiling percent-encoding v2.3.1 |
881 | 2025-03-24T05:49:57.204Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2892751421a0efb1 -C extra-filename=-2892751421a0efb1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
882 | 2025-03-24T05:49:57.408Z | Compiling thiserror v2.0.12 |
883 | 2025-03-24T05:49:57.433Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f6bcb550251249cc -C extra-filename=-f6bcb550251249cc --out-dir /work/oxidecomputer/crucible/target/debug/build/thiserror-f6bcb550251249cc -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
884 | 2025-03-24T05:49:57.433Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=10230e8c615dd4ad -C extra-filename=-10230e8c615dd4ad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
885 | 2025-03-24T05:49:57.482Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=832c3b605fbf99ab -C extra-filename=-832c3b605fbf99ab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
886 | 2025-03-24T05:49:57.638Z | Compiling regex-automata v0.4.9 |
887 | 2025-03-24T05:49:57.663Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=4e2eaca3c98e884a -C extra-filename=-4e2eaca3c98e884a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aho_corasick=/work/oxidecomputer/crucible/target/debug/deps/libaho_corasick-2a12e571077c3fea.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-4db9c100793868b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
888 | 2025-03-24T05:49:57.885Z | Running `/work/oxidecomputer/crucible/target/debug/build/thiserror-f6bcb550251249cc/build-script-build` |
889 | 2025-03-24T05:49:58.015Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b7c5577c0fbbf7b -C extra-filename=-8b7c5577c0fbbf7b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
890 | 2025-03-24T05:49:58.212Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=c7aa021fcbdfe8b6 -C extra-filename=-c7aa021fcbdfe8b6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
891 | 2025-03-24T05:49:58.237Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=0bc88fea3f03f95c -C extra-filename=-0bc88fea3f03f95c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-8b7c5577c0fbbf7b.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` |
892 | 2025-03-24T05:49:58.327Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=236eeccb58da35c2 -C extra-filename=-236eeccb58da35c2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-10230e8c615dd4ad.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg relaxed_coherence` |
893 | 2025-03-24T05:49:58.362Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=82cb6de7941d230c -C extra-filename=-82cb6de7941d230c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-832c3b605fbf99ab.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_const_fn_trait_bound` |
894 | 2025-03-24T05:49:58.592Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=3568d7b85814d224 -C extra-filename=-3568d7b85814d224 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-c7aa021fcbdfe8b6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
895 | 2025-03-24T05:49:58.778Z | Compiling errno v0.3.10 |
896 | 2025-03-24T05:49:58.803Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=51bb19a80654bec3 -C extra-filename=-51bb19a80654bec3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
897 | 2025-03-24T05:49:59.019Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=94a5b44d2411bcb9 -C extra-filename=-94a5b44d2411bcb9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
898 | 2025-03-24T05:49:59.068Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=318f2f91d3691c0e -C extra-filename=-318f2f91d3691c0e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lock_api=/work/oxidecomputer/crucible/target/debug/deps/liblock_api-82cb6de7941d230c.rmeta --extern parking_lot_core=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot_core-3568d7b85814d224.rmeta --cap-lints allow '-Wclippy::unused-async'` |
899 | 2025-03-24T05:49:59.121Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=6d9547d7313735f2 -C extra-filename=-6d9547d7313735f2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-0bc88fea3f03f95c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
900 | 2025-03-24T05:49:59.193Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5cba887f478d3d1 -C extra-filename=-e5cba887f478d3d1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --cap-lints allow '-Wclippy::unused-async'` |
901 | 2025-03-24T05:49:59.295Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=cb423e1fa79a0801 -C extra-filename=-cb423e1fa79a0801 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --cap-lints allow '-Wclippy::unused-async'` |
902 | 2025-03-24T05:49:59.320Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=76809d7628db668c -C extra-filename=-76809d7628db668c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --cap-lints allow '-Wclippy::unused-async'` |
903 | 2025-03-24T05:49:59.648Z | Compiling usdt-impl v0.5.0 |
904 | 2025-03-24T05:49:59.673Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=54a81169c281d9af -C extra-filename=-54a81169c281d9af --out-dir /work/oxidecomputer/crucible/target/debug/build/usdt-impl-54a81169c281d9af -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
905 | 2025-03-24T05:49:59.731Z | Compiling plain v0.2.3 |
906 | 2025-03-24T05:49:59.756Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71fe12c41dd9f55d -C extra-filename=-71fe12c41dd9f55d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
907 | 2025-03-24T05:49:59.781Z | Compiling rustls-pki-types v1.8.0 |
908 | 2025-03-24T05:49:59.781Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=65057e340f8a6547 -C extra-filename=-65057e340f8a6547 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
909 | 2025-03-24T05:49:59.781Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=2491755703427cfd -C extra-filename=-2491755703427cfd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
910 | 2025-03-24T05:49:59.912Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=d8b6cc53237e89ec -C extra-filename=-d8b6cc53237e89ec --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-0bc88fea3f03f95c.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-6d9547d7313735f2.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-8b7c5577c0fbbf7b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
911 | 2025-03-24T05:50:00.025Z | Compiling regress v0.10.3 |
912 | 2025-03-24T05:50:00.050Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=f635af04c02d89da -C extra-filename=-f635af04c02d89da --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-c543b078b4bb5334.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
913 | 2025-03-24T05:50:00.050Z | Running `/work/oxidecomputer/crucible/target/debug/build/usdt-impl-54a81169c281d9af/build-script-build` |
914 | 2025-03-24T05:50:00.175Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8abaa7fddf8c785c -C extra-filename=-8abaa7fddf8c785c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
915 | 2025-03-24T05:50:00.205Z | Compiling serde_derive v1.0.218 |
916 | 2025-03-24T05:50:00.205Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.218/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=0c6f77f36969dd6a -C extra-filename=-0c6f77f36969dd6a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
917 | 2025-03-24T05:50:00.230Z | Compiling tokio-macros v2.5.0 |
918 | 2025-03-24T05:50:00.230Z | Compiling thiserror-impl v1.0.69 |
919 | 2025-03-24T05:50:00.230Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd9b1f0253ad907b -C extra-filename=-bd9b1f0253ad907b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
920 | 2025-03-24T05:50:00.230Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e79956a65cfe029 -C extra-filename=-8e79956a65cfe029 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
921 | 2025-03-24T05:50:00.420Z | Compiling schemars_derive v0.8.22 |
922 | 2025-03-24T05:50:00.445Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a66a641eab4d9b86 -C extra-filename=-a66a641eab4d9b86 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern serde_derive_internals=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive_internals-e2757b218655762d.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
923 | 2025-03-24T05:50:00.445Z | Compiling futures-macro v0.3.31 |
924 | 2025-03-24T05:50:00.445Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70ffe431cbdfa988 -C extra-filename=-70ffe431cbdfa988 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
925 | 2025-03-24T05:50:01.456Z | Compiling tracing-attributes v0.1.28 |
926 | 2025-03-24T05:50:01.481Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=28c0ee56e9145044 -C extra-filename=-28c0ee56e9145044 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
927 | 2025-03-24T05:50:01.817Z | Compiling futures-util v0.3.31 |
928 | 2025-03-24T05:50:01.842Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=f474818a7309cb90 -C extra-filename=-f474818a7309cb90 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-18c4c86e5e305ba5.rmeta --extern futures_macro=/work/oxidecomputer/crucible/target/debug/deps/libfutures_macro-70ffe431cbdfa988.so --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-31b46e1276a7fb9b.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern pin_utils=/work/oxidecomputer/crucible/target/debug/deps/libpin_utils-c8dcb54e602e4f2e.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-b4fe7f623e4bad47.rmeta --cap-lints allow '-Wclippy::unused-async'` |
929 | 2025-03-24T05:50:02.389Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2d91b1261e9eeb5 -C extra-filename=-e2d91b1261e9eeb5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/crucible/target/debug/deps/libthiserror_impl-8e79956a65cfe029.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
930 | 2025-03-24T05:50:02.530Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e5d85e94520d852 -C extra-filename=-6e5d85e94520d852 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/crucible/target/debug/deps/libthiserror_impl-8e79956a65cfe029.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
931 | 2025-03-24T05:50:02.656Z | Compiling openssl-macros v0.1.1 |
932 | 2025-03-24T05:50:02.681Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=73ab6dd8e5f63382 -C extra-filename=-73ab6dd8e5f63382 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
933 | 2025-03-24T05:50:02.682Z | Compiling regex v1.11.1 |
934 | 2025-03-24T05:50:02.706Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=9cfa7acdf2cfd9ab -C extra-filename=-9cfa7acdf2cfd9ab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aho_corasick=/work/oxidecomputer/crucible/target/debug/deps/libaho_corasick-2a12e571077c3fea.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-4e2eaca3c98e884a.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-4db9c100793868b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
935 | 2025-03-24T05:50:03.302Z | Compiling scroll_derive v0.12.0 |
936 | 2025-03-24T05:50:03.326Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2d6f93f3896f225f -C extra-filename=-2d6f93f3896f225f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
937 | 2025-03-24T05:50:03.449Z | Compiling pest v2.7.6 |
938 | 2025-03-24T05:50:03.475Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=2dc9bb78c23cf2b3 -C extra-filename=-2dc9bb78c23cf2b3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-e2d91b1261e9eeb5.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-327f5aa9042d4b15.rmeta --cap-lints allow '-Wclippy::unused-async'` |
939 | 2025-03-24T05:50:03.475Z | Compiling zerocopy-derive v0.7.32 |
940 | 2025-03-24T05:50:03.475Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9d7b0a68787ce5a -C extra-filename=-d9d7b0a68787ce5a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
941 | 2025-03-24T05:50:03.783Z | Compiling tracing v0.1.41 |
942 | 2025-03-24T05:50:03.809Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=767ff2b546fcd1a4 -C extra-filename=-767ff2b546fcd1a4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern tracing_attributes=/work/oxidecomputer/crucible/target/debug/deps/libtracing_attributes-28c0ee56e9145044.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-6c0a236117c8f8ad.rmeta --cap-lints allow '-Wclippy::unused-async'` |
943 | 2025-03-24T05:50:04.143Z | Compiling thiserror-impl v2.0.12 |
944 | 2025-03-24T05:50:04.168Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e89718ac07eb688 -C extra-filename=-5e89718ac07eb688 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
945 | 2025-03-24T05:50:04.271Z | Compiling atomic-waker v1.1.2 |
946 | 2025-03-24T05:50:04.296Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=773925d7af7a3cd8 -C extra-filename=-773925d7af7a3cd8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
947 | 2025-03-24T05:50:04.393Z | Compiling scroll v0.12.0 |
948 | 2025-03-24T05:50:04.434Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=ac11842c752e1255 -C extra-filename=-ac11842c752e1255 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scroll_derive=/work/oxidecomputer/crucible/target/debug/deps/libscroll_derive-2d6f93f3896f225f.so --cap-lints allow '-Wclippy::unused-async'` |
949 | 2025-03-24T05:50:04.462Z | Compiling tinyvec_macros v0.1.1 |
950 | 2025-03-24T05:50:04.487Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3bf2132742813449 -C extra-filename=-3bf2132742813449 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
951 | 2025-03-24T05:50:04.569Z | Compiling pretty-hex v0.4.1 |
952 | 2025-03-24T05:50:04.593Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=e0ffa60808e1e7f2 -C extra-filename=-e0ffa60808e1e7f2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
953 | 2025-03-24T05:50:04.773Z | Compiling goblin v0.8.0 |
954 | 2025-03-24T05:50:04.799Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=1244431350ebfcbf -C extra-filename=-1244431350ebfcbf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --extern plain=/work/oxidecomputer/crucible/target/debug/deps/libplain-71fe12c41dd9f55d.rmeta --extern scroll=/work/oxidecomputer/crucible/target/debug/deps/libscroll-ac11842c752e1255.rmeta --cap-lints allow '-Wclippy::unused-async'` |
955 | 2025-03-24T05:50:04.835Z | Compiling tinyvec v1.6.0 |
956 | 2025-03-24T05:50:04.860Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=934398379b5c52b4 -C extra-filename=-934398379b5c52b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec_macros-3bf2132742813449.rmeta --cap-lints allow '-Wclippy::unused-async'` |
957 | 2025-03-24T05:50:04.997Z | Compiling zerocopy v0.7.32 |
958 | 2025-03-24T05:50:05.022Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=42e0c7496162b8ff -C extra-filename=-42e0c7496162b8ff --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-65057e340f8a6547.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-d9d7b0a68787ce5a.so --cap-lints allow '-Wclippy::unused-async'` |
959 | 2025-03-24T05:50:05.388Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.218/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=05b5cc208b20b551 -C extra-filename=-05b5cc208b20b551 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-0c6f77f36969dd6a.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` |
960 | 2025-03-24T05:50:05.633Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.218/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=46b936433a10a75b -C extra-filename=-46b936433a10a75b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-0c6f77f36969dd6a.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` |
961 | 2025-03-24T05:50:05.990Z | Compiling pest_meta v2.7.6 |
962 | 2025-03-24T05:50:06.015Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=5c2cedef93a9508c -C extra-filename=-5c2cedef93a9508c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-485f853a4fc77c82.rmeta --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-2dc9bb78c23cf2b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
963 | 2025-03-24T05:50:06.043Z | Compiling crypto-common v0.1.6 |
964 | 2025-03-24T05:50:06.068Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=11ca43204da68fb3 -C extra-filename=-11ca43204da68fb3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-236eeccb58da35c2.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-9d860a0ed8f4a151.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-10230e8c615dd4ad.rmeta --cap-lints allow '-Wclippy::unused-async'` |
965 | 2025-03-24T05:50:06.094Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=1e9e6691e7678efa -C extra-filename=-1e9e6691e7678efa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-94a5b44d2411bcb9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
966 | 2025-03-24T05:50:06.327Z | Compiling rand_chacha v0.3.1 |
967 | 2025-03-24T05:50:06.352Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=d51ef2ca06943afa -C extra-filename=-d51ef2ca06943afa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/crucible/target/debug/deps/libppv_lite86-cb8b3e1610c80e8e.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-9d860a0ed8f4a151.rmeta --cap-lints allow '-Wclippy::unused-async'` |
968 | 2025-03-24T05:50:06.422Z | Compiling form_urlencoded v1.2.1 |
969 | 2025-03-24T05:50:06.447Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0170236e9d42b6ab -C extra-filename=-0170236e9d42b6ab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
970 | 2025-03-24T05:50:06.494Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=3e40c587fc01b892 -C extra-filename=-3e40c587fc01b892 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-5d5a2f143c648a36.rmeta --cap-lints allow '-Wclippy::unused-async'` |
971 | 2025-03-24T05:50:06.706Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7cc41e5811456d1a -C extra-filename=-7cc41e5811456d1a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg httparse_simd_neon_intrinsics --cfg httparse_simd` |
972 | 2025-03-24T05:50:06.843Z | Compiling thread-id v4.2.1 |
973 | 2025-03-24T05:50:06.868Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=52fb31984c4caf2e -C extra-filename=-52fb31984c4caf2e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --cap-lints allow '-Wclippy::unused-async'` |
974 | 2025-03-24T05:50:06.952Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2790109da1ee323 -C extra-filename=-c2790109da1ee323 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
975 | 2025-03-24T05:50:07.041Z | Compiling rustix v0.38.37 |
976 | 2025-03-24T05:50:07.066Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=4a21dc3cf62c6842 -C extra-filename=-4a21dc3cf62c6842 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustix-4a21dc3cf62c6842 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
977 | 2025-03-24T05:50:07.117Z | Compiling pest_generator v2.7.6 |
978 | 2025-03-24T05:50:07.142Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=333ef078a4cd8364 -C extra-filename=-333ef078a4cd8364 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-2dc9bb78c23cf2b3.rmeta --extern pest_meta=/work/oxidecomputer/crucible/target/debug/deps/libpest_meta-5c2cedef93a9508c.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
979 | 2025-03-24T05:50:07.257Z | Compiling try-lock v0.2.4 |
980 | 2025-03-24T05:50:07.282Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9e42946a00469a68 -C extra-filename=-9e42946a00469a68 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
981 | 2025-03-24T05:50:07.406Z | Compiling zeroize v1.7.0 |
982 | 2025-03-24T05:50:07.431Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=8b2154ab004e0204 -C extra-filename=-8b2154ab004e0204 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
983 | 2025-03-24T05:50:07.582Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=794181057a2c0ba0 -C extra-filename=-794181057a2c0ba0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
984 | 2025-03-24T05:50:07.688Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=9cab553b07e0c4ef -C extra-filename=-9cab553b07e0c4ef --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
985 | 2025-03-24T05:50:07.805Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustix-4a21dc3cf62c6842/build-script-build` |
986 | 2025-03-24T05:50:07.940Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=15108ce66d4238d2 -C extra-filename=-15108ce66d4238d2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1e9e6691e7678efa.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-794181057a2c0ba0.rmeta --extern futures_macro=/work/oxidecomputer/crucible/target/debug/deps/libfutures_macro-70ffe431cbdfa988.so --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-94a5b44d2411bcb9.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-9cab553b07e0c4ef.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern pin_utils=/work/oxidecomputer/crucible/target/debug/deps/libpin_utils-c2790109da1ee323.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-8abaa7fddf8c785c.rmeta --cap-lints allow '-Wclippy::unused-async'` |
987 | 2025-03-24T05:50:07.965Z | Compiling want v0.3.1 |
988 | 2025-03-24T05:50:07.965Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=67e98b84bcadd528 -C extra-filename=-67e98b84bcadd528 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern try_lock=/work/oxidecomputer/crucible/target/debug/deps/libtry_lock-9e42946a00469a68.rmeta --cap-lints allow '-Wclippy::unused-async'` |
989 | 2025-03-24T05:50:08.198Z | Compiling rand v0.8.5 |
990 | 2025-03-24T05:50:08.223Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=76c5b88303c74d4f -C extra-filename=-76c5b88303c74d4f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-d51ef2ca06943afa.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-9d860a0ed8f4a151.rmeta --cap-lints allow '-Wclippy::unused-async'` |
991 | 2025-03-24T05:50:08.356Z | Compiling unicode-normalization v0.1.22 |
992 | 2025-03-24T05:50:08.381Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=76285573ef162a6a -C extra-filename=-76285573ef162a6a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-934398379b5c52b4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
993 | 2025-03-24T05:50:08.828Z | Compiling pest_derive v2.7.6 |
994 | 2025-03-24T05:50:08.853Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=7dc236977404c411 -C extra-filename=-7dc236977404c411 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-2dc9bb78c23cf2b3.rlib --extern pest_generator=/work/oxidecomputer/crucible/target/debug/deps/libpest_generator-333ef078a4cd8364.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
995 | 2025-03-24T05:50:09.197Z | Compiling unicode-bidi v0.3.13 |
996 | 2025-03-24T05:50:09.222Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=f93eceeaa1c4a9d4 -C extra-filename=-f93eceeaa1c4a9d4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
997 | 2025-03-24T05:50:09.222Z | Compiling anyhow v1.0.97 |
998 | 2025-03-24T05:50:09.247Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.97/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=cc7e384aa7ef78b8 -C extra-filename=-cc7e384aa7ef78b8 --out-dir /work/oxidecomputer/crucible/target/debug/build/anyhow-cc7e384aa7ef78b8 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
999 | 2025-03-24T05:50:09.518Z | Compiling bytes v1.10.1 |
1000 | 2025-03-24T05:50:09.543Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=af5bafe9dbb58fe8 -C extra-filename=-af5bafe9dbb58fe8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1001 | 2025-03-24T05:50:09.718Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=cb54e5a01c48e0b0 -C extra-filename=-cb54e5a01c48e0b0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1002 | 2025-03-24T05:50:09.746Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.139/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=b4d47d39ffdee5f7 -C extra-filename=-b4d47d39ffdee5f7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-71a6a6543ead115f.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-5a8ab827ee817ff2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
1003 | 2025-03-24T05:50:09.788Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=063d47f12e81d337 -C extra-filename=-063d47f12e81d337 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` |
1004 | 2025-03-24T05:50:09.882Z | Compiling indexmap v2.7.1 |
1005 | 2025-03-24T05:50:09.907Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=f17b44e09df8e81f -C extra-filename=-f17b44e09df8e81f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern equivalent=/work/oxidecomputer/crucible/target/debug/deps/libequivalent-a84b2f061c359b52.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-c543b078b4bb5334.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1006 | 2025-03-24T05:50:10.268Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.139/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=a2bff68dbec11818 -C extra-filename=-a2bff68dbec11818 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-ea0f017d02a7105b.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-dcec997560ddd0e7.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
1007 | 2025-03-24T05:50:10.319Z | Compiling bitflags v2.6.0 |
1008 | 2025-03-24T05:50:10.344Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=bb7f03d7fd84e20b -C extra-filename=-bb7f03d7fd84e20b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1009 | 2025-03-24T05:50:10.702Z | Compiling tokio v1.43.0 |
1010 | 2025-03-24T05:50:10.727Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=3a4afc377571037e -C extra-filename=-3a4afc377571037e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-f4def67991f41c59.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-a744695a46bf14f4.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-d3152e977d5055e3.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-d07e5949ae9c73a4.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-bd9b1f0253ad907b.so --cap-lints allow '-Wclippy::unused-async'` |
1011 | 2025-03-24T05:50:10.752Z | Compiling uuid v1.15.1 |
1012 | 2025-03-24T05:50:10.752Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=21782e41ea9da56d -C extra-filename=-21782e41ea9da56d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-4e59a9076f46525a.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1013 | 2025-03-24T05:50:10.802Z | Compiling chrono v0.4.40 |
1014 | 2025-03-24T05:50:10.827Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=ad89fe93c3c4b74d -C extra-filename=-ad89fe93c3c4b74d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/crucible/target/debug/deps/libiana_time_zone-36e15320f5f5ed42.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1015 | 2025-03-24T05:50:10.972Z | Compiling serde_tokenstream v0.2.2 |
1016 | 2025-03-24T05:50:10.997Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0819be7ffe7be3cd -C extra-filename=-0819be7ffe7be3cd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1017 | 2025-03-24T05:50:11.343Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=3f49d6e2f31fa584 -C extra-filename=-3f49d6e2f31fa584 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/crucible/target/debug/deps/libiana_time_zone-4c8547669ecc4b98.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1018 | 2025-03-24T05:50:11.426Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=aee13b3208151b52 -C extra-filename=-aee13b3208151b52 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern equivalent=/work/oxidecomputer/crucible/target/debug/deps/libequivalent-9bc7b39fca9ce439.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-49651e0e800ae408.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1019 | 2025-03-24T05:50:11.495Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=e5d2d6b486467d8b -C extra-filename=-e5d2d6b486467d8b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-36b6f8bc435cd185.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1020 | 2025-03-24T05:50:11.682Z | Compiling http v1.3.1 |
1021 | 2025-03-24T05:50:11.706Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d87aac9664fc1df5 -C extra-filename=-d87aac9664fc1df5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-cb54e5a01c48e0b0.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-288f422319731adc.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-71a6a6543ead115f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1022 | 2025-03-24T05:50:12.220Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=c97a1e9eaeb97800 -C extra-filename=-c97a1e9eaeb97800 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` |
1023 | 2025-03-24T05:50:12.277Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=d5be499193bdca8f -C extra-filename=-d5be499193bdca8f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1024 | 2025-03-24T05:50:12.467Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e6d37162631090eb -C extra-filename=-e6d37162631090eb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-43f5f6e3f771145c.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-ea0f017d02a7105b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1025 | 2025-03-24T05:50:12.492Z | Compiling openapiv3 v2.0.0 |
1026 | 2025-03-24T05:50:12.492Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=75a8d4467cad6043 -C extra-filename=-75a8d4467cad6043 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-f17b44e09df8e81f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1027 | 2025-03-24T05:50:12.596Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=d9cfbecddde32e57 -C extra-filename=-d9cfbecddde32e57 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-cb54e5a01c48e0b0.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ad89fe93c3c4b74d.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-57ac2cf7c3c4548c.rmeta --extern schemars_derive=/work/oxidecomputer/crucible/target/debug/deps/libschemars_derive-a66a641eab4d9b86.so --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-21782e41ea9da56d.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic` |
1028 | 2025-03-24T05:50:12.823Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=a5d9e293f5e99728 -C extra-filename=-a5d9e293f5e99728 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-cb54e5a01c48e0b0.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-76809d7628db668c.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-318f2f91d3691c0e.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-e5cba887f478d3d1.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-cb423e1fa79a0801.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-bd9b1f0253ad907b.so --cap-lints allow '-Wclippy::unused-async'` |
1029 | 2025-03-24T05:50:13.280Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=d61da2871c814d53 -C extra-filename=-d61da2871c814d53 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-febcbe9ce6ad36dc.rmeta --extern schemars_derive=/work/oxidecomputer/crucible/target/debug/deps/libschemars_derive-a66a641eab4d9b86.so --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic` |
1030 | 2025-03-24T05:50:13.312Z | Compiling dof v0.3.0 |
1031 | 2025-03-24T05:50:13.337Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=48b3b8ee629b7a7b -C extra-filename=-48b3b8ee629b7a7b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-1244431350ebfcbf.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-e0ffa60808e1e7f2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-e2d91b1261e9eeb5.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-42e0c7496162b8ff.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1032 | 2025-03-24T05:50:14.172Z | Compiling http-body v1.0.1 |
1033 | 2025-03-24T05:50:14.197Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=454f65e0cbf52906 -C extra-filename=-454f65e0cbf52906 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1034 | 2025-03-24T05:50:14.314Z | Compiling dtrace-parser v0.2.0 |
1035 | 2025-03-24T05:50:14.339Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4cc45d8bdfc71165 -C extra-filename=-4cc45d8bdfc71165 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-2dc9bb78c23cf2b3.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-7dc236977404c411.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-e2d91b1261e9eeb5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1036 | 2025-03-24T05:50:14.396Z | Compiling httpdate v1.0.3 |
1037 | 2025-03-24T05:50:14.420Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d04f698adc8c57b7 -C extra-filename=-d04f698adc8c57b7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1038 | 2025-03-24T05:50:14.495Z | Running `/work/oxidecomputer/crucible/target/debug/build/anyhow-cc7e384aa7ef78b8/build-script-build` |
1039 | 2025-03-24T05:50:14.809Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=692dd9100086a848 -C extra-filename=-692dd9100086a848 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-65057e340f8a6547.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-48b3b8ee629b7a7b.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-4cc45d8bdfc71165.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-e2d91b1261e9eeb5.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-52fb31984c4caf2e.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1040 | 2025-03-24T05:50:14.834Z | Compiling idna v0.4.0 |
1041 | 2025-03-24T05:50:14.859Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=85b0a1637ee8e307 -C extra-filename=-85b0a1637ee8e307 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/crucible/target/debug/deps/libunicode_bidi-f93eceeaa1c4a9d4.rmeta --extern unicode_normalization=/work/oxidecomputer/crucible/target/debug/deps/libunicode_normalization-76285573ef162a6a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1042 | 2025-03-24T05:50:14.983Z | Compiling toml_datetime v0.6.8 |
1043 | 2025-03-24T05:50:15.008Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b6ddbcf5fb574a79 -C extra-filename=-b6ddbcf5fb574a79 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1044 | 2025-03-24T05:50:15.348Z | Compiling rustversion v1.0.14 |
1045 | 2025-03-24T05:50:15.373Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=58eea608960c4a41 -C extra-filename=-58eea608960c4a41 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustversion-58eea608960c4a41 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1046 | 2025-03-24T05:50:15.455Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=f68e45282598b835 -C extra-filename=-f68e45282598b835 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1047 | 2025-03-24T05:50:15.479Z | Compiling tower-service v0.3.3 |
1048 | 2025-03-24T05:50:15.479Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3df827be42301400 -C extra-filename=-3df827be42301400 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1049 | 2025-03-24T05:50:15.614Z | Compiling foreign-types-shared v0.1.1 |
1050 | 2025-03-24T05:50:15.639Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54d5e90548683bf2 -C extra-filename=-54d5e90548683bf2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1051 | 2025-03-24T05:50:15.740Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=13aa9d3db9a4455e -C extra-filename=-13aa9d3db9a4455e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1052 | 2025-03-24T05:50:15.781Z | Compiling usdt-attr-macro v0.5.0 |
1053 | 2025-03-24T05:50:15.809Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=2bf0574aff0e9c47 -C extra-filename=-2bf0574aff0e9c47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-4cc45d8bdfc71165.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-0819be7ffe7be3cd.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-692dd9100086a848.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1054 | 2025-03-24T05:50:15.863Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustversion-58eea608960c4a41/build-script-build` |
1055 | 2025-03-24T05:50:15.906Z | Compiling usdt-macro v0.5.0 |
1056 | 2025-03-24T05:50:15.931Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=31cfb831b6cd689a -C extra-filename=-31cfb831b6cd689a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-4cc45d8bdfc71165.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-0819be7ffe7be3cd.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-692dd9100086a848.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1057 | 2025-03-24T05:50:15.956Z | Compiling foreign-types v0.3.2 |
1058 | 2025-03-24T05:50:15.956Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c8fc9fae25190fd -C extra-filename=-9c8fc9fae25190fd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-54d5e90548683bf2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1059 | 2025-03-24T05:50:15.980Z | Compiling url v2.4.1 |
1060 | 2025-03-24T05:50:15.981Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=a90af2d5077ca666 -C extra-filename=-a90af2d5077ca666 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-0170236e9d42b6ab.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-85b0a1637ee8e307.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1061 | 2025-03-24T05:50:16.005Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=03092a79053791f0 -C extra-filename=-03092a79053791f0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` |
1062 | 2025-03-24T05:50:16.053Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=f4bbc91d8ca58e87 -C extra-filename=-f4bbc91d8ca58e87 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1063 | 2025-03-24T05:50:16.100Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=47644bdd9a03cf9a -C extra-filename=-47644bdd9a03cf9a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` |
1064 | 2025-03-24T05:50:16.730Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=ce10c79b8b3b342e -C extra-filename=-ce10c79b8b3b342e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1065 | 2025-03-24T05:50:16.969Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13a2bf0e78d48657 -C extra-filename=-13a2bf0e78d48657 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1066 | 2025-03-24T05:50:17.015Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2fc6bb0c382c2ae9 -C extra-filename=-2fc6bb0c382c2ae9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1067 | 2025-03-24T05:50:17.140Z | Compiling tokio-util v0.7.14 |
1068 | 2025-03-24T05:50:17.140Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=3ad0d2447aada782 -C extra-filename=-3ad0d2447aada782 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1069 | 2025-03-24T05:50:17.167Z | Compiling mime v0.3.17 |
1070 | 2025-03-24T05:50:17.192Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b22bbf4dba87c63 -C extra-filename=-5b22bbf4dba87c63 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1071 | 2025-03-24T05:50:17.192Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e29f70ea0a7aa12 -C extra-filename=-2e29f70ea0a7aa12 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1072 | 2025-03-24T05:50:17.192Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.59/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=aa5af6233121f026 -C extra-filename=-aa5af6233121f026 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bb7f03d7fd84e20b.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-9c8fc9fae25190fd.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-a9dc84a1ac4cb106.rmeta --extern openssl_macros=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_macros-73ab6dd8e5f63382.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-47644bdd9a03cf9a.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300` |
1073 | 2025-03-24T05:50:17.290Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=5232abdcc2ff3fd6 -C extra-filename=-5232abdcc2ff3fd6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec_macros-5b22bbf4dba87c63.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1074 | 2025-03-24T05:50:17.315Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=360e3c86a64891f8 -C extra-filename=-360e3c86a64891f8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2fc6bb0c382c2ae9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1075 | 2025-03-24T05:50:17.423Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=edd51d925182348b -C extra-filename=-edd51d925182348b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1076 | 2025-03-24T05:50:17.586Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=a6fda261ae037a63 -C extra-filename=-a6fda261ae037a63 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-485f853a4fc77c82.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1077 | 2025-03-24T05:50:17.651Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=5ab30d554b0e5572 -C extra-filename=-5ab30d554b0e5572 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1078 | 2025-03-24T05:50:17.820Z | Compiling openssl-probe v0.1.5 |
1079 | 2025-03-24T05:50:17.845Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05358cb01549b062 -C extra-filename=-05358cb01549b062 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1080 | 2025-03-24T05:50:18.100Z | Compiling h2 v0.4.6 |
1081 | 2025-03-24T05:50:18.125Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=4247cf5adb260887 -C extra-filename=-4247cf5adb260887 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern atomic_waker=/work/oxidecomputer/crucible/target/debug/deps/libatomic_waker-773925d7af7a3cd8.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-43f5f6e3f771145c.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-aee13b3208151b52.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-b4fe7f623e4bad47.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-3ad0d2447aada782.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-767ff2b546fcd1a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1082 | 2025-03-24T05:50:18.181Z | Compiling ipnet v2.9.0 |
1083 | 2025-03-24T05:50:18.205Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=4efa376f343665d9 -C extra-filename=-4efa376f343665d9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1084 | 2025-03-24T05:50:18.376Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=bee669ddc794b8b0 -C extra-filename=-bee669ddc794b8b0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1085 | 2025-03-24T05:50:18.459Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4a294997008ce497 -C extra-filename=-4a294997008ce497 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-5232abdcc2ff3fd6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1086 | 2025-03-24T05:50:18.501Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=8692de461053dd14 -C extra-filename=-8692de461053dd14 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern tracing_attributes=/work/oxidecomputer/crucible/target/debug/deps/libtracing_attributes-28c0ee56e9145044.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-a6fda261ae037a63.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1087 | 2025-03-24T05:50:18.854Z | Compiling http-body-util v0.1.2 |
1088 | 2025-03-24T05:50:18.879Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=845e8528998392ae -C extra-filename=-845e8528998392ae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-454f65e0cbf52906.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1089 | 2025-03-24T05:50:19.162Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=873edb058d3da36b -C extra-filename=-873edb058d3da36b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-cb54e5a01c48e0b0.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d87aac9664fc1df5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1090 | 2025-03-24T05:50:19.259Z | Compiling futures-executor v0.3.31 |
1091 | 2025-03-24T05:50:19.259Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=8ddd9e2b44ef29d0 -C extra-filename=-8ddd9e2b44ef29d0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-31b46e1276a7fb9b.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1092 | 2025-03-24T05:50:19.320Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4249fd7f34fe0ee4 -C extra-filename=-4249fd7f34fe0ee4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg httparse_simd_neon_intrinsics --cfg httparse_simd` |
1093 | 2025-03-24T05:50:19.391Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=5dc3e5bed7562558 -C extra-filename=-5dc3e5bed7562558 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-cb54e5a01c48e0b0.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-94a5b44d2411bcb9.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a5d9e293f5e99728.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1094 | 2025-03-24T05:50:19.745Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=eb42340f8849aac7 -C extra-filename=-eb42340f8849aac7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1095 | 2025-03-24T05:50:19.808Z | Compiling encoding_rs v0.8.33 |
1096 | 2025-03-24T05:50:19.833Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=983d51f9fcaacf24 -C extra-filename=-983d51f9fcaacf24 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1097 | 2025-03-24T05:50:20.392Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=b62fff60b00a7e6d -C extra-filename=-b62fff60b00a7e6d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1098 | 2025-03-24T05:50:20.689Z | Compiling base64 v0.22.1 |
1099 | 2025-03-24T05:50:20.714Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=185e749141543923 -C extra-filename=-185e749141543923 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1100 | 2025-03-24T05:50:21.403Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3454eedd05e17889 -C extra-filename=-3454eedd05e17889 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1101 | 2025-03-24T05:50:21.579Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=ad992e784ac04f0e -C extra-filename=-ad992e784ac04f0e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1102 | 2025-03-24T05:50:22.052Z | Compiling hyper v1.6.0 |
1103 | 2025-03-24T05:50:22.077Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=901428aa2fce64c3 -C extra-filename=-901428aa2fce64c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-4247cf5adb260887.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-454f65e0cbf52906.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-7cc41e5811456d1a.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-d04f698adc8c57b7.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-ea0f017d02a7105b.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-67e98b84bcadd528.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1104 | 2025-03-24T05:50:22.180Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=ab0494f840a90c3c -C extra-filename=-ab0494f840a90c3c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-aa5af6233121f026.rmeta --extern openssl_probe=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_probe-05358cb01549b062.rmeta --extern openssl_sys=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-47644bdd9a03cf9a.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1105 | 2025-03-24T05:50:22.718Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=846004a314cd2cf3 -C extra-filename=-846004a314cd2cf3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1106 | 2025-03-24T05:50:22.858Z | Compiling tokio-native-tls v0.3.1 |
1107 | 2025-03-24T05:50:22.883Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=9a5e3da0aaafdba4 -C extra-filename=-9a5e3da0aaafdba4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-ab0494f840a90c3c.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1108 | 2025-03-24T05:50:23.135Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=c1b95ed6882f849b -C extra-filename=-c1b95ed6882f849b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/crucible/target/debug/deps/libppv_lite86-ad992e784ac04f0e.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-3e40c587fc01b892.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1109 | 2025-03-24T05:50:23.414Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8c281df234576938 -C extra-filename=-8c281df234576938 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/crucible/target/debug/deps/libunicode_bidi-846004a314cd2cf3.rmeta --extern unicode_normalization=/work/oxidecomputer/crucible/target/debug/deps/libunicode_normalization-4a294997008ce497.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1110 | 2025-03-24T05:50:23.496Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=06e20cebbdecfbc4 -C extra-filename=-06e20cebbdecfbc4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern try_lock=/work/oxidecomputer/crucible/target/debug/deps/libtry_lock-3454eedd05e17889.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1111 | 2025-03-24T05:50:23.611Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=60edc595d00e0a3c -C extra-filename=-60edc595d00e0a3c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aho_corasick=/work/oxidecomputer/crucible/target/debug/deps/libaho_corasick-eb42340f8849aac7.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-bee669ddc794b8b0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1112 | 2025-03-24T05:50:23.658Z | Compiling rustls-pemfile v2.1.3 |
1113 | 2025-03-24T05:50:23.686Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=430327ca2ab8a56f -C extra-filename=-430327ca2ab8a56f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1114 | 2025-03-24T05:50:23.735Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=897afcd1b6bc92bc -C extra-filename=-897afcd1b6bc92bc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern atomic_waker=/work/oxidecomputer/crucible/target/debug/deps/libatomic_waker-5ab30d554b0e5572.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-cb54e5a01c48e0b0.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-288f422319731adc.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-94a5b44d2411bcb9.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d87aac9664fc1df5.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-f17b44e09df8e81f.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-8abaa7fddf8c785c.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a5d9e293f5e99728.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-5dc3e5bed7562558.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-8692de461053dd14.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1115 | 2025-03-24T05:50:23.760Z | Compiling serde_spanned v0.6.8 |
1116 | 2025-03-24T05:50:23.760Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f7bdfa51119707bd -C extra-filename=-f7bdfa51119707bd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1117 | 2025-03-24T05:50:23.864Z | Compiling serde_urlencoded v0.7.1 |
1118 | 2025-03-24T05:50:23.888Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0356821abeb72ac -C extra-filename=-e0356821abeb72ac --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-0170236e9d42b6ab.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-ea0f017d02a7105b.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-dcec997560ddd0e7.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1119 | 2025-03-24T05:50:23.965Z | Compiling webpki-roots v0.26.6 |
1120 | 2025-03-24T05:50:23.990Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.26.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2de3bb35aaef71c -C extra-filename=-b2de3bb35aaef71c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1121 | 2025-03-24T05:50:23.990Z | Compiling hyper-util v0.1.10 |
1122 | 2025-03-24T05:50:23.990Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=ca551bd83c8349e3 -C extra-filename=-ca551bd83c8349e3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-454f65e0cbf52906.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-901428aa2fce64c3.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-d07e5949ae9c73a4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3df827be42301400.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-767ff2b546fcd1a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1123 | 2025-03-24T05:50:24.087Z | Compiling sync_wrapper v1.0.1 |
1124 | 2025-03-24T05:50:24.111Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=225ebeedc4a85d39 -C extra-filename=-225ebeedc4a85d39 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1125 | 2025-03-24T05:50:24.161Z | Compiling tower-layer v0.3.3 |
1126 | 2025-03-24T05:50:24.185Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d11d4cc269b711c9 -C extra-filename=-d11d4cc269b711c9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1127 | 2025-03-24T05:50:24.251Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc4d10b7311586a0 -C extra-filename=-dc4d10b7311586a0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1128 | 2025-03-24T05:50:24.290Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ceb5109e77851e6d -C extra-filename=-ceb5109e77851e6d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1129 | 2025-03-24T05:50:24.371Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ec1ef2bbbc5be8b -C extra-filename=-6ec1ef2bbbc5be8b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1130 | 2025-03-24T05:50:24.415Z | Compiling rustix v1.0.2 |
1131 | 2025-03-24T05:50:24.442Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=f448d4f6f45c7b4e -C extra-filename=-f448d4f6f45c7b4e --out-dir /work/oxidecomputer/crucible/target/debug/build/rustix-f448d4f6f45c7b4e -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1132 | 2025-03-24T05:50:24.473Z | Compiling tower v0.5.2 |
1133 | 2025-03-24T05:50:24.497Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=dd5afc5c3d97ffe9 -C extra-filename=-dd5afc5c3d97ffe9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-225ebeedc4a85d39.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern tower_layer=/work/oxidecomputer/crucible/target/debug/deps/libtower_layer-d11d4cc269b711c9.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3df827be42301400.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1134 | 2025-03-24T05:50:24.522Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c27d41a2184bc210 -C extra-filename=-c27d41a2184bc210 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-dc4d10b7311586a0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1135 | 2025-03-24T05:50:24.611Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=eac64c6dbaff072c -C extra-filename=-eac64c6dbaff072c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-360e3c86a64891f8.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-8c281df234576938.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2fc6bb0c382c2ae9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1136 | 2025-03-24T05:50:24.649Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=f3687d75f40a4a0d -C extra-filename=-f3687d75f40a4a0d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-c1b95ed6882f849b.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-3e40c587fc01b892.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1137 | 2025-03-24T05:50:24.963Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustix-f448d4f6f45c7b4e/build-script-build` |
1138 | 2025-03-24T05:50:25.087Z | Compiling block-buffer v0.10.4 |
1139 | 2025-03-24T05:50:25.112Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b2d2b04b6f8a233 -C extra-filename=-5b2d2b04b6f8a233 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-236eeccb58da35c2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1140 | 2025-03-24T05:50:25.154Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=a79168c93fa66c5b -C extra-filename=-a79168c93fa66c5b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` |
1141 | 2025-03-24T05:50:25.206Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=85509be0f043ffd6 -C extra-filename=-85509be0f043ffd6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1142 | 2025-03-24T05:50:25.299Z | Compiling powerfmt v0.2.0 |
1143 | 2025-03-24T05:50:25.324Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=6aa3b04a1c9c5d6f -C extra-filename=-6aa3b04a1c9c5d6f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1144 | 2025-03-24T05:50:25.392Z | Compiling digest v0.10.7 |
1145 | 2025-03-24T05:50:25.417Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=ea940ef23796a626 -C extra-filename=-ea940ef23796a626 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern block_buffer=/work/oxidecomputer/crucible/target/debug/deps/libblock_buffer-5b2d2b04b6f8a233.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-11ca43204da68fb3.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-998db88b41091cd0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1146 | 2025-03-24T05:50:25.617Z | Compiling hyper-tls v0.6.0 |
1147 | 2025-03-24T05:50:25.661Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=af3b56723ce272a2 -C extra-filename=-af3b56723ce272a2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-845e8528998392ae.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-901428aa2fce64c3.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-ca551bd83c8349e3.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-ab0494f840a90c3c.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-9a5e3da0aaafdba4.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3df827be42301400.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1148 | 2025-03-24T05:50:25.661Z | Compiling deranged v0.3.9 |
1149 | 2025-03-24T05:50:25.661Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=48059e68a201f95f -C extra-filename=-48059e68a201f95f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-6aa3b04a1c9c5d6f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1150 | 2025-03-24T05:50:25.727Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=f8963c05bc548ca0 -C extra-filename=-f8963c05bc548ca0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-aee13b3208151b52.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1151 | 2025-03-24T05:50:25.848Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=78f320bbc4725d46 -C extra-filename=-78f320bbc4725d46 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/crucible/target/debug/deps/libthiserror_impl-5e89718ac07eb688.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
1152 | 2025-03-24T05:50:25.981Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=de9d27ea9cba45e6 -C extra-filename=-de9d27ea9cba45e6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scroll_derive=/work/oxidecomputer/crucible/target/debug/deps/libscroll_derive-2d6f93f3896f225f.so --cap-lints allow '-Wclippy::unused-async'` |
1153 | 2025-03-24T05:50:26.007Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.59/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=5ae43d89a497cd76 -C extra-filename=-5ae43d89a497cd76 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-d5be499193bdca8f.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-c27d41a2184bc210.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-485f853a4fc77c82.rmeta --extern openssl_macros=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_macros-73ab6dd8e5f63382.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-a79168c93fa66c5b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300` |
1154 | 2025-03-24T05:50:26.059Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5fea8601423eee6f -C extra-filename=-5fea8601423eee6f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1155 | 2025-03-24T05:50:26.128Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=93e73b774428bce3 -C extra-filename=-93e73b774428bce3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1156 | 2025-03-24T05:50:26.492Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76ff00c2e45592dc -C extra-filename=-76ff00c2e45592dc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1157 | 2025-03-24T05:50:26.517Z | Compiling camino v1.1.9 |
1158 | 2025-03-24T05:50:26.517Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=5589b96b1842068f -C extra-filename=-5589b96b1842068f --out-dir /work/oxidecomputer/crucible/target/debug/build/camino-5589b96b1842068f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1159 | 2025-03-24T05:50:26.638Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3c2fdd80a4f6835b -C extra-filename=-3c2fdd80a4f6835b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1160 | 2025-03-24T05:50:26.742Z | Compiling num_threads v0.1.6 |
1161 | 2025-03-24T05:50:26.767Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02649050c7c3f33f -C extra-filename=-02649050c7c3f33f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1162 | 2025-03-24T05:50:26.798Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=86bc2c6b264bbf40 -C extra-filename=-86bc2c6b264bbf40 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern plain=/work/oxidecomputer/crucible/target/debug/deps/libplain-3c2fdd80a4f6835b.rmeta --extern scroll=/work/oxidecomputer/crucible/target/debug/deps/libscroll-de9d27ea9cba45e6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1163 | 2025-03-24T05:50:26.836Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=665b08dc86914dc5 -C extra-filename=-665b08dc86914dc5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-93e73b774428bce3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1164 | 2025-03-24T05:50:26.872Z | Compiling time v0.3.36 |
1165 | 2025-03-24T05:50:26.897Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=21c10931fb7081ae -C extra-filename=-21c10931fb7081ae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern deranged=/work/oxidecomputer/crucible/target/debug/deps/libderanged-48059e68a201f95f.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-71a6a6543ead115f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-a193a8191ebdd77d.rmeta --extern num_threads=/work/oxidecomputer/crucible/target/debug/deps/libnum_threads-02649050c7c3f33f.rmeta --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-6aa3b04a1c9c5d6f.rmeta --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-5e0cafecb193e6e8.rmeta --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-36e6e95877b3a76b.so --cap-lints allow '-Wclippy::unused-async'` |
1166 | 2025-03-24T05:50:26.985Z | Running `/work/oxidecomputer/crucible/target/debug/build/camino-5589b96b1842068f/build-script-build` |
1167 | 2025-03-24T05:50:27.051Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=84ff9874e8a83dae -C extra-filename=-84ff9874e8a83dae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-5fea8601423eee6f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1168 | 2025-03-24T05:50:27.853Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=2f057b1036dd5c90 -C extra-filename=-2f057b1036dd5c90 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-cb54e5a01c48e0b0.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1e9e6691e7678efa.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-897afcd1b6bc92bc.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d87aac9664fc1df5.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-873edb058d3da36b.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-4249fd7f34fe0ee4.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-ceb5109e77851e6d.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-71a6a6543ead115f.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-c7aa021fcbdfe8b6.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a5d9e293f5e99728.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-06e20cebbdecfbc4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1169 | 2025-03-24T05:50:28.776Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5f8cb41f4ea68f3 -C extra-filename=-b5f8cb41f4ea68f3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-cb54e5a01c48e0b0.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d87aac9664fc1df5.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-873edb058d3da36b.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1170 | 2025-03-24T05:50:28.921Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=254dc3ed244b817a -C extra-filename=-254dc3ed244b817a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1171 | 2025-03-24T05:50:29.179Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=1cb4208edb2dfd97 -C extra-filename=-1cb4208edb2dfd97 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1172 | 2025-03-24T05:50:29.328Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=58f57f7ebf4e3114 -C extra-filename=-58f57f7ebf4e3114 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-44628c75e1414eae.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-d9d7b0a68787ce5a.so --cap-lints allow '-Wclippy::unused-async'` |
1173 | 2025-03-24T05:50:29.355Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=fd24c0f4ca15faba -C extra-filename=-fd24c0f4ca15faba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1174 | 2025-03-24T05:50:29.398Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=130de0a54fb4383a -C extra-filename=-130de0a54fb4383a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1175 | 2025-03-24T05:50:29.912Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=b0f2435576a2e7bb -C extra-filename=-b0f2435576a2e7bb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-cb54e5a01c48e0b0.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1e9e6691e7678efa.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d87aac9664fc1df5.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-873edb058d3da36b.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-2f057b1036dd5c90.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-cb423e1fa79a0801.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a5d9e293f5e99728.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-6ec1ef2bbbc5be8b.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-8692de461053dd14.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1176 | 2025-03-24T05:50:30.173Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36973217fecc7797 -C extra-filename=-36973217fecc7797 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1177 | 2025-03-24T05:50:30.407Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=a740f049b026b3d9 -C extra-filename=-a740f049b026b3d9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-5ae43d89a497cd76.rmeta --extern openssl_probe=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_probe-76ff00c2e45592dc.rmeta --extern openssl_sys=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-a79168c93fa66c5b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1178 | 2025-03-24T05:50:30.567Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=67fd6a23309f1180 -C extra-filename=-67fd6a23309f1180 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1179 | 2025-03-24T05:50:30.592Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b27ac276f69e58c -C extra-filename=-3b27ac276f69e58c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1180 | 2025-03-24T05:50:30.741Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=ac35cb7c177c409f -C extra-filename=-ac35cb7c177c409f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1181 | 2025-03-24T05:50:30.859Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee7ebf239e1c21db -C extra-filename=-ee7ebf239e1c21db --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1182 | 2025-03-24T05:50:30.884Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=498ab88b9d5b7b53 -C extra-filename=-498ab88b9d5b7b53 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1183 | 2025-03-24T05:50:30.958Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=f673fdaf9e0395ec -C extra-filename=-f673fdaf9e0395ec --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-a740f049b026b3d9.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a5d9e293f5e99728.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1184 | 2025-03-24T05:50:31.001Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=6152144ef649adef -C extra-filename=-6152144ef649adef --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern deranged=/work/oxidecomputer/crucible/target/debug/deps/libderanged-665b08dc86914dc5.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-ea0f017d02a7105b.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-3b27ac276f69e58c.rmeta --extern num_threads=/work/oxidecomputer/crucible/target/debug/deps/libnum_threads-ee7ebf239e1c21db.rmeta --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-93e73b774428bce3.rmeta --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-67fd6a23309f1180.rmeta --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-36e6e95877b3a76b.so --cap-lints allow '-Wclippy::unused-async'` |
1185 | 2025-03-24T05:50:31.236Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=2eaf852c7cb80cc4 -C extra-filename=-2eaf852c7cb80cc4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-86bc2c6b264bbf40.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-ac35cb7c177c409f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-58f57f7ebf4e3114.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1186 | 2025-03-24T05:50:31.467Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6c63db6464feb264 -C extra-filename=-6c63db6464feb264 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-498ab88b9d5b7b53.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1187 | 2025-03-24T05:50:31.621Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2f71eee7cf812be -C extra-filename=-b2f71eee7cf812be --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-84ff9874e8a83dae.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-7dc236977404c411.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1188 | 2025-03-24T05:50:31.783Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47860bd3b053ccfb -C extra-filename=-47860bd3b053ccfb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-360e3c86a64891f8.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-71a6a6543ead115f.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-5a8ab827ee817ff2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1189 | 2025-03-24T05:50:31.839Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.26.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3550d0a4b4cfc20e -C extra-filename=-3550d0a4b4cfc20e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1190 | 2025-03-24T05:50:31.864Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=5485f563b604436d -C extra-filename=-5485f563b604436d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bb7f03d7fd84e20b.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-51bb19a80654bec3.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish` |
1191 | 2025-03-24T05:50:32.026Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=4130c15e46fcd865 -C extra-filename=-4130c15e46fcd865 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1192 | 2025-03-24T05:50:32.179Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=60bdd008bf049ad3 -C extra-filename=-60bdd008bf049ad3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1193 | 2025-03-24T05:50:32.212Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4b3aca8ec354f288 -C extra-filename=-4b3aca8ec354f288 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1194 | 2025-03-24T05:50:32.280Z | Compiling unsafe-libyaml v0.2.9 |
1195 | 2025-03-24T05:50:32.305Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ecc480b04482755 -C extra-filename=-0ecc480b04482755 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1196 | 2025-03-24T05:50:32.339Z | Compiling either v1.15.0 |
1197 | 2025-03-24T05:50:32.364Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=8909d0bbf4ebe874 -C extra-filename=-8909d0bbf4ebe874 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1198 | 2025-03-24T05:50:32.690Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=121807c46a8f2973 -C extra-filename=-121807c46a8f2973 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1199 | 2025-03-24T05:50:32.817Z | Compiling winnow v0.5.19 |
1200 | 2025-03-24T05:50:32.841Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc"))' -C metadata=6d3a834276e35f6f -C extra-filename=-6d3a834276e35f6f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1201 | 2025-03-24T05:50:32.948Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=43870fdb1852b990 -C extra-filename=-43870fdb1852b990 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-4130c15e46fcd865.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a5d9e293f5e99728.rmeta --extern tower_layer=/work/oxidecomputer/crucible/target/debug/deps/libtower_layer-121807c46a8f2973.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-6ec1ef2bbbc5be8b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1202 | 2025-03-24T05:50:33.006Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=396964c5b9dd4c23 -C extra-filename=-396964c5b9dd4c23 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-60bdd008bf049ad3.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg relaxed_coherence` |
1203 | 2025-03-24T05:50:33.063Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=8a450a4e86c364f9 -C extra-filename=-8a450a4e86c364f9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-44628c75e1414eae.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-2eaf852c7cb80cc4.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-b2f71eee7cf812be.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-0bc88fea3f03f95c.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-6d9547d7313735f2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-d8b6cc53237e89ec.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-4b3aca8ec354f288.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1204 | 2025-03-24T05:50:33.575Z | Compiling serde_yaml v0.9.27 |
1205 | 2025-03-24T05:50:33.600Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=79f7243df7ebdb35 -C extra-filename=-79f7243df7ebdb35 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-f17b44e09df8e81f.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-71a6a6543ead115f.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-5a8ab827ee817ff2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern unsafe_libyaml=/work/oxidecomputer/crucible/target/debug/deps/libunsafe_libyaml-0ecc480b04482755.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1206 | 2025-03-24T05:50:33.625Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=37fcfc25bee97868 -C extra-filename=-37fcfc25bee97868 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-cb54e5a01c48e0b0.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-b5f8cb41f4ea68f3.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-2f057b1036dd5c90.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-b0f2435576a2e7bb.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-a740f049b026b3d9.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a5d9e293f5e99728.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-f673fdaf9e0395ec.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-6ec1ef2bbbc5be8b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64` |
1207 | 2025-03-24T05:50:33.934Z | Compiling async-trait v0.1.88 |
1208 | 2025-03-24T05:50:33.959Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.88/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e60465294421363 -C extra-filename=-7e60465294421363 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1209 | 2025-03-24T05:50:33.984Z | Compiling memmap v0.7.0 |
1210 | 2025-03-24T05:50:34.009Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4cc64a3809e53b7b -C extra-filename=-4cc64a3809e53b7b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1211 | 2025-03-24T05:50:34.073Z | Compiling strsim v0.10.0 |
1212 | 2025-03-24T05:50:34.098Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4d0f81e900793d9 -C extra-filename=-c4d0f81e900793d9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1213 | 2025-03-24T05:50:34.253Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=86764da6759ba154 -C extra-filename=-86764da6759ba154 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1214 | 2025-03-24T05:50:34.279Z | Compiling ident_case v1.0.1 |
1215 | 2025-03-24T05:50:34.279Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e670adb6377e154 -C extra-filename=-4e670adb6377e154 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1216 | 2025-03-24T05:50:34.451Z | Compiling darling_core v0.20.3 |
1217 | 2025-03-24T05:50:34.476Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=8fb0994f215fb5d8 -C extra-filename=-8fb0994f215fb5d8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-288f422319731adc.rmeta --extern ident_case=/work/oxidecomputer/crucible/target/debug/deps/libident_case-4e670adb6377e154.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-c4d0f81e900793d9.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1218 | 2025-03-24T05:50:34.561Z | Compiling usdt v0.5.0 |
1219 | 2025-03-24T05:50:34.586Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=5f0ed36bd2a1cf05 -C extra-filename=-5f0ed36bd2a1cf05 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-2eaf852c7cb80cc4.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-b2f71eee7cf812be.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-86bc2c6b264bbf40.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-4cc64a3809e53b7b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-2bf0574aff0e9c47.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-8a450a4e86c364f9.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-31cfb831b6cd689a.so --cap-lints allow '-Wclippy::unused-async'` |
1220 | 2025-03-24T05:50:34.738Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.97/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=c45278abf815b5e9 -C extra-filename=-c45278abf815b5e9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
1221 | 2025-03-24T05:50:34.994Z | Compiling hex v0.4.3 |
1222 | 2025-03-24T05:50:35.018Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=9682259434989048 -C extra-filename=-9682259434989048 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1223 | 2025-03-24T05:50:35.076Z | Compiling num-integer v0.1.46 |
1224 | 2025-03-24T05:50:35.101Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=b792e13107f508d2 -C extra-filename=-b792e13107f508d2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1225 | 2025-03-24T05:50:35.125Z | Compiling paste v1.0.15 |
1226 | 2025-03-24T05:50:35.125Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4eacc5740c351067 -C extra-filename=-4eacc5740c351067 --out-dir /work/oxidecomputer/crucible/target/debug/build/paste-4eacc5740c351067 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1227 | 2025-03-24T05:50:35.367Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=e5dc1e91772c942d -C extra-filename=-e5dc1e91772c942d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-396964c5b9dd4c23.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-3e40c587fc01b892.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-60bdd008bf049ad3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1228 | 2025-03-24T05:50:35.467Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=682e7a27d089a975 -C extra-filename=-682e7a27d089a975 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-396964c5b9dd4c23.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1229 | 2025-03-24T05:50:35.517Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=b866ef01f72144b2 -C extra-filename=-b866ef01f72144b2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` |
1230 | 2025-03-24T05:50:35.552Z | Running `/work/oxidecomputer/crucible/target/debug/build/paste-4eacc5740c351067/build-script-build` |
1231 | 2025-03-24T05:50:35.577Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=d5f0aea4995140d4 -C extra-filename=-d5f0aea4995140d4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-49651e0e800ae408.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1232 | 2025-03-24T05:50:35.626Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=519869211d38e54a -C extra-filename=-519869211d38e54a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1233 | 2025-03-24T05:50:35.686Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0141b157cb81e95d -C extra-filename=-0141b157cb81e95d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1234 | 2025-03-24T05:50:35.710Z | Compiling utf8parse v0.2.1 |
1235 | 2025-03-24T05:50:35.710Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=353c36a14bd8f05b -C extra-filename=-353c36a14bd8f05b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1236 | 2025-03-24T05:50:35.753Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=0c441aa636a92fb7 -C extra-filename=-0c441aa636a92fb7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern block_buffer=/work/oxidecomputer/crucible/target/debug/deps/libblock_buffer-682e7a27d089a975.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-e5dc1e91772c942d.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-ce10c79b8b3b342e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1237 | 2025-03-24T05:50:35.887Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0992995bb0b68e2 -C extra-filename=-e0992995bb0b68e2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` |
1238 | 2025-03-24T05:50:35.988Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=8ae0148792336cd2 -C extra-filename=-8ae0148792336cd2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-9cab553b07e0c4ef.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1239 | 2025-03-24T05:50:36.098Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=4fbc81f64da6ef47 -C extra-filename=-4fbc81f64da6ef47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1240 | 2025-03-24T05:50:36.128Z | Compiling clap_derive v4.5.32 |
1241 | 2025-03-24T05:50:36.154Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=07afb37a8a52497d -C extra-filename=-07afb37a8a52497d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1242 | 2025-03-24T05:50:36.312Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=a1e40ef0cebf30e5 -C extra-filename=-a1e40ef0cebf30e5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1243 | 2025-03-24T05:50:36.419Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3e905b06fac317f -C extra-filename=-c3e905b06fac317f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1244 | 2025-03-24T05:50:36.448Z | Compiling siphasher v0.3.11 |
1245 | 2025-03-24T05:50:36.473Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=221ec4df0c4594a7 -C extra-filename=-221ec4df0c4594a7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1246 | 2025-03-24T05:50:36.629Z | Compiling rustls v0.22.4 |
1247 | 2025-03-24T05:50:36.653Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=c6f031ebdd6ad5f5 -C extra-filename=-c6f031ebdd6ad5f5 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-c6f031ebdd6ad5f5 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1248 | 2025-03-24T05:50:36.711Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=029008a30f27de22 -C extra-filename=-029008a30f27de22 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1249 | 2025-03-24T05:50:36.772Z | Compiling phf_shared v0.11.2 |
1250 | 2025-03-24T05:50:36.797Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=fe9caec71baba2f6 -C extra-filename=-fe9caec71baba2f6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern siphasher=/work/oxidecomputer/crucible/target/debug/deps/libsiphasher-221ec4df0c4594a7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1251 | 2025-03-24T05:50:36.821Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=d3711a45aa2f2dd6 -C extra-filename=-d3711a45aa2f2dd6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-48b3b8ee629b7a7b.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-4cc45d8bdfc71165.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-1244431350ebfcbf.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-c3e905b06fac317f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-2bf0574aff0e9c47.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-692dd9100086a848.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-31cfb831b6cd689a.so --cap-lints allow '-Wclippy::unused-async'` |
1252 | 2025-03-24T05:50:36.890Z | Compiling anstyle-parse v0.2.2 |
1253 | 2025-03-24T05:50:36.915Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=ac2403a72561af5d -C extra-filename=-ac2403a72561af5d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-029008a30f27de22.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1254 | 2025-03-24T05:50:36.915Z | Compiling toml_edit v0.19.15 |
1255 | 2025-03-24T05:50:36.915Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=7846f695228f44ab -C extra-filename=-7846f695228f44ab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-f17b44e09df8e81f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-f7bdfa51119707bd.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-b6ddbcf5fb574a79.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-6d3a834276e35f6f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1256 | 2025-03-24T05:50:36.940Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=16a78c49a6047436 -C extra-filename=-16a78c49a6047436 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aho_corasick=/work/oxidecomputer/crucible/target/debug/deps/libaho_corasick-eb42340f8849aac7.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-60edc595d00e0a3c.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-bee669ddc794b8b0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1257 | 2025-03-24T05:50:37.081Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=f3181e88952d6721 -C extra-filename=-f3181e88952d6721 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-d5be499193bdca8f.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-85509be0f043ffd6.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish` |
1258 | 2025-03-24T05:50:37.182Z | Compiling colorchoice v1.0.0 |
1259 | 2025-03-24T05:50:37.207Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03fa8b49bc54a2b4 -C extra-filename=-03fa8b49bc54a2b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1260 | 2025-03-24T05:50:37.207Z | Compiling anstyle v1.0.8 |
1261 | 2025-03-24T05:50:37.207Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bff069c07dd7ab8a -C extra-filename=-bff069c07dd7ab8a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1262 | 2025-03-24T05:50:37.351Z | Compiling anstyle-query v1.0.0 |
1263 | 2025-03-24T05:50:37.376Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cca0ab2868d9db9a -C extra-filename=-cca0ab2868d9db9a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1264 | 2025-03-24T05:50:37.487Z | Compiling cpufeatures v0.2.12 |
1265 | 2025-03-24T05:50:37.513Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15edc6e9ccf6fbc4 -C extra-filename=-15edc6e9ccf6fbc4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1266 | 2025-03-24T05:50:37.584Z | Compiling anstream v0.6.12 |
1267 | 2025-03-24T05:50:37.609Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=b6522fc9b892d27a -C extra-filename=-b6522fc9b892d27a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-bff069c07dd7ab8a.rmeta --extern anstyle_parse=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_parse-ac2403a72561af5d.rmeta --extern anstyle_query=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_query-cca0ab2868d9db9a.rmeta --extern colorchoice=/work/oxidecomputer/crucible/target/debug/deps/libcolorchoice-03fa8b49bc54a2b4.rmeta --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-029008a30f27de22.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1268 | 2025-03-24T05:50:37.609Z | Compiling num-iter v0.1.45 |
1269 | 2025-03-24T05:50:37.634Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=b21205cc3a0be61c -C extra-filename=-b21205cc3a0be61c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-a1e40ef0cebf30e5.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1270 | 2025-03-24T05:50:37.782Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=53f2ce350b05432f -C extra-filename=-53f2ce350b05432f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-b792e13107f508d2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1271 | 2025-03-24T05:50:37.807Z | Compiling typify-impl v0.2.0 |
1272 | 2025-03-24T05:50:37.807Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47ea80335166de44 -C extra-filename=-47ea80335166de44 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-f635af04c02d89da.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-e2d91b1261e9eeb5.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1273 | 2025-03-24T05:50:37.960Z | Compiling multer v3.1.0 |
1274 | 2025-03-24T05:50:37.985Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=4efb1af69c5a36ce -C extra-filename=-4efb1af69c5a36ce --out-dir /work/oxidecomputer/crucible/target/debug/build/multer-4efb1af69c5a36ce -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
1275 | 2025-03-24T05:50:38.082Z | Compiling strsim v0.11.0 |
1276 | 2025-03-24T05:50:38.107Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd800e89853273fe -C extra-filename=-bd800e89853273fe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1277 | 2025-03-24T05:50:38.234Z | Compiling darling_macro v0.20.3 |
1278 | 2025-03-24T05:50:38.259Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7dba3d7929c1e6a -C extra-filename=-b7dba3d7929c1e6a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern darling_core=/work/oxidecomputer/crucible/target/debug/deps/libdarling_core-8fb0994f215fb5d8.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1279 | 2025-03-24T05:50:38.259Z | Compiling omicron-workspace-hack v0.1.0 |
1280 | 2025-03-24T05:50:38.259Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c0614dd52528ccb -C extra-filename=-5c0614dd52528ccb --out-dir /work/oxidecomputer/crucible/target/debug/build/omicron-workspace-hack-5c0614dd52528ccb -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1281 | 2025-03-24T05:50:38.545Z | Compiling clap_lex v0.7.4 |
1282 | 2025-03-24T05:50:38.569Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2ac398bf3639800 -C extra-filename=-c2ac398bf3639800 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1283 | 2025-03-24T05:50:38.647Z | Compiling slog-async v2.8.0 |
1284 | 2025-03-24T05:50:38.671Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=5436508402c3c3ac -C extra-filename=-5436508402c3c3ac --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-async-5436508402c3c3ac -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1285 | 2025-03-24T05:50:38.920Z | Compiling terminal_size v0.4.0 |
1286 | 2025-03-24T05:50:38.920Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd3989fd83146757 -C extra-filename=-dd3989fd83146757 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-f3181e88952d6721.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1287 | 2025-03-24T05:50:39.029Z | Compiling darling v0.20.3 |
1288 | 2025-03-24T05:50:39.054Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=e9dad1a4d826c1ca -C extra-filename=-e9dad1a4d826c1ca --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern darling_core=/work/oxidecomputer/crucible/target/debug/deps/libdarling_core-8fb0994f215fb5d8.rmeta --extern darling_macro=/work/oxidecomputer/crucible/target/debug/deps/libdarling_macro-b7dba3d7929c1e6a.so --cap-lints allow '-Wclippy::unused-async'` |
1289 | 2025-03-24T05:50:39.078Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-async-5436508402c3c3ac/build-script-build` |
1290 | 2025-03-24T05:50:39.112Z | Compiling clap_builder v4.5.32 |
1291 | 2025-03-24T05:50:39.137Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=9ffb99202782381b -C extra-filename=-9ffb99202782381b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstream=/work/oxidecomputer/crucible/target/debug/deps/libanstream-b6522fc9b892d27a.rmeta --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-bff069c07dd7ab8a.rmeta --extern clap_lex=/work/oxidecomputer/crucible/target/debug/deps/libclap_lex-c2ac398bf3639800.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-bd800e89853273fe.rmeta --extern terminal_size=/work/oxidecomputer/crucible/target/debug/deps/libterminal_size-dd3989fd83146757.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1292 | 2025-03-24T05:50:39.166Z | Running `/work/oxidecomputer/crucible/target/debug/build/omicron-workspace-hack-5c0614dd52528ccb/build-script-build` |
1293 | 2025-03-24T05:50:39.191Z | Running `/work/oxidecomputer/crucible/target/debug/build/multer-4efb1af69c5a36ce/build-script-build` |
1294 | 2025-03-24T05:50:39.216Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=006f50001c1b533e -C extra-filename=-006f50001c1b533e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-353c36a14bd8f05b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1295 | 2025-03-24T05:50:39.241Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=6d932a3117f56917 -C extra-filename=-6d932a3117f56917 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bb7f03d7fd84e20b.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-51bb19a80654bec3.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish` |
1296 | 2025-03-24T05:50:39.265Z | Compiling async-stream-impl v0.3.6 |
1297 | 2025-03-24T05:50:39.290Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a4a08922b063fef6 -C extra-filename=-a4a08922b063fef6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1298 | 2025-03-24T05:50:39.410Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=448ad797e0c5c528 -C extra-filename=-448ad797e0c5c528 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1299 | 2025-03-24T05:50:39.434Z | Compiling fastrand v2.3.0 |
1300 | 2025-03-24T05:50:39.434Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=e034e85303178a19 -C extra-filename=-e034e85303178a19 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1301 | 2025-03-24T05:50:39.504Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ace12100e958aade -C extra-filename=-ace12100e958aade --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1302 | 2025-03-24T05:50:39.639Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b94234c32fcfb241 -C extra-filename=-b94234c32fcfb241 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1303 | 2025-03-24T05:50:39.807Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=8b03f547b3bfb196 -C extra-filename=-8b03f547b3bfb196 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-448ad797e0c5c528.rmeta --extern anstyle_parse=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_parse-006f50001c1b533e.rmeta --extern anstyle_query=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_query-ace12100e958aade.rmeta --extern colorchoice=/work/oxidecomputer/crucible/target/debug/deps/libcolorchoice-b94234c32fcfb241.rmeta --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-353c36a14bd8f05b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1304 | 2025-03-24T05:50:39.832Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5cc681b046d1fcd7 -C extra-filename=-5cc681b046d1fcd7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-5485f563b604436d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1305 | 2025-03-24T05:50:39.902Z | Compiling dropshot v0.16.0 |
1306 | 2025-03-24T05:50:39.927Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.16.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4ed99209161cebc9 -C extra-filename=-4ed99209161cebc9 --out-dir /work/oxidecomputer/crucible/target/debug/build/dropshot-4ed99209161cebc9 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
1307 | 2025-03-24T05:50:40.035Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e5eaa5c0e531911 -C extra-filename=-6e5eaa5c0e531911 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1308 | 2025-03-24T05:50:40.209Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=487e6ccda55f55c5 -C extra-filename=-487e6ccda55f55c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1309 | 2025-03-24T05:50:40.252Z | Compiling newtype-uuid v1.2.1 |
1310 | 2025-03-24T05:50:40.277Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=131e66831f772263 -C extra-filename=-131e66831f772263 --out-dir /work/oxidecomputer/crucible/target/debug/build/newtype-uuid-131e66831f772263 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1311 | 2025-03-24T05:50:40.400Z | Compiling lazy_static v1.5.0 |
1312 | 2025-03-24T05:50:40.424Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=62a6552aba2a2acc -C extra-filename=-62a6552aba2a2acc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1313 | 2025-03-24T05:50:40.462Z | Running `/work/oxidecomputer/crucible/target/debug/build/dropshot-4ed99209161cebc9/build-script-build` |
1314 | 2025-03-24T05:50:40.534Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=888b3f2ba32da843 -C extra-filename=-888b3f2ba32da843 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstream=/work/oxidecomputer/crucible/target/debug/deps/libanstream-8b03f547b3bfb196.rmeta --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-448ad797e0c5c528.rmeta --extern clap_lex=/work/oxidecomputer/crucible/target/debug/deps/libclap_lex-6e5eaa5c0e531911.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-487e6ccda55f55c5.rmeta --extern terminal_size=/work/oxidecomputer/crucible/target/debug/deps/libterminal_size-5cc681b046d1fcd7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1315 | 2025-03-24T05:50:40.559Z | Compiling futures v0.3.31 |
1316 | 2025-03-24T05:50:40.559Z | Running `/work/oxidecomputer/crucible/target/debug/build/newtype-uuid-131e66831f772263/build-script-build` |
1317 | 2025-03-24T05:50:40.559Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=bc10d2342f992d76 -C extra-filename=-bc10d2342f992d76 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-8ddd9e2b44ef29d0.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-18c4c86e5e305ba5.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-31b46e1276a7fb9b.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1318 | 2025-03-24T05:50:40.608Z | Compiling tempfile v3.19.0 |
1319 | 2025-03-24T05:50:40.633Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=7bee5f4e59078214 -C extra-filename=-7bee5f4e59078214 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern fastrand=/work/oxidecomputer/crucible/target/debug/deps/libfastrand-e034e85303178a19.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-36b6f8bc435cd185.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-a9dc84a1ac4cb106.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-6d932a3117f56917.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1320 | 2025-03-24T05:50:40.691Z | Compiling strum_macros v0.26.4 |
1321 | 2025-03-24T05:50:40.716Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bbe5e0a1272d105b -C extra-filename=-bbe5e0a1272d105b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-edd51d925182348b.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1322 | 2025-03-24T05:50:40.917Z | Compiling dropshot_endpoint v0.16.0 |
1323 | 2025-03-24T05:50:40.942Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2c850508f53cdee -C extra-filename=-f2c850508f53cdee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-0819be7ffe7be3cd.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1324 | 2025-03-24T05:50:41.052Z | Compiling structmeta-derive v0.3.0 |
1325 | 2025-03-24T05:50:41.076Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b69d48921b536a61 -C extra-filename=-b69d48921b536a61 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1326 | 2025-03-24T05:50:41.347Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=004b773664552936 -C extra-filename=-004b773664552936 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1327 | 2025-03-24T05:50:41.661Z | Compiling arrayvec v0.7.4 |
1328 | 2025-03-24T05:50:41.686Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std", "zeroize"))' -C metadata=b613a1f9372de23d -C extra-filename=-b613a1f9372de23d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1329 | 2025-03-24T05:50:41.952Z | Compiling cfg_aliases v0.2.1 |
1330 | 2025-03-24T05:50:41.977Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0baa6f3bfacf51e4 -C extra-filename=-0baa6f3bfacf51e4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1331 | 2025-03-24T05:50:42.032Z | Compiling match_cfg v0.1.0 |
1332 | 2025-03-24T05:50:42.057Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=f4ab0765b10efe59 -C extra-filename=-f4ab0765b10efe59 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1333 | 2025-03-24T05:50:42.082Z | Compiling nix v0.29.0 |
1334 | 2025-03-24T05:50:42.082Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="term"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=6803a03b24274177 -C extra-filename=-6803a03b24274177 --out-dir /work/oxidecomputer/crucible/target/debug/build/nix-6803a03b24274177 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/crucible/target/debug/deps/libcfg_aliases-0baa6f3bfacf51e4.rlib --cap-lints allow '-Wclippy::unused-async'` |
1335 | 2025-03-24T05:50:42.132Z | Compiling hostname v0.3.1 |
1336 | 2025-03-24T05:50:42.159Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=f073dc079ce6f48b -C extra-filename=-f073dc079ce6f48b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern match_cfg=/work/oxidecomputer/crucible/target/debug/deps/libmatch_cfg-f4ab0765b10efe59.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1337 | 2025-03-24T05:50:42.337Z | Compiling clap v4.5.32 |
1338 | 2025-03-24T05:50:42.362Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=39b1bc17c6374932 -C extra-filename=-39b1bc17c6374932 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-9ffb99202782381b.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-07afb37a8a52497d.so --cap-lints allow '-Wclippy::unused-async'` |
1339 | 2025-03-24T05:50:42.451Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=f69f9347a124d733 -C extra-filename=-f69f9347a124d733 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern siphasher=/work/oxidecomputer/crucible/target/debug/deps/libsiphasher-004b773664552936.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1340 | 2025-03-24T05:50:42.719Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=36e0f5244c79c2b2 -C extra-filename=-36e0f5244c79c2b2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'` |
1341 | 2025-03-24T05:50:42.777Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=aaa7c9ac5f486a05 -C extra-filename=-aaa7c9ac5f486a05 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/crucible/target/debug/deps/libthiserror_impl-5e89718ac07eb688.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
1342 | 2025-03-24T05:50:42.922Z | Compiling thread_local v1.1.7 |
1343 | 2025-03-24T05:50:42.946Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=321f5da7634de84d -C extra-filename=-321f5da7634de84d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-a9dc84a1ac4cb106.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1344 | 2025-03-24T05:50:43.027Z | Compiling structmeta v0.3.0 |
1345 | 2025-03-24T05:50:43.052Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e1b2750da792983 -C extra-filename=-5e1b2750da792983 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern structmeta_derive=/work/oxidecomputer/crucible/target/debug/deps/libstructmeta_derive-b69d48921b536a61.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1346 | 2025-03-24T05:50:43.338Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc"))' -C metadata=c5ca7e29ac411ff3 -C extra-filename=-c5ca7e29ac411ff3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1347 | 2025-03-24T05:50:43.372Z | Running `/work/oxidecomputer/crucible/target/debug/build/nix-6803a03b24274177/build-script-build` |
1348 | 2025-03-24T05:50:43.397Z | Compiling crossbeam-channel v0.5.13 |
1349 | 2025-03-24T05:50:43.423Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3ccef70431996bc2 -C extra-filename=-3ccef70431996bc2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-03092a79053791f0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1350 | 2025-03-24T05:50:43.487Z | Compiling ipnetwork v0.21.1 |
1351 | 2025-03-24T05:50:43.512Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=ec02fb24545bc91e -C extra-filename=-ec02fb24545bc91e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1352 | 2025-03-24T05:50:43.973Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=b9affada90421f7a -C extra-filename=-b9affada90421f7a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-888b3f2ba32da843.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-07afb37a8a52497d.so --cap-lints allow '-Wclippy::unused-async'` |
1353 | 2025-03-24T05:50:44.102Z | Compiling daft-derive v0.1.2 |
1354 | 2025-03-24T05:50:44.129Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/daft-derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d54673c6ee6d30f -C extra-filename=-8d54673c6ee6d30f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1355 | 2025-03-24T05:50:44.155Z | Compiling dirs-sys-next v0.1.2 |
1356 | 2025-03-24T05:50:44.155Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=902fe6041c862808 -C extra-filename=-902fe6041c862808 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1357 | 2025-03-24T05:50:44.227Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="term"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=9484377bb0a1ee33 -C extra-filename=-9484377bb0a1ee33 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bb7f03d7fd84e20b.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'` |
1358 | 2025-03-24T05:50:44.262Z | Compiling parse-display-derive v0.10.0 |
1359 | 2025-03-24T05:50:44.287Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d775b66c9f70ceb -C extra-filename=-1d775b66c9f70ceb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-9cfa7acdf2cfd9ab.rlib --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-4db9c100793868b3.rlib --extern structmeta=/work/oxidecomputer/crucible/target/debug/deps/libstructmeta-5e1b2750da792983.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1360 | 2025-03-24T05:50:44.661Z | Compiling dirs-next v2.0.0 |
1361 | 2025-03-24T05:50:44.686Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64fe13104d4f99f4 -C extra-filename=-64fe13104d4f99f4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern dirs_sys_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys_next-902fe6041c862808.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1362 | 2025-03-24T05:50:44.810Z | Compiling serde_with_macros v3.12.0 |
1363 | 2025-03-24T05:50:44.835Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=e59555180f36e4c7 -C extra-filename=-e59555180f36e4c7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern darling=/work/oxidecomputer/crucible/target/debug/deps/libdarling-e9dad1a4d826c1ca.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1364 | 2025-03-24T05:50:44.860Z | Compiling winnow v0.7.3 |
1365 | 2025-03-24T05:50:44.860Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=5928cadce4cb97d0 -C extra-filename=-5928cadce4cb97d0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1366 | 2025-03-24T05:50:45.333Z | Compiling debug-ignore v1.0.5 |
1367 | 2025-03-24T05:50:45.358Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=31ef66e57d33f4b1 -C extra-filename=-31ef66e57d33f4b1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1368 | 2025-03-24T05:50:45.474Z | Compiling term v0.7.0 |
1369 | 2025-03-24T05:50:45.499Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=8036f3cc2afca3b3 -C extra-filename=-8036f3cc2afca3b3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dirs_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_next-64fe13104d4f99f4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1370 | 2025-03-24T05:50:45.920Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=065258bacb147c61 -C extra-filename=-065258bacb147c61 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-aee13b3208151b52.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-1cb4208edb2dfd97.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-254dc3ed244b817a.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-c5ca7e29ac411ff3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1371 | 2025-03-24T05:50:46.420Z | Compiling slog-json v2.6.1 |
1372 | 2025-03-24T05:50:46.447Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=7a80eb409f1e012b -C extra-filename=-7a80eb409f1e012b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-6152144ef649adef.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1373 | 2025-03-24T05:50:46.672Z | Compiling is-terminal v0.4.12 |
1374 | 2025-03-24T05:50:46.697Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ce2392db6ece1fe -C extra-filename=-6ce2392db6ece1fe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1375 | 2025-03-24T05:50:46.753Z | Compiling take_mut v0.2.2 |
1376 | 2025-03-24T05:50:46.778Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4fdf1ec44f0ec71c -C extra-filename=-4fdf1ec44f0ec71c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1377 | 2025-03-24T05:50:46.778Z | Compiling syn v1.0.109 |
1378 | 2025-03-24T05:50:46.778Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=a8a5354ca8587e56 -C extra-filename=-a8a5354ca8587e56 --out-dir /work/oxidecomputer/crucible/target/debug/build/syn-a8a5354ca8587e56 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1379 | 2025-03-24T05:50:46.814Z | Compiling slog-term v2.9.1 |
1380 | 2025-03-24T05:50:46.839Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=7453d91ab0615f4d -C extra-filename=-7453d91ab0615f4d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern is_terminal=/work/oxidecomputer/crucible/target/debug/deps/libis_terminal-6ce2392db6ece1fe.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern term=/work/oxidecomputer/crucible/target/debug/deps/libterm-8036f3cc2afca3b3.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-321f5da7634de84d.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-6152144ef649adef.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1381 | 2025-03-24T05:50:46.925Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=c495729898236566 -C extra-filename=-c495729898236566 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_channel-3ccef70431996bc2.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern take_mut=/work/oxidecomputer/crucible/target/debug/deps/libtake_mut-4fdf1ec44f0ec71c.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-321f5da7634de84d.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1382 | 2025-03-24T05:50:46.978Z | Compiling typify-macro v0.2.0 |
1383 | 2025-03-24T05:50:47.003Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=751d39d75716258e -C extra-filename=-751d39d75716258e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-0819be7ffe7be3cd.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-47ea80335166de44.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1384 | 2025-03-24T05:50:47.202Z | Compiling slog-bunyan v2.5.0 |
1385 | 2025-03-24T05:50:47.227Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=3f2d5cb3cff2b666 -C extra-filename=-3f2d5cb3cff2b666 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-f073dc079ce6f48b.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-7a80eb409f1e012b.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-6152144ef649adef.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1386 | 2025-03-24T05:50:47.273Z | Running `/work/oxidecomputer/crucible/target/debug/build/syn-a8a5354ca8587e56/build-script-build` |
1387 | 2025-03-24T05:50:47.337Z | Compiling toml_edit v0.22.24 |
1388 | 2025-03-24T05:50:47.362Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=c614a242f0a87669 -C extra-filename=-c614a242f0a87669 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-aee13b3208151b52.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-1cb4208edb2dfd97.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-254dc3ed244b817a.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-5928cadce4cb97d0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1389 | 2025-03-24T05:50:47.416Z | Compiling test-strategy v0.4.0 |
1390 | 2025-03-24T05:50:47.441Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f5cb7f45131b7744 -C extra-filename=-f5cb7f45131b7744 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern structmeta=/work/oxidecomputer/crucible/target/debug/deps/libstructmeta-5e1b2750da792983.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1391 | 2025-03-24T05:50:47.521Z | Compiling async-stream v0.3.6 |
1392 | 2025-03-24T05:50:47.546Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8d69e96cce440a0 -C extra-filename=-c8d69e96cce440a0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream_impl-a4a08922b063fef6.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1393 | 2025-03-24T05:50:47.649Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=0722f26553d63c33 -C extra-filename=-0722f26553d63c33 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-983d51f9fcaacf24.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-7cc41e5811456d1a.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-2e29f70ea0a7aa12.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-80ed5ff7714732e2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1394 | 2025-03-24T05:50:47.713Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c33494d2241faf4b -C extra-filename=-c33494d2241faf4b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1395 | 2025-03-24T05:50:47.799Z | Compiling sha1 v0.10.6 |
1396 | 2025-03-24T05:50:47.824Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=95554b7a9de4d879 -C extra-filename=-95554b7a9de4d879 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-15edc6e9ccf6fbc4.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-ea940ef23796a626.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1397 | 2025-03-24T05:50:47.824Z | Compiling macaddr v1.0.1 |
1398 | 2025-03-24T05:50:47.849Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=c59b05861ac25ee2 -C extra-filename=-c59b05861ac25ee2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1399 | 2025-03-24T05:50:47.849Z | Compiling serde_path_to_error v0.1.16 |
1400 | 2025-03-24T05:50:47.849Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6520091b4786c2ec -C extra-filename=-6520091b4786c2ec --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-ea0f017d02a7105b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1401 | 2025-03-24T05:50:48.168Z | Compiling waitgroup v0.1.2 |
1402 | 2025-03-24T05:50:48.193Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f97e53a8285f8bd7 -C extra-filename=-f97e53a8285f8bd7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern atomic_waker=/work/oxidecomputer/crucible/target/debug/deps/libatomic_waker-773925d7af7a3cd8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1403 | 2025-03-24T05:50:48.193Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1404 | 2025-03-24T05:50:48.218Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=3e7619fd2157c35e -C extra-filename=-3e7619fd2157c35e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1405 | 2025-03-24T05:50:48.382Z | Compiling hostname v0.4.0 |
1406 | 2025-03-24T05:50:48.407Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=f8e7bebe81a358b9 -C extra-filename=-f8e7bebe81a358b9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1407 | 2025-03-24T05:50:48.490Z | Compiling quick-error v1.2.3 |
1408 | 2025-03-24T05:50:48.515Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41eefdb9f4c660ce -C extra-filename=-41eefdb9f4c660ce --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1409 | 2025-03-24T05:50:48.575Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=b4875cef346b20f8 -C extra-filename=-b4875cef346b20f8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg syn_disable_nightly_tests` |
1410 | 2025-03-24T05:50:48.600Z | Compiling oxnet v0.1.1 |
1411 | 2025-03-24T05:50:48.600Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oxnet-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=55502d045922b458 -C extra-filename=-55502d045922b458 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-ec02fb24545bc91e.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1412 | 2025-03-24T05:50:48.649Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3dc400f9692c3a7 -C extra-filename=-e3dc400f9692c3a7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1413 | 2025-03-24T05:50:48.757Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
1414 | 2025-03-24T05:50:48.782Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b0d8186b20f934ca -C extra-filename=-b0d8186b20f934ca --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-c33494d2241faf4b.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1415 | 2025-03-24T05:50:48.856Z | Compiling strum v0.26.3 |
1416 | 2025-03-24T05:50:48.856Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=a8d52735b59e346b -C extra-filename=-a8d52735b59e346b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-bbe5e0a1272d105b.so --cap-lints allow '-Wclippy::unused-async'` |
1417 | 2025-03-24T05:50:49.040Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=749ab0d75e25b238 -C extra-filename=-749ab0d75e25b238 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-0141b157cb81e95d.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-0bc88fea3f03f95c.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-6d9547d7313735f2.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-d5f0aea4995140d4.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-d8b6cc53237e89ec.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-8b7c5577c0fbbf7b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1418 | 2025-03-24T05:50:49.232Z | Compiling typify-impl v0.3.0 |
1419 | 2025-03-24T05:50:49.257Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ceb7c68f6a16efe -C extra-filename=-7ceb7c68f6a16efe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-f635af04c02d89da.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-aaa7c9ac5f486a05.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1420 | 2025-03-24T05:50:49.419Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=07d9256761786976 -C extra-filename=-07d9256761786976 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(doc_cfg)'` |
1421 | 2025-03-24T05:50:49.706Z | Compiling wait-timeout v0.2.0 |
1422 | 2025-03-24T05:50:49.731Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d39fc7a02a9a6d00 -C extra-filename=-d39fc7a02a9a6d00 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1423 | 2025-03-24T05:50:49.769Z | Compiling typify v0.2.0 |
1424 | 2025-03-24T05:50:49.793Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=b3bb9e8ff2f43ad5 -C extra-filename=-b3bb9e8ff2f43ad5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-47ea80335166de44.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-751d39d75716258e.so --cap-lints allow '-Wclippy::unused-async'` |
1425 | 2025-03-24T05:50:49.894Z | Compiling progenitor-impl v0.8.0 |
1426 | 2025-03-24T05:50:49.919Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=90375148da9cb88e -C extra-filename=-90375148da9cb88e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d87aac9664fc1df5.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-f17b44e09df8e81f.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-75a8d4467cad6043.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-9cfa7acdf2cfd9ab.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-e2d91b1261e9eeb5.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-b3bb9e8ff2f43ad5.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1427 | 2025-03-24T05:50:49.944Z | Compiling bit-vec v0.8.0 |
1428 | 2025-03-24T05:50:49.944Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=ca368eeb42a980e4 -C extra-filename=-ca368eeb42a980e4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1429 | 2025-03-24T05:50:50.205Z | Compiling toml v0.8.20 |
1430 | 2025-03-24T05:50:50.205Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=8268ddd04d1302a1 -C extra-filename=-8268ddd04d1302a1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-1cb4208edb2dfd97.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-254dc3ed244b817a.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-c614a242f0a87669.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1431 | 2025-03-24T05:50:50.316Z | Compiling bit-set v0.8.0 |
1432 | 2025-03-24T05:50:50.347Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=26f4e7328e4f3bb3 -C extra-filename=-26f4e7328e4f3bb3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bit_vec=/work/oxidecomputer/crucible/target/debug/deps/libbit_vec-ca368eeb42a980e4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1433 | 2025-03-24T05:50:50.575Z | Compiling rusty-fork v0.3.0 |
1434 | 2025-03-24T05:50:50.600Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=cd4a29973cf48070 -C extra-filename=-cd4a29973cf48070 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-43f5f6e3f771145c.rmeta --extern quick_error=/work/oxidecomputer/crucible/target/debug/deps/libquick_error-41eefdb9f4c660ce.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-7bee5f4e59078214.rmeta --extern wait_timeout=/work/oxidecomputer/crucible/target/debug/deps/libwait_timeout-d39fc7a02a9a6d00.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1435 | 2025-03-24T05:50:51.254Z | Compiling daft v0.1.2 |
1436 | 2025-03-24T05:50:51.279Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/daft-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=ad75f1da140d4dba -C extra-filename=-ad75f1da140d4dba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern daft_derive=/work/oxidecomputer/crucible/target/debug/deps/libdaft_derive-8d54673c6ee6d30f.so --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-07d9256761786976.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-55502d045922b458.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1437 | 2025-03-24T05:50:51.537Z | Compiling serde_with v3.12.0 |
1438 | 2025-03-24T05:50:51.562Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=d0f2638c637b078f -C extra-filename=-d0f2638c637b078f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-0c6f77f36969dd6a.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-e59555180f36e4c7.so --cap-lints allow '-Wclippy::unused-async'` |
1439 | 2025-03-24T05:50:51.648Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=5d2836c4da97b973 -C extra-filename=-5d2836c4da97b973 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'` |
1440 | 2025-03-24T05:50:51.893Z | Compiling rand_xorshift v0.3.0 |
1441 | 2025-03-24T05:50:51.918Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=60cae41cec3c698d -C extra-filename=-60cae41cec3c698d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-9d860a0ed8f4a151.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1442 | 2025-03-24T05:50:52.129Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=fea3bef54969cdab -C extra-filename=-fea3bef54969cdab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-749ab0d75e25b238.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-751d39d75716258e.so --cap-lints allow '-Wclippy::unused-async'` |
1443 | 2025-03-24T05:50:52.252Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba7fc6de7e3cf78f -C extra-filename=-ba7fc6de7e3cf78f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-0141b157cb81e95d.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-aee13b3208151b52.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-f8963c05bc548ca0.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-0bc88fea3f03f95c.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-6d9547d7313735f2.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-16a78c49a6047436.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-d8b6cc53237e89ec.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-fea3bef54969cdab.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-8b7c5577c0fbbf7b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1444 | 2025-03-24T05:50:52.299Z | Compiling unarray v0.1.4 |
1445 | 2025-03-24T05:50:52.324Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=231172d3780d20d4 -C extra-filename=-231172d3780d20d4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1446 | 2025-03-24T05:50:52.458Z | Compiling zerocopy v0.8.23 |
1447 | 2025-03-24T05:50:52.483Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=d62fc4149def0080 -C extra-filename=-d62fc4149def0080 --out-dir /work/oxidecomputer/crucible/target/debug/build/zerocopy-d62fc4149def0080 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1448 | 2025-03-24T05:50:53.054Z | Running `/work/oxidecomputer/crucible/target/debug/build/zerocopy-d62fc4149def0080/build-script-build` |
1449 | 2025-03-24T05:50:53.128Z | Compiling proptest v1.6.0 |
1450 | 2025-03-24T05:50:53.153Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "lazy_static", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=af03c87116859c66 -C extra-filename=-af03c87116859c66 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bit_set=/work/oxidecomputer/crucible/target/debug/deps/libbit_set-26f4e7328e4f3bb3.rmeta --extern bit_vec=/work/oxidecomputer/crucible/target/debug/deps/libbit_vec-ca368eeb42a980e4.rmeta --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bb7f03d7fd84e20b.rmeta --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-62a6552aba2a2acc.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-d51ef2ca06943afa.rmeta --extern rand_xorshift=/work/oxidecomputer/crucible/target/debug/deps/librand_xorshift-60cae41cec3c698d.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-bee669ddc794b8b0.rmeta --extern rusty_fork=/work/oxidecomputer/crucible/target/debug/deps/librusty_fork-cd4a29973cf48070.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-7bee5f4e59078214.rmeta --extern unarray=/work/oxidecomputer/crucible/target/debug/deps/libunarray-231172d3780d20d4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1451 | 2025-03-24T05:50:53.330Z | Compiling parse-display v0.10.0 |
1452 | 2025-03-24T05:50:53.355Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=6714444e974d5eff -C extra-filename=-6714444e974d5eff --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/crucible/target/debug/deps/libparse_display_derive-1d775b66c9f70ceb.so --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-16a78c49a6047436.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-bee669ddc794b8b0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1453 | 2025-03-24T05:50:53.886Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1454 | 2025-03-24T05:50:53.911Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c5ac2e9b12b31e63 -C extra-filename=-c5ac2e9b12b31e63 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-9682259434989048.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1455 | 2025-03-24T05:50:54.056Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.97/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b024a1e2a8dbc9f7 -C extra-filename=-b024a1e2a8dbc9f7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
1456 | 2025-03-24T05:50:54.400Z | Compiling zerocopy-derive v0.8.23 |
1457 | 2025-03-24T05:50:54.425Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b11d01bc752b113 -C extra-filename=-8b11d01bc752b113 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1458 | 2025-03-24T05:50:54.474Z | Compiling progenitor-macro v0.8.0 |
1459 | 2025-03-24T05:50:54.500Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-macro-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f4b0f46b09a879e1 -C extra-filename=-f4b0f46b09a879e1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-75a8d4467cad6043.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-90375148da9cb88e.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-0819be7ffe7be3cd.rlib --extern serde_yaml=/work/oxidecomputer/crucible/target/debug/deps/libserde_yaml-79f7243df7ebdb35.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1460 | 2025-03-24T05:50:54.623Z | Compiling instant v0.1.12 |
1461 | 2025-03-24T05:50:54.648Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=a45fa9f41e84e983 -C extra-filename=-a45fa9f41e84e983 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1462 | 2025-03-24T05:50:54.774Z | Compiling heck v0.4.1 |
1463 | 2025-03-24T05:50:54.799Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=c68e5d597e2b26e1 -C extra-filename=-c68e5d597e2b26e1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1464 | 2025-03-24T05:50:55.112Z | Compiling unicode-width v0.1.14 |
1465 | 2025-03-24T05:50:55.137Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=0799ecb34bd3fe47 -C extra-filename=-0799ecb34bd3fe47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1466 | 2025-03-24T05:50:55.562Z | Compiling backoff v0.4.0 |
1467 | 2025-03-24T05:50:55.587Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=2aaed40e48958d87 -C extra-filename=-2aaed40e48958d87 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-36d4b2e33560e954.rmeta --extern instant=/work/oxidecomputer/crucible/target/debug/deps/libinstant-a45fa9f41e84e983.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rmeta --extern tokio_1=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1468 | 2025-03-24T05:50:55.853Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
1469 | 2025-03-24T05:50:55.878Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=bb845bb6cc134a07 -C extra-filename=-bb845bb6cc134a07 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern daft=/work/oxidecomputer/crucible/target/debug/deps/libdaft-ad75f1da140d4dba.rmeta --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-07d9256761786976.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1470 | 2025-03-24T05:50:56.288Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1471 | 2025-03-24T05:50:56.313Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=522ec9818b4c5984 -C extra-filename=-522ec9818b4c5984 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain_derive-3e7619fd2157c35e.so --cap-lints allow '-Wclippy::unused-async'` |
1472 | 2025-03-24T05:50:56.404Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb3d300f41b51743 -C extra-filename=-fb3d300f41b51743 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-0141b157cb81e95d.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-0bc88fea3f03f95c.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-6d9547d7313735f2.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-d5f0aea4995140d4.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-d8b6cc53237e89ec.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-78f320bbc4725d46.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-8b7c5577c0fbbf7b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1473 | 2025-03-24T05:50:56.473Z | Compiling libz-sys v1.1.12 |
1474 | 2025-03-24T05:50:56.498Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=29da49581978cd80 -C extra-filename=-29da49581978cd80 --out-dir /work/oxidecomputer/crucible/target/debug/build/libz-sys-29da49581978cd80 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7b2797534563f3f4.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-eeeb5cdfd34d31bb.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-67af2ed6005ab61b.rlib --cap-lints allow '-Wclippy::unused-async'` |
1475 | 2025-03-24T05:50:56.626Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=d59cb8df919666d1 -C extra-filename=-d59cb8df919666d1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-8b11d01bc752b113.so --cap-lints allow '-Wclippy::unused-async' --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` |
1476 | 2025-03-24T05:50:56.956Z | Running `/work/oxidecomputer/crucible/target/debug/build/libz-sys-29da49581978cd80/build-script-build` |
1477 | 2025-03-24T05:50:56.996Z | Compiling itertools v0.13.0 |
1478 | 2025-03-24T05:50:57.021Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=e03e958c7273b779 -C extra-filename=-e03e958c7273b779 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-519869211d38e54a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1479 | 2025-03-24T05:50:58.288Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
1480 | 2025-03-24T05:50:58.313Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-79bacdb158f1c032/d238703/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "schemars"))' -C metadata=a365b382dee264df -C extra-filename=-a365b382dee264df --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-6714444e974d5eff.rmeta --extern proptest=/work/oxidecomputer/crucible/target/debug/deps/libproptest-af03c87116859c66.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-c5ac2e9b12b31e63.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a8d52735b59e346b.rmeta --extern test_strategy=/work/oxidecomputer/crucible/target/debug/deps/libtest_strategy-f5cb7f45131b7744.so --cap-lints allow '-Wclippy::unused-async'` |
1481 | 2025-03-24T05:50:58.480Z | Compiling typify-macro v0.3.0 |
1482 | 2025-03-24T05:50:58.505Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5837be2ead02333 -C extra-filename=-b5837be2ead02333 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-0819be7ffe7be3cd.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-7ceb7c68f6a16efe.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1483 | 2025-03-24T05:50:58.806Z | Compiling heapless v0.8.0 |
1484 | 2025-03-24T05:50:58.831Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=7942a72fedbf688b -C extra-filename=-7942a72fedbf688b --out-dir /work/oxidecomputer/crucible/target/debug/build/heapless-7942a72fedbf688b -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1485 | 2025-03-24T05:50:59.133Z | Compiling hash32 v0.3.1 |
1486 | 2025-03-24T05:50:59.158Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c425fa6f47755e99 -C extra-filename=-c425fa6f47755e99 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-44628c75e1414eae.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1487 | 2025-03-24T05:50:59.304Z | Running `/work/oxidecomputer/crucible/target/debug/build/heapless-7942a72fedbf688b/build-script-build` |
1488 | 2025-03-24T05:50:59.342Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1489 | 2025-03-24T05:50:59.367Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a191e921055d38fa -C extra-filename=-a191e921055d38fa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern darling=/work/oxidecomputer/crucible/target/debug/deps/libdarling-e9dad1a4d826c1ca.rlib --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-e03e958c7273b779.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-9cfa7acdf2cfd9ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1490 | 2025-03-24T05:50:59.402Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1491 | 2025-03-24T05:50:59.427Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=928f6ff65e46a998 -C extra-filename=-928f6ff65e46a998 --out-dir /work/oxidecomputer/crucible/target/debug/build/libgit2-sys-928f6ff65e46a998 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7b2797534563f3f4.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-eeeb5cdfd34d31bb.rlib --cap-lints allow '-Wclippy::unused-async'` |
1492 | 2025-03-24T05:50:59.585Z | Compiling smoltcp v0.11.0 |
1493 | 2025-03-24T05:50:59.610Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=9fcd65b53c805ccf -C extra-filename=-9fcd65b53c805ccf --out-dir /work/oxidecomputer/crucible/target/debug/build/smoltcp-9fcd65b53c805ccf -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1494 | 2025-03-24T05:51:00.109Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1495 | 2025-03-24T05:51:00.134Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=096bb0bc0ddd17aa -C extra-filename=-096bb0bc0ddd17aa --out-dir /work/oxidecomputer/crucible/target/debug/build/nvpair-sys-096bb0bc0ddd17aa -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1496 | 2025-03-24T05:51:00.173Z | Compiling stable_deref_trait v1.2.0 |
1497 | 2025-03-24T05:51:00.197Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0e2ab31aa3d7d839 -C extra-filename=-0e2ab31aa3d7d839 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1498 | 2025-03-24T05:51:00.308Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=bbddc2cc7a74a1fe -C extra-filename=-bbddc2cc7a74a1fe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hash32=/work/oxidecomputer/crucible/target/debug/deps/libhash32-c425fa6f47755e99.rmeta --extern stable_deref_trait=/work/oxidecomputer/crucible/target/debug/deps/libstable_deref_trait-0e2ab31aa3d7d839.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1499 | 2025-03-24T05:51:00.515Z | Running `/work/oxidecomputer/crucible/target/debug/build/nvpair-sys-096bb0bc0ddd17aa/build-script-build` |
1500 | 2025-03-24T05:51:00.543Z | Running `/work/oxidecomputer/crucible/target/debug/build/smoltcp-9fcd65b53c805ccf/build-script-build` |
1501 | 2025-03-24T05:51:00.571Z | Running `/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-928f6ff65e46a998/build-script-build` |
1502 | 2025-03-24T05:51:00.691Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=30bd140cbd7deb0b -C extra-filename=-30bd140cbd7deb0b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64 -l z` |
1503 | 2025-03-24T05:51:00.836Z | Compiling proc-macro-crate v1.3.1 |
1504 | 2025-03-24T05:51:00.861Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=33373a8e5b60c697 -C extra-filename=-33373a8e5b60c697 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-485f853a4fc77c82.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-7846f695228f44ab.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1505 | 2025-03-24T05:51:01.117Z | Compiling proc-macro-error-attr v1.0.4 |
1506 | 2025-03-24T05:51:01.142Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1af1a60316a1f3d9 -C extra-filename=-1af1a60316a1f3d9 --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro-error-attr-1af1a60316a1f3d9 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
1507 | 2025-03-24T05:51:01.305Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1508 | 2025-03-24T05:51:01.305Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22eb8e2061a3e575 -C extra-filename=-22eb8e2061a3e575 --out-dir /work/oxidecomputer/crucible/target/debug/build/libdlpi-sys-22eb8e2061a3e575 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1509 | 2025-03-24T05:51:01.415Z | Compiling typify v0.3.0 |
1510 | 2025-03-24T05:51:01.440Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=c090f81c7cd7dfda -C extra-filename=-c090f81c7cd7dfda --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-7ceb7c68f6a16efe.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-b5837be2ead02333.so --cap-lints allow '-Wclippy::unused-async'` |
1511 | 2025-03-24T05:51:01.513Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=5a618e6b0f80453d -C extra-filename=-5a618e6b0f80453d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-fb3d300f41b51743.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-b5837be2ead02333.so --cap-lints allow '-Wclippy::unused-async'` |
1512 | 2025-03-24T05:51:01.552Z | Compiling progenitor-impl v0.9.1 |
1513 | 2025-03-24T05:51:01.577Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=052fd3a5dc4ec282 -C extra-filename=-052fd3a5dc4ec282 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d87aac9664fc1df5.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-f17b44e09df8e81f.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-75a8d4467cad6043.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-9cfa7acdf2cfd9ab.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-aaa7c9ac5f486a05.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-c090f81c7cd7dfda.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1514 | 2025-03-24T05:51:01.577Z | Compiling bitflags v1.3.2 |
1515 | 2025-03-24T05:51:01.577Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=99fc9f4bd7d7ec7e -C extra-filename=-99fc9f4bd7d7ec7e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1516 | 2025-03-24T05:51:01.617Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e90d0cb0844658c2 -C extra-filename=-e90d0cb0844658c2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-0141b157cb81e95d.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-aee13b3208151b52.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-f8963c05bc548ca0.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-0bc88fea3f03f95c.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-6d9547d7313735f2.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-16a78c49a6047436.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-d8b6cc53237e89ec.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-78f320bbc4725d46.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-5a618e6b0f80453d.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-8b7c5577c0fbbf7b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1517 | 2025-03-24T05:51:01.650Z | Compiling managed v0.8.0 |
1518 | 2025-03-24T05:51:01.683Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=57d56d8b93568e99 -C extra-filename=-57d56d8b93568e99 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1519 | 2025-03-24T05:51:01.708Z | Compiling cobs v0.2.3 |
1520 | 2025-03-24T05:51:01.708Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=ad7f63f9d009ca20 -C extra-filename=-ad7f63f9d009ca20 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1521 | 2025-03-24T05:51:01.962Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=5823ac4866f982ae -C extra-filename=-5823ac4866f982ae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-99fc9f4bd7d7ec7e.rmeta --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-44628c75e1414eae.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern heapless=/work/oxidecomputer/crucible/target/debug/deps/libheapless-bbddc2cc7a74a1fe.rmeta --extern managed=/work/oxidecomputer/crucible/target/debug/deps/libmanaged-57d56d8b93568e99.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1522 | 2025-03-24T05:51:02.006Z | Compiling postcard v1.0.10 |
1523 | 2025-03-24T05:51:02.031Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=36a88c0595e59073 -C extra-filename=-36a88c0595e59073 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cobs=/work/oxidecomputer/crucible/target/debug/deps/libcobs-ad7f63f9d009ca20.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1524 | 2025-03-24T05:51:02.341Z | Running `/work/oxidecomputer/crucible/target/debug/build/libdlpi-sys-22eb8e2061a3e575/build-script-build` |
1525 | 2025-03-24T05:51:02.371Z | Compiling num_enum_derive v0.5.11 |
1526 | 2025-03-24T05:51:02.395Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=600f17f92216706b -C extra-filename=-600f17f92216706b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_crate-33373a8e5b60c697.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-b4875cef346b20f8.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1527 | 2025-03-24T05:51:02.534Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-attr-1af1a60316a1f3d9/build-script-build` |
1528 | 2025-03-24T05:51:02.601Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=3a3e17a1ccc228a3 -C extra-filename=-3a3e17a1ccc228a3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-d5be499193bdca8f.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-85509be0f043ffd6.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish` |
1529 | 2025-03-24T05:51:02.922Z | Compiling vergen v8.3.2 |
1530 | 2025-03-24T05:51:02.947Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=f530d7d2e1455c8e -C extra-filename=-f530d7d2e1455c8e --out-dir /work/oxidecomputer/crucible/target/debug/build/vergen-f530d7d2e1455c8e -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-edd51d925182348b.so --cap-lints allow '-Wclippy::unused-async'` |
1531 | 2025-03-24T05:51:03.202Z | Compiling cargo-platform v0.1.8 |
1532 | 2025-03-24T05:51:03.227Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c96852909f19e102 -C extra-filename=-c96852909f19e102 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1533 | 2025-03-24T05:51:03.604Z | Compiling foreign-types-macros v0.2.3 |
1534 | 2025-03-24T05:51:03.629Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=3be6f9c909b73010 -C extra-filename=-3be6f9c909b73010 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1535 | 2025-03-24T05:51:04.082Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02bdcaced55e11f0 -C extra-filename=-02bdcaced55e11f0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1536 | 2025-03-24T05:51:04.155Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1537 | 2025-03-24T05:51:04.180Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=62bcf20dcd45cb6f -C extra-filename=-62bcf20dcd45cb6f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ingot_macros=/work/oxidecomputer/crucible/target/debug/deps/libingot_macros-a191e921055d38fa.so --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-c59b05861ac25ee2.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-d59cb8df919666d1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1538 | 2025-03-24T05:51:04.337Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1539 | 2025-03-24T05:51:04.362Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/cd9aa64/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=094ab318785384cb -C extra-filename=-094ab318785384cb --out-dir /work/oxidecomputer/crucible/target/debug/build/opte-094ab318785384cb -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
1540 | 2025-03-24T05:51:04.501Z | Compiling proc-macro-error v1.0.4 |
1541 | 2025-03-24T05:51:04.525Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=87e0ecd4bdd8faec -C extra-filename=-87e0ecd4bdd8faec --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro-error-87e0ecd4bdd8faec -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
1542 | 2025-03-24T05:51:04.640Z | Compiling memoffset v0.9.0 |
1543 | 2025-03-24T05:51:04.665Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=93ee2536f16da120 -C extra-filename=-93ee2536f16da120 --out-dir /work/oxidecomputer/crucible/target/debug/build/memoffset-93ee2536f16da120 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'` |
1544 | 2025-03-24T05:51:04.665Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1545 | 2025-03-24T05:51:04.665Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/cd9aa64/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=1885ae0cb787c2b1 -C extra-filename=-1885ae0cb787c2b1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1546 | 2025-03-24T05:51:04.783Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1547 | 2025-03-24T05:51:04.808Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=15bf89e022b68436 -C extra-filename=-15bf89e022b68436 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bb7f03d7fd84e20b.rmeta --extern ingot_macros=/work/oxidecomputer/crucible/target/debug/deps/libingot_macros-a191e921055d38fa.so --extern ingot_types=/work/oxidecomputer/crucible/target/debug/deps/libingot_types-62bcf20dcd45cb6f.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-c59b05861ac25ee2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-d59cb8df919666d1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1548 | 2025-03-24T05:51:04.833Z | Compiling foreign-types-shared v0.3.1 |
1549 | 2025-03-24T05:51:04.833Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85771d4018b24a29 -C extra-filename=-85771d4018b24a29 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1550 | 2025-03-24T05:51:04.857Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=3d4b1d945b7695fe -C extra-filename=-3d4b1d945b7695fe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1551 | 2025-03-24T05:51:04.939Z | Compiling foreign-types v0.5.0 |
1552 | 2025-03-24T05:51:04.964Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1e8b9afbbb22f1ba -C extra-filename=-1e8b9afbbb22f1ba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_macros-3be6f9c909b73010.so --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-85771d4018b24a29.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1553 | 2025-03-24T05:51:04.964Z | Running `/work/oxidecomputer/crucible/target/debug/build/memoffset-93ee2536f16da120/build-script-build` |
1554 | 2025-03-24T05:51:05.055Z | Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-87e0ecd4bdd8faec/build-script-build` |
1555 | 2025-03-24T05:51:05.102Z | Running `/work/oxidecomputer/crucible/target/debug/build/opte-094ab318785384cb/build-script-build` |
1556 | 2025-03-24T05:51:05.175Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=9ef396de06a8da03 -C extra-filename=-9ef396de06a8da03 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern fastrand=/work/oxidecomputer/crucible/target/debug/deps/libfastrand-3d4b1d945b7695fe.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-4e59a9076f46525a.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-485f853a4fc77c82.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-3a3e17a1ccc228a3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1557 | 2025-03-24T05:51:05.204Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bfc22f5c3b74d22e -C extra-filename=-bfc22f5c3b74d22e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --extern dirs_sys_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys_next-02bdcaced55e11f0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1558 | 2025-03-24T05:51:05.267Z | Compiling num_enum v0.5.11 |
1559 | 2025-03-24T05:51:05.292Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=479c04eed6cf4d49 -C extra-filename=-479c04eed6cf4d49 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum_derive-600f17f92216706b.so --cap-lints allow '-Wclippy::unused-async'` |
1560 | 2025-03-24T05:51:05.381Z | Compiling cargo_metadata v0.18.1 |
1561 | 2025-03-24T05:51:05.406Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=3478f49f21ef4ae6 -C extra-filename=-3478f49f21ef4ae6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-5d2836c4da97b973.rmeta --extern cargo_platform=/work/oxidecomputer/crucible/target/debug/deps/libcargo_platform-c96852909f19e102.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-e2d91b1261e9eeb5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1562 | 2025-03-24T05:51:05.433Z | Running `/work/oxidecomputer/crucible/target/debug/build/vergen-f530d7d2e1455c8e/build-script-build` |
1563 | 2025-03-24T05:51:05.509Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ed39007cbaa352a -C extra-filename=-0ed39007cbaa352a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1564 | 2025-03-24T05:51:05.763Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d475323337d3bc96 -C extra-filename=-d475323337d3bc96 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' -l dlpi` |
1565 | 2025-03-24T05:51:05.792Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccf7d2a1dc83fb2f -C extra-filename=-ccf7d2a1dc83fb2f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' -l nvpair -l zfs` |
1566 | 2025-03-24T05:51:05.936Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1567 | 2025-03-24T05:51:05.961Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53bc97f0221f48cd -C extra-filename=-53bc97f0221f48cd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-b4875cef346b20f8.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1568 | 2025-03-24T05:51:05.986Z | Compiling tabwriter v1.4.0 |
1569 | 2025-03-24T05:51:05.986Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=097482794c9315d9 -C extra-filename=-097482794c9315d9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-0799ecb34bd3fe47.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1570 | 2025-03-24T05:51:06.113Z | Compiling camino-tempfile v1.1.1 |
1571 | 2025-03-24T05:51:06.138Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=651e04cb1f93d0b2 -C extra-filename=-651e04cb1f93d0b2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-36e0f5244c79c2b2.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-7bee5f4e59078214.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1572 | 2025-03-24T05:51:06.250Z | Compiling progenitor-macro v0.9.1 |
1573 | 2025-03-24T05:51:06.283Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-macro-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2d54e79081439b9a -C extra-filename=-2d54e79081439b9a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-75a8d4467cad6043.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-052fd3a5dc4ec282.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-0819be7ffe7be3cd.rlib --extern serde_yaml=/work/oxidecomputer/crucible/target/debug/deps/libserde_yaml-79f7243df7ebdb35.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1574 | 2025-03-24T05:51:06.494Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=dcc0620448e695db -C extra-filename=-dcc0620448e695db --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1575 | 2025-03-24T05:51:06.579Z | Compiling rustc_version v0.4.0 |
1576 | 2025-03-24T05:51:06.604Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3be919040b73d2c3 -C extra-filename=-3be919040b73d2c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1577 | 2025-03-24T05:51:06.685Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1578 | 2025-03-24T05:51:06.710Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/cd9aa64/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=9369bece5690e000 -C extra-filename=-9369bece5690e000 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-1885ae0cb787c2b1.rmeta --extern ingot=/work/oxidecomputer/crucible/target/debug/deps/libingot-15bf89e022b68436.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-ec02fb24545bc91e.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-36a88c0595e59073.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-5823ac4866f982ae.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1579 | 2025-03-24T05:51:06.886Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1580 | 2025-03-24T05:51:06.911Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/cd9aa64/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3d286e84be82c8e -C extra-filename=-e3d286e84be82c8e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1581 | 2025-03-24T05:51:07.076Z | Compiling num-derive v0.4.2 |
1582 | 2025-03-24T05:51:07.102Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f736151e0c83ec7e -C extra-filename=-f736151e0c83ec7e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1583 | 2025-03-24T05:51:07.102Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=dddfc6093fcfb0f3 -C extra-filename=-dddfc6093fcfb0f3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-485f853a4fc77c82.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1584 | 2025-03-24T05:51:07.479Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1be986b599e4c799 -C extra-filename=-1be986b599e4c799 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1585 | 2025-03-24T05:51:07.612Z | Compiling cstr-argument v0.1.2 |
1586 | 2025-03-24T05:51:07.638Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=41f1d6b1c8546be9 -C extra-filename=-41f1d6b1c8546be9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1587 | 2025-03-24T05:51:07.756Z | Compiling slog-dtrace v0.3.0 |
1588 | 2025-03-24T05:51:07.781Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3fa1ae65fe750721 -C extra-filename=-3fa1ae65fe750721 --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-dtrace-3fa1ae65fe750721 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
1589 | 2025-03-24T05:51:07.813Z | Compiling crossbeam-epoch v0.9.15 |
1590 | 2025-03-24T05:51:07.813Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=201cef19b95b1a8a -C extra-filename=-201cef19b95b1a8a --out-dir /work/oxidecomputer/crucible/target/debug/build/crossbeam-epoch-201cef19b95b1a8a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'` |
1591 | 2025-03-24T05:51:07.849Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=146f842fe6848f3e -C extra-filename=-146f842fe6848f3e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1592 | 2025-03-24T05:51:07.878Z | Compiling pretty-hex v0.2.1 |
1593 | 2025-03-24T05:51:07.903Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=2ad0dd6e2f1a152c -C extra-filename=-2ad0dd6e2f1a152c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1594 | 2025-03-24T05:51:07.957Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=1f81f08fc2b715ab -C extra-filename=-1f81f08fc2b715ab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1595 | 2025-03-24T05:51:08.067Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=0b2a442dfe473bba -C extra-filename=-0b2a442dfe473bba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1596 | 2025-03-24T05:51:08.093Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
1597 | 2025-03-24T05:51:08.093Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f4eae3d/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f873ad5830ef01cd -C extra-filename=-f873ad5830ef01cd --out-dir /work/oxidecomputer/crucible/target/debug/build/libnet-f873ad5830ef01cd -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1598 | 2025-03-24T05:51:08.240Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2100553767adf133 -C extra-filename=-2100553767adf133 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1599 | 2025-03-24T05:51:08.265Z | Compiling rustls v0.21.9 |
1600 | 2025-03-24T05:51:08.265Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=40d32f4d5765d76c -C extra-filename=-40d32f4d5765d76c --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-40d32f4d5765d76c -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1601 | 2025-03-24T05:51:08.348Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=00832f9df8f0b806 -C extra-filename=-00832f9df8f0b806 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-288f422319731adc.rmeta --extern quick_error=/work/oxidecomputer/crucible/target/debug/deps/libquick_error-2100553767adf133.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-9ef396de06a8da03.rmeta --extern wait_timeout=/work/oxidecomputer/crucible/target/debug/deps/libwait_timeout-1be986b599e4c799.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1602 | 2025-03-24T05:51:08.373Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=0058883600f911ab -C extra-filename=-0058883600f911ab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bit_vec=/work/oxidecomputer/crucible/target/debug/deps/libbit_vec-1f81f08fc2b715ab.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1603 | 2025-03-24T05:51:08.421Z | Running `/work/oxidecomputer/crucible/target/debug/build/libnet-f873ad5830ef01cd/build-script-build` |
1604 | 2025-03-24T05:51:08.446Z | Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-epoch-201cef19b95b1a8a/build-script-build` |
1605 | 2025-03-24T05:51:08.535Z | Running `/work/oxidecomputer/crucible/target/debug/build/slog-dtrace-3fa1ae65fe750721/build-script-build` |
1606 | 2025-03-24T05:51:08.579Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1607 | 2025-03-24T05:51:08.604Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3c67271ed61cd688 -C extra-filename=-3c67271ed61cd688 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern libdlpi_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibdlpi_sys-d475323337d3bc96.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-479c04eed6cf4d49.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-2ad0dd6e2f1a152c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1608 | 2025-03-24T05:51:08.629Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=3496ec664b84f4ba -C extra-filename=-3496ec664b84f4ba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --extern match_cfg=/work/oxidecomputer/crucible/target/debug/deps/libmatch_cfg-146f842fe6848f3e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1609 | 2025-03-24T05:51:08.654Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1610 | 2025-03-24T05:51:08.654Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf2b61db5bbbd6d0 -C extra-filename=-bf2b61db5bbbd6d0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cstr_argument=/work/oxidecomputer/crucible/target/debug/deps/libcstr_argument-41f1d6b1c8546be9.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-1e8b9afbbb22f1ba.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-ccf7d2a1dc83fb2f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1611 | 2025-03-24T05:51:08.700Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/cd9aa64/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=fdbf0a883c23744f -C extra-filename=-fdbf0a883c23744f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bb7f03d7fd84e20b.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-febcbe9ce6ad36dc.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-1885ae0cb787c2b1.rmeta --extern ingot=/work/oxidecomputer/crucible/target/debug/deps/libingot-15bf89e022b68436.rmeta --extern kstat_macro=/work/oxidecomputer/crucible/target/debug/deps/libkstat_macro-e3d286e84be82c8e.so --extern opte_api=/work/oxidecomputer/crucible/target/debug/deps/libopte_api-9369bece5690e000.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-36a88c0595e59073.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-5823ac4866f982ae.rmeta --extern tabwriter=/work/oxidecomputer/crucible/target/debug/deps/libtabwriter-097482794c9315d9.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
1612 | 2025-03-24T05:51:08.801Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oxnet-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=7e5c632f0963cbf1 -C extra-filename=-7e5c632f0963cbf1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-dcc0620448e695db.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1613 | 2025-03-24T05:51:08.878Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1614 | 2025-03-24T05:51:08.909Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f7a61c56cedec5b -C extra-filename=-8f7a61c56cedec5b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern rusty_doors_macros=/work/oxidecomputer/crucible/target/debug/deps/librusty_doors_macros-53bc97f0221f48cd.so --cap-lints allow '-Wclippy::unused-async'` |
1615 | 2025-03-24T05:51:08.935Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=2ff29a31fd0dfc1b -C extra-filename=-2ff29a31fd0dfc1b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_error_attr-0ed39007cbaa352a.so --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-b4875cef346b20f8.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg use_fallback` |
1616 | 2025-03-24T05:51:08.935Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=450259089a0e0f3b -C extra-filename=-450259089a0e0f3b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dirs_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_next-bfc22f5c3b74d22e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1617 | 2025-03-24T05:51:09.055Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=d5abcda21863d7d2 -C extra-filename=-d5abcda21863d7d2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const` |
1618 | 2025-03-24T05:51:09.116Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=02e1717063c86619 -C extra-filename=-02e1717063c86619 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-21782e41ea9da56d.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(doc_cfg)'` |
1619 | 2025-03-24T05:51:09.177Z | Compiling colored v2.1.0 |
1620 | 2025-03-24T05:51:09.203Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=0fd66cb23ba5cc48 -C extra-filename=-0fd66cb23ba5cc48 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-62a6552aba2a2acc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1621 | 2025-03-24T05:51:09.370Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1bfedb21ddbd58e2 -C extra-filename=-1bfedb21ddbd58e2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-b866ef01f72144b2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1622 | 2025-03-24T05:51:09.396Z | Compiling num-rational v0.4.2 |
1623 | 2025-03-24T05:51:09.421Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=99f7f669f0492d99 -C extra-filename=-99f7f669f0492d99 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-b792e13107f508d2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1624 | 2025-03-24T05:51:09.446Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=0a2df508b6057735 -C extra-filename=-0a2df508b6057735 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-21c10931fb7081ae.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1625 | 2025-03-24T05:51:09.738Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=88e8c425ac139ca6 -C extra-filename=-88e8c425ac139ca6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-3e40c587fc01b892.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1626 | 2025-03-24T05:51:09.763Z | Compiling num-complex v0.4.6 |
1627 | 2025-03-24T05:51:09.763Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=d027573c0e72ef49 -C extra-filename=-d027573c0e72ef49 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1628 | 2025-03-24T05:51:09.863Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=63e6093f5ce9b1a0 -C extra-filename=-63e6093f5ce9b1a0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1629 | 2025-03-24T05:51:09.972Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f0b008ebbad0aa2 -C extra-filename=-4f0b008ebbad0aa2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1630 | 2025-03-24T05:51:10.009Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=bb24aeee044bbd27 -C extra-filename=-bb24aeee044bbd27 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1631 | 2025-03-24T05:51:10.036Z | Compiling prettyplease v0.2.31 |
1632 | 2025-03-24T05:51:10.036Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.31/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=f601d4491db78c62 -C extra-filename=-f601d4491db78c62 --out-dir /work/oxidecomputer/crucible/target/debug/build/prettyplease-f601d4491db78c62 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1633 | 2025-03-24T05:51:10.143Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=daf20d8a40eddfbe -C extra-filename=-daf20d8a40eddfbe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1634 | 2025-03-24T05:51:10.168Z | Compiling semver v0.1.20 |
1635 | 2025-03-24T05:51:10.168Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bfefd69b92cdaad8 -C extra-filename=-bfefd69b92cdaad8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1636 | 2025-03-24T05:51:10.204Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9d04c56edba35fe -C extra-filename=-c9d04c56edba35fe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1637 | 2025-03-24T05:51:10.247Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1638 | 2025-03-24T05:51:10.272Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d4529746b08173f -C extra-filename=-4d4529746b08173f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1639 | 2025-03-24T05:51:10.338Z | Compiling winnow v0.6.18 |
1640 | 2025-03-24T05:51:10.338Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=3852e8dc435940f2 -C extra-filename=-3852e8dc435940f2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1641 | 2025-03-24T05:51:10.363Z | Running `/work/oxidecomputer/crucible/target/debug/build/prettyplease-f601d4491db78c62/build-script-build` |
1642 | 2025-03-24T05:51:10.394Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "lazy_static", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=c7db954fb237c2e0 -C extra-filename=-c7db954fb237c2e0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bit_set=/work/oxidecomputer/crucible/target/debug/deps/libbit_set-0058883600f911ab.rmeta --extern bit_vec=/work/oxidecomputer/crucible/target/debug/deps/libbit_vec-1f81f08fc2b715ab.rmeta --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-d5be499193bdca8f.rmeta --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-bb24aeee044bbd27.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-f3687d75f40a4a0d.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-c1b95ed6882f849b.rmeta --extern rand_xorshift=/work/oxidecomputer/crucible/target/debug/deps/librand_xorshift-88e8c425ac139ca6.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-4db9c100793868b3.rmeta --extern rusty_fork=/work/oxidecomputer/crucible/target/debug/deps/librusty_fork-00832f9df8f0b806.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-9ef396de06a8da03.rmeta --extern unarray=/work/oxidecomputer/crucible/target/debug/deps/libunarray-c9d04c56edba35fe.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1643 | 2025-03-24T05:51:10.528Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=ba038316d89f05b5 -C extra-filename=-ba038316d89f05b5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-f17b44e09df8e81f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-f7bdfa51119707bd.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-b6ddbcf5fb574a79.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-0b2a442dfe473bba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1644 | 2025-03-24T05:51:10.553Z | Compiling rustc_version v0.1.7 |
1645 | 2025-03-24T05:51:10.553Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1646 | 2025-03-24T05:51:10.553Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d4a9d2099c5c0ee -C extra-filename=-6d4a9d2099c5c0ee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-bfefd69b92cdaad8.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1647 | 2025-03-24T05:51:10.553Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/cd9aa64/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=947e9f70a0e6269c -C extra-filename=-947e9f70a0e6269c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-1885ae0cb787c2b1.rmeta --extern opte=/work/oxidecomputer/crucible/target/debug/deps/libopte-fdbf0a883c23744f.rmeta --extern poptrie=/work/oxidecomputer/crucible/target/debug/deps/libpoptrie-4d4529746b08173f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-5823ac4866f982ae.rmeta --extern tabwriter=/work/oxidecomputer/crucible/target/debug/deps/libtabwriter-097482794c9315d9.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-d59cb8df919666d1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1648 | 2025-03-24T05:51:10.616Z | Compiling num v0.4.3 |
1649 | 2025-03-24T05:51:10.641Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=abd49506c79aef20 -C extra-filename=-abd49506c79aef20 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_complex=/work/oxidecomputer/crucible/target/debug/deps/libnum_complex-d027573c0e72ef49.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-b792e13107f508d2.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-53f2ce350b05432f.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-99f7f669f0492d99.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1650 | 2025-03-24T05:51:10.730Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=4492dec355ef05f0 -C extra-filename=-4492dec355ef05f0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-daf20d8a40eddfbe.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-0c441aa636a92fb7.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1651 | 2025-03-24T05:51:10.773Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=32d1a0b5ade5ddc1 -C extra-filename=-32d1a0b5ade5ddc1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_channel-1bfedb21ddbd58e2.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern take_mut=/work/oxidecomputer/crucible/target/debug/deps/libtake_mut-4f0b008ebbad0aa2.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-dddfc6093fcfb0f3.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg integer128` |
1652 | 2025-03-24T05:51:10.922Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=7d226c551c925656 -C extra-filename=-7d226c551c925656 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern is_terminal=/work/oxidecomputer/crucible/target/debug/deps/libis_terminal-63e6093f5ce9b1a0.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern term=/work/oxidecomputer/crucible/target/debug/deps/libterm-450259089a0e0f3b.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-dddfc6093fcfb0f3.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-21c10931fb7081ae.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1653 | 2025-03-24T05:51:11.068Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=56106f2a95990490 -C extra-filename=-56106f2a95990490 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-3496ec664b84f4ba.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-0a2df508b6057735.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-21c10931fb7081ae.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1654 | 2025-03-24T05:51:11.313Z | Compiling zone_cfg_derive v0.3.0 |
1655 | 2025-03-24T05:51:11.337Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ee9cce7ed020f63 -C extra-filename=-0ee9cce7ed020f63 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c68e5d597e2b26e1.rlib --extern proc_macro_error=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_error-2ff29a31fd0dfc1b.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-b4875cef346b20f8.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1656 | 2025-03-24T05:51:11.600Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/daft-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=748fad6a57b0d77a -C extra-filename=-748fad6a57b0d77a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern daft_derive=/work/oxidecomputer/crucible/target/debug/deps/libdaft_derive-8d54673c6ee6d30f.so --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-02e1717063c86619.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-7e5c632f0963cbf1.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-21782e41ea9da56d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1657 | 2025-03-24T05:51:11.804Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=fcb53b959b1f10cd -C extra-filename=-fcb53b959b1f10cd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-03092a79053791f0.rmeta --extern memoffset=/work/oxidecomputer/crucible/target/debug/deps/libmemoffset-d5abcda21863d7d2.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-9a84037b0fa8b010.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1658 | 2025-03-24T05:51:11.985Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f843febf5ffd0627 -C extra-filename=-f843febf5ffd0627 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-5f0ed36bd2a1cf05.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1659 | 2025-03-24T05:51:12.231Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
1660 | 2025-03-24T05:51:12.256Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6b5f2af/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=63dcb4dd41de55ea -C extra-filename=-63dcb4dd41de55ea --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a8d52735b59e346b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1661 | 2025-03-24T05:51:12.390Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=188a7c42e4bdc721 -C extra-filename=-188a7c42e4bdc721 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/crucible/target/debug/deps/libparse_display_derive-1d775b66c9f70ceb.so --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-9cfa7acdf2cfd9ab.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-4db9c100793868b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1662 | 2025-03-24T05:51:12.439Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=f114039a65cc2c1d -C extra-filename=-f114039a65cc2c1d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-bbe5e0a1272d105b.so --cap-lints allow '-Wclippy::unused-async'` |
1663 | 2025-03-24T05:51:12.470Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=94326d3b06950124 -C extra-filename=-94326d3b06950124 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream_impl-a4a08922b063fef6.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1664 | 2025-03-24T05:51:12.601Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=a0475fa879f375aa -C extra-filename=-a0475fa879f375aa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-cb54e5a01c48e0b0.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-130de0a54fb4383a.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d87aac9664fc1df5.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-4249fd7f34fe0ee4.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-36973217fecc7797.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-13aa9d3db9a4455e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1665 | 2025-03-24T05:51:12.626Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d0c5353702c41f9 -C extra-filename=-6d0c5353702c41f9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-4fbc81f64da6ef47.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1666 | 2025-03-24T05:51:12.724Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=41ca01cc2ae22e08 -C extra-filename=-41ca01cc2ae22e08 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1e9e6691e7678efa.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-8ae0148792336cd2.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-794181057a2c0ba0.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-94a5b44d2411bcb9.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-9cab553b07e0c4ef.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1667 | 2025-03-24T05:51:12.795Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f4eae3d/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13895482b1f92305 -C extra-filename=-13895482b1f92305 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern colored=/work/oxidecomputer/crucible/target/debug/deps/libcolored-0fd66cb23ba5cc48.rmeta --extern dlpi=/work/oxidecomputer/crucible/target/debug/deps/libdlpi-3c67271ed61cd688.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-479c04eed6cf4d49.rmeta --extern nvpair=/work/oxidecomputer/crucible/target/debug/deps/libnvpair-bf2b61db5bbbd6d0.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-ccf7d2a1dc83fb2f.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-55502d045922b458.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rmeta --extern rusty_doors=/work/oxidecomputer/crucible/target/debug/deps/librusty_doors-8f7a61c56cedec5b.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-d07e5949ae9c73a4.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-767ff2b546fcd1a4.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-3852e8dc435940f2.rmeta --cap-lints allow '-Wclippy::unused-async' -l kstat` |
1668 | 2025-03-24T05:51:12.839Z | Compiling itertools v0.10.5 |
1669 | 2025-03-24T05:51:12.864Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=260cb670e6fd7363 -C extra-filename=-260cb670e6fd7363 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-8909d0bbf4ebe874.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1670 | 2025-03-24T05:51:12.864Z | Compiling itertools v0.14.0 |
1671 | 2025-03-24T05:51:12.889Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=9d2d58d0c9f117f7 -C extra-filename=-9d2d58d0c9f117f7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-8909d0bbf4ebe874.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1672 | 2025-03-24T05:51:13.107Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ddd7e08b2aa4659c -C extra-filename=-ddd7e08b2aa4659c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern atomic_waker=/work/oxidecomputer/crucible/target/debug/deps/libatomic_waker-5ab30d554b0e5572.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1673 | 2025-03-24T05:51:13.292Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=1ff5d28e0aba3a46 -C extra-filename=-1ff5d28e0aba3a46 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-f7bdfa51119707bd.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-b6ddbcf5fb574a79.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-ba038316d89f05b5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1674 | 2025-03-24T05:51:13.316Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4728f8f647bc2d4 -C extra-filename=-e4728f8f647bc2d4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-71a6a6543ead115f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1675 | 2025-03-24T05:51:13.923Z | Compiling derive-where v1.2.7 |
1676 | 2025-03-24T05:51:13.947Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=4171eeebac6ed188 -C extra-filename=-4171eeebac6ed188 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1677 | 2025-03-24T05:51:14.405Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=bbc095e66b3af659 -C extra-filename=-bbc095e66b3af659 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1678 | 2025-03-24T05:51:14.601Z | Compiling sigpipe v0.1.3 |
1679 | 2025-03-24T05:51:14.626Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f3308dad7d146be -C extra-filename=-9f3308dad7d146be --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1680 | 2025-03-24T05:51:14.724Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=850a96b671ae8149 -C extra-filename=-850a96b671ae8149 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1681 | 2025-03-24T05:51:14.876Z | Compiling base64 v0.21.7 |
1682 | 2025-03-24T05:51:14.901Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7894406f26617bba -C extra-filename=-7894406f26617bba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1683 | 2025-03-24T05:51:14.926Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
1684 | 2025-03-24T05:51:14.926Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=3e0b103087fad589 -C extra-filename=-3e0b103087fad589 --out-dir /work/oxidecomputer/crucible/target/debug/build/illumos-utils-3e0b103087fad589 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1685 | 2025-03-24T05:51:15.009Z | Compiling base64ct v1.6.0 |
1686 | 2025-03-24T05:51:15.034Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=2979dbf9531b4c21 -C extra-filename=-2979dbf9531b4c21 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1687 | 2025-03-24T05:51:15.206Z | Compiling unicode-segmentation v1.10.1 |
1688 | 2025-03-24T05:51:15.230Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=a9713c38fbad314d -C extra-filename=-a9713c38fbad314d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1689 | 2025-03-24T05:51:15.262Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5ed18d74e0a4232e -C extra-filename=-5ed18d74e0a4232e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1690 | 2025-03-24T05:51:15.423Z | Compiling rayon-core v1.12.1 |
1691 | 2025-03-24T05:51:15.458Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=cbe273fb00b6340c -C extra-filename=-cbe273fb00b6340c --out-dir /work/oxidecomputer/crucible/target/debug/build/rayon-core-cbe273fb00b6340c -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1692 | 2025-03-24T05:51:15.483Z | Compiling float-ord v0.3.2 |
1693 | 2025-03-24T05:51:15.483Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8a91bf6ba4e8a6c7 -C extra-filename=-8a91bf6ba4e8a6c7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1694 | 2025-03-24T05:51:15.507Z | Compiling password-hash v0.5.0 |
1695 | 2025-03-24T05:51:15.508Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=834d8a45bff86d8e -C extra-filename=-834d8a45bff86d8e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64ct=/work/oxidecomputer/crucible/target/debug/deps/libbase64ct-2979dbf9531b4c21.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-9d860a0ed8f4a151.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-998db88b41091cd0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1696 | 2025-03-24T05:51:15.532Z | Compiling rustls-pemfile v1.0.4 |
1697 | 2025-03-24T05:51:15.557Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a546a6cc846c1f03 -C extra-filename=-a546a6cc846c1f03 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-7894406f26617bba.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1698 | 2025-03-24T05:51:15.663Z | Running `/work/oxidecomputer/crucible/target/debug/build/illumos-utils-3e0b103087fad589/build-script-build` |
1699 | 2025-03-24T05:51:15.688Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=dcec546a97637661 -C extra-filename=-dcec546a97637661 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-5d5a2f143c648a36.rmeta --extern instant=/work/oxidecomputer/crucible/target/debug/deps/libinstant-850a96b671ae8149.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-f3687d75f40a4a0d.rmeta --extern tokio_1=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a5d9e293f5e99728.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1700 | 2025-03-24T05:51:15.713Z | Running `/work/oxidecomputer/crucible/target/debug/build/rayon-core-cbe273fb00b6340c/build-script-build` |
1701 | 2025-03-24T05:51:15.739Z | Compiling zone v0.3.0 |
1702 | 2025-03-24T05:51:15.768Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=e06e6a875ab2a798 -C extra-filename=-e06e6a875ab2a798 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-260cb670e6fd7363.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern zone_cfg_derive=/work/oxidecomputer/crucible/target/debug/deps/libzone_cfg_derive-0ee9cce7ed020f63.so --cap-lints allow '-Wclippy::unused-async'` |
1703 | 2025-03-24T05:51:15.792Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
1704 | 2025-03-24T05:51:15.831Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a2e9e96e2ef078b -C extra-filename=-4a2e9e96e2ef078b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-36e0f5244c79c2b2.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-b9affada90421f7a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern sigpipe=/work/oxidecomputer/crucible/target/debug/deps/libsigpipe-9f3308dad7d146be.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1705 | 2025-03-24T05:51:15.899Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-79bacdb158f1c032/d238703/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "schemars"))' -C metadata=fc4d526ca8059be4 -C extra-filename=-fc4d526ca8059be4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-188a7c42e4bdc721.rmeta --extern proptest=/work/oxidecomputer/crucible/target/debug/deps/libproptest-c7db954fb237c2e0.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-6d0c5353702c41f9.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f114039a65cc2c1d.rmeta --extern test_strategy=/work/oxidecomputer/crucible/target/debug/deps/libtest_strategy-f5cb7f45131b7744.so --cap-lints allow '-Wclippy::unused-async'` |
1706 | 2025-03-24T05:51:15.935Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1707 | 2025-03-24T05:51:15.959Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/cd9aa64/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=159066e9e2b607fb -C extra-filename=-159066e9e2b607fb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern libnet=/work/oxidecomputer/crucible/target/debug/deps/liblibnet-13895482b1f92305.rmeta --extern opte=/work/oxidecomputer/crucible/target/debug/deps/libopte-fdbf0a883c23744f.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-947e9f70a0e6269c.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-36a88c0595e59073.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-78f320bbc4725d46.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1708 | 2025-03-24T05:51:15.984Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
1709 | 2025-03-24T05:51:15.984Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6b5f2af/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=011fe9bf9e83d5b0 -C extra-filename=-011fe9bf9e83d5b0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/crucible/target/debug/deps/libbhyve_api_sys-63dcb4dd41de55ea.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a8d52735b59e346b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1710 | 2025-03-24T05:51:16.296Z | Compiling crossbeam-deque v0.8.3 |
1711 | 2025-03-24T05:51:16.321Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("crossbeam-epoch", "crossbeam-utils", "default", "std"))' -C metadata=4aab5e45dcb0b639 -C extra-filename=-4aab5e45dcb0b639 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern crossbeam_epoch=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_epoch-fcb53b959b1f10cd.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-03092a79053791f0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1712 | 2025-03-24T05:51:16.372Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=60702977c259cb2b -C extra-filename=-60702977c259cb2b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern daft=/work/oxidecomputer/crucible/target/debug/deps/libdaft-748fad6a57b0d77a.rmeta --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-02e1717063c86619.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1713 | 2025-03-24T05:51:16.411Z | Compiling newtype_derive v0.1.6 |
1714 | 2025-03-24T05:51:16.411Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=8db9fe52a338f107 -C extra-filename=-8db9fe52a338f107 --out-dir /work/oxidecomputer/crucible/target/debug/build/newtype_derive-8db9fe52a338f107 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustc_version=/work/oxidecomputer/crucible/target/debug/deps/librustc_version-6d4a9d2099c5c0ee.rlib --cap-lints allow '-Wclippy::unused-async'` |
1715 | 2025-03-24T05:51:16.443Z | Compiling hubpack_derive v0.1.1 |
1716 | 2025-03-24T05:51:16.467Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b577d52a64552cb2 -C extra-filename=-b577d52a64552cb2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-b4875cef346b20f8.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1717 | 2025-03-24T05:51:16.609Z | Compiling console v0.15.7 |
1718 | 2025-03-24T05:51:16.634Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=f0f6710f8dfdd55e -C extra-filename=-f0f6710f8dfdd55e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-62a6552aba2a2acc.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-0799ecb34bd3fe47.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1719 | 2025-03-24T05:51:16.724Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=13805d76881a6dba -C extra-filename=-13805d76881a6dba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain_derive-3e7619fd2157c35e.so --cap-lints allow '-Wclippy::unused-async'` |
1720 | 2025-03-24T05:51:16.779Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=716ccf0f6c8f817f -C extra-filename=-716ccf0f6c8f817f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-0c6f77f36969dd6a.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-e59555180f36e4c7.so --cap-lints allow '-Wclippy::unused-async'` |
1721 | 2025-03-24T05:51:16.806Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=e26c69ce539975a6 -C extra-filename=-e26c69ce539975a6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-a1e40ef0cebf30e5.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1722 | 2025-03-24T05:51:16.831Z | Compiling blake2 v0.10.6 |
1723 | 2025-03-24T05:51:16.856Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=cfd677714854091c -C extra-filename=-cfd677714854091c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-ea940ef23796a626.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1724 | 2025-03-24T05:51:16.902Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=07cda9cee97c99e9 -C extra-filename=-07cda9cee97c99e9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1725 | 2025-03-24T05:51:17.011Z | Compiling twox-hash v2.1.0 |
1726 | 2025-03-24T05:51:17.035Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=02db9cdea22bc80e -C extra-filename=-02db9cdea22bc80e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1727 | 2025-03-24T05:51:17.060Z | Compiling smf v0.2.3 |
1728 | 2025-03-24T05:51:17.060Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=312ae5d1fe95d1b5 -C extra-filename=-312ae5d1fe95d1b5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1729 | 2025-03-24T05:51:17.219Z | Compiling zerocopy-derive v0.6.6 |
1730 | 2025-03-24T05:51:17.244Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5467b2de5625b614 -C extra-filename=-5467b2de5625b614 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1731 | 2025-03-24T05:51:17.284Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=bec88396db8b2b8a -C extra-filename=-bec88396db8b2b8a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1732 | 2025-03-24T05:51:17.644Z | Compiling atty v0.2.14 |
1733 | 2025-03-24T05:51:17.668Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ace5aa83189093f9 -C extra-filename=-ace5aa83189093f9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1734 | 2025-03-24T05:51:17.693Z | Compiling whoami v1.5.1 |
1735 | 2025-03-24T05:51:17.693Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=f72018d03ec018ef -C extra-filename=-f72018d03ec018ef --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1736 | 2025-03-24T05:51:17.784Z | Compiling owo-colors v4.2.0 |
1737 | 2025-03-24T05:51:17.810Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=df33b9926f984ca0 -C extra-filename=-df33b9926f984ca0 --out-dir /work/oxidecomputer/crucible/target/debug/build/owo-colors-df33b9926f984ca0 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1738 | 2025-03-24T05:51:17.810Z | Compiling cancel-safe-futures v0.1.5 |
1739 | 2025-03-24T05:51:17.810Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=0747ff9f550f0f5a -C extra-filename=-0747ff9f550f0f5a --out-dir /work/oxidecomputer/crucible/target/debug/build/cancel-safe-futures-0747ff9f550f0f5a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1740 | 2025-03-24T05:51:17.929Z | Compiling hubpack v0.1.2 |
1741 | 2025-03-24T05:51:17.954Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ebe93c966e58eab1 -C extra-filename=-ebe93c966e58eab1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/crucible/target/debug/deps/libhubpack_derive-b577d52a64552cb2.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1742 | 2025-03-24T05:51:18.058Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=33438feb661277f3 -C extra-filename=-33438feb661277f3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_complex=/work/oxidecomputer/crucible/target/debug/deps/libnum_complex-bec88396db8b2b8a.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-a1e40ef0cebf30e5.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-b21205cc3a0be61c.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-e26c69ce539975a6.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1743 | 2025-03-24T05:51:18.137Z | Running `/work/oxidecomputer/crucible/target/debug/build/cancel-safe-futures-0747ff9f550f0f5a/build-script-build` |
1744 | 2025-03-24T05:51:18.175Z | Compiling argon2 v0.5.3 |
1745 | 2025-03-24T05:51:18.199Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=ba97458e1cd47579 -C extra-filename=-ba97458e1cd47579 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64ct=/work/oxidecomputer/crucible/target/debug/deps/libbase64ct-2979dbf9531b4c21.rmeta --extern blake2=/work/oxidecomputer/crucible/target/debug/deps/libblake2-cfd677714854091c.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-15edc6e9ccf6fbc4.rmeta --extern password_hash=/work/oxidecomputer/crucible/target/debug/deps/libpassword_hash-834d8a45bff86d8e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1746 | 2025-03-24T05:51:18.199Z | Running `/work/oxidecomputer/crucible/target/debug/build/newtype_derive-8db9fe52a338f107/build-script-build` |
1747 | 2025-03-24T05:51:18.224Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=e172a829c8cd6e0e -C extra-filename=-e172a829c8cd6e0e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_deque-4aab5e45dcb0b639.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-03092a79053791f0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1748 | 2025-03-24T05:51:18.224Z | Compiling newline-converter v0.3.0 |
1749 | 2025-03-24T05:51:18.224Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80cd59a252a916e3 -C extra-filename=-80cd59a252a916e3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/crucible/target/debug/deps/libunicode_segmentation-a9713c38fbad314d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1750 | 2025-03-24T05:51:18.279Z | Compiling strum_macros v0.25.3 |
1751 | 2025-03-24T05:51:18.306Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21bcba91266164c0 -C extra-filename=-21bcba91266164c0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c68e5d597e2b26e1.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-edd51d925182348b.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1752 | 2025-03-24T05:51:18.331Z | Compiling enum-as-inner v0.6.0 |
1753 | 2025-03-24T05:51:18.356Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c1f62a41e8813c3 -C extra-filename=-8c1f62a41e8813c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c68e5d597e2b26e1.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1754 | 2025-03-24T05:51:18.356Z | Running `/work/oxidecomputer/crucible/target/debug/build/owo-colors-df33b9926f984ca0/build-script-build` |
1755 | 2025-03-24T05:51:18.414Z | Compiling libsw-core v0.3.2 |
1756 | 2025-03-24T05:51:18.439Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-core-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' -C metadata=b8a160fced23be45 -C extra-filename=-b8a160fced23be45 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1757 | 2025-03-24T05:51:18.439Z | Compiling serde-big-array v0.5.1 |
1758 | 2025-03-24T05:51:18.439Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=680887dc4cca7f5c -C extra-filename=-680887dc4cca7f5c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1759 | 2025-03-24T05:51:18.658Z | Compiling serde_repr v0.1.18 |
1760 | 2025-03-24T05:51:18.683Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d690b47782a36cf4 -C extra-filename=-d690b47782a36cf4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1761 | 2025-03-24T05:51:18.683Z | Compiling cookie v0.18.1 |
1762 | 2025-03-24T05:51:18.683Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=a42ba30d64380974 -C extra-filename=-a42ba30d64380974 --out-dir /work/oxidecomputer/crucible/target/debug/build/cookie-a42ba30d64380974 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
1763 | 2025-03-24T05:51:18.733Z | Compiling zerocopy v0.6.6 |
1764 | 2025-03-24T05:51:18.758Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=d8d633eefc31b7dd -C extra-filename=-d8d633eefc31b7dd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-44628c75e1414eae.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-5467b2de5625b614.so --cap-lints allow '-Wclippy::unused-async'` |
1765 | 2025-03-24T05:51:18.991Z | Compiling fixedbitset v0.5.7 |
1766 | 2025-03-24T05:51:19.016Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=ad36300e2d5e418b -C extra-filename=-ad36300e2d5e418b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1767 | 2025-03-24T05:51:19.165Z | Compiling linked-hash-map v0.5.6 |
1768 | 2025-03-24T05:51:19.190Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=2945c76275cb26ce -C extra-filename=-2945c76275cb26ce --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1769 | 2025-03-24T05:51:19.222Z | Compiling fixedbitset v0.4.2 |
1770 | 2025-03-24T05:51:19.247Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=036143ce881cadba -C extra-filename=-036143ce881cadba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1771 | 2025-03-24T05:51:19.377Z | Compiling similar v2.3.0 |
1772 | 2025-03-24T05:51:19.402Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=19dbc7e62f730ace -C extra-filename=-19dbc7e62f730ace --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1773 | 2025-03-24T05:51:19.507Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef4d24977ddb28f3 -C extra-filename=-ef4d24977ddb28f3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1774 | 2025-03-24T05:51:19.595Z | Compiling static_assertions v1.1.0 |
1775 | 2025-03-24T05:51:19.621Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c4a73658517679aa -C extra-filename=-c4a73658517679aa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1776 | 2025-03-24T05:51:19.646Z | Compiling convert_case v0.4.0 |
1777 | 2025-03-24T05:51:19.671Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=034ca0ccc974504d -C extra-filename=-034ca0ccc974504d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1778 | 2025-03-24T05:51:19.671Z | Compiling data-encoding v2.5.0 |
1779 | 2025-03-24T05:51:19.696Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e814b55aff9a5a3a -C extra-filename=-e814b55aff9a5a3a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1780 | 2025-03-24T05:51:19.696Z | Compiling petgraph v0.6.5 |
1781 | 2025-03-24T05:51:19.696Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=51f2c9d17f09d3ec -C extra-filename=-51f2c9d17f09d3ec --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern fixedbitset=/work/oxidecomputer/crucible/target/debug/deps/libfixedbitset-036143ce881cadba.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-aee13b3208151b52.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-0c6f77f36969dd6a.so --cap-lints allow '-Wclippy::unused-async'` |
1782 | 2025-03-24T05:51:19.721Z | Compiling lru-cache v0.1.2 |
1783 | 2025-03-24T05:51:19.721Z | Compiling petgraph v0.7.1 |
1784 | 2025-03-24T05:51:19.721Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=9a2971d5704b9e05 -C extra-filename=-9a2971d5704b9e05 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/crucible/target/debug/deps/liblinked_hash_map-2945c76275cb26ce.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1785 | 2025-03-24T05:51:19.721Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=d26dc7dde9f42e3c -C extra-filename=-d26dc7dde9f42e3c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern fixedbitset=/work/oxidecomputer/crucible/target/debug/deps/libfixedbitset-ad36300e2d5e418b.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-aee13b3208151b52.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1786 | 2025-03-24T05:51:19.757Z | Running `/work/oxidecomputer/crucible/target/debug/build/cookie-a42ba30d64380974/build-script-build` |
1787 | 2025-03-24T05:51:19.828Z | Compiling rayon v1.10.0 |
1788 | 2025-03-24T05:51:19.853Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=b091d59c790033f1 -C extra-filename=-b091d59c790033f1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-8909d0bbf4ebe874.rmeta --extern rayon_core=/work/oxidecomputer/crucible/target/debug/deps/librayon_core-e172a829c8cd6e0e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1789 | 2025-03-24T05:51:19.896Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
1790 | 2025-03-24T05:51:19.921Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99e35e0a53472a8b -C extra-filename=-99e35e0a53472a8b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern argon2=/work/oxidecomputer/crucible/target/debug/deps/libargon2-ba97458e1cd47579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-d0f2638c637b078f.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1791 | 2025-03-24T05:51:20.222Z | Compiling derive_more v0.99.19 |
1792 | 2025-03-24T05:51:20.249Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=b628cb6760d6e8ae -C extra-filename=-b628cb6760d6e8ae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern convert_case=/work/oxidecomputer/crucible/target/debug/deps/libconvert_case-034ca0ccc974504d.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1793 | 2025-03-24T05:51:20.275Z | Compiling hickory-proto v0.24.1 |
1794 | 2025-03-24T05:51:20.275Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=9272381f7d5fe325 -C extra-filename=-9272381f7d5fe325 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-7e60465294421363.so --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern data_encoding=/work/oxidecomputer/crucible/target/debug/deps/libdata_encoding-e814b55aff9a5a3a.rmeta --extern enum_as_inner=/work/oxidecomputer/crucible/target/debug/deps/libenum_as_inner-8c1f62a41e8813c3.so --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-18c4c86e5e305ba5.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-85b0a1637ee8e307.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-4efa376f343665d9.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-a9dc84a1ac4cb106.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-934398379b5c52b4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-767ff2b546fcd1a4.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-a90af2d5077ca666.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1795 | 2025-03-24T05:51:20.937Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1796 | 2025-03-24T05:51:20.962Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=08b5cb69dff78421 -C extra-filename=-08b5cb69dff78421 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bb7f03d7fd84e20b.rmeta --extern hubpack=/work/oxidecomputer/crucible/target/debug/deps/libhubpack-ebe93c966e58eab1.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_big_array=/work/oxidecomputer/crucible/target/debug/deps/libserde_big_array-680887dc4cca7f5c.rmeta --extern serde_repr=/work/oxidecomputer/crucible/target/debug/deps/libserde_repr-d690b47782a36cf4.so --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-c4a73658517679aa.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-21bcba91266164c0.so --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-d8d633eefc31b7dd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1797 | 2025-03-24T05:51:21.135Z | Compiling expectorate v1.1.0 |
1798 | 2025-03-24T05:51:21.160Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=0de336c404969e75 -C extra-filename=-0de336c404969e75 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern console=/work/oxidecomputer/crucible/target/debug/deps/libconsole-f0f6710f8dfdd55e.rmeta --extern newline_converter=/work/oxidecomputer/crucible/target/debug/deps/libnewline_converter-80cd59a252a916e3.rmeta --extern similar=/work/oxidecomputer/crucible/target/debug/deps/libsimilar-19dbc7e62f730ace.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1799 | 2025-03-24T05:51:21.340Z | Compiling libsw v3.5.0 |
1800 | 2025-03-24T05:51:21.366Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=6c574f4a6ec875bb -C extra-filename=-6c574f4a6ec875bb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libsw_core=/work/oxidecomputer/crucible/target/debug/deps/liblibsw_core-b8a160fced23be45.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1801 | 2025-03-24T05:51:21.526Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=6b68b99c187cf126 -C extra-filename=-6b68b99c187cf126 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'` |
1802 | 2025-03-24T05:51:21.593Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=7a200830e12c88fe -C extra-filename=-7a200830e12c88fe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg op_assign` |
1803 | 2025-03-24T05:51:21.704Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=de0ca08bc287933a -C extra-filename=-de0ca08bc287933a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1804 | 2025-03-24T05:51:22.182Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=f76744ab1b5acebd -C extra-filename=-f76744ab1b5acebd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
1805 | 2025-03-24T05:51:22.623Z | Compiling resolv-conf v0.7.0 |
1806 | 2025-03-24T05:51:22.648Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=055a6632c8633622 -C extra-filename=-055a6632c8633622 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-f073dc079ce6f48b.rmeta --extern quick_error=/work/oxidecomputer/crucible/target/debug/deps/libquick_error-41eefdb9f4c660ce.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1807 | 2025-03-24T05:51:22.910Z | Compiling atomicwrites v0.4.4 |
1808 | 2025-03-24T05:51:22.935Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9489e405d5638a1 -C extra-filename=-b9489e405d5638a1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-5485f563b604436d.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-7bee5f4e59078214.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1809 | 2025-03-24T05:51:23.097Z | Compiling toml_edit v0.20.7 |
1810 | 2025-03-24T05:51:23.122Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=a873db09f0937de5 -C extra-filename=-a873db09f0937de5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-f17b44e09df8e81f.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-b6ddbcf5fb574a79.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-6d3a834276e35f6f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1811 | 2025-03-24T05:51:23.214Z | Compiling autocfg v0.1.8 |
1812 | 2025-03-24T05:51:23.239Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a52a896d8a2cc5f -C extra-filename=-0a52a896d8a2cc5f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1813 | 2025-03-24T05:51:23.264Z | Compiling indent_write v2.2.0 |
1814 | 2025-03-24T05:51:23.264Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=91ae0a2ee01ea4b6 -C extra-filename=-91ae0a2ee01ea4b6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1815 | 2025-03-24T05:51:23.317Z | Compiling swrite v0.1.0 |
1816 | 2025-03-24T05:51:23.342Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=c35b54bfc018ca50 -C extra-filename=-c35b54bfc018ca50 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1817 | 2025-03-24T05:51:23.367Z | Compiling linear-map v1.2.0 |
1818 | 2025-03-24T05:51:23.367Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=159a91b7679397e6 -C extra-filename=-159a91b7679397e6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1819 | 2025-03-24T05:51:23.465Z | Compiling highway v1.3.0 |
1820 | 2025-03-24T05:51:23.490Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8670cf77b439a316 -C extra-filename=-8670cf77b439a316 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1821 | 2025-03-24T05:51:23.490Z | Compiling rand_core v0.4.2 |
1822 | 2025-03-24T05:51:23.490Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "serde", "serde1", "serde_derive", "std"))' -C metadata=c66847f89fe332e4 -C extra-filename=-c66847f89fe332e4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1823 | 2025-03-24T05:51:23.672Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
1824 | 2025-03-24T05:51:23.697Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b3586d7052ab617 -C extra-filename=-1b3586d7052ab617 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern cancel_safe_futures=/work/oxidecomputer/crucible/target/debug/deps/libcancel_safe_futures-de0ca08bc287933a.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-31ef66e57d33f4b1.rmeta --extern derive_where=/work/oxidecomputer/crucible/target/debug/deps/libderive_where-4171eeebac6ed188.so --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-8909d0bbf4ebe874.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern indent_write=/work/oxidecomputer/crucible/target/debug/deps/libindent_write-91ae0a2ee01ea4b6.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-aee13b3208151b52.rmeta --extern libsw=/work/oxidecomputer/crucible/target/debug/deps/liblibsw-6c574f4a6ec875bb.rmeta --extern linear_map=/work/oxidecomputer/crucible/target/debug/deps/liblinear_map-159a91b7679397e6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern owo_colors=/work/oxidecomputer/crucible/target/debug/deps/libowo_colors-6b68b99c187cf126.rmeta --extern petgraph=/work/oxidecomputer/crucible/target/debug/deps/libpetgraph-d26dc7dde9f42e3c.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-d0f2638c637b078f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern swrite=/work/oxidecomputer/crucible/target/debug/deps/libswrite-c35b54bfc018ca50.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-0799ecb34bd3fe47.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1825 | 2025-03-24T05:51:23.830Z | Compiling hickory-resolver v0.24.4 |
1826 | 2025-03-24T05:51:23.855Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=a7bfddb9d3551161 -C extra-filename=-a7bfddb9d3551161 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern hickory_proto=/work/oxidecomputer/crucible/target/debug/deps/libhickory_proto-9272381f7d5fe325.rmeta --extern lru_cache=/work/oxidecomputer/crucible/target/debug/deps/liblru_cache-9a2971d5704b9e05.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-a9dc84a1ac4cb106.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-a744695a46bf14f4.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rmeta --extern resolv_conf=/work/oxidecomputer/crucible/target/debug/deps/libresolv_conf-055a6632c8633622.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-767ff2b546fcd1a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1827 | 2025-03-24T05:51:24.234Z | Compiling steno v0.4.1 |
1828 | 2025-03-24T05:51:24.259Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34a2f2ac68521105 -C extra-filename=-34a2f2ac68521105 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-7e60465294421363.so --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-62a6552aba2a2acc.rmeta --extern newtype_derive=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_derive-7a200830e12c88fe.rmeta --extern petgraph=/work/oxidecomputer/crucible/target/debug/deps/libpetgraph-51f2c9d17f09d3ec.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1829 | 2025-03-24T05:51:24.294Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=ea0abff08a3e3feb -C extra-filename=-ea0abff08a3e3feb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-6152144ef649adef.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1830 | 2025-03-24T05:51:24.890Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
1831 | 2025-03-24T05:51:24.915Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name id_map --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/id-map/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8ab516b2def8811f -C extra-filename=-8ab516b2def8811f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern daft=/work/oxidecomputer/crucible/target/debug/deps/libdaft-ad75f1da140d4dba.rmeta --extern derive_where=/work/oxidecomputer/crucible/target/debug/deps/libderive_where-4171eeebac6ed188.so --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1832 | 2025-03-24T05:51:25.140Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=2553b24075b8efb9 -C extra-filename=-2553b24075b8efb9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-0bc88fea3f03f95c.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-d8b6cc53237e89ec.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
1833 | 2025-03-24T05:51:25.166Z | Compiling tokio-stream v0.1.14 |
1834 | 2025-03-24T05:51:25.166Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=dc3edeb97103470f -C extra-filename=-dc3edeb97103470f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-3ad0d2447aada782.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1835 | 2025-03-24T05:51:25.820Z | Compiling proc-macro-crate v2.0.0 |
1836 | 2025-03-24T05:51:25.845Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=509c22dfc9f74830 -C extra-filename=-509c22dfc9f74830 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-a873db09f0937de5.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1837 | 2025-03-24T05:51:25.932Z | Compiling humantime v2.1.0 |
1838 | 2025-03-24T05:51:25.957Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3aa96f70d333bea5 -C extra-filename=-3aa96f70d333bea5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1839 | 2025-03-24T05:51:26.370Z | Compiling qorb v0.2.1 |
1840 | 2025-03-24T05:51:26.397Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/qorb-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=5015cd0f2dc95dfa -C extra-filename=-5015cd0f2dc95dfa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-7e60465294421363.so --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-31ef66e57d33f4b1.rmeta --extern derive_where=/work/oxidecomputer/crucible/target/debug/deps/libderive_where-4171eeebac6ed188.so --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern hickory_resolver=/work/oxidecomputer/crucible/target/debug/deps/libhickory_resolver-a7bfddb9d3551161.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern tokio_stream=/work/oxidecomputer/crucible/target/debug/deps/libtokio_stream-dc3edeb97103470f.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-767ff2b546fcd1a4.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-5f0ed36bd2a1cf05.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1841 | 2025-03-24T05:51:26.427Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
1842 | 2025-03-24T05:51:26.452Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dbe51b7c7ff50644 -C extra-filename=-dbe51b7c7ff50644 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-c33494d2241faf4b.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1843 | 2025-03-24T05:51:26.614Z | Compiling inout v0.1.3 |
1844 | 2025-03-24T05:51:26.639Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=aaadbd00a7160d32 -C extra-filename=-aaadbd00a7160d32 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-236eeccb58da35c2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1845 | 2025-03-24T05:51:26.719Z | Compiling strum_macros v0.27.1 |
1846 | 2025-03-24T05:51:26.744Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b03db545d6525ed -C extra-filename=-3b03db545d6525ed --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-edd51d925182348b.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1847 | 2025-03-24T05:51:26.821Z | Compiling cipher v0.4.4 |
1848 | 2025-03-24T05:51:26.846Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=19f0a5a53e1038dc -C extra-filename=-19f0a5a53e1038dc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-11ca43204da68fb3.rmeta --extern inout=/work/oxidecomputer/crucible/target/debug/deps/libinout-aaadbd00a7160d32.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1849 | 2025-03-24T05:51:27.170Z | Compiling bincode v1.3.3 |
1850 | 2025-03-24T05:51:27.194Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bincode --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("i128"))' -C metadata=4c5b2c1f8078c60a -C extra-filename=-4c5b2c1f8078c60a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1851 | 2025-03-24T05:51:27.301Z | Compiling strum v0.27.1 |
1852 | 2025-03-24T05:51:27.326Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=ab39709cfc5d7861 -C extra-filename=-ab39709cfc5d7861 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1853 | 2025-03-24T05:51:27.483Z | Compiling rand_core v0.3.1 |
1854 | 2025-03-24T05:51:27.507Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde1", "std"))' -C metadata=5e5c64533adba28a -C extra-filename=-5e5c64533adba28a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-c66847f89fe332e4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1855 | 2025-03-24T05:51:27.587Z | Compiling universal-hash v0.5.1 |
1856 | 2025-03-24T05:51:27.612Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=be4ffaabbb36edc0 -C extra-filename=-be4ffaabbb36edc0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-11ca43204da68fb3.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-998db88b41091cd0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1857 | 2025-03-24T05:51:27.686Z | Compiling ringbuffer v0.15.0 |
1858 | 2025-03-24T05:51:27.711Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ringbuffer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ringbuffer-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=3964a94d911ec5ae -C extra-filename=-3964a94d911ec5ae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1859 | 2025-03-24T05:51:27.711Z | Compiling num_enum_derive v0.7.3 |
1860 | 2025-03-24T05:51:27.711Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=6c17260a769dc150 -C extra-filename=-6c17260a769dc150 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_crate-509c22dfc9f74830.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1861 | 2025-03-24T05:51:27.783Z | Compiling opaque-debug v0.3.0 |
1862 | 2025-03-24T05:51:27.808Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=927dd0e911d66b82 -C extra-filename=-927dd0e911d66b82 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1863 | 2025-03-24T05:51:27.882Z | Compiling polyval v0.6.1 |
1864 | 2025-03-24T05:51:27.907Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=1c3f61178238bab9 -C extra-filename=-1c3f61178238bab9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-15edc6e9ccf6fbc4.rmeta --extern opaque_debug=/work/oxidecomputer/crucible/target/debug/deps/libopaque_debug-927dd0e911d66b82.rmeta --extern universal_hash=/work/oxidecomputer/crucible/target/debug/deps/libuniversal_hash-be4ffaabbb36edc0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1865 | 2025-03-24T05:51:27.943Z | Compiling ctr v0.9.2 |
1866 | 2025-03-24T05:51:27.967Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=4ebcfc59e150b0f0 -C extra-filename=-4ebcfc59e150b0f0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-19f0a5a53e1038dc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1867 | 2025-03-24T05:51:28.143Z | Compiling aes v0.8.3 |
1868 | 2025-03-24T05:51:28.168Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=8b722d59996a6918 -C extra-filename=-8b722d59996a6918 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-19f0a5a53e1038dc.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-15edc6e9ccf6fbc4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1869 | 2025-03-24T05:51:28.217Z | Compiling aead v0.5.2 |
1870 | 2025-03-24T05:51:28.242Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=861713aca25bcc5d -C extra-filename=-861713aca25bcc5d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-11ca43204da68fb3.rmeta --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-236eeccb58da35c2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1871 | 2025-03-24T05:51:28.267Z | Compiling crucible v0.0.1 (/work/oxidecomputer/crucible/upstairs) |
1872 | 2025-03-24T05:51:28.267Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 upstairs/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="integration-tests"' --cfg 'feature="notify-nexus"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "integration-tests", "notify-nexus"))' -C metadata=a63ce342d7e82e85 -C extra-filename=-a63ce342d7e82e85 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-a63ce342d7e82e85 -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib '-Wclippy::unused-async'` |
1873 | 2025-03-24T05:51:28.472Z | Compiling num-bigint v0.2.6 |
1874 | 2025-03-24T05:51:28.497Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.2.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "quickcheck", "quickcheck_macros", "rand", "serde", "std"))' -C metadata=af857027554580d5 -C extra-filename=-af857027554580d5 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-bigint-af857027554580d5 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'` |
1875 | 2025-03-24T05:51:28.497Z | Compiling rand_chacha v0.1.1 |
1876 | 2025-03-24T05:51:28.497Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f6569a5b3a9fb11 -C extra-filename=-2f6569a5b3a9fb11 --out-dir /work/oxidecomputer/crucible/target/debug/build/rand_chacha-2f6569a5b3a9fb11 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-0a52a896d8a2cc5f.rlib --cap-lints allow '-Wclippy::unused-async'` |
1877 | 2025-03-24T05:51:28.586Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-a63ce342d7e82e85/build-script-build` |
1878 | 2025-03-24T05:51:28.662Z | Compiling rand_pcg v0.1.2 |
1879 | 2025-03-24T05:51:28.687Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=c39cae3964e55a51 -C extra-filename=-c39cae3964e55a51 --out-dir /work/oxidecomputer/crucible/target/debug/build/rand_pcg-c39cae3964e55a51 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-0a52a896d8a2cc5f.rlib --cap-lints allow '-Wclippy::unused-async'` |
1880 | 2025-03-24T05:51:28.814Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-bigint-af857027554580d5/build-script-build` |
1881 | 2025-03-24T05:51:28.839Z | Compiling aes-gcm-siv v0.11.1 |
1882 | 2025-03-24T05:51:28.839Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm_siv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-siv-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "alloc", "default", "getrandom", "heapless", "std", "stream"))' -C metadata=5770157b0af36903 -C extra-filename=-5770157b0af36903 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aead=/work/oxidecomputer/crucible/target/debug/deps/libaead-861713aca25bcc5d.rmeta --extern aes=/work/oxidecomputer/crucible/target/debug/deps/libaes-8b722d59996a6918.rmeta --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-19f0a5a53e1038dc.rmeta --extern ctr=/work/oxidecomputer/crucible/target/debug/deps/libctr-4ebcfc59e150b0f0.rmeta --extern polyval=/work/oxidecomputer/crucible/target/debug/deps/libpolyval-1c3f61178238bab9.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-998db88b41091cd0.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-8b2154ab004e0204.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1883 | 2025-03-24T05:51:28.973Z | Compiling async-recursion v1.1.1 |
1884 | 2025-03-24T05:51:29.008Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc83127b8f885ee9 -C extra-filename=-bc83127b8f885ee9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1885 | 2025-03-24T05:51:29.033Z | Compiling unicase v2.7.0 |
1886 | 2025-03-24T05:51:29.033Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=f72a125d36ffd565 -C extra-filename=-f72a125d36ffd565 --out-dir /work/oxidecomputer/crucible/target/debug/build/unicase-f72a125d36ffd565 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'` |
1887 | 2025-03-24T05:51:29.076Z | Compiling num-complex v0.2.4 |
1888 | 2025-03-24T05:51:29.101Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "rand", "serde", "std"))' -C metadata=e64b020710c12d22 -C extra-filename=-e64b020710c12d22 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-complex-e64b020710c12d22 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'` |
1889 | 2025-03-24T05:51:29.202Z | Compiling num-rational v0.2.4 |
1890 | 2025-03-24T05:51:29.228Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="bigint"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigint", "bigint-std", "default", "i128", "num-bigint", "serde", "std"))' -C metadata=4161d85647398421 -C extra-filename=-4161d85647398421 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-rational-4161d85647398421 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'` |
1891 | 2025-03-24T05:51:29.350Z | Compiling signal-hook v0.3.17 |
1892 | 2025-03-24T05:51:29.375Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=5a55acfc35a1490a -C extra-filename=-5a55acfc35a1490a --out-dir /work/oxidecomputer/crucible/target/debug/build/signal-hook-5a55acfc35a1490a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1893 | 2025-03-24T05:51:29.410Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-complex-e64b020710c12d22/build-script-build` |
1894 | 2025-03-24T05:51:29.560Z | Running `/work/oxidecomputer/crucible/target/debug/build/num-rational-4161d85647398421/build-script-build` |
1895 | 2025-03-24T05:51:29.601Z | Compiling num_enum v0.7.3 |
1896 | 2025-03-24T05:51:29.625Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=10379a2af7f6e067 -C extra-filename=-10379a2af7f6e067 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum_derive-6c17260a769dc150.so --cap-lints allow '-Wclippy::unused-async'` |
1897 | 2025-03-24T05:51:29.650Z | Running `/work/oxidecomputer/crucible/target/debug/build/unicase-f72a125d36ffd565/build-script-build` |
1898 | 2025-03-24T05:51:29.675Z | Running `/work/oxidecomputer/crucible/target/debug/build/signal-hook-5a55acfc35a1490a/build-script-build` |
1899 | 2025-03-24T05:51:29.754Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "quickcheck", "quickcheck_macros", "rand", "serde", "std"))' -C metadata=92d20775ad2699f4 -C extra-filename=-92d20775ad2699f4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-b792e13107f508d2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128` |
1900 | 2025-03-24T05:51:29.780Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand_pcg-c39cae3964e55a51/build-script-build` |
1901 | 2025-03-24T05:51:29.808Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand_chacha-2f6569a5b3a9fb11/build-script-build` |
1902 | 2025-03-24T05:51:29.835Z | Compiling rand v0.6.5 |
1903 | 2025-03-24T05:51:29.860Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_os"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "i128_support", "log", "nightly", "packed_simd", "rand_os", "serde1", "simd_support", "std", "stdweb", "wasm-bindgen"))' -C metadata=dfd2b05146013ced -C extra-filename=-dfd2b05146013ced --out-dir /work/oxidecomputer/crucible/target/debug/build/rand-dfd2b05146013ced -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-0a52a896d8a2cc5f.rlib --cap-lints allow '-Wclippy::unused-async'` |
1904 | 2025-03-24T05:51:29.887Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=265a449f34c52e14 -C extra-filename=-265a449f34c52e14 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-d3152e977d5055e3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1905 | 2025-03-24T05:51:29.934Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_pcg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=d285ea63b0cca2b9 -C extra-filename=-d285ea63b0cca2b9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-c66847f89fe332e4.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_26` |
1906 | 2025-03-24T05:51:29.973Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a68b25cc1566d2d8 -C extra-filename=-a68b25cc1566d2d8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-5e5c64533adba28a.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_26` |
1907 | 2025-03-24T05:51:30.068Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "rand", "serde", "std"))' -C metadata=eeff8c758e79942a -C extra-filename=-eeff8c758e79942a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128 --cfg has_const_fn` |
1908 | 2025-03-24T05:51:30.158Z | Compiling rand_hc v0.1.0 |
1909 | 2025-03-24T05:51:30.182Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_hc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_hc-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e8ca24dcb5c4cfd -C extra-filename=-4e8ca24dcb5c4cfd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-5e5c64533adba28a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1910 | 2025-03-24T05:51:30.207Z | Compiling rand_isaac v0.1.1 |
1911 | 2025-03-24T05:51:30.207Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_isaac --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_isaac-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=a0260cdf267d683c -C extra-filename=-a0260cdf267d683c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-5e5c64533adba28a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1912 | 2025-03-24T05:51:30.207Z | Running `/work/oxidecomputer/crucible/target/debug/build/rand-dfd2b05146013ced/build-script-build` |
1913 | 2025-03-24T05:51:30.271Z | Compiling rand_xorshift v0.1.1 |
1914 | 2025-03-24T05:51:30.296Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=00f8450f0afe3db6 -C extra-filename=-00f8450f0afe3db6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-5e5c64533adba28a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1915 | 2025-03-24T05:51:30.357Z | Compiling rand_jitter v0.1.4 |
1916 | 2025-03-24T05:51:30.382Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_jitter --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_jitter-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("log", "std"))' -C metadata=5467784f9dc8d907 -C extra-filename=-5467784f9dc8d907 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-c66847f89fe332e4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1917 | 2025-03-24T05:51:30.430Z | Compiling rand_os v0.1.3 |
1918 | 2025-03-24T05:51:30.455Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_os --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_os-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("log", "stdweb", "wasm-bindgen"))' -C metadata=0eeab26ebc92600b -C extra-filename=-0eeab26ebc92600b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-c66847f89fe332e4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1919 | 2025-03-24T05:51:30.507Z | Compiling rand_core v0.9.3 |
1920 | 2025-03-24T05:51:30.533Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=66c9e95a44d9bb0a -C extra-filename=-66c9e95a44d9bb0a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-36b6f8bc435cd185.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1921 | 2025-03-24T05:51:30.586Z | Compiling urlencoding v2.1.3 |
1922 | 2025-03-24T05:51:30.611Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name urlencoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0c938f2adbd3a4a -C extra-filename=-c0c938f2adbd3a4a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1923 | 2025-03-24T05:51:30.611Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=fd9816aa8d9903fb -C extra-filename=-fd9816aa8d9903fb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
1924 | 2025-03-24T05:51:30.687Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_os"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "i128_support", "log", "nightly", "packed_simd", "rand_os", "serde1", "simd_support", "std", "stdweb", "wasm-bindgen"))' -C metadata=d77a4343567e8593 -C extra-filename=-d77a4343567e8593 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-a68b25cc1566d2d8.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-c66847f89fe332e4.rmeta --extern rand_hc=/work/oxidecomputer/crucible/target/debug/deps/librand_hc-4e8ca24dcb5c4cfd.rmeta --extern rand_isaac=/work/oxidecomputer/crucible/target/debug/deps/librand_isaac-a0260cdf267d683c.rmeta --extern rand_jitter=/work/oxidecomputer/crucible/target/debug/deps/librand_jitter-5467784f9dc8d907.rmeta --extern rand_os=/work/oxidecomputer/crucible/target/debug/deps/librand_os-0eeab26ebc92600b.rmeta --extern rand_pcg=/work/oxidecomputer/crucible/target/debug/deps/librand_pcg-d285ea63b0cca2b9.rmeta --extern rand_xorshift=/work/oxidecomputer/crucible/target/debug/deps/librand_xorshift-00f8450f0afe3db6.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_25 --cfg rustc_1_26 --cfg rustc_1_27` |
1925 | 2025-03-24T05:51:30.712Z | Compiling sha2 v0.10.8 |
1926 | 2025-03-24T05:51:30.712Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=7333f8722a731feb -C extra-filename=-7333f8722a731feb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-15edc6e9ccf6fbc4.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-ea940ef23796a626.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1927 | 2025-03-24T05:51:30.845Z | Compiling opentelemetry v0.21.0 |
1928 | 2025-03-24T05:51:30.870Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="pin-project-lite"' --cfg 'feature="trace"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logs", "logs_level_enabled", "metrics", "pin-project-lite", "testing", "trace"))' -C metadata=7b612045edd6afa6 -C extra-filename=-7b612045edd6afa6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-aee13b3208151b52.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-a9dc84a1ac4cb106.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern urlencoding=/work/oxidecomputer/crucible/target/debug/deps/liburlencoding-c0c938f2adbd3a4a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1929 | 2025-03-24T05:51:30.895Z | Compiling rand_chacha v0.9.0 |
1930 | 2025-03-24T05:51:30.895Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=9e2355c071b133f9 -C extra-filename=-9e2355c071b133f9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/crucible/target/debug/deps/libppv_lite86-cb8b3e1610c80e8e.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-66c9e95a44d9bb0a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1931 | 2025-03-24T05:51:30.895Z | Compiling phf_generator v0.11.2 |
1932 | 2025-03-24T05:51:30.895Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=5bd1c69c35e3c2b7 -C extra-filename=-5bd1c69c35e3c2b7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-fe9caec71baba2f6.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-f3687d75f40a4a0d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1933 | 2025-03-24T05:51:30.940Z | Compiling num_cpus v1.16.0 |
1934 | 2025-03-24T05:51:30.940Z | Compiling overload v0.1.1 |
1935 | 2025-03-24T05:51:30.964Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98a3e35675d56de9 -C extra-filename=-98a3e35675d56de9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1936 | 2025-03-24T05:51:30.965Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name overload --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/overload-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=138fb4137b5aa626 -C extra-filename=-138fb4137b5aa626 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1937 | 2025-03-24T05:51:31.087Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bigint"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigint", "bigint-std", "default", "i128", "num-bigint", "serde", "std"))' -C metadata=896b808c1cd9a8ea -C extra-filename=-896b808c1cd9a8ea --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_bigint=/work/oxidecomputer/crucible/target/debug/deps/libnum_bigint-92d20775ad2699f4.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-b792e13107f508d2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128 --cfg has_const_fn` |
1938 | 2025-03-24T05:51:31.112Z | Compiling nu-ansi-term v0.46.0 |
1939 | 2025-03-24T05:51:31.112Z | Compiling phf_codegen v0.11.2 |
1940 | 2025-03-24T05:51:31.112Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.46.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=264b825f481227b5 -C extra-filename=-264b825f481227b5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern overload=/work/oxidecomputer/crucible/target/debug/deps/liboverload-138fb4137b5aa626.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1941 | 2025-03-24T05:51:31.112Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b30860ded4d1462 -C extra-filename=-0b30860ded4d1462 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_generator=/work/oxidecomputer/crucible/target/debug/deps/libphf_generator-5bd1c69c35e3c2b7.rmeta --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-fe9caec71baba2f6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1942 | 2025-03-24T05:51:31.365Z | Compiling rand v0.9.0 |
1943 | 2025-03-24T05:51:31.390Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=eb8d4e446faba0f3 -C extra-filename=-eb8d4e446faba0f3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-9e2355c071b133f9.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-66c9e95a44d9bb0a.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-d59cb8df919666d1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1944 | 2025-03-24T05:51:31.485Z | Compiling threadpool v1.8.1 |
1945 | 2025-03-24T05:51:31.510Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3db7ef92f2ad75af -C extra-filename=-3db7ef92f2ad75af --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_cpus=/work/oxidecomputer/crucible/target/debug/deps/libnum_cpus-98a3e35675d56de9.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1946 | 2025-03-24T05:51:31.694Z | Compiling num v0.2.1 |
1947 | 2025-03-24T05:51:31.718Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "num-bigint", "rand", "serde", "std"))' -C metadata=e3b93be95f4fbfbd -C extra-filename=-e3b93be95f4fbfbd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_bigint=/work/oxidecomputer/crucible/target/debug/deps/libnum_bigint-92d20775ad2699f4.rmeta --extern num_complex=/work/oxidecomputer/crucible/target/debug/deps/libnum_complex-eeff8c758e79942a.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-b792e13107f508d2.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-53f2ce350b05432f.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-896b808c1cd9a8ea.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1948 | 2025-03-24T05:51:31.743Z | Compiling mime_guess v2.0.5 |
1949 | 2025-03-24T05:51:31.743Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=9081dffa98f914bc -C extra-filename=-9081dffa98f914bc --out-dir /work/oxidecomputer/crucible/target/debug/build/mime_guess-9081dffa98f914bc -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicase=/work/oxidecomputer/crucible/target/debug/deps/libunicase-fd9816aa8d9903fb.rlib --cap-lints allow '-Wclippy::unused-async'` |
1950 | 2025-03-24T05:51:31.768Z | Compiling sharded-slab v0.1.7 |
1951 | 2025-03-24T05:51:31.768Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sharded_slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=8336b424af7e7824 -C extra-filename=-8336b424af7e7824 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-62a6552aba2a2acc.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1952 | 2025-03-24T05:51:31.810Z | Compiling opentelemetry v0.29.0 |
1953 | 2025-03-24T05:51:31.835Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2024_compatibility --allow=tail_expr_drop_order --allow=if_let_rescope --allow=edition_2024_expr_fragment_specifier '--warn=clippy::all' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="internal-logs"' --cfg 'feature="logs"' --cfg 'feature="metrics"' --cfg 'feature="pin-project-lite"' --cfg 'feature="thiserror"' --cfg 'feature="trace"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures-core", "futures-sink", "internal-logs", "logs", "metrics", "pin-project-lite", "spec_unstable_logs_enabled", "testing", "thiserror", "trace", "tracing"))' -C metadata=525da21fabed6600 -C extra-filename=-525da21fabed6600 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-78f320bbc4725d46.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-767ff2b546fcd1a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1954 | 2025-03-24T05:51:32.133Z | Compiling statistical v1.0.0 |
1955 | 2025-03-24T05:51:32.157Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name statistical --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/statistical-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe7310f1e5529a8c -C extra-filename=-fe7310f1e5529a8c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-e3b93be95f4fbfbd.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-d77a4343567e8593.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1956 | 2025-03-24T05:51:32.158Z | Compiling tracing-log v0.2.0 |
1957 | 2025-03-24T05:51:32.183Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_log --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-log-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="log-tracer"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=7b0a501b427b6991 -C extra-filename=-7b0a501b427b6991 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-a9dc84a1ac4cb106.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-6c0a236117c8f8ad.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1958 | 2025-03-24T05:51:32.207Z | Compiling ordered-float v4.2.0 |
1959 | 2025-03-24T05:51:32.207Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-float-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytemuck", "default", "proptest", "rand", "randtest", "rkyv", "rkyv_16", "rkyv_32", "rkyv_64", "rkyv_ck", "schemars", "serde", "speedy", "std"))' -C metadata=99c83c6ad7c7679a -C extra-filename=-99c83c6ad7c7679a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1960 | 2025-03-24T05:51:32.346Z | Compiling ordered-float v2.10.1 |
1961 | 2025-03-24T05:51:32.371Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-float-2.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=9ebe592d6e7af115 -C extra-filename=-9ebe592d6e7af115 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1962 | 2025-03-24T05:51:32.438Z | Compiling libsqlite3-sys v0.32.0 |
1963 | 2025-03-24T05:51:32.463Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.32.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=573fb62c3615644b -C extra-filename=-573fb62c3615644b --out-dir /work/oxidecomputer/crucible/target/debug/build/libsqlite3-sys-573fb62c3615644b -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-eeeb5cdfd34d31bb.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-67af2ed6005ab61b.rlib --cap-lints allow '-Wclippy::unused-async'` |
1964 | 2025-03-24T05:51:32.569Z | Compiling integer-encoding v3.0.4 |
1965 | 2025-03-24T05:51:32.594Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name integer_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/integer-encoding-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-trait", "futures-util", "futures_async", "tokio", "tokio_async"))' -C metadata=d98c5d48604e717d -C extra-filename=-d98c5d48604e717d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1966 | 2025-03-24T05:51:32.619Z | Compiling glob v0.3.1 |
1967 | 2025-03-24T05:51:32.619Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af08fab7bb80bca8 -C extra-filename=-af08fab7bb80bca8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1968 | 2025-03-24T05:51:32.725Z | Compiling crc32fast v1.3.2 |
1969 | 2025-03-24T05:51:32.750Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=91f2ea9b8f62d034 -C extra-filename=-91f2ea9b8f62d034 --out-dir /work/oxidecomputer/crucible/target/debug/build/crc32fast-91f2ea9b8f62d034 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1970 | 2025-03-24T05:51:32.802Z | Compiling opentelemetry_sdk v0.21.2 |
1971 | 2025-03-24T05:51:32.827Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry_sdk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async-trait"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="percent-encoding"' --cfg 'feature="rand"' --cfg 'feature="trace"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async-trait", "crossbeam-channel", "default", "glob", "http", "jaeger_remote_sampler", "logs", "logs_level_enabled", "metrics", "opentelemetry-http", "percent-encoding", "rand", "rt-async-std", "rt-tokio", "rt-tokio-current-thread", "serde", "serde_json", "testing", "tokio", "tokio-stream", "trace", "url"))' -C metadata=be5c561a171d8677 -C extra-filename=-be5c561a171d8677 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-7e60465294421363.so --extern crossbeam_channel=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_channel-3ccef70431996bc2.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-8ddd9e2b44ef29d0.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-a9dc84a1ac4cb106.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-7b612045edd6afa6.rmeta --extern ordered_float=/work/oxidecomputer/crucible/target/debug/deps/libordered_float-99c83c6ad7c7679a.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1972 | 2025-03-24T05:51:32.852Z | Compiling thrift v0.17.0 |
1973 | 2025-03-24T05:51:32.852Z | Compiling tracing-subscriber v0.3.19 |
1974 | 2025-03-24T05:51:32.852Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thrift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thrift-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="server"' --cfg 'feature="threadpool"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "server", "threadpool"))' -C metadata=ae2f65bab2d5da12 -C extra-filename=-ae2f65bab2d5da12 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-44628c75e1414eae.rmeta --extern integer_encoding=/work/oxidecomputer/crucible/target/debug/deps/libinteger_encoding-d98c5d48604e717d.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern ordered_float=/work/oxidecomputer/crucible/target/debug/deps/libordered_float-9ebe592d6e7af115.rmeta --extern threadpool=/work/oxidecomputer/crucible/target/debug/deps/libthreadpool-3db7ef92f2ad75af.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1975 | 2025-03-24T05:51:32.852Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_subscriber --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="default"' --cfg 'feature="fmt"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=04195de99a1b788b -C extra-filename=-04195de99a1b788b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern nu_ansi_term=/work/oxidecomputer/crucible/target/debug/deps/libnu_ansi_term-264b825f481227b5.rmeta --extern sharded_slab=/work/oxidecomputer/crucible/target/debug/deps/libsharded_slab-8336b424af7e7824.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-321f5da7634de84d.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-6c0a236117c8f8ad.rmeta --extern tracing_log=/work/oxidecomputer/crucible/target/debug/deps/libtracing_log-7b0a501b427b6991.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1976 | 2025-03-24T05:51:32.903Z | Running `/work/oxidecomputer/crucible/target/debug/build/libsqlite3-sys-573fb62c3615644b/build-script-build` |
1977 | 2025-03-24T05:51:32.945Z | Compiling opentelemetry_sdk v0.29.0 |
1978 | 2025-03-24T05:51:32.970Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry_sdk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2024_compatibility --allow=tail_expr_drop_order --allow=if_let_rescope --allow=edition_2024_expr_fragment_specifier '--warn=clippy::all' --cfg 'feature="glob"' --cfg 'feature="metrics"' --cfg 'feature="percent-encoding"' --cfg 'feature="rand"' --cfg 'feature="trace"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "experimental_async_runtime", "experimental_logs_batch_log_processor_with_async_runtime", "experimental_logs_concurrent_log_processor", "experimental_metrics_disable_name_validation", "experimental_metrics_periodicreader_with_async_runtime", "experimental_trace_batch_span_processor_with_async_runtime", "glob", "http", "internal-logs", "jaeger_remote_sampler", "logs", "metrics", "opentelemetry-http", "percent-encoding", "rand", "rt-tokio", "rt-tokio-current-thread", "serde", "serde_json", "spec_unstable_logs_enabled", "spec_unstable_metrics_views", "testing", "tokio", "tokio-stream", "trace", "tracing", "url"))' -C metadata=e2e0e29c0d9046d2 -C extra-filename=-e2e0e29c0d9046d2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-8ddd9e2b44ef29d0.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern glob=/work/oxidecomputer/crucible/target/debug/deps/libglob-af08fab7bb80bca8.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-525da21fabed6600.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-eb8d4e446faba0f3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-78f320bbc4725d46.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1979 | 2025-03-24T05:51:32.970Z | Running `/work/oxidecomputer/crucible/target/debug/build/mime_guess-9081dffa98f914bc/build-script-build` |
1980 | 2025-03-24T05:51:33.014Z | Compiling opentelemetry-semantic-conventions v0.13.0 |
1981 | 2025-03-24T05:51:33.039Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry_semantic_conventions --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-semantic-conventions-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1a34bb9fa6fa206e -C extra-filename=-1a34bb9fa6fa206e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-7b612045edd6afa6.rmeta --cap-lints allow '-Wclippy::unused-async'` |
1982 | 2025-03-24T05:51:33.142Z | Running `/work/oxidecomputer/crucible/target/debug/build/crc32fast-91f2ea9b8f62d034/build-script-build` |
1983 | 2025-03-24T05:51:33.206Z | Compiling terminfo v0.9.0 |
1984 | 2025-03-24T05:51:33.231Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminfo-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c11693e8a6d45a1 -C extra-filename=-6c11693e8a6d45a1 --out-dir /work/oxidecomputer/crucible/target/debug/build/terminfo-6c11693e8a6d45a1 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_codegen=/work/oxidecomputer/crucible/target/debug/deps/libphf_codegen-0b30860ded4d1462.rlib --cap-lints allow '-Wclippy::unused-async'` |
1985 | 2025-03-24T05:51:33.256Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4ac716e46acb0cbf -C extra-filename=-4ac716e46acb0cbf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
1986 | 2025-03-24T05:51:33.389Z | Compiling blake3 v1.5.1 |
1987 | 2025-03-24T05:51:33.414Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=952d9eb319c4902b -C extra-filename=-952d9eb319c4902b --out-dir /work/oxidecomputer/crucible/target/debug/build/blake3-952d9eb319c4902b -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7b2797534563f3f4.rlib --cap-lints allow '-Wclippy::unused-async'` |
1988 | 2025-03-24T05:51:33.581Z | Compiling vte_generate_state_changes v0.1.1 |
1989 | 2025-03-24T05:51:33.606Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31e806e0503c6904 -C extra-filename=-31e806e0503c6904 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'` |
1990 | 2025-03-24T05:51:33.902Z | Compiling minimal-lexical v0.2.1 |
1991 | 2025-03-24T05:51:33.926Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=916359e0d8dad5bb -C extra-filename=-916359e0d8dad5bb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1992 | 2025-03-24T05:51:34.109Z | Compiling portable-atomic v1.5.1 |
1993 | 2025-03-24T05:51:34.134Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.5.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=9de4036e84981035 -C extra-filename=-9de4036e84981035 --out-dir /work/oxidecomputer/crucible/target/debug/build/portable-atomic-9de4036e84981035 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1994 | 2025-03-24T05:51:34.134Z | Compiling rust_decimal v1.33.1 |
1995 | 2025-03-24T05:51:34.134Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust_decimal-1.33.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "c-repr", "db-diesel-mysql", "db-diesel-postgres", "db-diesel1-mysql", "db-diesel1-postgres", "db-diesel2-mysql", "db-diesel2-postgres", "db-postgres", "db-tokio-postgres", "default", "diesel1", "diesel2", "legacy-ops", "maths", "maths-nopanic", "ndarray", "proptest", "rand", "rkyv", "rkyv-safe", "rocket-traits", "rust-fuzz", "serde", "serde-arbitrary-precision", "serde-bincode", "serde-float", "serde-str", "serde-with-arbitrary-precision", "serde-with-float", "serde-with-str", "serde_json", "std", "tokio-pg"))' -C metadata=6d624b722c2b86bb -C extra-filename=-6d624b722c2b86bb --out-dir /work/oxidecomputer/crucible/target/debug/build/rust_decimal-6d624b722c2b86bb -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1996 | 2025-03-24T05:51:34.160Z | Compiling adler v1.0.2 |
1997 | 2025-03-24T05:51:34.185Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name adler --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=3a4294a1d0d84d2f -C extra-filename=-3a4294a1d0d84d2f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
1998 | 2025-03-24T05:51:34.306Z | Compiling nom v7.1.3 |
1999 | 2025-03-24T05:51:34.331Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=62ef4b32c7bc7b1b -C extra-filename=-62ef4b32c7bc7b1b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern minimal_lexical=/work/oxidecomputer/crucible/target/debug/deps/libminimal_lexical-916359e0d8dad5bb.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2000 | 2025-03-24T05:51:34.356Z | Compiling miniz_oxide v0.7.1 |
2001 | 2025-03-24T05:51:34.356Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=4e4885fead6a75b3 -C extra-filename=-4e4885fead6a75b3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern adler=/work/oxidecomputer/crucible/target/debug/deps/libadler-3a4294a1d0d84d2f.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2002 | 2025-03-24T05:51:34.398Z | Running `/work/oxidecomputer/crucible/target/debug/build/terminfo-6c11693e8a6d45a1/build-script-build` |
2003 | 2025-03-24T05:51:34.478Z | Compiling vte v0.11.1 |
2004 | 2025-03-24T05:51:34.503Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=acffc14aa68b2828 -C extra-filename=-acffc14aa68b2828 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-353c36a14bd8f05b.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/crucible/target/debug/deps/libvte_generate_state_changes-31e806e0503c6904.so --cap-lints allow '-Wclippy::unused-async'` |
2005 | 2025-03-24T05:51:34.633Z | Running `/work/oxidecomputer/crucible/target/debug/build/rust_decimal-6d624b722c2b86bb/build-script-build` |
2006 | 2025-03-24T05:51:34.664Z | Running `/work/oxidecomputer/crucible/target/debug/build/blake3-952d9eb319c4902b/build-script-build` |
2007 | 2025-03-24T05:51:34.837Z | Running `/work/oxidecomputer/crucible/target/debug/build/portable-atomic-9de4036e84981035/build-script-build` |
2008 | 2025-03-24T05:51:34.910Z | Compiling tracing-opentelemetry v0.30.0 |
2009 | 2025-03-24T05:51:34.935Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_opentelemetry --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-opentelemetry-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="metrics"' --cfg 'feature="smallvec"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-trait", "default", "futures-util", "lazy_static", "metrics", "metrics_gauge_unstable", "smallvec", "thiserror", "thiserror-1", "tracing-log"))' -C metadata=cec5b323c48c1aab -C extra-filename=-cec5b323c48c1aab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-a9dc84a1ac4cb106.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-525da21fabed6600.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-e2e0e29c0d9046d2.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-767ff2b546fcd1a4.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-6c0a236117c8f8ad.rmeta --extern tracing_log=/work/oxidecomputer/crucible/target/debug/deps/libtracing_log-7b0a501b427b6991.rmeta --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-04195de99a1b788b.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2010 | 2025-03-24T05:51:35.549Z | Compiling opentelemetry-jaeger v0.20.0 |
2011 | 2025-03-24T05:51:35.574Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry_jaeger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-jaeger-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "base64", "collector_client", "default", "full", "futures-executor", "headers", "http", "hyper", "hyper-tls", "hyper_collector_client", "hyper_tls_collector_client", "integration_test", "isahc", "isahc_collector_client", "js-sys", "opentelemetry-http", "pin-project-lite", "prost", "prost-types", "reqwest", "reqwest_blocking_collector_client", "reqwest_collector_client", "reqwest_rustls_collector_client", "rt-async-std", "rt-tokio", "rt-tokio-current-thread", "surf", "surf_collector_client", "tokio", "tonic", "wasm-bindgen", "wasm-bindgen-futures", "wasm_collector_client", "web-sys"))' -C metadata=58a09b8a4844aed5 -C extra-filename=-58a09b8a4844aed5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-7e60465294421363.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-7b612045edd6afa6.rmeta --extern opentelemetry_semantic_conventions=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_semantic_conventions-1a34bb9fa6fa206e.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-be5c561a171d8677.rmeta --extern thrift=/work/oxidecomputer/crucible/target/debug/deps/libthrift-ae2f65bab2d5da12.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2012 | 2025-03-24T05:51:35.598Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=0e224f719f933e76 -C extra-filename=-0e224f719f933e76 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-2e29f70ea0a7aa12.rmeta --extern unicase=/work/oxidecomputer/crucible/target/debug/deps/libunicase-4ac716e46acb0cbf.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2013 | 2025-03-24T05:51:35.623Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=5c5c086a355f2950 -C extra-filename=-5c5c086a355f2950 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg crc32fast_stdarchx86` |
2014 | 2025-03-24T05:51:35.855Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.32.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=ffd33597ef812660 -C extra-filename=-ffd33597ef812660 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64 -l sqlite3` |
2015 | 2025-03-24T05:51:35.937Z | Compiling signal-hook-mio v0.2.4 |
2016 | 2025-03-24T05:51:35.961Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=1b1a04b9945bdae1 -C extra-filename=-1b1a04b9945bdae1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern mio_1_0=/work/oxidecomputer/crucible/target/debug/deps/libmio-f4def67991f41c59.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-265a449f34c52e14.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2017 | 2025-03-24T05:51:35.961Z | Compiling signal-hook-tokio v0.3.1 |
2018 | 2025-03-24T05:51:35.986Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=8038ad32f0966c65 -C extra-filename=-8038ad32f0966c65 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-265a449f34c52e14.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2019 | 2025-03-24T05:51:36.109Z | Compiling phf v0.11.2 |
2020 | 2025-03-24T05:51:36.134Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=559c937a82430663 -C extra-filename=-559c937a82430663 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-f69f9347a124d733.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2021 | 2025-03-24T05:51:36.159Z | Compiling opentelemetry v0.28.0 |
2022 | 2025-03-24T05:51:36.159Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="internal-logs"' --cfg 'feature="logs"' --cfg 'feature="metrics"' --cfg 'feature="pin-project-lite"' --cfg 'feature="thiserror"' --cfg 'feature="trace"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures-core", "futures-sink", "internal-logs", "logs", "metrics", "pin-project-lite", "spec_unstable_logs_enabled", "testing", "thiserror", "trace", "tracing"))' -C metadata=76cdc9b2deae44a0 -C extra-filename=-76cdc9b2deae44a0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-78f320bbc4725d46.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-767ff2b546fcd1a4.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2023 | 2025-03-24T05:51:36.290Z | Compiling hashlink v0.10.0 |
2024 | 2025-03-24T05:51:36.315Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=7760171edc990a21 -C extra-filename=-7760171edc990a21 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-49651e0e800ae408.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2025 | 2025-03-24T05:51:36.420Z | Compiling memmap2 v0.9.4 |
2026 | 2025-03-24T05:51:36.445Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=0e6cc15db1bde6c4 -C extra-filename=-0e6cc15db1bde6c4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2027 | 2025-03-24T05:51:36.469Z | Compiling filetime v0.2.22 |
2028 | 2025-03-24T05:51:36.469Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc3c36b9848cfa20 -C extra-filename=-fc3c36b9848cfa20 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2029 | 2025-03-24T05:51:36.640Z | Compiling xattr v1.0.1 |
2030 | 2025-03-24T05:51:36.664Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=e5558ebebf535c6a -C extra-filename=-e5558ebebf535c6a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2031 | 2025-03-24T05:51:36.728Z | Compiling crucible-downstairs v0.0.1 (/work/oxidecomputer/crucible/downstairs) |
2032 | 2025-03-24T05:51:36.754Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 downstairs/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=9dac89db6666cdcb -C extra-filename=-9dac89db6666cdcb --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-downstairs-9dac89db6666cdcb -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib '-Wclippy::unused-async'` |
2033 | 2025-03-24T05:51:36.797Z | Compiling http-range v0.1.5 |
2034 | 2025-03-24T05:51:36.821Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=235ab4bf305a3ba9 -C extra-filename=-235ab4bf305a3ba9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
2035 | 2025-03-24T05:51:36.846Z | Compiling fallible-streaming-iterator v0.1.9 |
2036 | 2025-03-24T05:51:36.846Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=14436150a7da7e16 -C extra-filename=-14436150a7da7e16 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
2037 | 2025-03-24T05:51:36.914Z | Compiling fallible-iterator v0.3.0 |
2038 | 2025-03-24T05:51:36.938Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=dba7559b2ae7c3ac -C extra-filename=-dba7559b2ae7c3ac --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
2039 | 2025-03-24T05:51:36.969Z | Compiling same-file v1.0.6 |
2040 | 2025-03-24T05:51:36.993Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ac09210951c87f2 -C extra-filename=-2ac09210951c87f2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
2041 | 2025-03-24T05:51:37.052Z | Compiling constant_time_eq v0.3.0 |
2042 | 2025-03-24T05:51:37.077Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=7a8ca31a70ef5b75 -C extra-filename=-7a8ca31a70ef5b75 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
2043 | 2025-03-24T05:51:37.077Z | Compiling arrayref v0.3.7 |
2044 | 2025-03-24T05:51:37.077Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=692c387d8b05d294 -C extra-filename=-692c387d8b05d294 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
2045 | 2025-03-24T05:51:37.102Z | Compiling env_home v0.1.0 |
2046 | 2025-03-24T05:51:37.102Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name env_home --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_home-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0fde6ffa0664d10 -C extra-filename=-c0fde6ffa0664d10 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
2047 | 2025-03-24T05:51:37.193Z | Compiling walkdir v2.4.0 |
2048 | 2025-03-24T05:51:37.218Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd9149dd0623ab8b -C extra-filename=-fd9149dd0623ab8b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern same_file=/work/oxidecomputer/crucible/target/debug/deps/libsame_file-2ac09210951c87f2.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2049 | 2025-03-24T05:51:37.243Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-downstairs-9dac89db6666cdcb/build-script-build` |
2050 | 2025-03-24T05:51:37.268Z | Compiling which v7.0.2 |
2051 | 2025-03-24T05:51:37.268Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-7.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("regex", "tracing"))' -C metadata=ca126d6c8ca83f65 -C extra-filename=-ca126d6c8ca83f65 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-8909d0bbf4ebe874.rmeta --extern env_home=/work/oxidecomputer/crucible/target/debug/deps/libenv_home-c0fde6ffa0664d10.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-5485f563b604436d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2052 | 2025-03-24T05:51:37.293Z | Compiling hyper-staticfile v0.10.1 |
2053 | 2025-03-24T05:51:37.293Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5ac9dfa3160bb72 -C extra-filename=-a5ac9dfa3160bb72 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rmeta --extern http_range=/work/oxidecomputer/crucible/target/debug/deps/libhttp_range-235ab4bf305a3ba9.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-d04f698adc8c57b7.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-901428aa2fce64c3.rmeta --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0e224f719f933e76.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-a90af2d5077ca666.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2054 | 2025-03-24T05:51:37.318Z | Compiling tar v0.4.40 |
2055 | 2025-03-24T05:51:37.318Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=723286a1b59cba82 -C extra-filename=-723286a1b59cba82 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern filetime=/work/oxidecomputer/crucible/target/debug/deps/libfiletime-fc3c36b9848cfa20.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern xattr=/work/oxidecomputer/crucible/target/debug/deps/libxattr-e5558ebebf535c6a.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2056 | 2025-03-24T05:51:37.472Z | Compiling rusqlite v0.34.0 |
2057 | 2025-03-24T05:51:37.496Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "jiff", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=f8e2f6d679262c6f -C extra-filename=-f8e2f6d679262c6f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bb7f03d7fd84e20b.rmeta --extern fallible_iterator=/work/oxidecomputer/crucible/target/debug/deps/libfallible_iterator-dba7559b2ae7c3ac.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/crucible/target/debug/deps/libfallible_streaming_iterator-14436150a7da7e16.rmeta --extern hashlink=/work/oxidecomputer/crucible/target/debug/deps/libhashlink-7760171edc990a21.rmeta --extern libsqlite3_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibsqlite3_sys-ffd33597ef812660.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64` |
2058 | 2025-03-24T05:51:37.636Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name terminfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminfo-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e9483b3c9eb64f8 -C extra-filename=-4e9483b3c9eb64f8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-43f5f6e3f771145c.rmeta --extern nom=/work/oxidecomputer/crucible/target/debug/deps/libnom-62ef4b32c7bc7b1b.rmeta --extern phf=/work/oxidecomputer/crucible/target/debug/deps/libphf-559c937a82430663.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2059 | 2025-03-24T05:51:37.661Z | Compiling crossterm v0.28.1 |
2060 | 2025-03-24T05:51:37.661Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=34946bf49b3f1d11 -C extra-filename=-34946bf49b3f1d11 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bb7f03d7fd84e20b.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-f4def67991f41c59.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-a744695a46bf14f4.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-5485f563b604436d.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-265a449f34c52e14.rmeta --extern signal_hook_mio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_mio-1b1a04b9945bdae1.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2061 | 2025-03-24T05:51:37.807Z | Compiling flate2 v1.0.28 |
2062 | 2025-03-24T05:51:37.832Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat"))' -C metadata=6b5cfd3063a1859e -C extra-filename=-6b5cfd3063a1859e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crc32fast=/work/oxidecomputer/crucible/target/debug/deps/libcrc32fast-5c5c086a355f2950.rmeta --extern miniz_oxide=/work/oxidecomputer/crucible/target/debug/deps/libminiz_oxide-4e4885fead6a75b3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2063 | 2025-03-24T05:51:38.167Z | Compiling strip-ansi-escapes v0.2.0 |
2064 | 2025-03-24T05:51:38.192Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9e5d81e269286eb -C extra-filename=-f9e5d81e269286eb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern vte=/work/oxidecomputer/crucible/target/debug/deps/libvte-acffc14aa68b2828.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2065 | 2025-03-24T05:51:38.339Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=96457aea94c8cb42 -C extra-filename=-96457aea94c8cb42 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg portable_atomic_llvm_16` |
2066 | 2025-03-24T05:51:38.502Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rust_decimal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust_decimal-1.33.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "c-repr", "db-diesel-mysql", "db-diesel-postgres", "db-diesel1-mysql", "db-diesel1-postgres", "db-diesel2-mysql", "db-diesel2-postgres", "db-postgres", "db-tokio-postgres", "default", "diesel1", "diesel2", "legacy-ops", "maths", "maths-nopanic", "ndarray", "proptest", "rand", "rkyv", "rkyv-safe", "rocket-traits", "rust-fuzz", "serde", "serde-arbitrary-precision", "serde-bincode", "serde-float", "serde-str", "serde-with-arbitrary-precision", "serde-with-float", "serde-with-str", "serde_json", "std", "tokio-pg"))' -C metadata=03f478e3602d31a0 -C extra-filename=-03f478e3602d31a0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern arrayvec=/work/oxidecomputer/crucible/target/debug/deps/libarrayvec-b613a1f9372de23d.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2067 | 2025-03-24T05:51:38.560Z | Compiling toml v0.7.8 |
2068 | 2025-03-24T05:51:38.585Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=313e617698d86e16 -C extra-filename=-313e617698d86e16 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-1cb4208edb2dfd97.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-254dc3ed244b817a.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-065258bacb147c61.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2069 | 2025-03-24T05:51:38.989Z | Compiling fd-lock v4.0.2 |
2070 | 2025-03-24T05:51:39.014Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3c7f08139f379466 -C extra-filename=-3c7f08139f379466 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-5485f563b604436d.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2071 | 2025-03-24T05:51:39.185Z | Compiling itertools v0.12.1 |
2072 | 2025-03-24T05:51:39.210Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=cb58ca59d2adc456 -C extra-filename=-cb58ca59d2adc456 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-8909d0bbf4ebe874.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2073 | 2025-03-24T05:51:39.360Z | Compiling csv-core v0.1.11 |
2074 | 2025-03-24T05:51:39.385Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=fb2564756a322dee -C extra-filename=-fb2564756a322dee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2075 | 2025-03-24T05:51:39.418Z | Compiling number_prefix v0.4.0 |
2076 | 2025-03-24T05:51:39.445Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ac4cb5b20bff998b -C extra-filename=-ac4cb5b20bff998b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
2077 | 2025-03-24T05:51:39.630Z | Compiling rangemap v1.5.1 |
2078 | 2025-03-24T05:51:39.654Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rangemap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rangemap-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_fn", "nightly", "serde", "serde1"))' -C metadata=9c59cad9fffd9fcd -C extra-filename=-9c59cad9fffd9fcd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
2079 | 2025-03-24T05:51:39.773Z | Compiling utf8-width v0.1.6 |
2080 | 2025-03-24T05:51:39.797Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8-width-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=afa543da200634a3 -C extra-filename=-afa543da200634a3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
2081 | 2025-03-24T05:51:39.839Z | Compiling topological-sort v0.2.2 |
2082 | 2025-03-24T05:51:39.864Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21bc8884fb088e39 -C extra-filename=-21bc8884fb088e39 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
2083 | 2025-03-24T05:51:39.888Z | Compiling nu-ansi-term v0.50.0 |
2084 | 2025-03-24T05:51:39.889Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=764caf65eea867da -C extra-filename=-764caf65eea867da --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
2085 | 2025-03-24T05:51:39.913Z | Compiling unicode-width v0.2.0 |
2086 | 2025-03-24T05:51:39.913Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=e644bca33c967182 -C extra-filename=-e644bca33c967182 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
2087 | 2025-03-24T05:51:39.938Z | Compiling byte-unit v5.1.6 |
2088 | 2025-03-24T05:51:39.938Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name byte_unit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byte-unit-5.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byte"' --cfg 'feature="default"' --cfg 'feature="rust_decimal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit", "byte", "default", "rocket", "rust_decimal", "serde", "std", "u128"))' -C metadata=c481e76e7d69fbd6 -C extra-filename=-c481e76e7d69fbd6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rust_decimal=/work/oxidecomputer/crucible/target/debug/deps/librust_decimal-03f478e3602d31a0.rmeta --extern utf8_width=/work/oxidecomputer/crucible/target/debug/deps/libutf8_width-afa543da200634a3.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2089 | 2025-03-24T05:51:40.007Z | Compiling csv v1.3.1 |
2090 | 2025-03-24T05:51:40.031Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cad924ea83c92432 -C extra-filename=-cad924ea83c92432 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern csv_core=/work/oxidecomputer/crucible/target/debug/deps/libcsv_core-fb2564756a322dee.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-ea0f017d02a7105b.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-dcec997560ddd0e7.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2091 | 2025-03-24T05:51:40.063Z | Compiling nbd v0.3.1 |
2092 | 2025-03-24T05:51:40.087Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nbd --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nbd-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=755ebb1ffeb5b707 -C extra-filename=-755ebb1ffeb5b707 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-44628c75e1414eae.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2093 | 2025-03-24T05:51:40.115Z | Compiling human_bytes v0.4.3 |
2094 | 2025-03-24T05:51:40.140Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name human_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/human_bytes-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="si-units"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anyhow", "build-binary", "default", "fast", "lexopt", "ryu", "si-units"))' -C metadata=e1ef5a15e03a1694 -C extra-filename=-e1ef5a15e03a1694 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'` |
2095 | 2025-03-24T05:51:40.363Z | Compiling indicatif v0.17.11 |
2096 | 2025-03-24T05:51:40.388Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=2d37fb088b914ed3 -C extra-filename=-2d37fb088b914ed3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern console=/work/oxidecomputer/crucible/target/debug/deps/libconsole-f0f6710f8dfdd55e.rmeta --extern number_prefix=/work/oxidecomputer/crucible/target/debug/deps/libnumber_prefix-ac4cb5b20bff998b.rmeta --extern portable_atomic=/work/oxidecomputer/crucible/target/debug/deps/libportable_atomic-96457aea94c8cb42.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-b091d59c790033f1.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-e644bca33c967182.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2097 | 2025-03-24T05:51:41.020Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=ae918d810e40bb43 -C extra-filename=-ae918d810e40bb43 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern arrayref=/work/oxidecomputer/crucible/target/debug/deps/libarrayref-692c387d8b05d294.rmeta --extern arrayvec=/work/oxidecomputer/crucible/target/debug/deps/libarrayvec-b613a1f9372de23d.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern constant_time_eq=/work/oxidecomputer/crucible/target/debug/deps/libconstant_time_eq-7a8ca31a70ef5b75.rmeta --extern memmap2=/work/oxidecomputer/crucible/target/debug/deps/libmemmap2-0e6cc15db1bde6c4.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-b091d59c790033f1.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-7e129a6076fb498d/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-7e129a6076fb498d/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi` |
2098 | 2025-03-24T05:51:41.444Z | Compiling reedline v0.38.0 |
2099 | 2025-03-24T05:51:41.469Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.38.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=74773e864d5de19b -C extra-filename=-74773e864d5de19b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern crossterm=/work/oxidecomputer/crucible/target/debug/deps/libcrossterm-34946bf49b3f1d11.rmeta --extern fd_lock=/work/oxidecomputer/crucible/target/debug/deps/libfd_lock-3c7f08139f379466.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-cb58ca59d2adc456.rmeta --extern nu_ansi_term=/work/oxidecomputer/crucible/target/debug/deps/libnu_ansi_term-764caf65eea867da.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/crucible/target/debug/deps/libstrip_ansi_escapes-f9e5d81e269286eb.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a8d52735b59e346b.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-bbe5e0a1272d105b.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern unicode_segmentation=/work/oxidecomputer/crucible/target/debug/deps/libunicode_segmentation-a9713c38fbad314d.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-0799ecb34bd3fe47.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2100 | 2025-03-24T05:51:42.015Z | Compiling clearscreen v4.0.1 |
2101 | 2025-03-24T05:51:42.040Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clearscreen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clearscreen-4.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("windows-console"))' -C metadata=0d9bfe3fa267eaf3 -C extra-filename=-0d9bfe3fa267eaf3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-9484377bb0a1ee33.rmeta --extern terminfo=/work/oxidecomputer/crucible/target/debug/deps/libterminfo-4e9483b3c9eb64f8.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-78f320bbc4725d46.rmeta --extern which=/work/oxidecomputer/crucible/target/debug/deps/libwhich-ca126d6c8ca83f65.rmeta --cap-lints allow '-Wclippy::unused-async'` |
2102 | 2025-03-24T05:51:42.863Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-356ee3a6ccbfc5da/build-script-build` |
2103 | 2025-03-24T05:51:42.893Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=90b35c997811ceba -C extra-filename=-90b35c997811ceba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-36d4b2e33560e954.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-80ed5ff7714732e2.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-472479a157f7f31b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
2104 | 2025-03-24T05:51:42.948Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=5c0b0a67025982e5 -C extra-filename=-5c0b0a67025982e5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-5d5a2f143c648a36.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-13aa9d3db9a4455e.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-13a2bf0e78d48657.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
2105 | 2025-03-24T05:51:42.948Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-c6f031ebdd6ad5f5/build-script-build` |
2106 | 2025-03-24T05:51:42.973Z | Running `/work/oxidecomputer/crucible/target/debug/build/rustls-40d32f4d5765d76c/build-script-build` |
2107 | 2025-03-24T05:51:44.552Z | Compiling rustls-webpki v0.102.8 |
2108 | 2025-03-24T05:51:44.552Z | Compiling sct v0.7.1 |
2109 | 2025-03-24T05:51:44.577Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=7bdae441d3e7ec0f -C extra-filename=-7bdae441d3e7ec0f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-90b35c997811ceba.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-472479a157f7f31b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out` |
2110 | 2025-03-24T05:51:44.577Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a3d5b0602979fa08 -C extra-filename=-a3d5b0602979fa08 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-90b35c997811ceba.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-472479a157f7f31b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out` |
2111 | 2025-03-24T05:51:44.653Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=7dcdcc37eca85ebc -C extra-filename=-7dcdcc37eca85ebc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-5c0b0a67025982e5.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-13a2bf0e78d48657.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out` |
2112 | 2025-03-24T05:51:44.698Z | Compiling rustls-webpki v0.101.7 |
2113 | 2025-03-24T05:51:44.723Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=cc8b7239011e672f -C extra-filename=-cc8b7239011e672f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-90b35c997811ceba.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-472479a157f7f31b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out` |
2114 | 2025-03-24T05:51:45.262Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=7269826aaa3df742 -C extra-filename=-7269826aaa3df742 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-a9dc84a1ac4cb106.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-90b35c997811ceba.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-7bdae441d3e7ec0f.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-998db88b41091cd0.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-8b2154ab004e0204.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
2115 | 2025-03-24T05:51:45.353Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=e96624b6c07e15f0 -C extra-filename=-e96624b6c07e15f0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-485f853a4fc77c82.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-5c0b0a67025982e5.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-7dcdcc37eca85ebc.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-ce10c79b8b3b342e.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-b62fff60b00a7e6d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
2116 | 2025-03-24T05:51:45.462Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=0f1970e8bbcfa793 -C extra-filename=-0f1970e8bbcfa793 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-90b35c997811ceba.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-7bdae441d3e7ec0f.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-998db88b41091cd0.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-8b2154ab004e0204.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out` |
2117 | 2025-03-24T05:51:45.720Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=4cefa5edff60ea69 -C extra-filename=-4cefa5edff60ea69 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-5c0b0a67025982e5.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-7dcdcc37eca85ebc.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-ce10c79b8b3b342e.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-b62fff60b00a7e6d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out` |
2118 | 2025-03-24T05:51:45.980Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=589a68e28314e009 -C extra-filename=-589a68e28314e009 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-90b35c997811ceba.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-cc8b7239011e672f.rmeta --extern sct=/work/oxidecomputer/crucible/target/debug/deps/libsct-a3d5b0602979fa08.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out` |
2119 | 2025-03-24T05:51:48.860Z | Compiling tokio-rustls v0.25.0 |
2120 | 2025-03-24T05:51:48.885Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=3991221099d5b501 -C extra-filename=-3991221099d5b501 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-0f1970e8bbcfa793.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out` |
2121 | 2025-03-24T05:51:48.960Z | Compiling tokio-rustls v0.24.1 |
2122 | 2025-03-24T05:51:48.985Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=6a69244c8e6e0fac -C extra-filename=-6a69244c8e6e0fac --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-589a68e28314e009.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out` |
2123 | 2025-03-24T05:51:49.061Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=1bfee073a7c3e73c -C extra-filename=-1bfee073a7c3e73c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-4cefa5edff60ea69.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a5d9e293f5e99728.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out` |
2124 | 2025-03-24T05:51:49.216Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9c6346897470b028 -C extra-filename=-9c6346897470b028 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream-c8d69e96cce440a0.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-7e60465294421363.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-36e0f5244c79c2b2.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-31ef66e57d33f4b1.rmeta --extern dropshot_endpoint=/work/oxidecomputer/crucible/target/debug/deps/libdropshot_endpoint-f2c850508f53cdee.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-0170236e9d42b6ab.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-f8e7bebe81a358b9.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-845e8528998392ae.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-901428aa2fce64c3.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-ca551bd83c8349e3.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-aee13b3208151b52.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-0722f26553d63c33.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-f8963c05bc548ca0.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-0f1970e8bbcfa793.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-430327ca2ab8a56f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-9a84037b0fa8b010.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-6520091b4786c2ec.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-e0356821abeb72ac.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-95554b7a9de4d879.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-c495729898236566.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-3f2d5cb3cff2b666.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-7a80eb409f1e012b.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-7453d91ab0615f4d.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-78f320bbc4725d46.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-3991221099d5b501.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-8268ddd04d1302a1.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-5f0ed36bd2a1cf05.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta --extern waitgroup=/work/oxidecomputer/crucible/target/debug/deps/libwaitgroup-f97e53a8285f8bd7.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out` |
2125 | 2025-03-24T05:51:49.401Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bba0a98d7c72ee74 -C extra-filename=-bba0a98d7c72ee74 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream-94326d3b06950124.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-7e60465294421363.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-498ab88b9d5b7b53.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-cb54e5a01c48e0b0.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-5d2836c4da97b973.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ad89fe93c3c4b74d.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-5ed18d74e0a4232e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/crucible/target/debug/deps/libdropshot_endpoint-f2c850508f53cdee.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-360e3c86a64891f8.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-41ca01cc2ae22e08.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-bbc095e66b3af659.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d87aac9664fc1df5.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-b5f8cb41f4ea68f3.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-2f057b1036dd5c90.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-b0f2435576a2e7bb.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-f17b44e09df8e81f.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-a0475fa879f375aa.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-75a8d4467cad6043.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2fc6bb0c382c2ae9.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-4cefa5edff60ea69.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-6c63db6464feb264.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-832c3b605fbf99ab.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-e4728f8f647bc2d4.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-47860bd3b053ccfb.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-4492dec355ef05f0.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-32d1a0b5ade5ddc1.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-56106f2a95990490.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-0a2df508b6057735.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-7d226c551c925656.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-aaa7c9ac5f486a05.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a5d9e293f5e99728.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-1bfee073a7c3e73c.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-1ff5d28e0aba3a46.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-d3711a45aa2f2dd6.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-21782e41ea9da56d.rmeta --extern waitgroup=/work/oxidecomputer/crucible/target/debug/deps/libwaitgroup-ddd7e08b2aa4659c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out` |
2126 | 2025-03-24T05:51:50.061Z | Compiling tokio-rustls v0.26.0 |
2127 | 2025-03-24T05:51:50.086Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=a836b239508daa5c -C extra-filename=-a836b239508daa5c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-7269826aaa3df742.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out` |
2128 | 2025-03-24T05:51:50.477Z | Compiling hyper-rustls v0.27.3 |
2129 | 2025-03-24T05:51:50.502Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=ef003ebbbdc430c2 -C extra-filename=-ef003ebbbdc430c2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-901428aa2fce64c3.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-ca551bd83c8349e3.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-7269826aaa3df742.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-a836b239508daa5c.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3df827be42301400.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-b2de3bb35aaef71c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out` |
2130 | 2025-03-24T05:51:51.022Z | Compiling reqwest v0.12.12 |
2131 | 2025-03-24T05:51:51.070Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' -C metadata=e020f18c0bb84057 -C extra-filename=-e020f18c0bb84057 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-983d51f9fcaacf24.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-4247cf5adb260887.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-454f65e0cbf52906.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-845e8528998392ae.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-901428aa2fce64c3.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-ef003ebbbdc430c2.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-af3b56723ce272a2.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-ca551bd83c8349e3.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-4efa376f343665d9.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-2e29f70ea0a7aa12.rmeta --extern native_tls_crate=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-ab0494f840a90c3c.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-a9dc84a1ac4cb106.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-7269826aaa3df742.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-430327ca2ab8a56f.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-e0356821abeb72ac.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-225ebeedc4a85d39.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-9a5e3da0aaafdba4.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-a836b239508daa5c.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-3ad0d2447aada782.rmeta --extern tower=/work/oxidecomputer/crucible/target/debug/deps/libtower-dd5afc5c3d97ffe9.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3df827be42301400.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-a90af2d5077ca666.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-b2de3bb35aaef71c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2132 | 2025-03-24T05:51:51.404Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=a06dc7e32d0db5ba -C extra-filename=-a06dc7e32d0db5ba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-e96624b6c07e15f0.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a5d9e293f5e99728.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out` |
2133 | 2025-03-24T05:51:51.813Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=8dc4d9de782b4af9 -C extra-filename=-8dc4d9de782b4af9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d87aac9664fc1df5.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-2f057b1036dd5c90.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-b0f2435576a2e7bb.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-e96624b6c07e15f0.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a5d9e293f5e99728.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-a06dc7e32d0db5ba.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-6ec1ef2bbbc5be8b.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-3550d0a4b4cfc20e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out` |
2134 | 2025-03-24T05:51:52.315Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' -C metadata=9509deedf7273ff3 -C extra-filename=-9509deedf7273ff3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-498ab88b9d5b7b53.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-cb54e5a01c48e0b0.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-130de0a54fb4383a.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1e9e6691e7678efa.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-897afcd1b6bc92bc.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d87aac9664fc1df5.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-873edb058d3da36b.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-b5f8cb41f4ea68f3.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-2f057b1036dd5c90.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-8dc4d9de782b4af9.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-37fcfc25bee97868.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-b0f2435576a2e7bb.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-86764da6759ba154.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-36973217fecc7797.rmeta --extern native_tls_crate=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-a740f049b026b3d9.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-485f853a4fc77c82.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2fc6bb0c382c2ae9.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-e96624b6c07e15f0.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-6c63db6464feb264.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-47860bd3b053ccfb.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-4130c15e46fcd865.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a5d9e293f5e99728.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-f673fdaf9e0395ec.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-a06dc7e32d0db5ba.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-5dc3e5bed7562558.rmeta --extern tower=/work/oxidecomputer/crucible/target/debug/deps/libtower-43870fdb1852b990.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-6ec1ef2bbbc5be8b.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-eac64c6dbaff072c.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-3550d0a4b4cfc20e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2135 | 2025-03-24T05:51:53.563Z | Compiling progenitor-client v0.9.1 |
2136 | 2025-03-24T05:51:53.588Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d643d26d2eee14b8 -C extra-filename=-d643d26d2eee14b8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-e0356821abeb72ac.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2137 | 2025-03-24T05:51:53.678Z | Compiling progenitor-client v0.8.0 |
2138 | 2025-03-24T05:51:53.678Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0355040588bcc998 -C extra-filename=-0355040588bcc998 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-e0356821abeb72ac.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2139 | 2025-03-24T05:51:53.841Z | Compiling omicron-zone-package v0.12.0 |
2140 | 2025-03-24T05:51:53.866Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=888b107f06abc61c -C extra-filename=-888b107f06abc61c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-7e60465294421363.so --extern blake3=/work/oxidecomputer/crucible/target/debug/deps/libblake3-ae918d810e40bb43.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-36e0f5244c79c2b2.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-651e04cb1f93d0b2.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern filetime=/work/oxidecomputer/crucible/target/debug/deps/libfiletime-fc3c36b9848cfa20.rmeta --extern flate2=/work/oxidecomputer/crucible/target/debug/deps/libflate2-6b5cfd3063a1859e.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-9682259434989048.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-0c6f77f36969dd6a.so --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-7333f8722a731feb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern tar=/work/oxidecomputer/crucible/target/debug/deps/libtar-723286a1b59cba82.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-313e617698d86e16.rmeta --extern topological_sort=/work/oxidecomputer/crucible/target/debug/deps/libtopological_sort-21bc8884fb088e39.rmeta --extern walkdir=/work/oxidecomputer/crucible/target/debug/deps/libwalkdir-fd9149dd0623ab8b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-7e129a6076fb498d/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-7e129a6076fb498d/out -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2141 | 2025-03-24T05:51:54.011Z | Compiling progenitor v0.8.0 |
2142 | 2025-03-24T05:51:54.036Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=365184eb8917a18b -C extra-filename=-365184eb8917a18b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-0355040588bcc998.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-ba7fc6de7e3cf78f.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-f4b0f46b09a879e1.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2143 | 2025-03-24T05:51:54.072Z | Compiling progenitor v0.9.1 |
2144 | 2025-03-24T05:51:54.096Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=4f53d869092293a8 -C extra-filename=-4f53d869092293a8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-d643d26d2eee14b8.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-e90d0cb0844658c2.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-2d54e79081439b9a.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2145 | 2025-03-24T05:51:54.197Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2146 | 2025-03-24T05:51:54.222Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/caafd88/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6867835c723e7fd -C extra-filename=-a6867835c723e7fd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-365184eb8917a18b.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2147 | 2025-03-24T05:51:54.247Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
2148 | 2025-03-24T05:51:54.272Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f5c72d12774c93f8 -C extra-filename=-f5c72d12774c93f8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern gateway_messages=/work/oxidecomputer/crucible/target/debug/deps/libgateway_messages-08b5cb69dff78421.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-4f53d869092293a8.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2149 | 2025-03-24T05:51:54.870Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ca7131d04f170b0 -C extra-filename=-6ca7131d04f170b0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-cb54e5a01c48e0b0.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2fc6bb0c382c2ae9.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-9509deedf7273ff3.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-47860bd3b053ccfb.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2150 | 2025-03-24T05:51:55.208Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef904054112fa0f3 -C extra-filename=-ef904054112fa0f3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-6ca7131d04f170b0.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-90375148da9cb88e.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-f4b0f46b09a879e1.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2151 | 2025-03-24T05:51:55.377Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/caafd88/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1726c3127d599ba5 -C extra-filename=-1726c3127d599ba5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-b024a1e2a8dbc9f7.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ad89fe93c3c4b74d.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2fc6bb0c382c2ae9.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-ef904054112fa0f3.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-9509deedf7273ff3.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2152 | 2025-03-24T05:51:55.797Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85a1f40b408b1f18 -C extra-filename=-85a1f40b408b1f18 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-cb54e5a01c48e0b0.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2fc6bb0c382c2ae9.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-9509deedf7273ff3.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-47860bd3b053ccfb.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2153 | 2025-03-24T05:51:57.937Z | Compiling crucible-workspace-hack v0.1.0 (/work/oxidecomputer/crucible/workspace-hack) |
2154 | 2025-03-24T05:51:57.984Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2ccd412c5502e74 -C extra-filename=-f2ccd412c5502e74 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-f2ccd412c5502e74 -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-d5be499193bdca8f.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-cb54e5a01c48e0b0.rlib --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-7b2797534563f3f4.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ad89fe93c3c4b74d.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-39b1bc17c6374932.rlib --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-9ffb99202782381b.rlib --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-b866ef01f72144b2.rlib --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-e5dc1e91772c942d.rlib --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-0c441aa636a92fb7.rlib --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-48b3b8ee629b7a7b.rlib --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-519869211d38e54a.rlib --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1e9e6691e7678efa.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rlib --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-8ae0148792336cd2.rlib --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-94a5b44d2411bcb9.rlib --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rlib --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-5d5a2f143c648a36.rlib --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-c543b078b4bb5334.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-4fbc81f64da6ef47.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-2f057b1036dd5c90.rlib --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-8dc4d9de782b4af9.rlib --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-b0f2435576a2e7bb.rlib --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-f17b44e09df8e81f.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rlib --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rlib --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rlib --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-76809d7628db668c.rlib --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-a1e40ef0cebf30e5.rlib --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-b21205cc3a0be61c.rlib --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rlib --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-485f853a4fc77c82.rlib --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-75a8d4467cad6043.rlib --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-fe9caec71baba2f6.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-f3687d75f40a4a0d.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-c1b95ed6882f849b.rlib --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-4e2eaca3c98e884a.rlib --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-4db9c100793868b3.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-9509deedf7273ff3.rlib --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-f3181e88952d6721.rlib --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rlib --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-832c3b605fbf99ab.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rlib --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-c7aa021fcbdfe8b6.rlib --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-13aa9d3db9a4455e.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-21c10931fb7081ae.rlib --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-36e6e95877b3a76b.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a5d9e293f5e99728.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-5dc3e5bed7562558.rlib --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-b6ddbcf5fb574a79.rlib --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-7846f695228f44ab.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-8692de461053dd14.rlib --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-a6fda261ae037a63.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-d3711a45aa2f2dd6.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-692dd9100086a848.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-21782e41ea9da56d.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2155 | 2025-03-24T05:51:58.235Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-f2ccd412c5502e74/build-script-build` |
2156 | 2025-03-24T05:51:58.264Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6819dc2a7e9d0c2d -C extra-filename=-6819dc2a7e9d0c2d --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern arrayvec=/work/oxidecomputer/crucible/target/debug/deps/libarrayvec-b613a1f9372de23d.rmeta --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bb7f03d7fd84e20b.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-b9affada90421f7a.rmeta --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-888b3f2ba32da843.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-03092a79053791f0.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-11ca43204da68fb3.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-ea940ef23796a626.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-2eaf852c7cb80cc4.rmeta --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-8909d0bbf4ebe874.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-8ddd9e2b44ef29d0.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-36d4b2e33560e954.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-49651e0e800ae408.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-9682259434989048.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-901428aa2fce64c3.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-ef003ebbbdc430c2.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-ca551bd83c8349e3.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-aee13b3208151b52.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-f4def67991f41c59.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-9484377bb0a1ee33.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-b792e13107f508d2.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-53f2ce350b05432f.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-a9dc84a1ac4cb106.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-f8963c05bc548ca0.rmeta --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-f69f9347a124d733.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-d51ef2ca06943afa.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-60edc595d00e0a3c.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-bee669ddc794b8b0.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-5485f563b604436d.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-9a84037b0fa8b010.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-80ed5ff7714732e2.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-d8b6cc53237e89ec.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-6152144ef649adef.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-3ad0d2447aada782.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-254dc3ed244b817a.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-065258bacb147c61.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-767ff2b546fcd1a4.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-6c0a236117c8f8ad.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-5f0ed36bd2a1cf05.rmeta --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-8a450a4e86c364f9.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2157 | 2025-03-24T05:51:58.311Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
2158 | 2025-03-24T05:51:58.335Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=b8af1e22a2cc8c86 -C extra-filename=-b8af1e22a2cc8c86 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-b0d8186b20f934ca.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-7e60465294421363.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-2aaed40e48958d87.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-36e0f5244c79c2b2.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern daft=/work/oxidecomputer/crucible/target/debug/deps/libdaft-ad75f1da140d4dba.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-9c6346897470b028.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-9682259434989048.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-ec02fb24545bc91e.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-c59b05861ac25ee2.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-a6867835c723e7fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-bb845bb6cc134a07.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-55502d045922b458.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-6714444e974d5eff.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-d643d26d2eee14b8.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-d5f0aea4995140d4.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-c5ac2e9b12b31e63.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-d0f2638c637b078f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-522ec9818b4c5984.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a8d52735b59e346b.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/crucible/target/debug/deps/libtufaceous_artifact-a365b382dee264df.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2159 | 2025-03-24T05:51:58.431Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2160 | 2025-03-24T05:51:58.456Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/81a3528/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=07796b326ecf51f3 -C extra-filename=-07796b326ecf51f3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-f736151e0c83ec7e.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2161 | 2025-03-24T05:51:58.504Z | Compiling crucible-client-types v0.1.0 (/work/oxidecomputer/crucible/crucible-client-types) |
2162 | 2025-03-24T05:51:58.529Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00100c77abc2bfdb -C extra-filename=-00100c77abc2bfdb --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2163 | 2025-03-24T05:51:58.529Z | Compiling crucible-smf v0.0.0 (/work/oxidecomputer/crucible/smf) |
2164 | 2025-03-24T05:51:58.529Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=40180bd11e2d8f7d -C extra-filename=-40180bd11e2d8f7d --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-f736151e0c83ec7e.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-78f320bbc4725d46.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2165 | 2025-03-24T05:51:58.675Z | Compiling dsc-client v0.0.1 (/work/oxidecomputer/crucible/dsc-client) |
2166 | 2025-03-24T05:51:58.700Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dsc_client --edition=2021 dsc-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce4d6282d5c9ddd2 -C extra-filename=-ce4d6282d5c9ddd2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-4f53d869092293a8.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2167 | 2025-03-24T05:51:59.150Z | Compiling crucible-control-client v0.0.1 (/work/oxidecomputer/crucible/control-client) |
2168 | 2025-03-24T05:51:59.175Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_control_client --edition=2021 control-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b7f50d4145f9309 -C extra-filename=-6b7f50d4145f9309 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-4f53d869092293a8.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2169 | 2025-03-24T05:51:59.439Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=66b29ede6b271a22 -C extra-filename=-66b29ede6b271a22 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-b024a1e2a8dbc9f7.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-b0d8186b20f934ca.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-7e60465294421363.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-dcec546a97637661.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-5d2836c4da97b973.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ad89fe93c3c4b74d.rmeta --extern daft=/work/oxidecomputer/crucible/target/debug/deps/libdaft-748fad6a57b0d77a.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-bba0a98d7c72ee74.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-41ca01cc2ae22e08.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-4fbc81f64da6ef47.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-d87aac9664fc1df5.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-dcc0620448e695db.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-07cda9cee97c99e9.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-1726c3127d599ba5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-60702977c259cb2b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-c33494d2241faf4b.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-7e5c632f0963cbf1.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-188a7c42e4bdc721.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-85a1f40b408b1f18.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-f3687d75f40a4a0d.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-f635af04c02d89da.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-9509deedf7273ff3.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-6d0c5353702c41f9.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-716ccf0f6c8f817f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-13805d76881a6dba.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f114039a65cc2c1d.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-e2d91b1261e9eeb5.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-a5d9e293f5e99728.rmeta --extern tufaceous_artifact=/work/oxidecomputer/crucible/target/debug/deps/libtufaceous_artifact-fc4d526ca8059be4.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-21782e41ea9da56d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2170 | 2025-03-24T05:51:59.465Z | Compiling crucible-agent-client v0.0.1 (/work/oxidecomputer/crucible/agent-client) |
2171 | 2025-03-24T05:51:59.489Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1495b4f57baa397 -C extra-filename=-a1495b4f57baa397 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-4f53d869092293a8.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2172 | 2025-03-24T05:51:59.514Z | Compiling crucible-pantry-client v0.0.1 (/work/oxidecomputer/crucible/pantry-client) |
2173 | 2025-03-24T05:51:59.514Z | Compiling crucible-package v0.1.0 (/work/oxidecomputer/crucible/package) |
2174 | 2025-03-24T05:51:59.514Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d93aa84ae136a963 -C extra-filename=-d93aa84ae136a963 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-4f53d869092293a8.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2175 | 2025-03-24T05:51:59.514Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_package --edition=2021 package/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93d7801721e1b312 -C extra-filename=-93d7801721e1b312 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rlib --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-36e0f5244c79c2b2.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rlib --extern omicron_zone_package=/work/oxidecomputer/crucible/target/debug/deps/libomicron_zone_package-888b107f06abc61c.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-7e129a6076fb498d/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-7e129a6076fb498d/out` |
2176 | 2025-03-24T05:51:59.850Z | Compiling crucible-integration-tests v0.1.0 (/work/oxidecomputer/crucible/integration_tests) |
2177 | 2025-03-24T05:51:59.875Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_integration_tests --edition=2021 integration_tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18b64a53fd8237bb -C extra-filename=-18b64a53fd8237bb --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2178 | 2025-03-24T05:52:03.121Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=9c437bab9f735430 -C extra-filename=-9c437bab9f735430 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --extern libz_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibz_sys-30bd140cbd7deb0b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-c5771726d946e02a/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
2179 | 2025-03-24T05:52:03.495Z | Compiling git2 v0.19.0 |
2180 | 2025-03-24T05:52:03.520Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=6d29c29a89b383a5 -C extra-filename=-6d29c29a89b383a5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-d5be499193bdca8f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-359170907c2a7482.rmeta --extern libgit2_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibgit2_sys-9c437bab9f735430.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-eac64c6dbaff072c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-c5771726d946e02a/out/build -L native=/usr/lib/amd64` |
2181 | 2025-03-24T05:52:06.986Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
2182 | 2025-03-24T05:52:07.056Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
2183 | 2025-03-24T05:52:07.056Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
2184 | 2025-03-24T05:52:07.056Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=ac024fa2810c8316 -C extra-filename=-ac024fa2810c8316 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-7e60465294421363.so --extern bhyve_api=/work/oxidecomputer/crucible/target/debug/deps/libbhyve_api-011fe9bf9e83d5b0.rmeta --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-44628c75e1414eae.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-36e0f5244c79c2b2.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-651e04cb1f93d0b2.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-07796b326ecf51f3.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-9c6346897470b028.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-ec02fb24545bc91e.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-9d2d58d0c9f117f7.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-c59b05861ac25ee2.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b8af1e22a2cc8c86.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-bb845bb6cc134a07.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern opte_ioctl=/work/oxidecomputer/crucible/target/debug/deps/libopte_ioctl-159066e9e2b607fb.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-947e9f70a0e6269c.rmeta --extern oxlog=/work/oxidecomputer/crucible/target/debug/deps/liboxlog-4a2e9e96e2ef078b.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-55502d045922b458.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-522ec9818b4c5984.rmeta --extern smf=/work/oxidecomputer/crucible/target/debug/deps/libsmf-312ae5d1fe95d1b5.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta --extern whoami=/work/oxidecomputer/crucible/target/debug/deps/libwhoami-f72018d03ec018ef.rmeta --extern zone=/work/oxidecomputer/crucible/target/debug/deps/libzone-e06e6a875ab2a798.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
2185 | 2025-03-24T05:52:07.056Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e09a285f9df54abb -C extra-filename=-e09a285f9df54abb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern float_ord=/work/oxidecomputer/crucible/target/debug/deps/libfloat_ord-8a91bf6ba4e8a6c7.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-abd49506c79aef20.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b8af1e22a2cc8c86.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-6714444e974d5eff.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-16a78c49a6047436.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a8d52735b59e346b.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2186 | 2025-03-24T05:52:07.056Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad8482e37aef7ccb -C extra-filename=-ad8482e37aef7ccb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern atomicwrites=/work/oxidecomputer/crucible/target/debug/deps/libatomicwrites-b9489e405d5638a1.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-36e0f5244c79c2b2.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-651e04cb1f93d0b2.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern daft=/work/oxidecomputer/crucible/target/debug/deps/libdaft-ad75f1da140d4dba.rmeta --extern derive_more=/work/oxidecomputer/crucible/target/debug/deps/libderive_more-b628cb6760d6e8ae.so --extern expectorate=/work/oxidecomputer/crucible/target/debug/deps/libexpectorate-0de336c404969e75.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-9d2d58d0c9f117f7.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b8af1e22a2cc8c86.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2187 | 2025-03-24T05:52:07.056Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=424abb25ddc86afe -C extra-filename=-424abb25ddc86afe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b8af1e22a2cc8c86.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-bb845bb6cc134a07.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2188 | 2025-03-24T05:52:09.421Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=81285658f2bfe9b9 -C extra-filename=-81285658f2bfe9b9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-b024a1e2a8dbc9f7.rmeta --extern cargo_metadata=/work/oxidecomputer/crucible/target/debug/deps/libcargo_metadata-3478f49f21ef4ae6.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --extern git2_rs=/work/oxidecomputer/crucible/target/debug/deps/libgit2-6d29c29a89b383a5.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-9cfa7acdf2cfd9ab.rmeta --extern rustc_version=/work/oxidecomputer/crucible/target/debug/deps/librustc_version-3be919040b73d2c3.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-21c10931fb7081ae.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-c5771726d946e02a/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'` |
2189 | 2025-03-24T05:52:09.455Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35ae6a8cd903f493 -C extra-filename=-35ae6a8cd903f493 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-cb54e5a01c48e0b0.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ad89fe93c3c4b74d.rmeta --extern float_ord=/work/oxidecomputer/crucible/target/debug/deps/libfloat_ord-ef4d24977ddb28f3.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-33438feb661277f3.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-66b29ede6b271a22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-c33494d2241faf4b.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-188a7c42e4bdc721.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-9cfa7acdf2cfd9ab.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f114039a65cc2c1d.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-e2d91b1261e9eeb5.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-21782e41ea9da56d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2190 | 2025-03-24T05:52:09.903Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
2191 | 2025-03-24T05:52:09.928Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1400ea88e5d51062 -C extra-filename=-1400ea88e5d51062 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern illumos_utils=/work/oxidecomputer/crucible/target/debug/deps/libillumos_utils-ac024fa2810c8316.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b8af1e22a2cc8c86.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2192 | 2025-03-24T05:52:10.042Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
2193 | 2025-03-24T05:52:10.067Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2924e719348c5cc4 -C extra-filename=-2924e719348c5cc4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern highway=/work/oxidecomputer/crucible/target/debug/deps/libhighway-8670cf77b439a316.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-abd49506c79aef20.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-e09a285f9df54abb.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2194 | 2025-03-24T05:52:10.608Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
2195 | 2025-03-24T05:52:10.633Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cbe9ed19cbd7dcad -C extra-filename=-cbe9ed19cbd7dcad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern daft=/work/oxidecomputer/crucible/target/debug/deps/libdaft-ad75f1da140d4dba.rmeta --extern illumos_utils=/work/oxidecomputer/crucible/target/debug/deps/libillumos_utils-ac024fa2810c8316.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b8af1e22a2cc8c86.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-99e35e0a53472a8b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-bb845bb6cc134a07.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern sled_hardware_types=/work/oxidecomputer/crucible/target/debug/deps/libsled_hardware_types-1400ea88e5d51062.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a8d52735b59e346b.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2196 | 2025-03-24T05:52:10.658Z | Compiling crucible-common v0.0.1 (/work/oxidecomputer/crucible/common) |
2197 | 2025-03-24T05:52:10.658Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2acb50e905b52251 -C extra-filename=-2acb50e905b52251 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-common-2acb50e905b52251 -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern vergen=/work/oxidecomputer/crucible/target/debug/deps/libvergen-81285658f2bfe9b9.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-c5771726d946e02a/out/build -L native=/usr/lib/amd64` |
2198 | 2025-03-24T05:52:10.683Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
2199 | 2025-03-24T05:52:10.683Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6980e32c189cab7b -C extra-filename=-6980e32c189cab7b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-b9affada90421f7a.rmeta --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-0141b157cb81e95d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-e09a285f9df54abb.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-2553b24075b8efb9.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-0bc88fea3f03f95c.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-6d9547d7313735f2.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-522ec9818b4c5984.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-d8b6cc53237e89ec.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-8268ddd04d1302a1.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2200 | 2025-03-24T05:52:11.781Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
2201 | 2025-03-24T05:52:11.808Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=25b98cf547245d94 -C extra-filename=-25b98cf547245d94 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern hickory_resolver=/work/oxidecomputer/crucible/target/debug/deps/libhickory_resolver-a7bfddb9d3551161.rmeta --extern internal_dns_types=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns_types-424abb25ddc86afe.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b8af1e22a2cc8c86.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern qorb=/work/oxidecomputer/crucible/target/debug/deps/libqorb-5015cd0f2dc95dfa.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2202 | 2025-03-24T05:52:11.839Z | Running `/work/oxidecomputer/crucible/target/debug/build/crucible-common-2acb50e905b52251/build-script-build` |
2203 | 2025-03-24T05:52:12.471Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=388d2809dde0da5f -C extra-filename=-388d2809dde0da5f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-b024a1e2a8dbc9f7.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ad89fe93c3c4b74d.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-39b1bc17c6374932.rmeta --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-c33494d2241faf4b.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-35ae6a8cd903f493.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-f76744ab1b5acebd.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d9cfbecddde32e57.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-13805d76881a6dba.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-1ff5d28e0aba3a46.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2204 | 2025-03-24T05:52:12.972Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
2205 | 2025-03-24T05:52:13.020Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=40c7b9dff63331d0 -C extra-filename=-40c7b9dff63331d0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-b0d8186b20f934ca.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-7e60465294421363.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-b9affada90421f7a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/crucible/target/debug/deps/libclickhouse_admin_types-ad8482e37aef7ccb.rmeta --extern cookie=/work/oxidecomputer/crucible/target/debug/deps/libcookie-ea0abff08a3e3feb.rmeta --extern daft=/work/oxidecomputer/crucible/target/debug/deps/libdaft-ad75f1da140d4dba.rmeta --extern derive_where=/work/oxidecomputer/crucible/target/debug/deps/libderive_where-4171eeebac6ed188.so --extern derive_more=/work/oxidecomputer/crucible/target/debug/deps/libderive_more-b628cb6760d6e8ae.so --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-9c6346897470b028.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern gateway_client=/work/oxidecomputer/crucible/target/debug/deps/libgateway_client-f5c72d12774c93f8.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rmeta --extern humantime=/work/oxidecomputer/crucible/target/debug/deps/libhumantime-3aa96f70d333bea5.rmeta --extern id_map=/work/oxidecomputer/crucible/target/debug/deps/libid_map-8ab516b2def8811f.rmeta --extern illumos_utils=/work/oxidecomputer/crucible/target/debug/deps/libillumos_utils-ac024fa2810c8316.rmeta --extern internal_dns_types=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns_types-424abb25ddc86afe.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-ec02fb24545bc91e.rmeta --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-07d9256761786976.rmeta --extern newtype_derive=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_derive-7a200830e12c88fe.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/crucible/target/debug/deps/libnexus_sled_agent_shared-cbe9ed19cbd7dcad.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b8af1e22a2cc8c86.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-99e35e0a53472a8b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-bb845bb6cc134a07.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-aa5af6233121f026.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-55502d045922b458.rmeta --extern oxql_types=/work/oxidecomputer/crucible/target/debug/deps/liboxql_types-2924e719348c5cc4.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-6714444e974d5eff.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-d0f2638c637b078f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-522ec9818b4c5984.rmeta --extern steno=/work/oxidecomputer/crucible/target/debug/deps/libsteno-34a2f2ac68521105.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a8d52735b59e346b.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern update_engine=/work/oxidecomputer/crucible/target/debug/deps/libupdate_engine-1b3586d7052ab617.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2206 | 2025-03-24T05:52:13.985Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
2207 | 2025-03-24T05:52:14.010Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=39e508114ad07d26 -C extra-filename=-39e508114ad07d26 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-c33494d2241faf4b.rlib --extern oximeter_schema=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_schema-388d2809dde0da5f.rlib --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-35ae6a8cd903f493.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2208 | 2025-03-24T05:52:15.821Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88df64fb604cab8d -C extra-filename=-88df64fb604cab8d --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern atty=/work/oxidecomputer/crucible/target/debug/deps/libatty-ace5aa83189093f9.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-9c6346897470b028.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-9484377bb0a1ee33.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-a546a6cc846c1f03.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-c495729898236566.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-3f2d5cb3cff2b666.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-f843febf5ffd0627.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-7453d91ab0615f4d.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-7bee5f4e59078214.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-78f320bbc4725d46.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-6a69244c8e6e0fac.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-8268ddd04d1302a1.rmeta --extern twox_hash=/work/oxidecomputer/crucible/target/debug/deps/libtwox_hash-02db9cdea22bc80e.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2209 | 2025-03-24T05:52:17.224Z | Compiling crucible-protocol v0.0.0 (/work/oxidecomputer/crucible/protocol) |
2210 | 2025-03-24T05:52:17.249Z | Compiling repair-client v0.0.1 (/work/oxidecomputer/crucible/repair-client) |
2211 | 2025-03-24T05:52:17.249Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_protocol --edition=2021 protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa8584ef8c21f574 -C extra-filename=-aa8584ef8c21f574 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-4c5b2c1f8078c60a.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-88df64fb604cab8d.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-10379a2af7f6e067.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-ab39709cfc5d7861.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-3b03db545d6525ed.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-3ad0d2447aada782.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2212 | 2025-03-24T05:52:17.249Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name repair_client --edition=2021 repair-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=79bd8970b41c806c -C extra-filename=-79bd8970b41c806c --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-88df64fb604cab8d.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-4f53d869092293a8.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2213 | 2025-03-24T05:52:17.847Z | Compiling dsc v0.1.0 (/work/oxidecomputer/crucible/dsc) |
2214 | 2025-03-24T05:52:17.894Z | Compiling crucible-agent v0.0.1 (/work/oxidecomputer/crucible/agent) |
2215 | 2025-03-24T05:52:17.894Z | Compiling agent-antagonist v0.1.0 (/work/oxidecomputer/crucible/agent-antagonist) |
2216 | 2025-03-24T05:52:17.894Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dsc --edition=2021 dsc/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6559f4ebbd632daa -C extra-filename=-6559f4ebbd632daa --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rlib --extern byte_unit=/work/oxidecomputer/crucible/target/debug/deps/libbyte_unit-c481e76e7d69fbd6.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-b9affada90421f7a.rlib --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-00100c77abc2bfdb.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-88df64fb604cab8d.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rlib --extern csv=/work/oxidecomputer/crucible/target/debug/deps/libcsv-cad924ea83c92432.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-9c6346897470b028.rlib --extern dsc_client=/work/oxidecomputer/crucible/target/debug/deps/libdsc_client-ce4d6282d5c9ddd2.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-d51ef2ca06943afa.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-fe7310f1e5529a8c.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2217 | 2025-03-24T05:52:17.894Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name agent_antagonist --edition=2021 agent-antagonist/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a4f199f1ccb522d7 -C extra-filename=-a4f199f1ccb522d7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-b9affada90421f7a.rlib --extern crucible_agent_client=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_agent_client-a1495b4f57baa397.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-88df64fb604cab8d.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-265a449f34c52e14.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-8038ad32f0966c65.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rlib --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-3f2d5cb3cff2b666.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-7453d91ab0615f4d.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2218 | 2025-03-24T05:52:17.894Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent --edition=2021 agent/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c5ca0aa5727dd9f -C extra-filename=-8c5ca0aa5727dd9f --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-b9affada90421f7a.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-88df64fb604cab8d.rlib --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-40180bd11e2d8f7d.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-9c6346897470b028.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-901428aa2fce64c3.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b8af1e22a2cc8c86.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2219 | 2025-03-24T05:52:19.164Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
2220 | 2025-03-24T05:52:19.189Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f04b68e65843df65 -C extra-filename=-f04b68e65843df65 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-b9affada90421f7a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_macro_impl-dbe51b7c7ff50644.so --extern oximeter_schema=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_schema-6980e32c189cab7b.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_timeseries_macro-39e508114ad07d26.so --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-e09a285f9df54abb.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-2553b24075b8efb9.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-d8b6cc53237e89ec.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-8268ddd04d1302a1.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2221 | 2025-03-24T05:52:29.294Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
2222 | 2025-03-24T05:52:29.319Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=197359d58c5013b7 -C extra-filename=-197359d58c5013b7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/crucible/target/debug/deps/libnexus_sled_agent_shared-cbe9ed19cbd7dcad.rmeta --extern nexus_types=/work/oxidecomputer/crucible/target/debug/deps/libnexus_types-40c7b9dff63331d0.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b8af1e22a2cc8c86.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-99e35e0a53472a8b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-bb845bb6cc134a07.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-55502d045922b458.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-4f53d869092293a8.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-d5f0aea4995140d4.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2223 | 2025-03-24T05:52:37.419Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#52d7df46) |
2224 | 2025-03-24T05:52:37.444Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/52d7df4/oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=727817b884a53c6a -C extra-filename=-727817b884a53c6a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-9c6346897470b028.rmeta --extern internal_dns_resolver=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns_resolver-25b98cf547245d94.rmeta --extern internal_dns_types=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns_types-424abb25ddc86afe.rmeta --extern nexus_client=/work/oxidecomputer/crucible/target/debug/deps/libnexus_client-197359d58c5013b7.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b8af1e22a2cc8c86.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-f04b68e65843df65.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-f843febf5ffd0627.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2225 | 2025-03-24T05:52:39.034Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible --edition=2021 upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="integration-tests"' --cfg 'feature="notify-nexus"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "integration-tests", "notify-nexus"))' -C metadata=2a4ce9c40399acb4 -C extra-filename=-2a4ce9c40399acb4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/crucible/target/debug/deps/libaes_gcm_siv-5770157b0af36903.rmeta --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern async_recursion=/work/oxidecomputer/crucible/target/debug/deps/libasync_recursion-bc83127b8f885ee9.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-7e60465294421363.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-4c5b2c1f8078c60a.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-00100c77abc2bfdb.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-88df64fb604cab8d.rmeta --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-aa8584ef8c21f574.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-9c6346897470b028.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern internal_dns_resolver=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns_resolver-25b98cf547245d94.rmeta --extern internal_dns_types=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns_types-424abb25ddc86afe.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-9d2d58d0c9f117f7.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern nexus_client=/work/oxidecomputer/crucible/target/debug/deps/libnexus_client-197359d58c5013b7.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b8af1e22a2cc8c86.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-bb845bb6cc134a07.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-f04b68e65843df65.rmeta --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-727817b884a53c6a.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-d51ef2ca06943afa.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-b091d59c790033f1.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rmeta --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-3964a94d911ec5ae.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-c495729898236566.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-f843febf5ffd0627.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-7453d91ab0615f4d.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-6a69244c8e6e0fac.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-3ad0d2447aada782.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-8268ddd04d1302a1.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-767ff2b546fcd1a4.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-5f0ed36bd2a1cf05.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2226 | 2025-03-24T05:52:39.034Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_downstairs --edition=2021 downstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=225a5799e8e04b2e -C extra-filename=-225a5799e8e04b2e --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-4c5b2c1f8078c60a.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-b9affada90421f7a.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-88df64fb604cab8d.rmeta --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-aa8584ef8c21f574.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-9c6346897470b028.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-9682259434989048.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-901428aa2fce64c3.rmeta --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-a5ac9dfa3160bb72.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-9d2d58d0c9f117f7.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rmeta --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0e224f719f933e76.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-9484377bb0a1ee33.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b8af1e22a2cc8c86.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-76cdc9b2deae44a0.rmeta --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-58a09b8a4844aed5.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-f04b68e65843df65.rmeta --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-727817b884a53c6a.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rmeta --extern rangemap=/work/oxidecomputer/crucible/target/debug/deps/librangemap-9c59cad9fffd9fcd.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-b091d59c790033f1.rmeta --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-79bd8970b41c806c.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rmeta --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-3964a94d911ec5ae.rmeta --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-f8e2f6d679262c6f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-7333f8722a731feb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-c495729898236566.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-f843febf5ffd0627.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-7453d91ab0615f4d.rmeta --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-fe7310f1e5529a8c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-78f320bbc4725d46.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-6a69244c8e6e0fac.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-3ad0d2447aada782.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-8268ddd04d1302a1.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-767ff2b546fcd1a4.rmeta --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-cec5b323c48c1aab.rmeta --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-04195de99a1b788b.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-5f0ed36bd2a1cf05.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2227 | 2025-03-24T05:52:48.070Z | Compiling crucible-pantry v0.0.1 (/work/oxidecomputer/crucible/pantry) |
2228 | 2025-03-24T05:52:48.095Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry --edition=2021 pantry/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21fb545ff357fbfd -C extra-filename=-21fb545ff357fbfd --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rmeta --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-b9affada90421f7a.rmeta --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-2a4ce9c40399acb4.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-88df64fb604cab8d.rmeta --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-40180bd11e2d8f7d.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-9c6346897470b028.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-9682259434989048.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-901428aa2fce64c3.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b8af1e22a2cc8c86.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-7333f8722a731feb.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-c4a73658517679aa.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64` |
2229 | 2025-03-24T05:52:51.434Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_downstairs --edition=2021 downstairs/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=af9333337886bbdd -C extra-filename=-af9333337886bbdd --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rlib --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-4c5b2c1f8078c60a.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-b9affada90421f7a.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-88df64fb604cab8d.rlib --extern crucible_downstairs=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_downstairs-225a5799e8e04b2e.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-aa8584ef8c21f574.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-9c6346897470b028.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-9682259434989048.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-901428aa2fce64c3.rlib --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-a5ac9dfa3160bb72.rlib --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-9d2d58d0c9f117f7.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rlib --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0e224f719f933e76.rlib --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-9484377bb0a1ee33.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b8af1e22a2cc8c86.rlib --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-76cdc9b2deae44a0.rlib --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-58a09b8a4844aed5.rlib --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-f04b68e65843df65.rlib --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-727817b884a53c6a.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rlib --extern rangemap=/work/oxidecomputer/crucible/target/debug/deps/librangemap-9c59cad9fffd9fcd.rlib --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-b091d59c790033f1.rlib --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-79bd8970b41c806c.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-3964a94d911ec5ae.rlib --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-f8e2f6d679262c6f.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rlib --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-7333f8722a731feb.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rlib --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-c495729898236566.rlib --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-f843febf5ffd0627.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-7453d91ab0615f4d.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-fe7310f1e5529a8c.rlib --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-78f320bbc4725d46.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rlib --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-6a69244c8e6e0fac.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-3ad0d2447aada782.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-8268ddd04d1302a1.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-767ff2b546fcd1a4.rlib --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-cec5b323c48c1aab.rlib --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-04195de99a1b788b.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-5f0ed36bd2a1cf05.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
2230 | 2025-03-24T05:52:52.321Z | error[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: opentelemetry::trace::tracer::Tracer` is not satisfied because the trait comes from a different crate version |
2231 | 2025-03-24T05:52:52.321Z | --> downstairs/src/main.rs:293:64 |
2232 | 2025-03-24T05:52:52.321Z | | |
2233 | 2025-03-24T05:52:52.322Z | 293 | tracing_opentelemetry::layer().with_tracer(tracer); |
2234 | 2025-03-24T05:52:52.322Z | | ^^^^^^ the trait `opentelemetry::trace::tracer::Tracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer` |
2235 | 2025-03-24T05:52:52.322Z | | |
2236 | 2025-03-24T05:52:52.322Z | help: trait impl with same name found |
2237 | 2025-03-24T05:52:52.322Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:125:1 |
2238 | 2025-03-24T05:52:52.322Z | | |
2239 | 2025-03-24T05:52:52.322Z | 125 | impl opentelemetry::trace::Tracer for Tracer { |
2240 | 2025-03-24T05:52:52.322Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2241 | 2025-03-24T05:52:52.322Z | = note: perhaps two different versions of crate `opentelemetry` are being used? |
2242 | 2025-03-24T05:52:52.322Z | note: there are multiple different versions of crate `opentelemetry` in the dependency graph |
2243 | 2025-03-24T05:52:52.322Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.29.0/src/trace/tracer.rs:121:1 |
2244 | 2025-03-24T05:52:52.322Z | | |
2245 | 2025-03-24T05:52:52.322Z | 121 | pub trait Tracer { |
2246 | 2025-03-24T05:52:52.322Z | | ^^^^^^^^^^^^^^^^ this is the required trait |
2247 | 2025-03-24T05:52:52.322Z | | |
2248 | 2025-03-24T05:52:52.322Z | ::: downstairs/src/main.rs:286:30 |
2249 | 2025-03-24T05:52:52.322Z | | |
2250 | 2025-03-24T05:52:52.369Z | 286 | let tracer = opentelemetry_jaeger::new_agent_pipeline() |
2251 | 2025-03-24T05:52:52.370Z | | -------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `opentelemetry_jaeger` |
2252 | 2025-03-24T05:52:52.370Z | ... |
2253 | 2025-03-24T05:52:52.370Z | 293 | tracing_opentelemetry::layer().with_tracer(tracer); |
2254 | 2025-03-24T05:52:52.370Z | | --------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `tracing_opentelemetry` |
2255 | 2025-03-24T05:52:52.370Z | | |
2256 | 2025-03-24T05:52:52.370Z | ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:31:1 |
2257 | 2025-03-24T05:52:52.370Z | | |
2258 | 2025-03-24T05:52:52.370Z | 31 | pub struct Tracer { |
2259 | 2025-03-24T05:52:52.370Z | | ----------------- this type doesn't implement the required trait |
2260 | 2025-03-24T05:52:52.370Z | | |
2261 | 2025-03-24T05:52:52.370Z | ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.21.0/src/global/trace.rs:13:1 |
2262 | 2025-03-24T05:52:52.370Z | | |
2263 | 2025-03-24T05:52:52.370Z | 13 | pub trait ObjectSafeSpan { |
2264 | 2025-03-24T05:52:52.370Z | | ------------------------ this is the found trait |
2265 | 2025-03-24T05:52:52.370Z | = help: you can use `cargo tree` to explore your dependency tree |
2266 | 2025-03-24T05:52:52.370Z | |
2267 | 2025-03-24T05:52:52.370Z | error[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: PreSampledTracer` is not satisfied |
2268 | 2025-03-24T05:52:52.370Z | --> downstairs/src/main.rs:293:64 |
2269 | 2025-03-24T05:52:52.370Z | | |
2270 | 2025-03-24T05:52:52.370Z | 293 | tracing_opentelemetry::layer().with_tracer(tracer); |
2271 | 2025-03-24T05:52:52.370Z | | ----------- ^^^^^^ the trait `PreSampledTracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer` |
2272 | 2025-03-24T05:52:52.370Z | | | |
2273 | 2025-03-24T05:52:52.370Z | | required by a bound introduced by this call |
2274 | 2025-03-24T05:52:52.370Z | | |
2275 | 2025-03-24T05:52:52.370Z | = help: the following other types implement trait `PreSampledTracer`: |
2276 | 2025-03-24T05:52:52.370Z | opentelemetry::trace::noop::NoopTracer |
2277 | 2025-03-24T05:52:52.370Z | opentelemetry_sdk::trace::tracer::SdkTracer |
2278 | 2025-03-24T05:52:52.370Z | note: required by a bound in `OpenTelemetryLayer::<S, T>::with_tracer` |
2279 | 2025-03-24T05:52:52.370Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-opentelemetry-0.30.0/src/layer.rs:616:32 |
2280 | 2025-03-24T05:52:52.370Z | | |
2281 | 2025-03-24T05:52:52.370Z | 614 | pub fn with_tracer<Tracer>(self, tracer: Tracer) -> OpenTelemetryLayer<S, Tracer> |
2282 | 2025-03-24T05:52:52.370Z | | ----------- required by a bound in this associated function |
2283 | 2025-03-24T05:52:52.370Z | 615 | where |
2284 | 2025-03-24T05:52:52.370Z | 616 | Tracer: otel::Tracer + PreSampledTracer + 'static, |
2285 | 2025-03-24T05:52:52.370Z | | ^^^^^^^^^^^^^^^^ required by this bound in `OpenTelemetryLayer::<S, T>::with_tracer` |
2286 | 2025-03-24T05:52:52.370Z | |
2287 | 2025-03-24T05:52:52.370Z | error[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: opentelemetry::trace::tracer::Tracer` is not satisfied because the trait comes from a different crate version |
2288 | 2025-03-24T05:52:52.370Z | --> downstairs/src/main.rs:296:27 |
2289 | 2025-03-24T05:52:52.371Z | | |
2290 | 2025-03-24T05:52:52.371Z | 296 | .with(telemetry) |
2291 | 2025-03-24T05:52:52.371Z | | ^^^^^^^^^ the trait `opentelemetry::trace::tracer::Tracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer` |
2292 | 2025-03-24T05:52:52.371Z | | |
2293 | 2025-03-24T05:52:52.371Z | help: trait impl with same name found |
2294 | 2025-03-24T05:52:52.371Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:125:1 |
2295 | 2025-03-24T05:52:52.371Z | | |
2296 | 2025-03-24T05:52:52.371Z | 125 | impl opentelemetry::trace::Tracer for Tracer { |
2297 | 2025-03-24T05:52:52.371Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2298 | 2025-03-24T05:52:52.371Z | = note: perhaps two different versions of crate `opentelemetry` are being used? |
2299 | 2025-03-24T05:52:52.371Z | note: there are multiple different versions of crate `opentelemetry` in the dependency graph |
2300 | 2025-03-24T05:52:52.371Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.29.0/src/trace/tracer.rs:121:1 |
2301 | 2025-03-24T05:52:52.371Z | | |
2302 | 2025-03-24T05:52:52.371Z | 121 | pub trait Tracer { |
2303 | 2025-03-24T05:52:52.371Z | | ^^^^^^^^^^^^^^^^ this is the required trait |
2304 | 2025-03-24T05:52:52.371Z | | |
2305 | 2025-03-24T05:52:52.371Z | ::: downstairs/src/main.rs:286:30 |
2306 | 2025-03-24T05:52:52.371Z | | |
2307 | 2025-03-24T05:52:52.371Z | 286 | let tracer = opentelemetry_jaeger::new_agent_pipeline() |
2308 | 2025-03-24T05:52:52.371Z | | -------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `opentelemetry_jaeger` |
2309 | 2025-03-24T05:52:52.371Z | ... |
2310 | 2025-03-24T05:52:52.371Z | 293 | tracing_opentelemetry::layer().with_tracer(tracer); |
2311 | 2025-03-24T05:52:52.371Z | | --------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `tracing_opentelemetry` |
2312 | 2025-03-24T05:52:52.371Z | | |
2313 | 2025-03-24T05:52:52.371Z | ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:31:1 |
2314 | 2025-03-24T05:52:52.371Z | | |
2315 | 2025-03-24T05:52:52.371Z | 31 | pub struct Tracer { |
2316 | 2025-03-24T05:52:52.371Z | | ----------------- this type doesn't implement the required trait |
2317 | 2025-03-24T05:52:52.371Z | | |
2318 | 2025-03-24T05:52:52.371Z | ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.21.0/src/global/trace.rs:13:1 |
2319 | 2025-03-24T05:52:52.371Z | | |
2320 | 2025-03-24T05:52:52.371Z | 13 | pub trait ObjectSafeSpan { |
2321 | 2025-03-24T05:52:52.371Z | | ------------------------ this is the found trait |
2322 | 2025-03-24T05:52:52.371Z | = help: you can use `cargo tree` to explore your dependency tree |
2323 | 2025-03-24T05:52:52.371Z | |
2324 | 2025-03-24T05:52:52.371Z | error[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: PreSampledTracer` is not satisfied |
2325 | 2025-03-24T05:52:52.371Z | --> downstairs/src/main.rs:296:27 |
2326 | 2025-03-24T05:52:52.371Z | | |
2327 | 2025-03-24T05:52:52.371Z | 296 | .with(telemetry) |
2328 | 2025-03-24T05:52:52.371Z | | ---- ^^^^^^^^^ the trait `PreSampledTracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer` |
2329 | 2025-03-24T05:52:52.372Z | | | |
2330 | 2025-03-24T05:52:52.372Z | | required by a bound introduced by this call |
2331 | 2025-03-24T05:52:52.372Z | | |
2332 | 2025-03-24T05:52:52.372Z | = help: the following other types implement trait `PreSampledTracer`: |
2333 | 2025-03-24T05:52:52.372Z | opentelemetry::trace::noop::NoopTracer |
2334 | 2025-03-24T05:52:52.372Z | opentelemetry_sdk::trace::tracer::SdkTracer |
2335 | 2025-03-24T05:52:52.372Z | = note: required for `OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>` to implement `__tracing_subscriber_Layer<Registry>` |
2336 | 2025-03-24T05:52:52.372Z | note: required by a bound in `with` |
2337 | 2025-03-24T05:52:52.372Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.19/src/layer/mod.rs:1504:12 |
2338 | 2025-03-24T05:52:52.372Z | | |
2339 | 2025-03-24T05:52:52.372Z | 1502 | fn with<L>(self, layer: L) -> Layered<L, Self> |
2340 | 2025-03-24T05:52:52.372Z | | ---- required by a bound in this associated function |
2341 | 2025-03-24T05:52:52.372Z | 1503 | where |
2342 | 2025-03-24T05:52:52.372Z | 1504 | L: Layer<Self>, |
2343 | 2025-03-24T05:52:52.372Z | | ^^^^^^^^^^^ required by this bound in `__tracing_subscriber_SubscriberExt::with` |
2344 | 2025-03-24T05:52:52.372Z | |
2345 | 2025-03-24T05:52:52.462Z | error[E0599]: the method `try_init` exists for struct `Layered<OpenTelemetryLayer<Registry, Tracer>, Registry>`, but its trait bounds were not satisfied |
2346 | 2025-03-24T05:52:52.462Z | --> downstairs/src/main.rs:297:22 |
2347 | 2025-03-24T05:52:52.462Z | | |
2348 | 2025-03-24T05:52:52.462Z | 295 | / tracing_subscriber::registry() |
2349 | 2025-03-24T05:52:52.462Z | 296 | | .with(telemetry) |
2350 | 2025-03-24T05:52:52.462Z | 297 | | .try_init() |
2351 | 2025-03-24T05:52:52.462Z | | |_____________________-^^^^^^^^ |
2352 | 2025-03-24T05:52:52.462Z | | |
2353 | 2025-03-24T05:52:52.462Z | ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.19/src/layer/layered.rs:22:1 |
2354 | 2025-03-24T05:52:52.462Z | | |
2355 | 2025-03-24T05:52:52.462Z | 22 | pub struct Layered<L, I, S = I> { |
2356 | 2025-03-24T05:52:52.462Z | | ------------------------------- doesn't satisfy `_: Into<Dispatch>` or `_: SubscriberInitExt` |
2357 | 2025-03-24T05:52:52.462Z | | |
2358 | 2025-03-24T05:52:52.462Z | = note: the following trait bounds were not satisfied: |
2359 | 2025-03-24T05:52:52.462Z | `Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: Into<tracing_core::dispatcher::Dispatch>` |
2360 | 2025-03-24T05:52:52.462Z | which is required by `Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: SubscriberInitExt` |
2361 | 2025-03-24T05:52:52.462Z | `&Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: Into<tracing_core::dispatcher::Dispatch>` |
2362 | 2025-03-24T05:52:52.462Z | which is required by `&Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: SubscriberInitExt` |
2363 | 2025-03-24T05:52:52.462Z | `&mut Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: Into<tracing_core::dispatcher::Dispatch>` |
2364 | 2025-03-24T05:52:52.462Z | which is required by `&mut Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: SubscriberInitExt` |
2365 | 2025-03-24T05:52:52.463Z | |
2366 | 2025-03-24T05:52:52.488Z | error[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: opentelemetry::trace::tracer::Tracer` is not satisfied because the trait comes from a different crate version |
2367 | 2025-03-24T05:52:52.488Z | --> downstairs/src/main.rs:406:64 |
2368 | 2025-03-24T05:52:52.488Z | | |
2369 | 2025-03-24T05:52:52.488Z | 406 | tracing_opentelemetry::layer().with_tracer(tracer); |
2370 | 2025-03-24T05:52:52.488Z | | ^^^^^^ the trait `opentelemetry::trace::tracer::Tracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer` |
2371 | 2025-03-24T05:52:52.488Z | | |
2372 | 2025-03-24T05:52:52.488Z | help: trait impl with same name found |
2373 | 2025-03-24T05:52:52.488Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:125:1 |
2374 | 2025-03-24T05:52:52.488Z | | |
2375 | 2025-03-24T05:52:52.488Z | 125 | impl opentelemetry::trace::Tracer for Tracer { |
2376 | 2025-03-24T05:52:52.488Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2377 | 2025-03-24T05:52:52.488Z | = note: perhaps two different versions of crate `opentelemetry` are being used? |
2378 | 2025-03-24T05:52:52.488Z | note: there are multiple different versions of crate `opentelemetry` in the dependency graph |
2379 | 2025-03-24T05:52:52.488Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.29.0/src/trace/tracer.rs:121:1 |
2380 | 2025-03-24T05:52:52.488Z | | |
2381 | 2025-03-24T05:52:52.488Z | 121 | pub trait Tracer { |
2382 | 2025-03-24T05:52:52.488Z | | ^^^^^^^^^^^^^^^^ this is the required trait |
2383 | 2025-03-24T05:52:52.488Z | | |
2384 | 2025-03-24T05:52:52.488Z | ::: downstairs/src/main.rs:286:30 |
2385 | 2025-03-24T05:52:52.488Z | | |
2386 | 2025-03-24T05:52:52.488Z | 286 | let tracer = opentelemetry_jaeger::new_agent_pipeline() |
2387 | 2025-03-24T05:52:52.488Z | | -------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `opentelemetry_jaeger` |
2388 | 2025-03-24T05:52:52.488Z | ... |
2389 | 2025-03-24T05:52:52.488Z | 293 | tracing_opentelemetry::layer().with_tracer(tracer); |
2390 | 2025-03-24T05:52:52.488Z | | --------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `tracing_opentelemetry` |
2391 | 2025-03-24T05:52:52.488Z | | |
2392 | 2025-03-24T05:52:52.488Z | ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:31:1 |
2393 | 2025-03-24T05:52:52.488Z | | |
2394 | 2025-03-24T05:52:52.489Z | 31 | pub struct Tracer { |
2395 | 2025-03-24T05:52:52.489Z | | ----------------- this type doesn't implement the required trait |
2396 | 2025-03-24T05:52:52.489Z | | |
2397 | 2025-03-24T05:52:52.489Z | ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.21.0/src/global/trace.rs:13:1 |
2398 | 2025-03-24T05:52:52.489Z | | |
2399 | 2025-03-24T05:52:52.489Z | 13 | pub trait ObjectSafeSpan { |
2400 | 2025-03-24T05:52:52.489Z | | ------------------------ this is the found trait |
2401 | 2025-03-24T05:52:52.489Z | = help: you can use `cargo tree` to explore your dependency tree |
2402 | 2025-03-24T05:52:52.489Z | |
2403 | 2025-03-24T05:52:52.489Z | error[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: PreSampledTracer` is not satisfied |
2404 | 2025-03-24T05:52:52.489Z | --> downstairs/src/main.rs:406:64 |
2405 | 2025-03-24T05:52:52.489Z | | |
2406 | 2025-03-24T05:52:52.489Z | 406 | tracing_opentelemetry::layer().with_tracer(tracer); |
2407 | 2025-03-24T05:52:52.489Z | | ----------- ^^^^^^ the trait `PreSampledTracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer` |
2408 | 2025-03-24T05:52:52.489Z | | | |
2409 | 2025-03-24T05:52:52.489Z | | required by a bound introduced by this call |
2410 | 2025-03-24T05:52:52.489Z | | |
2411 | 2025-03-24T05:52:52.489Z | = help: the following other types implement trait `PreSampledTracer`: |
2412 | 2025-03-24T05:52:52.489Z | opentelemetry::trace::noop::NoopTracer |
2413 | 2025-03-24T05:52:52.489Z | opentelemetry_sdk::trace::tracer::SdkTracer |
2414 | 2025-03-24T05:52:52.489Z | note: required by a bound in `OpenTelemetryLayer::<S, T>::with_tracer` |
2415 | 2025-03-24T05:52:52.489Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-opentelemetry-0.30.0/src/layer.rs:616:32 |
2416 | 2025-03-24T05:52:52.489Z | | |
2417 | 2025-03-24T05:52:52.489Z | 614 | pub fn with_tracer<Tracer>(self, tracer: Tracer) -> OpenTelemetryLayer<S, Tracer> |
2418 | 2025-03-24T05:52:52.489Z | | ----------- required by a bound in this associated function |
2419 | 2025-03-24T05:52:52.489Z | 615 | where |
2420 | 2025-03-24T05:52:52.489Z | 616 | Tracer: otel::Tracer + PreSampledTracer + 'static, |
2421 | 2025-03-24T05:52:52.489Z | | ^^^^^^^^^^^^^^^^ required by this bound in `OpenTelemetryLayer::<S, T>::with_tracer` |
2422 | 2025-03-24T05:52:52.489Z | |
2423 | 2025-03-24T05:52:52.489Z | error[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: opentelemetry::trace::tracer::Tracer` is not satisfied because the trait comes from a different crate version |
2424 | 2025-03-24T05:52:52.489Z | --> downstairs/src/main.rs:409:27 |
2425 | 2025-03-24T05:52:52.489Z | | |
2426 | 2025-03-24T05:52:52.489Z | 409 | .with(telemetry) |
2427 | 2025-03-24T05:52:52.489Z | | ^^^^^^^^^ the trait `opentelemetry::trace::tracer::Tracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer` |
2428 | 2025-03-24T05:52:52.489Z | | |
2429 | 2025-03-24T05:52:52.489Z | help: trait impl with same name found |
2430 | 2025-03-24T05:52:52.489Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:125:1 |
2431 | 2025-03-24T05:52:52.489Z | | |
2432 | 2025-03-24T05:52:52.489Z | 125 | impl opentelemetry::trace::Tracer for Tracer { |
2433 | 2025-03-24T05:52:52.489Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2434 | 2025-03-24T05:52:52.490Z | = note: perhaps two different versions of crate `opentelemetry` are being used? |
2435 | 2025-03-24T05:52:52.490Z | note: there are multiple different versions of crate `opentelemetry` in the dependency graph |
2436 | 2025-03-24T05:52:52.490Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.29.0/src/trace/tracer.rs:121:1 |
2437 | 2025-03-24T05:52:52.490Z | | |
2438 | 2025-03-24T05:52:52.490Z | 121 | pub trait Tracer { |
2439 | 2025-03-24T05:52:52.490Z | | ^^^^^^^^^^^^^^^^ this is the required trait |
2440 | 2025-03-24T05:52:52.490Z | | |
2441 | 2025-03-24T05:52:52.490Z | ::: downstairs/src/main.rs:286:30 |
2442 | 2025-03-24T05:52:52.490Z | | |
2443 | 2025-03-24T05:52:52.490Z | 286 | let tracer = opentelemetry_jaeger::new_agent_pipeline() |
2444 | 2025-03-24T05:52:52.490Z | | -------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `opentelemetry_jaeger` |
2445 | 2025-03-24T05:52:52.490Z | ... |
2446 | 2025-03-24T05:52:52.490Z | 293 | tracing_opentelemetry::layer().with_tracer(tracer); |
2447 | 2025-03-24T05:52:52.490Z | | --------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `tracing_opentelemetry` |
2448 | 2025-03-24T05:52:52.490Z | | |
2449 | 2025-03-24T05:52:52.490Z | ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:31:1 |
2450 | 2025-03-24T05:52:52.490Z | | |
2451 | 2025-03-24T05:52:52.490Z | 31 | pub struct Tracer { |
2452 | 2025-03-24T05:52:52.490Z | | ----------------- this type doesn't implement the required trait |
2453 | 2025-03-24T05:52:52.490Z | | |
2454 | 2025-03-24T05:52:52.490Z | ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.21.0/src/global/trace.rs:13:1 |
2455 | 2025-03-24T05:52:52.490Z | | |
2456 | 2025-03-24T05:52:52.490Z | 13 | pub trait ObjectSafeSpan { |
2457 | 2025-03-24T05:52:52.490Z | | ------------------------ this is the found trait |
2458 | 2025-03-24T05:52:52.490Z | = help: you can use `cargo tree` to explore your dependency tree |
2459 | 2025-03-24T05:52:52.490Z | |
2460 | 2025-03-24T05:52:52.516Z | error[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: PreSampledTracer` is not satisfied |
2461 | 2025-03-24T05:52:52.516Z | --> downstairs/src/main.rs:409:27 |
2462 | 2025-03-24T05:52:52.516Z | | |
2463 | 2025-03-24T05:52:52.516Z | 409 | .with(telemetry) |
2464 | 2025-03-24T05:52:52.516Z | | ---- ^^^^^^^^^ the trait `PreSampledTracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer` |
2465 | 2025-03-24T05:52:52.516Z | | | |
2466 | 2025-03-24T05:52:52.516Z | | required by a bound introduced by this call |
2467 | 2025-03-24T05:52:52.516Z | | |
2468 | 2025-03-24T05:52:52.516Z | = help: the following other types implement trait `PreSampledTracer`: |
2469 | 2025-03-24T05:52:52.516Z | opentelemetry::trace::noop::NoopTracer |
2470 | 2025-03-24T05:52:52.516Z | opentelemetry_sdk::trace::tracer::SdkTracer |
2471 | 2025-03-24T05:52:52.516Z | = note: required for `OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>` to implement `__tracing_subscriber_Layer<Registry>` |
2472 | 2025-03-24T05:52:52.516Z | note: required by a bound in `with` |
2473 | 2025-03-24T05:52:52.516Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.19/src/layer/mod.rs:1504:12 |
2474 | 2025-03-24T05:52:52.516Z | | |
2475 | 2025-03-24T05:52:52.516Z | 1502 | fn with<L>(self, layer: L) -> Layered<L, Self> |
2476 | 2025-03-24T05:52:52.516Z | | ---- required by a bound in this associated function |
2477 | 2025-03-24T05:52:52.516Z | 1503 | where |
2478 | 2025-03-24T05:52:52.516Z | 1504 | L: Layer<Self>, |
2479 | 2025-03-24T05:52:52.516Z | | ^^^^^^^^^^^ required by this bound in `__tracing_subscriber_SubscriberExt::with` |
2480 | 2025-03-24T05:52:52.516Z | |
2481 | 2025-03-24T05:52:52.516Z | error[E0599]: the method `try_init` exists for struct `Layered<OpenTelemetryLayer<Registry, Tracer>, Registry>`, but its trait bounds were not satisfied |
2482 | 2025-03-24T05:52:52.516Z | --> downstairs/src/main.rs:410:22 |
2483 | 2025-03-24T05:52:52.516Z | | |
2484 | 2025-03-24T05:52:52.516Z | 408 | / tracing_subscriber::registry() |
2485 | 2025-03-24T05:52:52.516Z | 409 | | .with(telemetry) |
2486 | 2025-03-24T05:52:52.516Z | 410 | | .try_init() |
2487 | 2025-03-24T05:52:52.516Z | | |_____________________-^^^^^^^^ |
2488 | 2025-03-24T05:52:52.517Z | | |
2489 | 2025-03-24T05:52:52.517Z | ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.19/src/layer/layered.rs:22:1 |
2490 | 2025-03-24T05:52:52.517Z | | |
2491 | 2025-03-24T05:52:52.517Z | 22 | pub struct Layered<L, I, S = I> { |
2492 | 2025-03-24T05:52:52.517Z | | ------------------------------- doesn't satisfy `_: Into<Dispatch>` or `_: SubscriberInitExt` |
2493 | 2025-03-24T05:52:52.517Z | | |
2494 | 2025-03-24T05:52:52.517Z | = note: the following trait bounds were not satisfied: |
2495 | 2025-03-24T05:52:52.517Z | `Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: Into<tracing_core::dispatcher::Dispatch>` |
2496 | 2025-03-24T05:52:52.517Z | which is required by `Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: SubscriberInitExt` |
2497 | 2025-03-24T05:52:52.517Z | `&Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: Into<tracing_core::dispatcher::Dispatch>` |
2498 | 2025-03-24T05:52:52.517Z | which is required by `&Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: SubscriberInitExt` |
2499 | 2025-03-24T05:52:52.517Z | `&mut Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: Into<tracing_core::dispatcher::Dispatch>` |
2500 | 2025-03-24T05:52:52.517Z | which is required by `&mut Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: SubscriberInitExt` |
2501 | 2025-03-24T05:52:52.517Z | |
2502 | 2025-03-24T05:52:52.517Z | error[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: opentelemetry::trace::tracer::Tracer` is not satisfied because the trait comes from a different crate version |
2503 | 2025-03-24T05:52:52.517Z | --> downstairs/src/main.rs:451:64 |
2504 | 2025-03-24T05:52:52.517Z | | |
2505 | 2025-03-24T05:52:52.517Z | 451 | tracing_opentelemetry::layer().with_tracer(tracer); |
2506 | 2025-03-24T05:52:52.517Z | | ^^^^^^ the trait `opentelemetry::trace::tracer::Tracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer` |
2507 | 2025-03-24T05:52:52.517Z | | |
2508 | 2025-03-24T05:52:52.517Z | help: trait impl with same name found |
2509 | 2025-03-24T05:52:52.517Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:125:1 |
2510 | 2025-03-24T05:52:52.517Z | | |
2511 | 2025-03-24T05:52:52.517Z | 125 | impl opentelemetry::trace::Tracer for Tracer { |
2512 | 2025-03-24T05:52:52.517Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2513 | 2025-03-24T05:52:52.517Z | = note: perhaps two different versions of crate `opentelemetry` are being used? |
2514 | 2025-03-24T05:52:52.517Z | note: there are multiple different versions of crate `opentelemetry` in the dependency graph |
2515 | 2025-03-24T05:52:52.517Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.29.0/src/trace/tracer.rs:121:1 |
2516 | 2025-03-24T05:52:52.517Z | | |
2517 | 2025-03-24T05:52:52.517Z | 121 | pub trait Tracer { |
2518 | 2025-03-24T05:52:52.517Z | | ^^^^^^^^^^^^^^^^ this is the required trait |
2519 | 2025-03-24T05:52:52.517Z | | |
2520 | 2025-03-24T05:52:52.517Z | ::: downstairs/src/main.rs:286:30 |
2521 | 2025-03-24T05:52:52.517Z | | |
2522 | 2025-03-24T05:52:52.517Z | 286 | let tracer = opentelemetry_jaeger::new_agent_pipeline() |
2523 | 2025-03-24T05:52:52.517Z | | -------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `opentelemetry_jaeger` |
2524 | 2025-03-24T05:52:52.517Z | ... |
2525 | 2025-03-24T05:52:52.517Z | 293 | tracing_opentelemetry::layer().with_tracer(tracer); |
2526 | 2025-03-24T05:52:52.517Z | | --------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `tracing_opentelemetry` |
2527 | 2025-03-24T05:52:52.517Z | | |
2528 | 2025-03-24T05:52:52.517Z | ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:31:1 |
2529 | 2025-03-24T05:52:52.518Z | | |
2530 | 2025-03-24T05:52:52.518Z | 31 | pub struct Tracer { |
2531 | 2025-03-24T05:52:52.518Z | | ----------------- this type doesn't implement the required trait |
2532 | 2025-03-24T05:52:52.518Z | | |
2533 | 2025-03-24T05:52:52.518Z | ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.21.0/src/global/trace.rs:13:1 |
2534 | 2025-03-24T05:52:52.518Z | | |
2535 | 2025-03-24T05:52:52.518Z | 13 | pub trait ObjectSafeSpan { |
2536 | 2025-03-24T05:52:52.518Z | | ------------------------ this is the found trait |
2537 | 2025-03-24T05:52:52.518Z | = help: you can use `cargo tree` to explore your dependency tree |
2538 | 2025-03-24T05:52:52.518Z | |
2539 | 2025-03-24T05:52:52.518Z | error[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: PreSampledTracer` is not satisfied |
2540 | 2025-03-24T05:52:52.518Z | --> downstairs/src/main.rs:451:64 |
2541 | 2025-03-24T05:52:52.518Z | | |
2542 | 2025-03-24T05:52:52.518Z | 451 | tracing_opentelemetry::layer().with_tracer(tracer); |
2543 | 2025-03-24T05:52:52.518Z | | ----------- ^^^^^^ the trait `PreSampledTracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer` |
2544 | 2025-03-24T05:52:52.518Z | | | |
2545 | 2025-03-24T05:52:52.518Z | | required by a bound introduced by this call |
2546 | 2025-03-24T05:52:52.518Z | | |
2547 | 2025-03-24T05:52:52.518Z | = help: the following other types implement trait `PreSampledTracer`: |
2548 | 2025-03-24T05:52:52.518Z | opentelemetry::trace::noop::NoopTracer |
2549 | 2025-03-24T05:52:52.518Z | opentelemetry_sdk::trace::tracer::SdkTracer |
2550 | 2025-03-24T05:52:52.518Z | note: required by a bound in `OpenTelemetryLayer::<S, T>::with_tracer` |
2551 | 2025-03-24T05:52:52.518Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-opentelemetry-0.30.0/src/layer.rs:616:32 |
2552 | 2025-03-24T05:52:52.518Z | | |
2553 | 2025-03-24T05:52:52.518Z | 614 | pub fn with_tracer<Tracer>(self, tracer: Tracer) -> OpenTelemetryLayer<S, Tracer> |
2554 | 2025-03-24T05:52:52.518Z | | ----------- required by a bound in this associated function |
2555 | 2025-03-24T05:52:52.518Z | 615 | where |
2556 | 2025-03-24T05:52:52.518Z | 616 | Tracer: otel::Tracer + PreSampledTracer + 'static, |
2557 | 2025-03-24T05:52:52.518Z | | ^^^^^^^^^^^^^^^^ required by this bound in `OpenTelemetryLayer::<S, T>::with_tracer` |
2558 | 2025-03-24T05:52:52.518Z | |
2559 | 2025-03-24T05:52:52.544Z | error[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: opentelemetry::trace::tracer::Tracer` is not satisfied because the trait comes from a different crate version |
2560 | 2025-03-24T05:52:52.544Z | --> downstairs/src/main.rs:454:27 |
2561 | 2025-03-24T05:52:52.544Z | | |
2562 | 2025-03-24T05:52:52.544Z | 454 | .with(telemetry) |
2563 | 2025-03-24T05:52:52.544Z | | ^^^^^^^^^ the trait `opentelemetry::trace::tracer::Tracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer` |
2564 | 2025-03-24T05:52:52.544Z | | |
2565 | 2025-03-24T05:52:52.544Z | help: trait impl with same name found |
2566 | 2025-03-24T05:52:52.544Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:125:1 |
2567 | 2025-03-24T05:52:52.544Z | | |
2568 | 2025-03-24T05:52:52.544Z | 125 | impl opentelemetry::trace::Tracer for Tracer { |
2569 | 2025-03-24T05:52:52.544Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2570 | 2025-03-24T05:52:52.544Z | = note: perhaps two different versions of crate `opentelemetry` are being used? |
2571 | 2025-03-24T05:52:52.544Z | note: there are multiple different versions of crate `opentelemetry` in the dependency graph |
2572 | 2025-03-24T05:52:52.544Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.29.0/src/trace/tracer.rs:121:1 |
2573 | 2025-03-24T05:52:52.544Z | | |
2574 | 2025-03-24T05:52:52.544Z | 121 | pub trait Tracer { |
2575 | 2025-03-24T05:52:52.544Z | | ^^^^^^^^^^^^^^^^ this is the required trait |
2576 | 2025-03-24T05:52:52.544Z | | |
2577 | 2025-03-24T05:52:52.544Z | ::: downstairs/src/main.rs:286:30 |
2578 | 2025-03-24T05:52:52.544Z | | |
2579 | 2025-03-24T05:52:52.544Z | 286 | let tracer = opentelemetry_jaeger::new_agent_pipeline() |
2580 | 2025-03-24T05:52:52.544Z | | -------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `opentelemetry_jaeger` |
2581 | 2025-03-24T05:52:52.544Z | ... |
2582 | 2025-03-24T05:52:52.544Z | 293 | tracing_opentelemetry::layer().with_tracer(tracer); |
2583 | 2025-03-24T05:52:52.544Z | | --------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `tracing_opentelemetry` |
2584 | 2025-03-24T05:52:52.544Z | | |
2585 | 2025-03-24T05:52:52.544Z | ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:31:1 |
2586 | 2025-03-24T05:52:52.544Z | | |
2587 | 2025-03-24T05:52:52.544Z | 31 | pub struct Tracer { |
2588 | 2025-03-24T05:52:52.544Z | | ----------------- this type doesn't implement the required trait |
2589 | 2025-03-24T05:52:52.545Z | | |
2590 | 2025-03-24T05:52:52.545Z | ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.21.0/src/global/trace.rs:13:1 |
2591 | 2025-03-24T05:52:52.545Z | | |
2592 | 2025-03-24T05:52:52.545Z | 13 | pub trait ObjectSafeSpan { |
2593 | 2025-03-24T05:52:52.545Z | | ------------------------ this is the found trait |
2594 | 2025-03-24T05:52:52.545Z | = help: you can use `cargo tree` to explore your dependency tree |
2595 | 2025-03-24T05:52:52.545Z | |
2596 | 2025-03-24T05:52:52.545Z | error[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: PreSampledTracer` is not satisfied |
2597 | 2025-03-24T05:52:52.545Z | --> downstairs/src/main.rs:454:27 |
2598 | 2025-03-24T05:52:52.545Z | | |
2599 | 2025-03-24T05:52:52.545Z | 454 | .with(telemetry) |
2600 | 2025-03-24T05:52:52.545Z | | ---- ^^^^^^^^^ the trait `PreSampledTracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer` |
2601 | 2025-03-24T05:52:52.545Z | | | |
2602 | 2025-03-24T05:52:52.545Z | | required by a bound introduced by this call |
2603 | 2025-03-24T05:52:52.545Z | | |
2604 | 2025-03-24T05:52:52.545Z | = help: the following other types implement trait `PreSampledTracer`: |
2605 | 2025-03-24T05:52:52.545Z | opentelemetry::trace::noop::NoopTracer |
2606 | 2025-03-24T05:52:52.545Z | opentelemetry_sdk::trace::tracer::SdkTracer |
2607 | 2025-03-24T05:52:52.545Z | = note: required for `OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>` to implement `__tracing_subscriber_Layer<Registry>` |
2608 | 2025-03-24T05:52:52.545Z | note: required by a bound in `with` |
2609 | 2025-03-24T05:52:52.545Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.19/src/layer/mod.rs:1504:12 |
2610 | 2025-03-24T05:52:52.545Z | | |
2611 | 2025-03-24T05:52:52.545Z | 1502 | fn with<L>(self, layer: L) -> Layered<L, Self> |
2612 | 2025-03-24T05:52:52.545Z | | ---- required by a bound in this associated function |
2613 | 2025-03-24T05:52:52.545Z | 1503 | where |
2614 | 2025-03-24T05:52:52.545Z | 1504 | L: Layer<Self>, |
2615 | 2025-03-24T05:52:52.545Z | | ^^^^^^^^^^^ required by this bound in `__tracing_subscriber_SubscriberExt::with` |
2616 | 2025-03-24T05:52:52.545Z | |
2617 | 2025-03-24T05:52:52.545Z | error[E0599]: the method `try_init` exists for struct `Layered<OpenTelemetryLayer<Registry, Tracer>, Registry>`, but its trait bounds were not satisfied |
2618 | 2025-03-24T05:52:52.545Z | --> downstairs/src/main.rs:455:22 |
2619 | 2025-03-24T05:52:52.545Z | | |
2620 | 2025-03-24T05:52:52.545Z | 453 | / tracing_subscriber::registry() |
2621 | 2025-03-24T05:52:52.545Z | 454 | | .with(telemetry) |
2622 | 2025-03-24T05:52:52.545Z | 455 | | .try_init() |
2623 | 2025-03-24T05:52:52.545Z | | |_____________________-^^^^^^^^ |
2624 | 2025-03-24T05:52:52.545Z | | |
2625 | 2025-03-24T05:52:52.545Z | ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.19/src/layer/layered.rs:22:1 |
2626 | 2025-03-24T05:52:52.545Z | | |
2627 | 2025-03-24T05:52:52.545Z | 22 | pub struct Layered<L, I, S = I> { |
2628 | 2025-03-24T05:52:52.545Z | | ------------------------------- doesn't satisfy `_: Into<Dispatch>` or `_: SubscriberInitExt` |
2629 | 2025-03-24T05:52:52.545Z | | |
2630 | 2025-03-24T05:52:52.546Z | = note: the following trait bounds were not satisfied: |
2631 | 2025-03-24T05:52:52.546Z | `Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: Into<tracing_core::dispatcher::Dispatch>` |
2632 | 2025-03-24T05:52:52.546Z | which is required by `Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: SubscriberInitExt` |
2633 | 2025-03-24T05:52:52.546Z | `&Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: Into<tracing_core::dispatcher::Dispatch>` |
2634 | 2025-03-24T05:52:52.546Z | which is required by `&Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: SubscriberInitExt` |
2635 | 2025-03-24T05:52:52.546Z | `&mut Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: Into<tracing_core::dispatcher::Dispatch>` |
2636 | 2025-03-24T05:52:52.546Z | which is required by `&mut Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: SubscriberInitExt` |
2637 | 2025-03-24T05:52:52.546Z | |
2638 | 2025-03-24T05:52:52.746Z | Some errors have detailed explanations: E0277, E0599. |
2639 | 2025-03-24T05:52:52.746Z | For more information about an error, try `rustc --explain E0277`. |
2640 | 2025-03-24T05:52:52.950Z | error: could not compile `crucible-downstairs` (bin "crucible-downstairs") due to 15 previous errors |
2641 | 2025-03-24T05:52:52.950Z | |
2642 | 2025-03-24T05:52:52.950Z | Caused by: |
2643 | 2025-03-24T05:52:52.950Z | process didn't exit successfully: `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_downstairs --edition=2021 downstairs/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=af9333337886bbdd -C extra-filename=-af9333337886bbdd --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-c45278abf815b5e9.rlib --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-4c5b2c1f8078c60a.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-af5bafe9dbb58fe8.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-3f49d6e2f31fa584.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-b9affada90421f7a.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-88df64fb604cab8d.rlib --extern crucible_downstairs=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_downstairs-225a5799e8e04b2e.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-aa8584ef8c21f574.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-6819dc2a7e9d0c2d.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-9c6346897470b028.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-9682259434989048.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-e6d37162631090eb.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-901428aa2fce64c3.rlib --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-a5ac9dfa3160bb72.rlib --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-9d2d58d0c9f117f7.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-cfc614e2eb3a03ee.rlib --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0e224f719f933e76.rlib --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-9484377bb0a1ee33.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-b8af1e22a2cc8c86.rlib --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-76cdc9b2deae44a0.rlib --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-58a09b8a4844aed5.rlib --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-f04b68e65843df65.rlib --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-727817b884a53c6a.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-76c5b88303c74d4f.rlib --extern rangemap=/work/oxidecomputer/crucible/target/debug/deps/librangemap-9c59cad9fffd9fcd.rlib --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-b091d59c790033f1.rlib --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-79bd8970b41c806c.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-e020f18c0bb84057.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-3964a94d911ec5ae.rlib --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-f8e2f6d679262c6f.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-d61da2871c814d53.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rlib --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-7333f8722a731feb.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rlib --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-c495729898236566.rlib --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-f843febf5ffd0627.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-7453d91ab0615f4d.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-fe7310f1e5529a8c.rlib --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-78f320bbc4725d46.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-3a4afc377571037e.rlib --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-6a69244c8e6e0fac.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-3ad0d2447aada782.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-8268ddd04d1302a1.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-767ff2b546fcd1a4.rlib --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-cec5b323c48c1aab.rlib --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-04195de99a1b788b.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-5f0ed36bd2a1cf05.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-e5d2d6b486467d8b.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-dbf8937e4ccc0a34/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` (exit status: 1) |
2644 | 2025-03-24T05:52:52.950Z | warning: build failed, waiting for other jobs to finish... |
2645 | 2025-03-24T05:52:56.009Z | |
2646 | 2025-03-24T05:52:56.009Z | real 3:29.392674404 |
2647 | 2025-03-24T05:52:56.034Z | user 18:10.690143956 |
2648 | 2025-03-24T05:52:56.034Z | sys 3:09.571018325 |
2649 | 2025-03-24T05:52:56.034Z | trap 0.617744915 |
2650 | 2025-03-24T05:52:56.034Z | tflt 0.680964741 |
2651 | 2025-03-24T05:52:56.034Z | dflt 0.637930724 |
2652 | 2025-03-24T05:52:56.034Z | kflt 0.002562442 |
2653 | 2025-03-24T05:52:56.034Z | lock 27:09.939027004 |
2654 | 2025-03-24T05:52:56.034Z | slp 1:17:34.642922633 |
2655 | 2025-03-24T05:52:56.034Z | lat 1:28.370644840 |
2656 | 2025-03-24T05:52:56.034Z | stop 4:25.060442912 |
2657 | 2025-03-24T05:52:56.034Z | process exited: duration 209694 ms, exit code 101 |
|
2658 | 2025-03-24T05:52:56.085Z | found 0 output files |