|
|
|
1 | 2024-10-30T22:04:20.689Z | job assigned to worker 01JBFQ999VWX6V5359RD8A61A8 (queued for 21 m 3 s) |
|
2 | 2024-10-30T22:04:27.669Z | starting task 0: "setup" |
3 | 2024-10-30T22:04:27.677Z | ++ uname -s |
4 | 2024-10-30T22:04:27.680Z | + kern=SunOS |
5 | 2024-10-30T22:04:27.680Z | + case "$kern" in |
6 | 2024-10-30T22:04:27.680Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T22:04:27.680Z | + groupadd -g 12345 build |
8 | 2024-10-30T22:04:27.682Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T22:04:29.692Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T22:04:29.847Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T22:04:29.849Z | + home_fs=zfs |
12 | 2024-10-30T22:04:29.849Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T22:04:29.849Z | + mkdir -p /home/build |
14 | 2024-10-30T22:04:29.852Z | + chown build:build /home/build /work |
15 | 2024-10-30T22:04:31.853Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T22:04:31.856Z | process exited: duration 4189 ms, exit code 0 |
|
17 | 2024-10-30T22:04:31.862Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T22:04:31.868Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T22:04:31.868Z | * toolchain channel = "stable" |
20 | 2024-10-30T22:04:31.868Z | ' stable |
21 | 2024-10-30T22:04:31.868Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-30T22:04:31.868Z | ' default |
23 | 2024-10-30T22:04:31.868Z | * toolchain profile = "default" |
24 | 2024-10-30T22:04:31.871Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T22:04:31.871Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-10-30T22:04:31.963Z | info: downloading installer |
27 | 2024-10-30T22:04:33.274Z | info: profile set to 'default' |
28 | 2024-10-30T22:04:33.274Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T22:04:33.278Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-10-30T22:04:33.428Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-30T22:04:33.428Z | info: downloading component 'cargo' |
32 | 2024-10-30T22:04:34.251Z | info: downloading component 'clippy' |
33 | 2024-10-30T22:04:34.567Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T22:04:35.729Z | info: downloading component 'rust-std' |
35 | 2024-10-30T22:04:37.581Z | info: downloading component 'rustc' |
36 | 2024-10-30T22:04:44.134Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T22:04:44.371Z | info: installing component 'cargo' |
38 | 2024-10-30T22:04:45.192Z | info: installing component 'clippy' |
39 | 2024-10-30T22:04:45.602Z | info: installing component 'rust-docs' |
40 | 2024-10-30T22:04:47.318Z | info: installing component 'rust-std' |
41 | 2024-10-30T22:04:49.213Z | info: installing component 'rustc' |
42 | 2024-10-30T22:04:55.168Z | info: installing component 'rustfmt' |
43 | 2024-10-30T22:04:55.503Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-10-30T22:04:55.503Z | |
45 | 2024-10-30T22:04:55.878Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-30T22:04:55.878Z | |
47 | 2024-10-30T22:04:55.881Z | |
48 | 2024-10-30T22:04:55.881Z | Rust is installed now. Great! |
49 | 2024-10-30T22:04:55.881Z | |
50 | 2024-10-30T22:04:55.881Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T22:04:55.881Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T22:04:55.881Z | |
53 | 2024-10-30T22:04:55.881Z | To configure your current shell, you need to source |
54 | 2024-10-30T22:04:55.881Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T22:04:55.881Z | |
56 | 2024-10-30T22:04:55.881Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T22:04:55.881Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T22:04:55.881Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T22:04:55.957Z | + rustc --version |
60 | 2024-10-30T22:04:56.021Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-30T22:04:56.024Z | process exited: duration 24163 ms, exit code 0 |
|
62 | 2024-10-30T22:04:56.031Z | starting task 2: "authentication" |
63 | 2024-10-30T22:04:56.052Z | process exited: duration 20 ms, exit code 0 |
|
64 | 2024-10-30T22:04:56.059Z | starting task 3: "clone repository" |
65 | 2024-10-30T22:04:56.063Z | + mkdir -p /work/oxidecomputer/oxide.rs |
66 | 2024-10-30T22:04:56.065Z | + git clone https://github.com/oxidecomputer/oxide.rs /work/oxidecomputer/oxide.rs |
67 | 2024-10-30T22:04:56.105Z | Cloning into '/work/oxidecomputer/oxide.rs'... |
68 | 2024-10-30T22:04:58.490Z | + cd /work/oxidecomputer/oxide.rs |
69 | 2024-10-30T22:04:58.490Z | + git fetch origin 829384efb949995b259b1aa16e4f89e3491a8e7a |
70 | 2024-10-30T22:04:58.724Z | From https://github.com/oxidecomputer/oxide.rs |
71 | 2024-10-30T22:04:58.724Z | * branch 829384efb949995b259b1aa16e4f89e3491a8e7a -> FETCH_HEAD |
72 | 2024-10-30T22:04:58.732Z | + [[ -n alan/upload-with-threads ]] |
73 | 2024-10-30T22:04:58.735Z | ++ git branch --show-current |
74 | 2024-10-30T22:04:58.737Z | + current=main |
75 | 2024-10-30T22:04:58.737Z | + [[ main != alan/upload-with-threads ]] |
76 | 2024-10-30T22:04:58.737Z | + git branch -f alan/upload-with-threads 829384efb949995b259b1aa16e4f89e3491a8e7a |
77 | 2024-10-30T22:04:58.739Z | + git checkout -f alan/upload-with-threads |
78 | 2024-10-30T22:04:58.776Z | Switched to branch 'alan/upload-with-threads' |
79 | 2024-10-30T22:04:58.778Z | + git reset --hard 829384efb949995b259b1aa16e4f89e3491a8e7a |
80 | 2024-10-30T22:04:58.783Z | HEAD is now at 829384e Change thread_count to parallelism |
81 | 2024-10-30T22:04:58.786Z | process exited: duration 2725 ms, exit code 0 |
|
82 | 2024-10-30T22:04:58.794Z | starting task 4: "build" |
83 | 2024-10-30T22:04:58.797Z | + cargo --version |
84 | 2024-10-30T22:04:58.802Z | info: syncing channel updates for '1.80-x86_64-unknown-illumos' |
85 | 2024-10-30T22:04:58.933Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-10-30T22:04:58.933Z | info: downloading component 'cargo' |
87 | 2024-10-30T22:04:59.557Z | info: downloading component 'clippy' |
88 | 2024-10-30T22:04:59.776Z | info: downloading component 'rust-docs' |
89 | 2024-10-30T22:05:00.641Z | info: downloading component 'rust-std' |
90 | 2024-10-30T22:05:01.866Z | info: downloading component 'rustc' |
91 | 2024-10-30T22:05:05.284Z | info: downloading component 'rustfmt' |
92 | 2024-10-30T22:05:05.473Z | info: installing component 'cargo' |
93 | 2024-10-30T22:05:06.292Z | info: installing component 'clippy' |
94 | 2024-10-30T22:05:06.656Z | info: installing component 'rust-docs' |
95 | 2024-10-30T22:05:08.260Z | info: installing component 'rust-std' |
96 | 2024-10-30T22:05:09.906Z | info: installing component 'rustc' |
97 | 2024-10-30T22:05:13.968Z | info: installing component 'rustfmt' |
98 | 2024-10-30T22:05:14.364Z | cargo 1.80.1 (376290515 2024-07-16) |
99 | 2024-10-30T22:05:14.368Z | + rustc --version |
100 | 2024-10-30T22:05:14.431Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
101 | 2024-10-30T22:05:14.434Z | + banner build |
102 | 2024-10-30T22:05:14.439Z | |
103 | 2024-10-30T22:05:14.439Z | ##### # # # # ##### |
104 | 2024-10-30T22:05:14.441Z | # # # # # # # # |
105 | 2024-10-30T22:05:14.441Z | ##### # # # # # # |
106 | 2024-10-30T22:05:14.441Z | # # # # # # # # |
107 | 2024-10-30T22:05:14.441Z | # # # # # # # # |
108 | 2024-10-30T22:05:14.441Z | ##### #### # ###### ##### |
109 | 2024-10-30T22:05:14.441Z | |
110 | 2024-10-30T22:05:14.441Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
111 | 2024-10-30T22:05:14.595Z | Updating crates.io index |
112 | 2024-10-30T22:05:14.641Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
113 | 2024-10-30T22:05:14.923Z | Updating git repository `https://github.com/oxidecomputer/thouart` |
114 | 2024-10-30T22:05:15.188Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
115 | 2024-10-30T22:05:16.002Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
116 | 2024-10-30T22:05:17.568Z | Updating git repository `https://github.com/oxidecomputer/typify` |
117 | 2024-10-30T22:05:19.314Z | Downloading crates ... |
118 | 2024-10-30T22:05:19.379Z | Downloaded ascii-canvas v3.0.0 |
119 | 2024-10-30T22:05:19.381Z | Downloaded anstyle-query v1.1.1 |
120 | 2024-10-30T22:05:19.385Z | Downloaded async-lock v3.4.0 |
121 | 2024-10-30T22:05:19.388Z | Downloaded anstream v0.6.15 |
122 | 2024-10-30T22:05:19.391Z | Downloaded async-stream-impl v0.3.6 |
123 | 2024-10-30T22:05:19.393Z | Downloaded async-io v2.3.4 |
124 | 2024-10-30T22:05:19.400Z | Downloaded foreign-types-shared v0.1.1 |
125 | 2024-10-30T22:05:19.403Z | Downloaded equivalent v1.0.1 |
126 | 2024-10-30T22:05:19.403Z | Downloaded crunchy v0.2.2 |
127 | 2024-10-30T22:05:19.405Z | Downloaded cpufeatures v0.2.13 |
128 | 2024-10-30T22:05:19.405Z | Downloaded bit-vec v0.6.3 |
129 | 2024-10-30T22:05:19.408Z | Downloaded atomic-waker v1.1.2 |
130 | 2024-10-30T22:05:19.410Z | Downloaded async-signal v0.2.10 |
131 | 2024-10-30T22:05:19.410Z | Downloaded fastrand v2.1.1 |
132 | 2024-10-30T22:05:19.412Z | Downloaded fnv v1.0.7 |
133 | 2024-10-30T22:05:19.412Z | Downloaded event-listener v2.5.3 |
134 | 2024-10-30T22:05:19.416Z | Downloaded dyn-clone v1.0.17 |
135 | 2024-10-30T22:05:19.418Z | Downloaded built v0.7.4 |
136 | 2024-10-30T22:05:19.418Z | Downloaded dirs-sys-next v0.1.2 |
137 | 2024-10-30T22:05:19.421Z | Downloaded rand_core v0.6.4 |
138 | 2024-10-30T22:05:19.421Z | Downloaded base64 v0.22.1 |
139 | 2024-10-30T22:05:19.425Z | Downloaded difflib v0.4.0 |
140 | 2024-10-30T22:05:19.428Z | Downloaded compact_str v0.7.1 |
141 | 2024-10-30T22:05:19.430Z | Downloaded clap_complete v4.5.33 |
142 | 2024-10-30T22:05:19.433Z | Downloaded clap v4.5.20 |
143 | 2024-10-30T22:05:19.445Z | Downloaded cc v1.1.15 |
144 | 2024-10-30T22:05:19.447Z | Downloaded termtree v0.4.1 |
145 | 2024-10-30T22:05:19.450Z | Downloaded toolchain_find v0.4.0 |
146 | 2024-10-30T22:05:19.450Z | Downloaded anstyle v1.0.8 |
147 | 2024-10-30T22:05:19.452Z | Downloaded stability v0.2.1 |
148 | 2024-10-30T22:05:19.453Z | Downloaded openssl-macros v0.1.1 |
149 | 2024-10-30T22:05:19.455Z | Downloaded signal-hook-registry v1.4.2 |
150 | 2024-10-30T22:05:19.455Z | Downloaded polling v2.8.0 |
151 | 2024-10-30T22:05:19.458Z | Downloaded assert-json-diff v2.0.2 |
152 | 2024-10-30T22:05:19.460Z | Downloaded native-tls v0.2.12 |
153 | 2024-10-30T22:05:19.463Z | Downloaded strsim v0.11.1 |
154 | 2024-10-30T22:05:19.463Z | Downloaded shlex v1.3.0 |
155 | 2024-10-30T22:05:19.466Z | Downloaded serde_urlencoded v0.7.1 |
156 | 2024-10-30T22:05:19.468Z | Downloaded allocator-api2 v0.2.18 |
157 | 2024-10-30T22:05:19.470Z | Downloaded piper v0.2.4 |
158 | 2024-10-30T22:05:19.473Z | Downloaded tabwriter v1.4.0 |
159 | 2024-10-30T22:05:19.473Z | Downloaded anyhow v1.0.89 |
160 | 2024-10-30T22:05:19.477Z | Downloaded subtle v2.6.1 |
161 | 2024-10-30T22:05:19.480Z | Downloaded terminal_size v0.4.0 |
162 | 2024-10-30T22:05:19.482Z | Downloaded slog-json v2.6.1 |
163 | 2024-10-30T22:05:19.484Z | Downloaded semver v1.0.23 |
164 | 2024-10-30T22:05:19.487Z | Downloaded ahash v0.8.11 |
165 | 2024-10-30T22:05:19.493Z | Downloaded sha1 v0.10.6 |
166 | 2024-10-30T22:05:19.494Z | Downloaded thread_local v1.1.8 |
167 | 2024-10-30T22:05:19.494Z | Downloaded serde_derive_internals v0.29.1 |
168 | 2024-10-30T22:05:19.497Z | Downloaded bit-set v0.5.3 |
169 | 2024-10-30T22:05:19.497Z | Downloaded tokio-macros v2.4.0 |
170 | 2024-10-30T22:05:19.500Z | Downloaded tokio-rustls v0.26.0 |
171 | 2024-10-30T22:05:19.500Z | Downloaded tokio-rustls v0.25.0 |
172 | 2024-10-30T22:05:19.504Z | Downloaded blocking v1.6.1 |
173 | 2024-10-30T22:05:19.504Z | Downloaded time-macros v0.2.18 |
174 | 2024-10-30T22:05:19.507Z | Downloaded smallvec v1.13.2 |
175 | 2024-10-30T22:05:19.509Z | Downloaded yasna v0.5.2 |
176 | 2024-10-30T22:05:19.512Z | Downloaded doc-comment v0.3.3 |
177 | 2024-10-30T22:05:19.512Z | Downloaded term v0.7.0 |
178 | 2024-10-30T22:05:19.516Z | Downloaded async-stream v0.3.6 |
179 | 2024-10-30T22:05:19.520Z | Downloaded rustls-pemfile v2.1.3 |
180 | 2024-10-30T22:05:19.522Z | Downloaded rand_chacha v0.3.1 |
181 | 2024-10-30T22:05:19.522Z | Downloaded http-body-util v0.1.2 |
182 | 2024-10-30T22:05:19.526Z | Downloaded concurrent-queue v2.5.0 |
183 | 2024-10-30T22:05:19.529Z | Downloaded autocfg v1.3.0 |
184 | 2024-10-30T22:05:19.529Z | Downloaded sluice v0.5.5 |
185 | 2024-10-30T22:05:19.531Z | Downloaded colorchoice v1.0.2 |
186 | 2024-10-30T22:05:19.532Z | Downloaded async-trait v0.1.83 |
187 | 2024-10-30T22:05:19.534Z | Downloaded new_debug_unreachable v1.0.6 |
188 | 2024-10-30T22:05:19.537Z | Downloaded tower-service v0.3.3 |
189 | 2024-10-30T22:05:19.537Z | Downloaded openssl-probe v0.1.5 |
190 | 2024-10-30T22:05:19.539Z | Downloaded time-core v0.1.2 |
191 | 2024-10-30T22:05:19.539Z | Downloaded take_mut v0.2.2 |
192 | 2024-10-30T22:05:19.542Z | Downloaded tinyvec_macros v0.1.1 |
193 | 2024-10-30T22:05:19.543Z | Downloaded unicode-ident v1.0.13 |
194 | 2024-10-30T22:05:19.545Z | Downloaded data-encoding v2.6.0 |
195 | 2024-10-30T22:05:19.549Z | Downloaded strum v0.26.3 |
196 | 2024-10-30T22:05:19.549Z | Downloaded md5 v0.7.0 |
197 | 2024-10-30T22:05:19.549Z | Downloaded debug-ignore v1.0.5 |
198 | 2024-10-30T22:05:19.552Z | Downloaded match_cfg v0.1.0 |
199 | 2024-10-30T22:05:19.552Z | Downloaded want v0.3.1 |
200 | 2024-10-30T22:05:19.552Z | Downloaded pin-utils v0.1.0 |
201 | 2024-10-30T22:05:19.555Z | Downloaded assert_cmd v2.0.16 |
202 | 2024-10-30T22:05:19.557Z | Downloaded tinyvec v1.8.0 |
203 | 2024-10-30T22:05:19.560Z | Downloaded toml v0.8.19 |
204 | 2024-10-30T22:05:19.563Z | Downloaded dirs-sys v0.3.7 |
205 | 2024-10-30T22:05:19.569Z | Downloaded is-docker v0.2.0 |
206 | 2024-10-30T22:05:19.569Z | Downloaded form_urlencoded v1.2.1 |
207 | 2024-10-30T22:05:19.572Z | Downloaded float-cmp v0.9.0 |
208 | 2024-10-30T22:05:19.572Z | Downloaded fixedbitset v0.4.2 |
209 | 2024-10-30T22:05:19.572Z | Downloaded fastrand v1.9.0 |
210 | 2024-10-30T22:05:19.572Z | Downloaded errno v0.3.9 |
211 | 2024-10-30T22:05:19.575Z | Downloaded console v0.15.8 |
212 | 2024-10-30T22:05:19.579Z | Downloaded serde_spanned v0.6.7 |
213 | 2024-10-30T22:05:19.579Z | Downloaded percent-encoding v2.3.1 |
214 | 2024-10-30T22:05:19.583Z | Downloaded pkg-config v0.3.30 |
215 | 2024-10-30T22:05:19.583Z | Downloaded same-file v1.0.6 |
216 | 2024-10-30T22:05:19.588Z | Downloaded serde_path_to_error v0.1.16 |
217 | 2024-10-30T22:05:19.588Z | Downloaded schemars v0.8.21 |
218 | 2024-10-30T22:05:19.597Z | Downloaded similar v2.6.0 |
219 | 2024-10-30T22:05:19.603Z | Downloaded phf_shared v0.10.0 |
220 | 2024-10-30T22:05:19.606Z | Downloaded pathdiff v0.2.1 |
221 | 2024-10-30T22:05:19.606Z | Downloaded tokio-native-tls v0.3.1 |
222 | 2024-10-30T22:05:19.607Z | Downloaded termcolor v1.4.1 |
223 | 2024-10-30T22:05:19.612Z | Downloaded serde_tokenstream v0.2.2 |
224 | 2024-10-30T22:05:19.613Z | Downloaded toml_datetime v0.6.8 |
225 | 2024-10-30T22:05:19.613Z | Downloaded tiny-keccak v2.0.2 |
226 | 2024-10-30T22:05:19.616Z | Downloaded number_prefix v0.4.0 |
227 | 2024-10-30T22:05:19.616Z | Downloaded powerfmt v0.2.0 |
228 | 2024-10-30T22:05:19.616Z | Downloaded walkdir v2.5.0 |
229 | 2024-10-30T22:05:19.619Z | Downloaded thiserror v1.0.64 |
230 | 2024-10-30T22:05:19.622Z | Downloaded num_threads v0.1.7 |
231 | 2024-10-30T22:05:19.626Z | Downloaded socket2 v0.5.7 |
232 | 2024-10-30T22:05:19.631Z | Downloaded newline-converter v0.3.0 |
233 | 2024-10-30T22:05:19.631Z | Downloaded normalize-line-endings v0.3.0 |
234 | 2024-10-30T22:05:19.631Z | Downloaded slog v2.7.0 |
235 | 2024-10-30T22:05:19.652Z | Downloaded unicode-xid v0.2.5 |
236 | 2024-10-30T22:05:19.652Z | Downloaded try-lock v0.2.5 |
237 | 2024-10-30T22:05:19.653Z | Downloaded version_check v0.9.5 |
238 | 2024-10-30T22:05:19.653Z | Downloaded bitflags v1.3.2 |
239 | 2024-10-30T22:05:19.653Z | Downloaded bitflags v2.6.0 |
240 | 2024-10-30T22:05:19.653Z | Downloaded pin-project-lite v0.2.14 |
241 | 2024-10-30T22:05:19.653Z | Downloaded rustc-hash v2.0.0 |
242 | 2024-10-30T22:05:19.653Z | Downloaded spin v0.9.8 |
243 | 2024-10-30T22:05:19.667Z | Downloaded sha2 v0.10.8 |
244 | 2024-10-30T22:05:19.667Z | Downloaded rcgen v0.10.0 |
245 | 2024-10-30T22:05:19.674Z | Downloaded diff v0.1.13 |
246 | 2024-10-30T22:05:19.674Z | Downloaded num-conv v0.1.0 |
247 | 2024-10-30T22:05:19.674Z | Downloaded heck v0.5.0 |
248 | 2024-10-30T22:05:19.674Z | Downloaded event-listener v5.3.1 |
249 | 2024-10-30T22:05:19.674Z | Downloaded slog-term v2.9.1 |
250 | 2024-10-30T22:05:19.674Z | Downloaded is-wsl v0.4.0 |
251 | 2024-10-30T22:05:19.675Z | Downloaded levenshtein v1.0.5 |
252 | 2024-10-30T22:05:19.675Z | Downloaded strum_macros v0.26.4 |
253 | 2024-10-30T22:05:19.675Z | Downloaded is_terminal_polyfill v1.70.1 |
254 | 2024-10-30T22:05:19.685Z | Downloaded unicode-segmentation v1.11.0 |
255 | 2024-10-30T22:05:19.685Z | Downloaded futures-task v0.3.31 |
256 | 2024-10-30T22:05:19.685Z | Downloaded httparse v1.9.4 |
257 | 2024-10-30T22:05:19.694Z | Downloaded futures-sink v0.3.31 |
258 | 2024-10-30T22:05:19.694Z | Downloaded precomputed-hash v0.1.1 |
259 | 2024-10-30T22:05:19.694Z | Downloaded futures-io v0.3.31 |
260 | 2024-10-30T22:05:19.694Z | Downloaded futures-executor v0.3.31 |
261 | 2024-10-30T22:05:19.694Z | Downloaded tracing-futures v0.2.5 |
262 | 2024-10-30T22:05:19.695Z | Downloaded pico-args v0.5.0 |
263 | 2024-10-30T22:05:19.695Z | Downloaded ppv-lite86 v0.2.20 |
264 | 2024-10-30T22:05:19.695Z | Downloaded typenum v1.17.0 |
265 | 2024-10-30T22:05:19.700Z | Downloaded hyper-tls v0.6.0 |
266 | 2024-10-30T22:05:19.700Z | Downloaded ipnetwork v0.20.0 |
267 | 2024-10-30T22:05:19.700Z | Downloaded bytes v1.7.2 |
268 | 2024-10-30T22:05:19.700Z | Downloaded pin-project-internal v1.1.5 |
269 | 2024-10-30T22:05:19.704Z | Downloaded ryu v1.0.18 |
270 | 2024-10-30T22:05:19.705Z | Downloaded base64 v0.21.7 |
271 | 2024-10-30T22:05:19.712Z | Downloaded serde_derive v1.0.210 |
272 | 2024-10-30T22:05:19.724Z | Downloaded unicode-truncate v1.1.0 |
273 | 2024-10-30T22:05:19.724Z | Downloaded getrandom v0.2.15 |
274 | 2024-10-30T22:05:19.724Z | Downloaded signal-hook v0.3.17 |
275 | 2024-10-30T22:05:19.724Z | Downloaded http-body v1.0.1 |
276 | 2024-10-30T22:05:19.724Z | Downloaded kv-log-macro v1.0.7 |
277 | 2024-10-30T22:05:19.742Z | Downloaded futures-core v0.3.31 |
278 | 2024-10-30T22:05:19.743Z | Downloaded lazy_static v1.5.0 |
279 | 2024-10-30T22:05:19.743Z | Downloaded generic-array v0.14.7 |
280 | 2024-10-30T22:05:19.743Z | Downloaded waker-fn v1.2.0 |
281 | 2024-10-30T22:05:19.743Z | Downloaded socket2 v0.4.10 |
282 | 2024-10-30T22:05:19.744Z | Downloaded untrusted v0.9.0 |
283 | 2024-10-30T22:05:19.744Z | Downloaded polling v3.7.3 |
284 | 2024-10-30T22:05:19.753Z | Downloaded io-lifetimes v1.0.11 |
285 | 2024-10-30T22:05:19.753Z | Downloaded waitgroup v0.1.2 |
286 | 2024-10-30T22:05:19.753Z | Downloaded futures-lite v2.3.0 |
287 | 2024-10-30T22:05:19.753Z | Downloaded value-bag v1.9.0 |
288 | 2024-10-30T22:05:19.753Z | Downloaded tempfile v3.13.0 |
289 | 2024-10-30T22:05:19.754Z | Downloaded pem v1.1.1 |
290 | 2024-10-30T22:05:19.754Z | Downloaded parking v2.2.0 |
291 | 2024-10-30T22:05:19.754Z | Downloaded parking_lot_core v0.9.10 |
292 | 2024-10-30T22:05:19.763Z | Downloaded lalrpop-util v0.20.2 |
293 | 2024-10-30T22:05:19.763Z | Downloaded unicode-bidi v0.3.15 |
294 | 2024-10-30T22:05:19.763Z | Downloaded wait-timeout v0.2.0 |
295 | 2024-10-30T22:05:19.763Z | Downloaded http-body v0.4.6 |
296 | 2024-10-30T22:05:19.763Z | Downloaded itoa v1.0.11 |
297 | 2024-10-30T22:05:19.763Z | Downloaded predicates v3.1.2 |
298 | 2024-10-30T22:05:19.770Z | Downloaded open v4.2.0 |
299 | 2024-10-30T22:05:19.770Z | Downloaded once_cell v1.19.0 |
300 | 2024-10-30T22:05:19.770Z | Downloaded hyper-util v0.1.9 |
301 | 2024-10-30T22:05:19.778Z | Downloaded futures-channel v0.3.31 |
302 | 2024-10-30T22:05:19.778Z | Downloaded httpdate v1.0.3 |
303 | 2024-10-30T22:05:19.779Z | Downloaded humantime v2.1.0 |
304 | 2024-10-30T22:05:19.779Z | Downloaded tracing-attributes v0.1.27 |
305 | 2024-10-30T22:05:19.786Z | Downloaded iana-time-zone v0.1.60 |
306 | 2024-10-30T22:05:19.787Z | Downloaded num-traits v0.2.19 |
307 | 2024-10-30T22:05:19.787Z | Downloaded serde_yaml v0.9.34+deprecated |
308 | 2024-10-30T22:05:19.794Z | Downloaded quinn v0.11.5 |
309 | 2024-10-30T22:05:19.794Z | Downloaded aho-corasick v1.1.3 |
310 | 2024-10-30T22:05:19.805Z | Downloaded serde v1.0.210 |
311 | 2024-10-30T22:05:19.805Z | Downloaded uuid v1.10.0 |
312 | 2024-10-30T22:05:19.813Z | Downloaded curl v0.4.46 |
313 | 2024-10-30T22:05:19.814Z | Downloaded lru v0.12.4 |
314 | 2024-10-30T22:05:19.814Z | Downloaded hyper-rustls v0.27.3 |
315 | 2024-10-30T22:05:19.814Z | Downloaded expectorate v1.1.0 |
316 | 2024-10-30T22:05:19.821Z | Downloaded lock_api v0.4.12 |
317 | 2024-10-30T22:05:19.821Z | Downloaded proc-macro2 v1.0.87 |
318 | 2024-10-30T22:05:19.821Z | Downloaded zeroize v1.8.1 |
319 | 2024-10-30T22:05:19.821Z | Downloaded log v0.4.22 |
320 | 2024-10-30T22:05:19.830Z | Downloaded jobserver v0.1.32 |
321 | 2024-10-30T22:05:19.830Z | Downloaded zerocopy-derive v0.7.35 |
322 | 2024-10-30T22:05:19.836Z | Downloaded pin-project v1.1.5 |
323 | 2024-10-30T22:05:19.845Z | Downloaded url v2.5.2 |
324 | 2024-10-30T22:05:19.856Z | Downloaded futures-lite v1.13.0 |
325 | 2024-10-30T22:05:19.857Z | Downloaded parking_lot v0.12.3 |
326 | 2024-10-30T22:05:19.857Z | Downloaded unsafe-libyaml v0.2.11 |
327 | 2024-10-30T22:05:19.874Z | Downloaded tracing-core v0.1.32 |
328 | 2024-10-30T22:05:19.874Z | Downloaded toml_edit v0.22.22 |
329 | 2024-10-30T22:05:19.880Z | Downloaded indexmap v2.6.0 |
330 | 2024-10-30T22:05:19.894Z | Downloaded memchr v2.7.4 |
331 | 2024-10-30T22:05:19.909Z | Downloaded crossterm v0.27.0 |
332 | 2024-10-30T22:05:19.909Z | Downloaded winnow v0.6.18 |
333 | 2024-10-30T22:05:19.909Z | Downloaded http v0.2.12 |
334 | 2024-10-30T22:05:19.929Z | Downloaded pretty_assertions v1.4.1 |
335 | 2024-10-30T22:05:19.930Z | Downloaded mio v0.8.11 |
336 | 2024-10-30T22:05:19.930Z | Downloaded unicode-normalization v0.1.23 |
337 | 2024-10-30T22:05:19.930Z | Downloaded http v1.1.0 |
338 | 2024-10-30T22:05:19.947Z | Downloaded httpmock v0.6.8 |
339 | 2024-10-30T22:05:19.947Z | Downloaded tokio-util v0.7.11 |
340 | 2024-10-30T22:05:19.947Z | Downloaded clap_builder v4.5.20 |
341 | 2024-10-30T22:05:19.947Z | Downloaded hashbrown v0.15.0 |
342 | 2024-10-30T22:05:19.967Z | Downloaded time v0.3.36 |
343 | 2024-10-30T22:05:19.967Z | Downloaded itertools v0.12.1 |
344 | 2024-10-30T22:05:19.967Z | Downloaded portable-atomic v1.7.0 |
345 | 2024-10-30T22:05:19.981Z | Downloaded tungstenite v0.20.1 |
346 | 2024-10-30T22:05:19.981Z | Downloaded mio v1.0.2 |
347 | 2024-10-30T22:05:19.981Z | Downloaded itertools v0.11.0 |
348 | 2024-10-30T22:05:19.997Z | Downloaded openssl-sys v0.9.103 |
349 | 2024-10-30T22:05:19.997Z | Downloaded openssl v0.10.66 |
350 | 2024-10-30T22:05:20.006Z | Downloaded hyper v1.4.1 |
351 | 2024-10-30T22:05:20.006Z | Downloaded hashbrown v0.14.5 |
352 | 2024-10-30T22:05:20.009Z | Downloaded futures-util v0.3.31 |
353 | 2024-10-30T22:05:20.018Z | Downloaded itertools v0.13.0 |
354 | 2024-10-30T22:05:20.031Z | Downloaded hyper v0.14.30 |
355 | 2024-10-30T22:05:20.035Z | Downloaded h2 v0.4.6 |
356 | 2024-10-30T22:05:20.060Z | Downloaded vcpkg v0.2.15 |
357 | 2024-10-30T22:05:20.091Z | Downloaded lalrpop v0.20.2 |
358 | 2024-10-30T22:05:20.103Z | Downloaded git2 v0.19.0 |
359 | 2024-10-30T22:05:20.115Z | Downloaded webpki-roots v0.26.6 |
360 | 2024-10-30T22:05:20.115Z | Downloaded regex v1.11.0 |
361 | 2024-10-30T22:05:20.133Z | Downloaded zerocopy v0.7.35 |
362 | 2024-10-30T22:05:20.173Z | Downloaded idna v0.5.0 |
363 | 2024-10-30T22:05:20.173Z | Downloaded openapiv3 v2.0.0 |
364 | 2024-10-30T22:05:20.193Z | Downloaded syn v2.0.79 |
365 | 2024-10-30T22:05:20.193Z | Downloaded bstr v1.10.0 |
366 | 2024-10-30T22:05:20.193Z | Downloaded rustls v0.22.4 |
367 | 2024-10-30T22:05:20.206Z | Downloaded rustls-webpki v0.102.7 |
368 | 2024-10-30T22:05:20.214Z | Downloaded rustix v0.37.27 |
369 | 2024-10-30T22:05:20.224Z | Downloaded unicode-width v0.1.13 |
370 | 2024-10-30T22:05:20.230Z | Downloaded rustix v0.38.37 |
371 | 2024-10-30T22:05:20.251Z | Downloaded regress v0.10.1 |
372 | 2024-10-30T22:05:20.260Z | Downloaded regex-syntax v0.8.5 |
373 | 2024-10-30T22:05:20.268Z | Downloaded serde_json v1.0.128 |
374 | 2024-10-30T22:05:20.278Z | Downloaded reqwest v0.12.8 |
375 | 2024-10-30T22:05:20.286Z | Downloaded chrono v0.4.38 |
376 | 2024-10-30T22:05:20.298Z | Downloaded rustls v0.23.12 |
377 | 2024-10-30T22:05:20.314Z | Downloaded ratatui v0.26.3 |
378 | 2024-10-30T22:05:20.335Z | Downloaded async-std v1.12.0 |
379 | 2024-10-30T22:05:20.343Z | Downloaded isahc v1.7.2 |
380 | 2024-10-30T22:05:20.351Z | Downloaded libc v0.2.159 |
381 | 2024-10-30T22:05:20.384Z | Downloaded regex-automata v0.4.8 |
382 | 2024-10-30T22:05:20.405Z | Downloaded libz-sys v1.1.20 |
383 | 2024-10-30T22:05:20.461Z | Downloaded petgraph v0.6.5 |
384 | 2024-10-30T22:05:20.476Z | Downloaded tokio v1.40.0 |
385 | 2024-10-30T22:05:20.491Z | Downloaded tracing v0.1.40 |
386 | 2024-10-30T22:05:20.491Z | Downloaded oauth2 v5.0.0-rc.1 |
387 | 2024-10-30T22:05:20.491Z | Downloaded yansi v1.0.1 |
388 | 2024-10-30T22:05:20.491Z | Downloaded indicatif v0.17.8 |
389 | 2024-10-30T22:05:20.492Z | Downloaded ipnet v2.9.0 |
390 | 2024-10-30T22:05:20.492Z | Downloaded untrusted v0.7.1 |
391 | 2024-10-30T22:05:20.492Z | Downloaded rand v0.8.5 |
392 | 2024-10-30T22:05:20.498Z | Downloaded crossbeam-channel v0.5.13 |
393 | 2024-10-30T22:05:20.498Z | Downloaded quinn-proto v0.11.8 |
394 | 2024-10-30T22:05:20.529Z | Downloaded mime v0.3.17 |
395 | 2024-10-30T22:05:20.529Z | Downloaded encoding_rs v0.8.34 |
396 | 2024-10-30T22:05:20.536Z | Downloaded paste v1.0.15 |
397 | 2024-10-30T22:05:20.536Z | Downloaded futures-macro v0.3.31 |
398 | 2024-10-30T22:05:20.536Z | Downloaded predicates-tree v1.0.11 |
399 | 2024-10-30T22:05:20.536Z | Downloaded predicates-core v1.0.8 |
400 | 2024-10-30T22:05:20.536Z | Downloaded multer v3.1.0 |
401 | 2024-10-30T22:05:20.537Z | Downloaded is-terminal v0.4.13 |
402 | 2024-10-30T22:05:20.537Z | Downloaded tokio-tungstenite v0.20.1 |
403 | 2024-10-30T22:05:20.537Z | Downloaded thiserror-impl v1.0.64 |
404 | 2024-10-30T22:05:20.537Z | Downloaded static_assertions v1.1.0 |
405 | 2024-10-30T22:05:20.543Z | Downloaded hostname v0.4.0 |
406 | 2024-10-30T22:05:20.543Z | Downloaded home v0.5.9 |
407 | 2024-10-30T22:05:20.543Z | Downloaded utf8parse v0.2.2 |
408 | 2024-10-30T22:05:20.543Z | Downloaded utf-8 v0.7.6 |
409 | 2024-10-30T22:05:20.544Z | Downloaded crossbeam-utils v0.8.20 |
410 | 2024-10-30T22:05:20.549Z | Downloaded rustls-pki-types v1.8.0 |
411 | 2024-10-30T22:05:20.549Z | Downloaded termini v1.0.0 |
412 | 2024-10-30T22:05:20.549Z | Downloaded event-listener v3.1.0 |
413 | 2024-10-30T22:05:20.549Z | Downloaded hostname v0.3.1 |
414 | 2024-10-30T22:05:20.553Z | Downloaded string_cache v0.8.7 |
415 | 2024-10-30T22:05:20.554Z | Downloaded spin v0.5.2 |
416 | 2024-10-30T22:05:20.554Z | Downloaded slog-bunyan v2.5.0 |
417 | 2024-10-30T22:05:20.554Z | Downloaded slog-async v2.8.0 |
418 | 2024-10-30T22:05:20.563Z | Downloaded slab v0.4.9 |
419 | 2024-10-30T22:05:20.563Z | Downloaded siphasher v0.3.11 |
420 | 2024-10-30T22:05:20.563Z | Downloaded signal-hook-mio v0.2.4 |
421 | 2024-10-30T22:05:20.563Z | Downloaded shell-words v1.1.0 |
422 | 2024-10-30T22:05:20.563Z | Downloaded env_logger v0.10.2 |
423 | 2024-10-30T22:05:20.563Z | Downloaded ena v0.14.3 |
424 | 2024-10-30T22:05:20.567Z | Downloaded dialoguer v0.10.4 |
425 | 2024-10-30T22:05:20.568Z | Downloaded scopeguard v1.2.0 |
426 | 2024-10-30T22:05:20.568Z | Downloaded colored v2.1.0 |
427 | 2024-10-30T22:05:20.574Z | Downloaded clap_derive v4.5.18 |
428 | 2024-10-30T22:05:20.574Z | Downloaded either v1.13.0 |
429 | 2024-10-30T22:05:20.578Z | Downloaded crypto-common v0.1.6 |
430 | 2024-10-30T22:05:20.578Z | Downloaded progenitor-client v0.8.0 |
431 | 2024-10-30T22:05:20.578Z | Downloaded schemars_derive v0.8.21 |
432 | 2024-10-30T22:05:20.578Z | Downloaded futures v0.3.31 |
433 | 2024-10-30T22:05:20.581Z | Downloaded digest v0.10.7 |
434 | 2024-10-30T22:05:20.585Z | Downloaded async-task v4.7.1 |
435 | 2024-10-30T22:05:20.585Z | Downloaded async-lock v2.8.0 |
436 | 2024-10-30T22:05:20.590Z | Downloaded dirs-next v2.0.0 |
437 | 2024-10-30T22:05:20.590Z | Downloaded foreign-types v0.3.2 |
438 | 2024-10-30T22:05:20.590Z | Downloaded dirs v4.0.0 |
439 | 2024-10-30T22:05:20.590Z | Downloaded castaway v0.2.3 |
440 | 2024-10-30T22:05:20.595Z | Downloaded cassowary v0.3.0 |
441 | 2024-10-30T22:05:20.595Z | Downloaded byteorder v1.5.0 |
442 | 2024-10-30T22:05:20.595Z | Downloaded sync_wrapper v1.0.1 |
443 | 2024-10-30T22:05:20.599Z | Downloaded cfg-if v1.0.0 |
444 | 2024-10-30T22:05:20.599Z | Downloaded async-io v1.13.0 |
445 | 2024-10-30T22:05:20.599Z | Downloaded async-executor v1.13.0 |
446 | 2024-10-30T22:05:20.603Z | Downloaded clap_lex v0.7.2 |
447 | 2024-10-30T22:05:20.603Z | Downloaded curl-sys v0.4.74+curl-8.9.0 |
448 | 2024-10-30T22:05:20.665Z | Downloaded async-process v1.8.1 |
449 | 2024-10-30T22:05:20.671Z | Downloaded async-channel v2.3.1 |
450 | 2024-10-30T22:05:20.672Z | Downloaded quote v1.0.37 |
451 | 2024-10-30T22:05:20.672Z | Downloaded quinn-udp v0.5.5 |
452 | 2024-10-30T22:05:20.672Z | Downloaded basic-cookies v0.1.5 |
453 | 2024-10-30T22:05:20.673Z | Downloaded async-object-pool v0.1.4 |
454 | 2024-10-30T22:05:20.681Z | Downloaded serde_regex v1.1.0 |
455 | 2024-10-30T22:05:20.681Z | Downloaded anstyle-parse v0.2.5 |
456 | 2024-10-30T22:05:20.681Z | Downloaded rustversion v1.0.17 |
457 | 2024-10-30T22:05:20.682Z | Downloaded rustfmt-wrapper v0.2.1 |
458 | 2024-10-30T22:05:20.682Z | Downloaded camino v1.1.9 |
459 | 2024-10-30T22:05:20.690Z | Downloaded base64 v0.13.1 |
460 | 2024-10-30T22:05:20.691Z | Downloaded async-channel v1.9.0 |
461 | 2024-10-30T22:05:20.691Z | Downloaded event-listener-strategy v0.5.2 |
462 | 2024-10-30T22:05:20.691Z | Downloaded deranged v0.3.11 |
463 | 2024-10-30T22:05:20.691Z | Downloaded block-buffer v0.10.4 |
464 | 2024-10-30T22:05:20.691Z | Downloaded async-global-executor v2.4.1 |
465 | 2024-10-30T22:05:20.696Z | Downloaded castaway v0.1.2 |
466 | 2024-10-30T22:05:20.709Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
467 | 2024-10-30T22:05:20.754Z | Downloaded libnghttp2-sys v0.1.10+1.61.0 |
468 | 2024-10-30T22:05:21.138Z | Downloaded ring v0.17.8 |
469 | 2024-10-30T22:05:21.258Z | Downloaded ring v0.16.20 |
470 | 2024-10-30T22:05:21.394Z | Downloaded openssl-src v300.3.1+3.3.1 |
471 | 2024-10-30T22:05:22.033Z | Compiling proc-macro2 v1.0.87 |
472 | 2024-10-30T22:05:22.036Z | Compiling unicode-ident v1.0.13 |
473 | 2024-10-30T22:05:22.036Z | Compiling libc v0.2.159 |
474 | 2024-10-30T22:05:22.036Z | Compiling cfg-if v1.0.0 |
475 | 2024-10-30T22:05:22.061Z | Compiling autocfg v1.3.0 |
476 | 2024-10-30T22:05:22.065Z | Compiling once_cell v1.19.0 |
477 | 2024-10-30T22:05:22.065Z | Compiling serde v1.0.210 |
478 | 2024-10-30T22:05:22.065Z | Running `/home/build/.rustup/toolchains/1.80-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.87/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=cc847cce2150512a -C extra-filename=-cc847cce2150512a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-cc847cce2150512a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
479 | 2024-10-30T22:05:22.065Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df0960839ef19ee2 -C extra-filename=-df0960839ef19ee2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
480 | 2024-10-30T22:05:22.065Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/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=e4ed29f17c9b2c08 -C extra-filename=-e4ed29f17c9b2c08 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-e4ed29f17c9b2c08 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
481 | 2024-10-30T22:05:22.065Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=120b4d9592baeed9 -C extra-filename=-120b4d9592baeed9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
482 | 2024-10-30T22:05:22.065Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5e7200f1ef131ad -C extra-filename=-e5e7200f1ef131ad --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
483 | 2024-10-30T22:05:22.076Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=c1e522c99ed18664 -C extra-filename=-c1e522c99ed18664 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-c1e522c99ed18664 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
484 | 2024-10-30T22:05:22.078Z | Running `/home/build/.rustup/toolchains/1.80-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.210/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="derive"' --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=3ca5eaeabbc41b71 -C extra-filename=-3ca5eaeabbc41b71 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde-3ca5eaeabbc41b71 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
485 | 2024-10-30T22:05:22.078Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=7a91e3d8ae4260ac -C extra-filename=-7a91e3d8ae4260ac --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
486 | 2024-10-30T22:05:22.170Z | Compiling shlex v1.3.0 |
487 | 2024-10-30T22:05:22.193Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d1571608e7fdb706 -C extra-filename=-d1571608e7fdb706 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
488 | 2024-10-30T22:05:22.242Z | Compiling itoa v1.0.11 |
489 | 2024-10-30T22:05:22.244Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=6a3f16939c829a63 -C extra-filename=-6a3f16939c829a63 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
490 | 2024-10-30T22:05:22.477Z | Compiling memchr v2.7.4 |
491 | 2024-10-30T22:05:22.480Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=95c7ac11c8c7f998 -C extra-filename=-95c7ac11c8c7f998 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
492 | 2024-10-30T22:05:22.554Z | Compiling pin-project-lite v0.2.14 |
493 | 2024-10-30T22:05:22.557Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -C debuginfo=2 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a95361f84110741a -C extra-filename=-a95361f84110741a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
494 | 2024-10-30T22:05:22.571Z | Compiling value-bag v1.9.0 |
495 | 2024-10-30T22:05:22.576Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.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 -C debuginfo=2 --cfg 'feature="inline-i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=04329f13fb60d4e0 -C extra-filename=-04329f13fb60d4e0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
496 | 2024-10-30T22:05:22.675Z | Compiling futures-core v0.3.31 |
497 | 2024-10-30T22:05:22.680Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=a30dfc0a3049c588 -C extra-filename=-a30dfc0a3049c588 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
498 | 2024-10-30T22:05:22.707Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-cc847cce2150512a/build-script-build` |
499 | 2024-10-30T22:05:22.707Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde-3ca5eaeabbc41b71/build-script-build` |
500 | 2024-10-30T22:05:22.780Z | Compiling version_check v0.9.5 |
501 | 2024-10-30T22:05:22.816Z | Running `/home/build/.rustup/toolchains/1.80-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=02ca1d3ef1501e90 -C extra-filename=-02ca1d3ef1501e90 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
502 | 2024-10-30T22:05:22.826Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-c1e522c99ed18664/build-script-build` |
503 | 2024-10-30T22:05:22.863Z | Running `/home/build/.rustup/toolchains/1.80-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.87/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -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=0a510974637b2623 -C extra-filename=-0a510974637b2623 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-df0960839ef19ee2.rmeta --cap-lints allow --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)'` |
504 | 2024-10-30T22:05:22.863Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-e4ed29f17c9b2c08/build-script-build` |
505 | 2024-10-30T22:05:22.900Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/src/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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=15b79012f585d34b -C extra-filename=-15b79012f585d34b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --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_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
506 | 2024-10-30T22:05:22.915Z | Compiling futures-io v0.3.31 |
507 | 2024-10-30T22:05:22.918Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=dfe75babce4319c9 -C extra-filename=-dfe75babce4319c9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
508 | 2024-10-30T22:05:22.934Z | Compiling pkg-config v0.3.30 |
509 | 2024-10-30T22:05:22.934Z | Running `/home/build/.rustup/toolchains/1.80-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.30/src/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=1f4625ff26040054 -C extra-filename=-1f4625ff26040054 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
510 | 2024-10-30T22:05:22.952Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -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=a3dac8235df05770 -C extra-filename=-a3dac8235df05770 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --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_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
511 | 2024-10-30T22:05:23.182Z | Compiling log v0.4.22 |
512 | 2024-10-30T22:05:23.186Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --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=efc1d7a6fc7da4dd -C extra-filename=-efc1d7a6fc7da4dd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern value_bag=/work/oxidecomputer/oxide.rs/target/debug/deps/libvalue_bag-04329f13fb60d4e0.rmeta --cap-lints allow` |
513 | 2024-10-30T22:05:23.270Z | Compiling lock_api v0.4.12 |
514 | 2024-10-30T22:05:23.272Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.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="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=80d5a0f0e1ee929e -C extra-filename=-80d5a0f0e1ee929e --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/lock_api-80d5a0f0e1ee929e -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-e5e7200f1ef131ad.rlib --cap-lints allow` |
515 | 2024-10-30T22:05:23.424Z | Compiling parking_lot_core v0.9.10 |
516 | 2024-10-30T22:05:23.426Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/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=3c192d7fbb88efb4 -C extra-filename=-3c192d7fbb88efb4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-3c192d7fbb88efb4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
517 | 2024-10-30T22:05:23.635Z | Compiling jobserver v0.1.32 |
518 | 2024-10-30T22:05:23.654Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ebddd3e5d17c2c5 -C extra-filename=-3ebddd3e5d17c2c5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-15b79012f585d34b.rmeta --cap-lints allow` |
519 | 2024-10-30T22:05:23.662Z | Compiling quote v1.0.37 |
520 | 2024-10-30T22:05:23.664Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=a0075e57cf66aa4f -C extra-filename=-a0075e57cf66aa4f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rmeta --cap-lints allow` |
521 | 2024-10-30T22:05:23.900Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-3c192d7fbb88efb4/build-script-build` |
522 | 2024-10-30T22:05:23.924Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/lock_api-80d5a0f0e1ee929e/build-script-build` |
523 | 2024-10-30T22:05:24.058Z | Compiling syn v2.0.79 |
524 | 2024-10-30T22:05:24.060Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.79/src/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=fa5bab0f17ed547b -C extra-filename=-fa5bab0f17ed547b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-df0960839ef19ee2.rmeta --cap-lints allow` |
525 | 2024-10-30T22:05:24.152Z | Compiling cc v1.1.15 |
526 | 2024-10-30T22:05:24.156Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.1.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="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=db847ab00f948833 -C extra-filename=-db847ab00f948833 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern jobserver=/work/oxidecomputer/oxide.rs/target/debug/deps/libjobserver-3ebddd3e5d17c2c5.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-15b79012f585d34b.rmeta --extern shlex=/work/oxidecomputer/oxide.rs/target/debug/deps/libshlex-d1571608e7fdb706.rmeta --cap-lints allow` |
527 | 2024-10-30T22:05:24.193Z | Compiling slab v0.4.9 |
528 | 2024-10-30T22:05:24.196Z | Running `/home/build/.rustup/toolchains/1.80-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=48bcc6bcbcdc5744 -C extra-filename=-48bcc6bcbcdc5744 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slab-48bcc6bcbcdc5744 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-e5e7200f1ef131ad.rlib --cap-lints allow` |
529 | 2024-10-30T22:05:24.388Z | Compiling bytes v1.7.2 |
530 | 2024-10-30T22:05:24.391Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=624fa7ff64f2270a -C extra-filename=-624fa7ff64f2270a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
531 | 2024-10-30T22:05:24.410Z | Compiling vcpkg v0.2.15 |
532 | 2024-10-30T22:05:24.412Z | Running `/home/build/.rustup/toolchains/1.80-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=3a2136407e46312c -C extra-filename=-3a2136407e46312c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
533 | 2024-10-30T22:05:24.468Z | Compiling ryu v1.0.18 |
534 | 2024-10-30T22:05:24.470Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=4d1c44075dc6dbc0 -C extra-filename=-4d1c44075dc6dbc0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
535 | 2024-10-30T22:05:24.550Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/slab-48bcc6bcbcdc5744/build-script-build` |
536 | 2024-10-30T22:05:24.617Z | Compiling signal-hook-registry v1.4.2 |
537 | 2024-10-30T22:05:24.620Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d7572af39df5802 -C extra-filename=-1d7572af39df5802 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow` |
538 | 2024-10-30T22:05:24.692Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=5e6f97e22f621f38 -C extra-filename=-5e6f97e22f621f38 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
539 | 2024-10-30T22:05:24.817Z | Compiling serde_json v1.0.128 |
540 | 2024-10-30T22:05:24.819Z | Running `/home/build/.rustup/toolchains/1.80-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.128/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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=e132b0987ec510d5 -C extra-filename=-e132b0987ec510d5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde_json-e132b0987ec510d5 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
541 | 2024-10-30T22:05:24.864Z | Compiling getrandom v0.2.15 |
542 | 2024-10-30T22:05:24.867Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=35fafaa76f158f4c -C extra-filename=-35fafaa76f158f4c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow` |
543 | 2024-10-30T22:05:24.975Z | Compiling hashbrown v0.15.0 |
544 | 2024-10-30T22:05:24.978Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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 embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=51417c9b14836bd3 -C extra-filename=-51417c9b14836bd3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
545 | 2024-10-30T22:05:25.185Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_json-e132b0987ec510d5/build-script-build` |
546 | 2024-10-30T22:05:25.203Z | Compiling bitflags v2.6.0 |
547 | 2024-10-30T22:05:25.219Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --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=e0e43fc91e5b431f -C extra-filename=-e0e43fc91e5b431f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
548 | 2024-10-30T22:05:25.231Z | Compiling equivalent v1.0.1 |
549 | 2024-10-30T22:05:25.234Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69be99ac5bd12ad0 -C extra-filename=-69be99ac5bd12ad0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
550 | 2024-10-30T22:05:25.336Z | Compiling fnv v1.0.7 |
551 | 2024-10-30T22:05:25.339Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8de2f692ef7f0e02 -C extra-filename=-8de2f692ef7f0e02 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
552 | 2024-10-30T22:05:25.469Z | Compiling num-traits v0.2.19 |
553 | 2024-10-30T22:05:25.471Z | Running `/home/build/.rustup/toolchains/1.80-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=cabd7558503919ca -C extra-filename=-cabd7558503919ca --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/num-traits-cabd7558503919ca -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-e5e7200f1ef131ad.rlib --cap-lints allow` |
554 | 2024-10-30T22:05:25.583Z | Compiling smallvec v1.13.2 |
555 | 2024-10-30T22:05:25.587Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=34a2e012b22690c4 -C extra-filename=-34a2e012b22690c4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
556 | 2024-10-30T22:05:25.661Z | Compiling scopeguard v1.2.0 |
557 | 2024-10-30T22:05:25.667Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=bdd4355fcd4c5cfa -C extra-filename=-bdd4355fcd4c5cfa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
558 | 2024-10-30T22:05:25.741Z | Compiling tracing-core v0.1.32 |
559 | 2024-10-30T22:05:25.757Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=86918e83dc49cf88 -C extra-filename=-86918e83dc49cf88 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --cap-lints allow` |
560 | 2024-10-30T22:05:25.807Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/num-traits-cabd7558503919ca/build-script-build` |
561 | 2024-10-30T22:05:25.826Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-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 -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=538c492722da280d -C extra-filename=-538c492722da280d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-bdd4355fcd4c5cfa.rmeta --cap-lints allow --cfg has_const_fn_trait_bound` |
562 | 2024-10-30T22:05:26.028Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=b52b0f12ff5beb65 -C extra-filename=-b52b0f12ff5beb65 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-34a2e012b22690c4.rmeta --cap-lints allow` |
563 | 2024-10-30T22:05:26.090Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=5a7bf54ecf78fb2e -C extra-filename=-5a7bf54ecf78fb2e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg has_total_cmp` |
564 | 2024-10-30T22:05:26.109Z | Compiling socket2 v0.5.7 |
565 | 2024-10-30T22:05:26.112Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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 embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=87ce1a801d0433ad -C extra-filename=-87ce1a801d0433ad --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow` |
566 | 2024-10-30T22:05:26.311Z | Compiling futures-sink v0.3.31 |
567 | 2024-10-30T22:05:26.314Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=9bc9badfd4411b61 -C extra-filename=-9bc9badfd4411b61 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
568 | 2024-10-30T22:05:26.387Z | Compiling parking_lot v0.12.3 |
569 | 2024-10-30T22:05:26.394Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.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 -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=aac592e940392f2a -C extra-filename=-aac592e940392f2a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lock_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liblock_api-538c492722da280d.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-b52b0f12ff5beb65.rmeta --cap-lints allow` |
570 | 2024-10-30T22:05:26.464Z | Compiling openssl-src v300.3.1+3.3.1 |
571 | 2024-10-30T22:05:26.467Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name openssl_src --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-src-300.3.1+3.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="legacy"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camellia", "default", "force-engine", "idea", "ktls", "legacy", "seed", "weak-crypto"))' -C metadata=a31eb9bbb806a532 -C extra-filename=-a31eb9bbb806a532 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-db847ab00f948833.rmeta --cap-lints allow` |
572 | 2024-10-30T22:05:26.779Z | Compiling pin-utils v0.1.0 |
573 | 2024-10-30T22:05:26.782Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b55135452d220217 -C extra-filename=-b55135452d220217 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
574 | 2024-10-30T22:05:26.878Z | Compiling regex-syntax v0.8.5 |
575 | 2024-10-30T22:05:26.880Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=b256c33895509f3f -C extra-filename=-b256c33895509f3f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
576 | 2024-10-30T22:05:27.017Z | Compiling mio v1.0.2 |
577 | 2024-10-30T22:05:27.020Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --warn=unexpected_cfgs --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"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=fe4182bd071aad0d -C extra-filename=-fe4182bd071aad0d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow` |
578 | 2024-10-30T22:05:27.276Z | Compiling futures-channel v0.3.31 |
579 | 2024-10-30T22:05:27.279Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=c41120205775dd17 -C extra-filename=-c41120205775dd17 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-9bc9badfd4411b61.rmeta --cap-lints allow` |
580 | 2024-10-30T22:05:27.401Z | Compiling crossbeam-utils v0.8.20 |
581 | 2024-10-30T22:05:27.406Z | Running `/home/build/.rustup/toolchains/1.80-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=da822fb56630e25e -C extra-filename=-da822fb56630e25e --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-da822fb56630e25e -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
582 | 2024-10-30T22:05:27.490Z | Compiling byteorder v1.5.0 |
583 | 2024-10-30T22:05:27.493Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=d2375c782a660022 -C extra-filename=-d2375c782a660022 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
584 | 2024-10-30T22:05:27.692Z | Compiling percent-encoding v2.3.1 |
585 | 2024-10-30T22:05:27.695Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=177e3ff32a741e54 -C extra-filename=-177e3ff32a741e54 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
586 | 2024-10-30T22:05:27.710Z | Compiling openssl-sys v0.9.103 |
587 | 2024-10-30T22:05:27.712Z | Running `/home/build/.rustup/toolchains/1.80-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.103/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="openssl-src"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=1110282ba543291c -C extra-filename=-1110282ba543291c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1110282ba543291c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-db847ab00f948833.rlib --extern openssl_src=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_src-a31eb9bbb806a532.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-1f4625ff26040054.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-3a2136407e46312c.rlib --cap-lints allow` |
588 | 2024-10-30T22:05:27.958Z | Compiling tinyvec_macros v0.1.1 |
589 | 2024-10-30T22:05:27.961Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8efaafd8356aef83 -C extra-filename=-8efaafd8356aef83 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
590 | 2024-10-30T22:05:28.008Z | Compiling futures-task v0.3.31 |
591 | 2024-10-30T22:05:28.010Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=787aaf8b05c55624 -C extra-filename=-787aaf8b05c55624 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
592 | 2024-10-30T22:05:28.010Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-da822fb56630e25e/build-script-build` |
593 | 2024-10-30T22:05:28.045Z | Compiling tinyvec v1.8.0 |
594 | 2024-10-30T22:05:28.050Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=0c944a35622e71f6 -C extra-filename=-0c944a35622e71f6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinyvec_macros-8efaafd8356aef83.rmeta --cap-lints allow` |
595 | 2024-10-30T22:05:28.068Z | Compiling form_urlencoded v1.2.1 |
596 | 2024-10-30T22:05:28.073Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=af26c03259e2897c -C extra-filename=-af26c03259e2897c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-177e3ff32a741e54.rmeta --cap-lints allow` |
597 | 2024-10-30T22:05:28.094Z | Compiling errno v0.3.9 |
598 | 2024-10-30T22:05:28.097Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-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 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=eea0f4d5dd9acdb7 -C extra-filename=-eea0f4d5dd9acdb7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow` |
599 | 2024-10-30T22:05:28.305Z | Compiling ahash v0.8.11 |
600 | 2024-10-30T22:05:28.307Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=a9dcdb0cb71109c2 -C extra-filename=-a9dcdb0cb71109c2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ahash-a9dcdb0cb71109c2 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-02ca1d3ef1501e90.rlib --cap-lints allow` |
601 | 2024-10-30T22:05:28.332Z | Compiling httparse v1.9.4 |
602 | 2024-10-30T22:05:28.334Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.9.4/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", "std"))' --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)' -C metadata=65089cfb9fc4b037 -C extra-filename=-65089cfb9fc4b037 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/httparse-65089cfb9fc4b037 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
603 | 2024-10-30T22:05:28.350Z | Compiling atomic-waker v1.1.2 |
604 | 2024-10-30T22:05:28.352Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=8b5d66e4b6718196 -C extra-filename=-8b5d66e4b6718196 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
605 | 2024-10-30T22:05:28.396Z | Running `/home/build/.rustup/toolchains/1.80-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="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=b056357480f6fa40 -C extra-filename=-b056357480f6fa40 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
606 | 2024-10-30T22:05:28.529Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=b016540381c4c7ec -C extra-filename=-b016540381c4c7ec --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` |
607 | 2024-10-30T22:05:28.701Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/ahash-a9dcdb0cb71109c2/build-script-build` |
608 | 2024-10-30T22:05:28.751Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1110282ba543291c/build-script-main` |
609 | 2024-10-30T22:05:28.770Z | Compiling http v1.1.0 |
610 | 2024-10-30T22:05:28.773Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=64f45f61282d6c87 -C extra-filename=-64f45f61282d6c87 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-8de2f692ef7f0e02.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --cap-lints allow` |
611 | 2024-10-30T22:05:29.034Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/httparse-65089cfb9fc4b037/build-script-build` |
612 | 2024-10-30T22:05:29.099Z | Compiling unicode-bidi v0.3.15 |
613 | 2024-10-30T22:05:29.102Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -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=9aaf1b47068ff454 -C extra-filename=-9aaf1b47068ff454 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
614 | 2024-10-30T22:05:29.564Z | Compiling unicode-normalization v0.1.23 |
615 | 2024-10-30T22:05:29.567Z | Running `/home/build/.rustup/toolchains/1.80-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.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=86da7d6326d618c3 -C extra-filename=-86da7d6326d618c3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern tinyvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinyvec-0c944a35622e71f6.rmeta --cap-lints allow` |
616 | 2024-10-30T22:05:29.905Z | Compiling thiserror v1.0.64 |
617 | 2024-10-30T22:05:29.927Z | Running `/home/build/.rustup/toolchains/1.80-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.64/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=e8c655fadc72fffa -C extra-filename=-e8c655fadc72fffa --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/thiserror-e8c655fadc72fffa -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
618 | 2024-10-30T22:05:29.956Z | Compiling rustix v0.38.37 |
619 | 2024-10-30T22:05:29.959Z | Running `/home/build/.rustup/toolchains/1.80-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="time"' --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"))' --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"))' -C metadata=020511fffb569cf2 -C extra-filename=-020511fffb569cf2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-020511fffb569cf2 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
620 | 2024-10-30T22:05:30.464Z | Compiling heck v0.5.0 |
621 | 2024-10-30T22:05:30.467Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=846057f722bfec3f -C extra-filename=-846057f722bfec3f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
622 | 2024-10-30T22:05:30.653Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-e8c655fadc72fffa/build-script-build` |
623 | 2024-10-30T22:05:30.653Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-020511fffb569cf2/build-script-build` |
624 | 2024-10-30T22:05:30.746Z | Compiling idna v0.5.0 |
625 | 2024-10-30T22:05:30.748Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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 -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=8064ed37493ea162 -C extra-filename=-8064ed37493ea162 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_bidi-9aaf1b47068ff454.rmeta --extern unicode_normalization=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_normalization-86da7d6326d618c3.rmeta --cap-lints allow` |
626 | 2024-10-30T22:05:30.778Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.9.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 -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --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)' -C metadata=69f410e923166068 -C extra-filename=-69f410e923166068 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg httparse_simd_neon_intrinsics --cfg httparse_simd` |
627 | 2024-10-30T22:05:30.795Z | Compiling ring v0.17.8 |
628 | 2024-10-30T22:05:30.798Z | Running `/home/build/.rustup/toolchains/1.80-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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=4aac5c81e6b05cd7 -C extra-filename=-4aac5c81e6b05cd7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-4aac5c81e6b05cd7 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-db847ab00f948833.rlib --cap-lints allow` |
629 | 2024-10-30T22:05:31.094Z | Compiling serde_derive_internals v0.29.1 |
630 | 2024-10-30T22:05:31.096Z | Running `/home/build/.rustup/toolchains/1.80-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=0bd3d667b54ebf26 -C extra-filename=-0bd3d667b54ebf26 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rmeta --cap-lints allow` |
631 | 2024-10-30T22:05:31.493Z | Running `/home/build/.rustup/toolchains/1.80-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 --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=11747ac2121e0af9 -C extra-filename=-11747ac2121e0af9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
632 | 2024-10-30T22:05:31.592Z | Compiling schemars v0.8.21 |
633 | 2024-10-30T22:05:31.594Z | Running `/home/build/.rustup/toolchains/1.80-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.21/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="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --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=e0713db34924009c -C extra-filename=-e0713db34924009c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/schemars-e0713db34924009c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
634 | 2024-10-30T22:05:31.851Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="time"' --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"))' --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"))' -C metadata=44ce83d58c240d52 -C extra-filename=-44ce83d58c240d52 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-e0e43fc91e5b431f.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-eea0f4d5dd9acdb7.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
635 | 2024-10-30T22:05:31.934Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aac5c81e6b05cd7/build-script-build` |
636 | 2024-10-30T22:05:31.970Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-e0713db34924009c/build-script-build` |
637 | 2024-10-30T22:05:31.995Z | Compiling dyn-clone v1.0.17 |
638 | 2024-10-30T22:05:31.997Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd4222bf225c8a27 -C extra-filename=-bd4222bf225c8a27 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
639 | 2024-10-30T22:05:32.223Z | Compiling allocator-api2 v0.2.18 |
640 | 2024-10-30T22:05:32.226Z | Running `/home/build/.rustup/toolchains/1.80-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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -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=f1c32827cf8cf707 -C extra-filename=-f1c32827cf8cf707 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
641 | 2024-10-30T22:05:32.524Z | Compiling spin v0.9.8 |
642 | 2024-10-30T22:05:32.528Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=f47da0f01fb84e5c -C extra-filename=-f47da0f01fb84e5c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
643 | 2024-10-30T22:05:32.776Z | Compiling rustls-pki-types v1.8.0 |
644 | 2024-10-30T22:05:32.779Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=9ffabd2e42c63b48 -C extra-filename=-9ffabd2e42c63b48 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
645 | 2024-10-30T22:05:33.041Z | Compiling concurrent-queue v2.5.0 |
646 | 2024-10-30T22:05:33.044Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=0025d77c1a072ea6 -C extra-filename=-0025d77c1a072ea6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-b016540381c4c7ec.rmeta --cap-lints allow` |
647 | 2024-10-30T22:05:33.261Z | Compiling aho-corasick v1.1.3 |
648 | 2024-10-30T22:05:33.285Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -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=0414f19dc7a92bfd -C extra-filename=-0414f19dc7a92bfd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --cap-lints allow` |
649 | 2024-10-30T22:05:33.391Z | Compiling try-lock v0.2.5 |
650 | 2024-10-30T22:05:33.394Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05701371d7e72416 -C extra-filename=-05701371d7e72416 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
651 | 2024-10-30T22:05:33.548Z | Compiling parking v2.2.0 |
652 | 2024-10-30T22:05:33.551Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-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 embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=f5bc10a3d0468cb4 -C extra-filename=-f5bc10a3d0468cb4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
653 | 2024-10-30T22:05:33.652Z | Compiling untrusted v0.9.0 |
654 | 2024-10-30T22:05:33.655Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=49d7eec7dbb0d155 -C extra-filename=-49d7eec7dbb0d155 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
655 | 2024-10-30T22:05:33.813Z | Compiling want v0.3.1 |
656 | 2024-10-30T22:05:33.815Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e6b967ae2566ee9 -C extra-filename=-5e6b967ae2566ee9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern try_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libtry_lock-05701371d7e72416.rmeta --cap-lints allow` |
657 | 2024-10-30T22:05:33.870Z | Compiling libz-sys v1.1.20 |
658 | 2024-10-30T22:05:33.873Z | Running `/home/build/.rustup/toolchains/1.80-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.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="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' --check-cfg 'cfg(zng)' -C metadata=160fbf88aa2aa2bb -C extra-filename=-160fbf88aa2aa2bb --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-160fbf88aa2aa2bb -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-db847ab00f948833.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-1f4625ff26040054.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-3a2136407e46312c.rlib --cap-lints allow` |
659 | 2024-10-30T22:05:34.125Z | Compiling fastrand v2.1.1 |
660 | 2024-10-30T22:05:34.130Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.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 -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=65b7a6df01e4d76b -C extra-filename=-65b7a6df01e4d76b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
661 | 2024-10-30T22:05:34.398Z | Compiling zeroize v1.8.1 |
662 | 2024-10-30T22:05:34.400Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-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 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", "simd", "std", "zeroize_derive"))' -C metadata=2a890032feec9076 -C extra-filename=-2a890032feec9076 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
663 | 2024-10-30T22:05:34.548Z | Compiling httpdate v1.0.3 |
664 | 2024-10-30T22:05:34.551Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c105c95e379cba25 -C extra-filename=-c105c95e379cba25 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
665 | 2024-10-30T22:05:34.743Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-160fbf88aa2aa2bb/build-script-build` |
666 | 2024-10-30T22:05:34.746Z | Compiling http-body v1.0.1 |
667 | 2024-10-30T22:05:34.746Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=539ac1340e95d13e -C extra-filename=-539ac1340e95d13e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --cap-lints allow` |
668 | 2024-10-30T22:05:34.885Z | Compiling subtle v2.6.1 |
669 | 2024-10-30T22:05:34.888Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=24a581f2e818bbc5 -C extra-filename=-24a581f2e818bbc5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
670 | 2024-10-30T22:05:34.963Z | Compiling tower-service v0.3.3 |
671 | 2024-10-30T22:05:34.965Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c223d9d1ce68073 -C extra-filename=-9c223d9d1ce68073 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
672 | 2024-10-30T22:05:35.058Z | Compiling openssl-probe v0.1.5 |
673 | 2024-10-30T22:05:35.060Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c10a2f9cf9f08ef1 -C extra-filename=-c10a2f9cf9f08ef1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
674 | 2024-10-30T22:05:35.089Z | Compiling iana-time-zone v0.1.60 |
675 | 2024-10-30T22:05:35.092Z | Running `/home/build/.rustup/toolchains/1.80-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.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=d3a5dd3552122bb5 -C extra-filename=-d3a5dd3552122bb5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
676 | 2024-10-30T22:05:35.122Z | Compiling regex-automata v0.4.8 |
677 | 2024-10-30T22:05:35.130Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -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=80e52b763bea4f47 -C extra-filename=-80e52b763bea4f47 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aho_corasick=/work/oxidecomputer/oxide.rs/target/debug/deps/libaho_corasick-0414f19dc7a92bfd.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b256c33895509f3f.rmeta --cap-lints allow` |
678 | 2024-10-30T22:05:35.443Z | Compiling foreign-types-shared v0.1.1 |
679 | 2024-10-30T22:05:35.445Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dca3c0ba5f595d70 -C extra-filename=-dca3c0ba5f595d70 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
680 | 2024-10-30T22:05:35.542Z | Compiling openssl v0.10.66 |
681 | 2024-10-30T22:05:35.545Z | Running `/home/build/.rustup/toolchains/1.80-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.66/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="vendored"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=28cc69ad49d85ef4 -C extra-filename=-28cc69ad49d85ef4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-28cc69ad49d85ef4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
682 | 2024-10-30T22:05:35.608Z | Compiling foreign-types v0.3.2 |
683 | 2024-10-30T22:05:35.611Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df55611b1b789139 -C extra-filename=-df55611b1b789139 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/oxide.rs/target/debug/deps/libforeign_types_shared-dca3c0ba5f595d70.rmeta --cap-lints allow` |
684 | 2024-10-30T22:05:35.699Z | Compiling encoding_rs v0.8.34 |
685 | 2024-10-30T22:05:35.702Z | Running `/home/build/.rustup/toolchains/1.80-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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "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", "serde", "simd-accel"))' -C metadata=e7dcd8c4f86de700 -C extra-filename=-e7dcd8c4f86de700 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --cap-lints allow` |
686 | 2024-10-30T22:05:36.006Z | Compiling mime v0.3.17 |
687 | 2024-10-30T22:05:36.010Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9c005c3804c6123 -C extra-filename=-f9c005c3804c6123 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
688 | 2024-10-30T22:05:36.250Z | Compiling serde_derive v1.0.210 |
689 | 2024-10-30T22:05:36.253Z | Running `/home/build/.rustup/toolchains/1.80-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.210/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=97ad3040f0e1bf6b -C extra-filename=-97ad3040f0e1bf6b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow` |
690 | 2024-10-30T22:05:36.660Z | Compiling tracing-attributes v0.1.27 |
691 | 2024-10-30T22:05:36.663Z | Running `/home/build/.rustup/toolchains/1.80-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.27/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("async-await"))' -C metadata=1ee561e804ceeff3 -C extra-filename=-1ee561e804ceeff3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow` |
692 | 2024-10-30T22:05:37.100Z | Compiling tokio-macros v2.4.0 |
693 | 2024-10-30T22:05:37.102Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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=5b8037c864231582 -C extra-filename=-5b8037c864231582 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow` |
694 | 2024-10-30T22:05:37.418Z | Compiling futures-macro v0.3.31 |
695 | 2024-10-30T22:05:37.421Z | Running `/home/build/.rustup/toolchains/1.80-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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=b692d62a421b0eb9 -C extra-filename=-b692d62a421b0eb9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow` |
696 | 2024-10-30T22:05:38.733Z | Compiling tokio v1.40.0 |
697 | 2024-10-30T22:05:38.749Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.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 -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="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=75e04619b44f257c -C extra-filename=-75e04619b44f257c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-fe4182bd071aad0d.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-aac592e940392f2a.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-1d7572af39df5802.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-87ce1a801d0433ad.rmeta --extern tokio_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_macros-5b8037c864231582.so --cap-lints allow` |
698 | 2024-10-30T22:05:39.313Z | Compiling zerocopy-derive v0.7.35 |
699 | 2024-10-30T22:05:39.326Z | Running `/home/build/.rustup/toolchains/1.80-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.35/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=32a767f08d959a11 -C extra-filename=-32a767f08d959a11 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow` |
700 | 2024-10-30T22:05:39.797Z | Compiling futures-util v0.3.31 |
701 | 2024-10-30T22:05:39.800Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=f10012d0aceb6d87 -C extra-filename=-f10012d0aceb6d87 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-c41120205775dd17.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --extern futures_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_macro-b692d62a421b0eb9.so --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-9bc9badfd4411b61.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-787aaf8b05c55624.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-b55135452d220217.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-5e6f97e22f621f38.rmeta --cap-lints allow` |
702 | 2024-10-30T22:05:40.031Z | Compiling tracing v0.1.40 |
703 | 2024-10-30T22:05:40.033Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.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 -C debuginfo=2 --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --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=f9ba2bb767a97a6d -C extra-filename=-f9ba2bb767a97a6d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern tracing_attributes=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_attributes-1ee561e804ceeff3.so --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-86918e83dc49cf88.rmeta --cap-lints allow` |
704 | 2024-10-30T22:05:40.418Z | Compiling thiserror-impl v1.0.64 |
705 | 2024-10-30T22:05:40.421Z | Running `/home/build/.rustup/toolchains/1.80-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.64/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=a0ffc4fcc8029839 -C extra-filename=-a0ffc4fcc8029839 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow` |
706 | 2024-10-30T22:05:40.571Z | Compiling schemars_derive v0.8.21 |
707 | 2024-10-30T22:05:40.574Z | Running `/home/build/.rustup/toolchains/1.80-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.21/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=59de6c827aacbd12 -C extra-filename=-59de6c827aacbd12 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern serde_derive_internals=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive_internals-0bd3d667b54ebf26.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow` |
708 | 2024-10-30T22:05:41.433Z | Compiling zerocopy v0.7.35 |
709 | 2024-10-30T22:05:41.436Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byteorder"' --cfg 'feature="default"' --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", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=191f071618fc73b8 -C extra-filename=-191f071618fc73b8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern byteorder=/work/oxidecomputer/oxide.rs/target/debug/deps/libbyteorder-d2375c782a660022.rmeta --extern zerocopy_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy_derive-32a767f08d959a11.so --cap-lints allow` |
710 | 2024-10-30T22:05:43.097Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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 -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", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=fbae245df25833d6 -C extra-filename=-fbae245df25833d6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-35fafaa76f158f4c.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-f47da0f01fb84e5c.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-49d7eec7dbb0d155.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test` |
711 | 2024-10-30T22:05:43.384Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8c5794307abfde6 -C extra-filename=-c8c5794307abfde6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror_impl-a0ffc4fcc8029839.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
712 | 2024-10-30T22:05:43.520Z | Compiling regex v1.11.0 |
713 | 2024-10-30T22:05:43.524Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.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 -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=6cbf1a569a0906ec -C extra-filename=-6cbf1a569a0906ec --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aho_corasick=/work/oxidecomputer/oxide.rs/target/debug/deps/libaho_corasick-0414f19dc7a92bfd.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-80e52b763bea4f47.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b256c33895509f3f.rmeta --cap-lints allow` |
714 | 2024-10-30T22:05:43.605Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --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=a39d748c2263b375 -C extra-filename=-a39d748c2263b375 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive-97ad3040f0e1bf6b.so --cap-lints allow --cfg no_core_error --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)'` |
715 | 2024-10-30T22:05:43.691Z | Compiling openssl-macros v0.1.1 |
716 | 2024-10-30T22:05:43.695Z | Running `/home/build/.rustup/toolchains/1.80-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=ad118a9670e71497 -C extra-filename=-ad118a9670e71497 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow` |
717 | 2024-10-30T22:05:44.549Z | Compiling rustls v0.23.12 |
718 | 2024-10-30T22:05:44.552Z | Running `/home/build/.rustup/toolchains/1.80-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.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="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=b216c5ff9dbcabfa -C extra-filename=-b216c5ff9dbcabfa --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-b216c5ff9dbcabfa -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
719 | 2024-10-30T22:05:44.708Z | Compiling native-tls v0.2.12 |
720 | 2024-10-30T22:05:44.711Z | Running `/home/build/.rustup/toolchains/1.80-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.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="vendored"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=f31f1a9c68ebd4b0 -C extra-filename=-f31f1a9c68ebd4b0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/native-tls-f31f1a9c68ebd4b0 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
721 | 2024-10-30T22:05:44.885Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-b216c5ff9dbcabfa/build-script-build` |
722 | 2024-10-30T22:05:44.912Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=f1967e9e4eaccc0d -C extra-filename=-f1967e9e4eaccc0d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern zerocopy=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy-191f071618fc73b8.rmeta --cap-lints allow --cfg 'feature="folded_multiply"'` |
723 | 2024-10-30T22:05:45.093Z | Compiling rustls-webpki v0.102.7 |
724 | 2024-10-30T22:05:45.095Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.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 -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=7eede34f846708e6 -C extra-filename=-7eede34f846708e6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-fbae245df25833d6.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-9ffabd2e42c63b48.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-49d7eec7dbb0d155.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out` |
725 | 2024-10-30T22:05:45.404Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -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=44137c147f83ff9f -C extra-filename=-44137c147f83ff9f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-b056357480f6fa40.rmeta --cap-lints allow` |
726 | 2024-10-30T22:05:45.961Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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 -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", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=78eb2c06c70e2850 -C extra-filename=-78eb2c06c70e2850 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-fbae245df25833d6.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-9ffabd2e42c63b48.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-7eede34f846708e6.rmeta --extern subtle=/work/oxidecomputer/oxide.rs/target/debug/deps/libsubtle-24a581f2e818bbc5.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-2a890032feec9076.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
727 | 2024-10-30T22:05:47.377Z | Compiling tokio-util v0.7.11 |
728 | 2024-10-30T22:05:47.380Z | Compiling hashbrown v0.14.5 |
729 | 2024-10-30T22:05:47.380Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -C debuginfo=2 --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=9ae8405a78226ce6 -C extra-filename=-9ae8405a78226ce6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-9bc9badfd4411b61.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --cap-lints allow` |
730 | 2024-10-30T22:05:47.380Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.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 -C debuginfo=2 --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=36a498ac52cec59e -C extra-filename=-36a498ac52cec59e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ahash=/work/oxidecomputer/oxide.rs/target/debug/deps/libahash-f1967e9e4eaccc0d.rmeta --extern allocator_api2=/work/oxidecomputer/oxide.rs/target/debug/deps/liballocator_api2-f1c32827cf8cf707.rmeta --cap-lints allow` |
731 | 2024-10-30T22:05:47.660Z | Running `/home/build/.rustup/toolchains/1.80-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.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="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --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=acbd46cdefe5d4b2 -C extra-filename=-acbd46cdefe5d4b2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aho_corasick=/work/oxidecomputer/oxide.rs/target/debug/deps/libaho_corasick-44137c147f83ff9f.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-b056357480f6fa40.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b256c33895509f3f.rmeta --cap-lints allow` |
732 | 2024-10-30T22:05:48.734Z | Compiling http-body-util v0.1.2 |
733 | 2024-10-30T22:05:48.737Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=845e4322e8930b31 -C extra-filename=-845e4322e8930b31 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-539ac1340e95d13e.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow` |
734 | 2024-10-30T22:05:48.800Z | Compiling base64 v0.22.1 |
735 | 2024-10-30T22:05:48.802Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=759979a6ecce3d25 -C extra-filename=-759979a6ecce3d25 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
736 | 2024-10-30T22:05:49.219Z | Compiling anstyle v1.0.8 |
737 | 2024-10-30T22:05:49.223Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=96c5b084cbc75647 -C extra-filename=-96c5b084cbc75647 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
738 | 2024-10-30T22:05:49.648Z | Compiling indexmap v2.6.0 |
739 | 2024-10-30T22:05:49.651Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 -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=d3529c2b186fe478 -C extra-filename=-d3529c2b186fe478 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern equivalent=/work/oxidecomputer/oxide.rs/target/debug/deps/libequivalent-69be99ac5bd12ad0.rmeta --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-51417c9b14836bd3.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow` |
740 | 2024-10-30T22:05:49.712Z | Running `/home/build/.rustup/toolchains/1.80-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.128/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --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=b819022aebd274b2 -C extra-filename=-b819022aebd274b2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-4d1c44075dc6dbc0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
741 | 2024-10-30T22:05:50.064Z | Compiling url v2.5.2 |
742 | 2024-10-30T22:05:50.067Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=2b994c41d60cd839 -C extra-filename=-2b994c41d60cd839 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-af26c03259e2897c.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-8064ed37493ea162.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-177e3ff32a741e54.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow` |
743 | 2024-10-30T22:05:51.062Z | Compiling h2 v0.4.6 |
744 | 2024-10-30T22:05:51.065Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=8faa3320c2258eb6 -C extra-filename=-8faa3320c2258eb6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern atomic_waker=/work/oxidecomputer/oxide.rs/target/debug/deps/libatomic_waker-8b5d66e4b6718196.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-8de2f692ef7f0e02.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-9bc9badfd4411b61.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d3529c2b186fe478.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-5e6f97e22f621f38.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-9ae8405a78226ce6.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-f9ba2bb767a97a6d.rmeta --cap-lints allow` |
745 | 2024-10-30T22:05:52.199Z | Compiling chrono v0.4.38 |
746 | 2024-10-30T22:05:52.202Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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 -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-targets"' --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-targets"))' -C metadata=6db67fd060f78c39 -C extra-filename=-6db67fd060f78c39 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/oxide.rs/target/debug/deps/libiana_time_zone-d3a5dd3552122bb5.rmeta --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-5a7bf54ecf78fb2e.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow` |
747 | 2024-10-30T22:05:52.248Z | Compiling uuid v1.10.0 |
748 | 2024-10-30T22:05:52.250Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --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", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=d8708ce91d588ce6 -C extra-filename=-d8708ce91d588ce6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-35fafaa76f158f4c.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow` |
749 | 2024-10-30T22:05:52.834Z | Compiling typenum v1.17.0 |
750 | 2024-10-30T22:05:52.837Z | Running `/home/build/.rustup/toolchains/1.80-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=039328c0b6a9f664 -C extra-filename=-039328c0b6a9f664 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/typenum-039328c0b6a9f664 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
751 | 2024-10-30T22:05:53.191Z | Compiling tokio-rustls v0.26.0 |
752 | 2024-10-30T22:05:53.194Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=d65e9bcf884ab727 -C extra-filename=-d65e9bcf884ab727 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-78eb2c06c70e2850.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-9ffabd2e42c63b48.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out` |
753 | 2024-10-30T22:05:53.653Z | Compiling serde_urlencoded v0.7.1 |
754 | 2024-10-30T22:05:53.656Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4b969a1888256f2 -C extra-filename=-e4b969a1888256f2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-af26c03259e2897c.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-4d1c44075dc6dbc0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow` |
755 | 2024-10-30T22:05:53.845Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/typenum-039328c0b6a9f664/build-script-main` |
756 | 2024-10-30T22:05:54.048Z | Compiling rustls-pemfile v2.1.3 |
757 | 2024-10-30T22:05:54.053Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3134f24889f0534f -C extra-filename=-3134f24889f0534f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-9ffabd2e42c63b48.rmeta --cap-lints allow` |
758 | 2024-10-30T22:05:54.207Z | Compiling ppv-lite86 v0.2.20 |
759 | 2024-10-30T22:05:54.210Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.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 -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=da0b37275030e6f0 -C extra-filename=-da0b37275030e6f0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern zerocopy=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy-191f071618fc73b8.rmeta --cap-lints allow` |
760 | 2024-10-30T22:05:54.551Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --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=254c084dc1750830 -C extra-filename=-254c084dc1750830 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-bd4222bf225c8a27.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-59de6c827aacbd12.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
761 | 2024-10-30T22:05:55.085Z | Compiling event-listener v5.3.1 |
762 | 2024-10-30T22:05:55.088Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.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 -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=152879c998dfb13a -C extra-filename=-152879c998dfb13a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-0025d77c1a072ea6.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-f5bc10a3d0468cb4.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow` |
763 | 2024-10-30T22:05:55.568Z | Compiling webpki-roots v0.26.6 |
764 | 2024-10-30T22:05:55.571Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc3c58daeb87f5c6 -C extra-filename=-dc3c58daeb87f5c6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-9ffabd2e42c63b48.rmeta --cap-lints allow` |
765 | 2024-10-30T22:05:55.724Z | Compiling rand_core v0.6.4 |
766 | 2024-10-30T22:05:55.729Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=06e0ba2803aa6a6b -C extra-filename=-06e0ba2803aa6a6b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-35fafaa76f158f4c.rmeta --cap-lints allow` |
767 | 2024-10-30T22:05:55.770Z | Compiling generic-array v0.14.7 |
768 | 2024-10-30T22:05:55.772Z | Running `/home/build/.rustup/toolchains/1.80-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=1b0ca6e0dbcdc29b -C extra-filename=-1b0ca6e0dbcdc29b --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/generic-array-1b0ca6e0dbcdc29b -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-02ca1d3ef1501e90.rlib --cap-lints allow` |
769 | 2024-10-30T22:05:56.152Z | Compiling either v1.13.0 |
770 | 2024-10-30T22:05:56.154Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.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 -C debuginfo=2 --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=8fe7fa4c7979c2ec -C extra-filename=-8fe7fa4c7979c2ec --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
771 | 2024-10-30T22:05:56.211Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/generic-array-1b0ca6e0dbcdc29b/build-script-build` |
772 | 2024-10-30T22:05:56.260Z | Compiling rand_chacha v0.3.1 |
773 | 2024-10-30T22:05:56.262Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=e963887d0f9fbb67 -C extra-filename=-e963887d0f9fbb67 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/oxide.rs/target/debug/deps/libppv_lite86-da0b37275030e6f0.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-06e0ba2803aa6a6b.rmeta --cap-lints allow` |
774 | 2024-10-30T22:05:56.262Z | Compiling event-listener-strategy v0.5.2 |
775 | 2024-10-30T22:05:56.262Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-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 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b245d133a9b53f0f -C extra-filename=-b245d133a9b53f0f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-152879c998dfb13a.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow` |
776 | 2024-10-30T22:05:56.295Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=76dc0d9af6921f9e -C extra-filename=-76dc0d9af6921f9e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
777 | 2024-10-30T22:05:56.488Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.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 -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=9596ca75b03ae00f -C extra-filename=-9596ca75b03ae00f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aho_corasick=/work/oxidecomputer/oxide.rs/target/debug/deps/libaho_corasick-44137c147f83ff9f.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-b056357480f6fa40.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-acbd46cdefe5d4b2.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b256c33895509f3f.rmeta --cap-lints allow` |
778 | 2024-10-30T22:05:56.577Z | Compiling sync_wrapper v1.0.1 |
779 | 2024-10-30T22:05:56.581Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=09a139dd9ef3c381 -C extra-filename=-09a139dd9ef3c381 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --cap-lints allow` |
780 | 2024-10-30T22:05:56.725Z | Compiling utf8parse v0.2.2 |
781 | 2024-10-30T22:05:56.728Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-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 -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=912f08f4c799e2a9 -C extra-filename=-912f08f4c799e2a9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
782 | 2024-10-30T22:05:56.890Z | Compiling ipnet v2.9.0 |
783 | 2024-10-30T22:05:56.893Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=0d2d7a11af39ac20 -C extra-filename=-0d2d7a11af39ac20 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
784 | 2024-10-30T22:05:57.574Z | Compiling same-file v1.0.6 |
785 | 2024-10-30T22:05:57.576Z | Running `/home/build/.rustup/toolchains/1.80-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 embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8bc9b5384ce7fe23 -C extra-filename=-8bc9b5384ce7fe23 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
786 | 2024-10-30T22:05:57.671Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=0ca445b8dc67705a -C extra-filename=-0ca445b8dc67705a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern typenum=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypenum-76dc0d9af6921f9e.rmeta --cap-lints allow --cfg relaxed_coherence` |
787 | 2024-10-30T22:05:57.751Z | Compiling walkdir v2.5.0 |
788 | 2024-10-30T22:05:57.754Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ab0b582b27c90a8 -C extra-filename=-3ab0b582b27c90a8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern same_file=/work/oxidecomputer/oxide.rs/target/debug/deps/libsame_file-8bc9b5384ce7fe23.rmeta --cap-lints allow` |
789 | 2024-10-30T22:05:57.891Z | Compiling anstyle-parse v0.2.5 |
790 | 2024-10-30T22:05:57.894Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -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="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=c04cfa71bc226697 -C extra-filename=-c04cfa71bc226697 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern utf8parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8parse-912f08f4c799e2a9.rmeta --cap-lints allow` |
791 | 2024-10-30T22:05:58.249Z | Compiling hyper v1.4.1 |
792 | 2024-10-30T22:05:58.253Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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 -C debuginfo=2 --warn=unexpected_cfgs --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("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=46824b1c02237836 -C extra-filename=-46824b1c02237836 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-c41120205775dd17.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-8faa3320c2258eb6.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-539ac1340e95d13e.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-69f410e923166068.rmeta --extern httpdate=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpdate-c105c95e379cba25.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-34a2e012b22690c4.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-5e6b967ae2566ee9.rmeta --cap-lints allow` |
793 | 2024-10-30T22:05:58.267Z | Compiling rand v0.8.5 |
794 | 2024-10-30T22:05:58.270Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --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=e63a4162a869609b -C extra-filename=-e63a4162a869609b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern rand_chacha=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_chacha-e963887d0f9fbb67.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-06e0ba2803aa6a6b.rmeta --cap-lints allow` |
795 | 2024-10-30T22:05:58.668Z | Compiling toml_datetime v0.6.8 |
796 | 2024-10-30T22:05:58.670Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=eda7d5b0be92d89d -C extra-filename=-eda7d5b0be92d89d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow` |
797 | 2024-10-30T22:05:58.893Z | Compiling serde_tokenstream v0.2.2 |
798 | 2024-10-30T22:05:58.896Z | Running `/home/build/.rustup/toolchains/1.80-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=0729f6a293bc0d21 -C extra-filename=-0729f6a293bc0d21 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rmeta --cap-lints allow` |
799 | 2024-10-30T22:05:58.967Z | Compiling serde_spanned v0.6.7 |
800 | 2024-10-30T22:05:58.971Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -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="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=941a3620d89c75dd -C extra-filename=-941a3620d89c75dd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow` |
801 | 2024-10-30T22:05:59.217Z | Compiling regress v0.10.1 |
802 | 2024-10-30T22:05:59.222Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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 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=20d3ee56318f4afd -C extra-filename=-20d3ee56318f4afd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-36a498ac52cec59e.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --cap-lints allow` |
803 | 2024-10-30T22:05:59.270Z | Compiling futures-lite v2.3.0 |
804 | 2024-10-30T22:05:59.273Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=64037044b2ffe735 -C extra-filename=-64037044b2ffe735 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-65b7a6df01e4d76b.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-f5bc10a3d0468cb4.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow` |
805 | 2024-10-30T22:05:59.464Z | Compiling libnghttp2-sys v0.1.10+1.61.0 |
806 | 2024-10-30T22:05:59.467Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libnghttp2-sys-0.1.10+1.61.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=f41049bb056ee435 -C extra-filename=-f41049bb056ee435 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-f41049bb056ee435 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-db847ab00f948833.rlib --cap-lints allow` |
807 | 2024-10-30T22:05:59.992Z | Compiling event-listener v2.5.3 |
808 | 2024-10-30T22:05:59.995Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9aab31ba4bee86d3 -C extra-filename=-9aab31ba4bee86d3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
809 | 2024-10-30T22:06:00.034Z | Compiling winnow v0.6.18 |
810 | 2024-10-30T22:06:00.037Z | Running `/home/build/.rustup/toolchains/1.80-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 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=d3c0d3e0a6b83642 -C extra-filename=-d3c0d3e0a6b83642 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
811 | 2024-10-30T22:06:00.472Z | Compiling anstyle-query v1.1.1 |
812 | 2024-10-30T22:06:00.474Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-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 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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a48b7a2020b43f0 -C extra-filename=-0a48b7a2020b43f0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
813 | 2024-10-30T22:06:00.625Z | Compiling hyper-util v0.1.9 |
814 | 2024-10-30T22:06:00.627Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -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=331074d5e2a616e5 -C extra-filename=-331074d5e2a616e5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-c41120205775dd17.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-539ac1340e95d13e.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-46824b1c02237836.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-87ce1a801d0433ad.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-9c223d9d1ce68073.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-f9ba2bb767a97a6d.rmeta --cap-lints allow` |
815 | 2024-10-30T22:06:01.115Z | Compiling is_terminal_polyfill v1.70.1 |
816 | 2024-10-30T22:06:01.119Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.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 -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::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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=3e778834b9c64b83 -C extra-filename=-3e778834b9c64b83 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
817 | 2024-10-30T22:06:01.244Z | Compiling colorchoice v1.0.2 |
818 | 2024-10-30T22:06:01.273Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-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 -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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f2a37c11cdb9e3e -C extra-filename=-3f2a37c11cdb9e3e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
819 | 2024-10-30T22:06:01.422Z | Compiling anstream v0.6.15 |
820 | 2024-10-30T22:06:01.424Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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 -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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=ddb9b19878cd6b29 -C extra-filename=-ddb9b19878cd6b29 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-96c5b084cbc75647.rmeta --extern anstyle_parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_parse-c04cfa71bc226697.rmeta --extern anstyle_query=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_query-0a48b7a2020b43f0.rmeta --extern colorchoice=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolorchoice-3f2a37c11cdb9e3e.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal_polyfill-3e778834b9c64b83.rmeta --extern utf8parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8parse-912f08f4c799e2a9.rmeta --cap-lints allow` |
821 | 2024-10-30T22:06:02.181Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-f41049bb056ee435/build-script-build` |
822 | 2024-10-30T22:06:02.265Z | Compiling terminal_size v0.4.0 |
823 | 2024-10-30T22:06:02.268Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0668a53b48c55385 -C extra-filename=-0668a53b48c55385 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-44ce83d58c240d52.rmeta --cap-lints allow` |
824 | 2024-10-30T22:06:02.482Z | Compiling http v0.2.12 |
825 | 2024-10-30T22:06:02.484Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b725027bbe1b4aa3 -C extra-filename=-b725027bbe1b4aa3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-8de2f692ef7f0e02.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --cap-lints allow` |
826 | 2024-10-30T22:06:02.514Z | Compiling dirs-sys-next v0.1.2 |
827 | 2024-10-30T22:06:02.517Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b06805543ea59f4e -C extra-filename=-b06805543ea59f4e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-15b79012f585d34b.rmeta --cap-lints allow` |
828 | 2024-10-30T22:06:02.884Z | Compiling hyper-rustls v0.27.3 |
829 | 2024-10-30T22:06:02.887Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=2cc27bb5b7653c59 -C extra-filename=-2cc27bb5b7653c59 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-46824b1c02237836.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-331074d5e2a616e5.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-78eb2c06c70e2850.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-9ffabd2e42c63b48.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-d65e9bcf884ab727.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-9c223d9d1ce68073.rmeta --extern webpki_roots=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki_roots-dc3c58daeb87f5c6.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out` |
830 | 2024-10-30T22:06:03.280Z | Compiling polling v2.8.0 |
831 | 2024-10-30T22:06:03.283Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d6e5c180f1cb2302 -C extra-filename=-d6e5c180f1cb2302 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/polling-d6e5c180f1cb2302 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-e5e7200f1ef131ad.rlib --cap-lints allow` |
832 | 2024-10-30T22:06:03.539Z | Compiling toml_edit v0.22.22 |
833 | 2024-10-30T22:06:03.541Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -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="default"' --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=d05b1fd8806c5ef6 -C extra-filename=-d05b1fd8806c5ef6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d3529c2b186fe478.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-941a3620d89c75dd.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-eda7d5b0be92d89d.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-d3c0d3e0a6b83642.rmeta --cap-lints allow` |
834 | 2024-10-30T22:06:03.639Z | Compiling io-lifetimes v1.0.11 |
835 | 2024-10-30T22:06:03.642Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.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="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "close", "default", "fs-err", "hermit-abi", "libc", "mio", "os_pipe", "socket2", "tokio", "windows-sys"))' -C metadata=941545b33b2610af -C extra-filename=-941545b33b2610af --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-941545b33b2610af -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
836 | 2024-10-30T22:06:03.901Z | Running `/home/build/.rustup/toolchains/1.80-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=2863da98d8355654 -C extra-filename=-2863da98d8355654 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
837 | 2024-10-30T22:06:03.949Z | Compiling strsim v0.11.1 |
838 | 2024-10-30T22:06:03.952Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-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 embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb6f3434322bc915 -C extra-filename=-fb6f3434322bc915 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
839 | 2024-10-30T22:06:04.036Z | Compiling clap_lex v0.7.2 |
840 | 2024-10-30T22:06:04.039Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -C debuginfo=2 '--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::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=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' '--allow=clippy::multiple_bound_locations' '--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::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=75b0c03b205338b5 -C extra-filename=-75b0c03b205338b5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
841 | 2024-10-30T22:06:04.230Z | Running `/home/build/.rustup/toolchains/1.80-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 --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=6dae3196b6a859ac -C extra-filename=-6dae3196b6a859ac --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
842 | 2024-10-30T22:06:04.633Z | Compiling crunchy v0.2.2 |
843 | 2024-10-30T22:06:04.635Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.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="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=0449cd6f3d10222a -C extra-filename=-0449cd6f3d10222a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crunchy-0449cd6f3d10222a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
844 | 2024-10-30T22:06:04.652Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=63a22bf4dfdd2ebf -C extra-filename=-63a22bf4dfdd2ebf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-15b79012f585d34b.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-6dae3196b6a859ac.rmeta --cap-lints allow` |
845 | 2024-10-30T22:06:04.682Z | Compiling clap_builder v4.5.20 |
846 | 2024-10-30T22:06:04.685Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -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="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="string"' --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=2d0e59b09d9d6588 -C extra-filename=-2d0e59b09d9d6588 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstream-ddb9b19878cd6b29.rmeta --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-96c5b084cbc75647.rmeta --extern clap_lex=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_lex-75b0c03b205338b5.rmeta --extern strsim=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrsim-fb6f3434322bc915.rmeta --extern terminal_size=/work/oxidecomputer/oxide.rs/target/debug/deps/libterminal_size-0668a53b48c55385.rmeta --cap-lints allow` |
847 | 2024-10-30T22:06:05.027Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-941545b33b2610af/build-script-build` |
848 | 2024-10-30T22:06:05.135Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-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 -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=9cc77f364a2ba3bf -C extra-filename=-9cc77f364a2ba3bf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-2863da98d8355654.rmeta --cap-lints allow --cfg has_const_fn_trait_bound` |
849 | 2024-10-30T22:06:05.158Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/crunchy-0449cd6f3d10222a/build-script-build` |
850 | 2024-10-30T22:06:05.185Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/polling-d6e5c180f1cb2302/build-script-build` |
851 | 2024-10-30T22:06:05.301Z | Compiling dirs-next v2.0.0 |
852 | 2024-10-30T22:06:05.301Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d3194e0620bb2010 -C extra-filename=-d3194e0620bb2010 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-b06805543ea59f4e.rmeta --cap-lints allow` |
853 | 2024-10-30T22:06:05.321Z | Compiling block-buffer v0.10.4 |
854 | 2024-10-30T22:06:05.321Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9241ebd0befbcee9 -C extra-filename=-9241ebd0befbcee9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern generic_array=/work/oxidecomputer/oxide.rs/target/debug/deps/libgeneric_array-0ca445b8dc67705a.rmeta --cap-lints allow` |
855 | 2024-10-30T22:06:05.340Z | Compiling crypto-common v0.1.6 |
856 | 2024-10-30T22:06:05.344Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=07f1ccab25c8beb8 -C extra-filename=-07f1ccab25c8beb8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern generic_array=/work/oxidecomputer/oxide.rs/target/debug/deps/libgeneric_array-0ca445b8dc67705a.rmeta --extern typenum=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypenum-76dc0d9af6921f9e.rmeta --cap-lints allow` |
857 | 2024-10-30T22:06:05.494Z | Compiling async-lock v3.4.0 |
858 | 2024-10-30T22:06:05.497Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.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 -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=1c619707dc4034c2 -C extra-filename=-1c619707dc4034c2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-152879c998dfb13a.rmeta --extern event_listener_strategy=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener_strategy-b245d133a9b53f0f.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow` |
859 | 2024-10-30T22:06:05.520Z | Compiling polling v3.7.3 |
860 | 2024-10-30T22:06:05.523Z | Compiling clap_derive v4.5.18 |
861 | 2024-10-30T22:06:05.523Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.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 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' -C metadata=a2961ae265a9f83d -C extra-filename=-a2961ae265a9f83d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-44ce83d58c240d52.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-f9ba2bb767a97a6d.rmeta --cap-lints allow` |
862 | 2024-10-30T22:06:05.523Z | Running `/home/build/.rustup/toolchains/1.80-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.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=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::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-v5"))' -C metadata=c2c21efc9270d9a1 -C extra-filename=-c2c21efc9270d9a1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-846057f722bfec3f.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow` |
863 | 2024-10-30T22:06:05.568Z | Compiling curl-sys v0.4.74+curl-8.9.0 |
864 | 2024-10-30T22:06:05.571Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-sys-0.4.74+curl-8.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"' --cfg 'feature="http2"' --cfg 'feature="libnghttp2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "libnghttp2-sys", "mesalink", "ntlm", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "rustls-ffi", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=7f44ff511e153b27 -C extra-filename=-7f44ff511e153b27 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-7f44ff511e153b27 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-db847ab00f948833.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-1f4625ff26040054.rlib --cap-lints allow` |
865 | 2024-10-30T22:06:06.300Z | Compiling rustix v0.37.27 |
866 | 2024-10-30T22:06:06.303Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.27/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="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "all-impls", "alloc", "cc", "compiler_builtins", "core", "default", "fs", "fs-err", "io-lifetimes", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "net", "once_cell", "os_pipe", "param", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "std", "termios", "thread", "time", "use-libc", "use-libc-auxv"))' -C metadata=f3ac21099d522766 -C extra-filename=-f3ac21099d522766 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-f3ac21099d522766 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
867 | 2024-10-30T22:06:06.347Z | Compiling tiny-keccak v2.0.2 |
868 | 2024-10-30T22:06:06.349Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.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 --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=d35972c05d706039 -C extra-filename=-d35972c05d706039 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-d35972c05d706039 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
869 | 2024-10-30T22:06:06.548Z | Compiling waker-fn v1.2.0 |
870 | 2024-10-30T22:06:06.551Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name waker_fn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waker-fn-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic", "portable-atomic-util"))' -C metadata=0acd3c77b1a7d90a -C extra-filename=-0acd3c77b1a7d90a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
871 | 2024-10-30T22:06:06.667Z | Compiling toml v0.8.19 |
872 | 2024-10-30T22:06:06.670Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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 -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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=6ab8e7d88ea969d9 -C extra-filename=-6ab8e7d88ea969d9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-941a3620d89c75dd.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-eda7d5b0be92d89d.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rmeta --cap-lints allow` |
873 | 2024-10-30T22:06:06.687Z | Compiling siphasher v0.3.11 |
874 | 2024-10-30T22:06:06.687Z | Running `/home/build/.rustup/toolchains/1.80-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=7957a3ceec8deaab -C extra-filename=-7957a3ceec8deaab --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
875 | 2024-10-30T22:06:06.828Z | Compiling fastrand v1.9.0 |
876 | 2024-10-30T22:06:06.836Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=145669d39af9a624 -C extra-filename=-145669d39af9a624 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
877 | 2024-10-30T22:06:06.935Z | Compiling lazy_static v1.5.0 |
878 | 2024-10-30T22:06:06.937Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=72954f49c4eb3f18 -C extra-filename=-72954f49c4eb3f18 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
879 | 2024-10-30T22:06:07.039Z | Compiling phf_shared v0.10.0 |
880 | 2024-10-30T22:06:07.042Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=096c87e73d681ff7 -C extra-filename=-096c87e73d681ff7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern siphasher=/work/oxidecomputer/oxide.rs/target/debug/deps/libsiphasher-7957a3ceec8deaab.rmeta --cap-lints allow` |
881 | 2024-10-30T22:06:07.062Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-f3ac21099d522766/build-script-build` |
882 | 2024-10-30T22:06:07.167Z | Compiling futures-lite v1.13.0 |
883 | 2024-10-30T22:06:07.169Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-1.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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="memchr"' --cfg 'feature="parking"' --cfg 'feature="std"' --cfg 'feature="waker-fn"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "std", "waker-fn"))' -C metadata=6006a5904d51bc90 -C extra-filename=-6006a5904d51bc90 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-145669d39af9a624.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-f5bc10a3d0468cb4.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-0acd3c77b1a7d90a.rmeta --cap-lints allow` |
884 | 2024-10-30T22:06:07.415Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-d35972c05d706039/build-script-build` |
885 | 2024-10-30T22:06:07.433Z | Compiling async-io v2.3.4 |
886 | 2024-10-30T22:06:07.436Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.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 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' -C metadata=d4e28ba8f920a95e -C extra-filename=-d4e28ba8f920a95e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-1c619707dc4034c2.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-0025d77c1a072ea6.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-64037044b2ffe735.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-f5bc10a3d0468cb4.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-a2961ae265a9f83d.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-44ce83d58c240d52.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-5e6f97e22f621f38.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-f9ba2bb767a97a6d.rmeta --cap-lints allow` |
887 | 2024-10-30T22:06:07.455Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.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 -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=528504096eb22367 -C extra-filename=-528504096eb22367 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lock_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liblock_api-9cc77f364a2ba3bf.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-63a22bf4dfdd2ebf.rmeta --cap-lints allow` |
888 | 2024-10-30T22:06:08.500Z | Compiling digest v0.10.7 |
889 | 2024-10-30T22:06:08.502Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --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=e644e705e0bdf4a8 -C extra-filename=-e644e705e0bdf4a8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern block_buffer=/work/oxidecomputer/oxide.rs/target/debug/deps/libblock_buffer-9241ebd0befbcee9.rmeta --extern crypto_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrypto_common-07f1ccab25c8beb8.rmeta --cap-lints allow` |
890 | 2024-10-30T22:06:08.561Z | Compiling term v0.7.0 |
891 | 2024-10-30T22:06:08.564Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=d532fb1fbe749ea6 -C extra-filename=-d532fb1fbe749ea6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern dirs_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_next-d3194e0620bb2010.rmeta --cap-lints allow` |
892 | 2024-10-30T22:06:08.865Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=efb8a2d226a4717f -C extra-filename=-efb8a2d226a4717f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --cap-lints allow` |
893 | 2024-10-30T22:06:08.948Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.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 -C debuginfo=2 --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "close", "default", "fs-err", "hermit-abi", "libc", "mio", "os_pipe", "socket2", "tokio", "windows-sys"))' -C metadata=7cc29d5a9330a8e9 -C extra-filename=-7cc29d5a9330a8e9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow --cfg io_safety_is_in_std --cfg panic_in_const_fn` |
894 | 2024-10-30T22:06:09.149Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-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="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=9b638713836d1c15 -C extra-filename=-9b638713836d1c15 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
895 | 2024-10-30T22:06:09.247Z | Compiling futures-executor v0.3.31 |
896 | 2024-10-30T22:06:09.250Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=976fdeaae3e85a9e -C extra-filename=-976fdeaae3e85a9e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-787aaf8b05c55624.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --cap-lints allow` |
897 | 2024-10-30T22:06:09.399Z | Compiling socket2 v0.4.10 |
898 | 2024-10-30T22:06:09.403Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.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 -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=8d2f1c25cd5108e4 -C extra-filename=-8d2f1c25cd5108e4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow` |
899 | 2024-10-30T22:06:09.912Z | Compiling async-io v1.13.0 |
900 | 2024-10-30T22:06:09.912Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.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=ba46cf5104c36e1f -C extra-filename=-ba46cf5104c36e1f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/async-io-ba46cf5104c36e1f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-e5e7200f1ef131ad.rlib --cap-lints allow` |
901 | 2024-10-30T22:06:10.066Z | Compiling rustversion v1.0.17 |
902 | 2024-10-30T22:06:10.069Z | Running `/home/build/.rustup/toolchains/1.80-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.17/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=01a2f438a0845ab3 -C extra-filename=-01a2f438a0845ab3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustversion-01a2f438a0845ab3 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
903 | 2024-10-30T22:06:10.260Z | Compiling num-conv v0.1.0 |
904 | 2024-10-30T22:06:10.294Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=3e941a1574a754a6 -C extra-filename=-3e941a1574a754a6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
905 | 2024-10-30T22:06:10.309Z | Compiling clap v4.5.20 |
906 | 2024-10-30T22:06:10.312Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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 -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="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="string"' --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-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=6e28aa69bfd251a5 -C extra-filename=-6e28aa69bfd251a5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap_builder=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_builder-2d0e59b09d9d6588.rmeta --extern clap_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_derive-c2c21efc9270d9a1.so --cap-lints allow` |
907 | 2024-10-30T22:06:10.376Z | Compiling new_debug_unreachable v1.0.6 |
908 | 2024-10-30T22:06:10.379Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=75cc19a2e0d09b1e -C extra-filename=-75cc19a2e0d09b1e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
909 | 2024-10-30T22:06:10.409Z | Compiling precomputed-hash v0.1.1 |
910 | 2024-10-30T22:06:10.412Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-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=21d56ba190317a51 -C extra-filename=-21d56ba190317a51 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
911 | 2024-10-30T22:06:10.429Z | Compiling fixedbitset v0.4.2 |
912 | 2024-10-30T22:06:10.431Z | Running `/home/build/.rustup/toolchains/1.80-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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=eb16c655225b9108 -C extra-filename=-eb16c655225b9108 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
913 | 2024-10-30T22:06:10.469Z | Compiling bitflags v1.3.2 |
914 | 2024-10-30T22:06:10.471Z | Running `/home/build/.rustup/toolchains/1.80-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 embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=c4db40fac48f8c60 -C extra-filename=-c4db40fac48f8c60 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
915 | 2024-10-30T22:06:10.518Z | Compiling cpufeatures v0.2.13 |
916 | 2024-10-30T22:06:10.521Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12e138ee2cc66863 -C extra-filename=-12e138ee2cc66863 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
917 | 2024-10-30T22:06:10.550Z | Compiling time-core v0.1.2 |
918 | 2024-10-30T22:06:10.553Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68a72a6242827aaf -C extra-filename=-68a72a6242827aaf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
919 | 2024-10-30T22:06:10.570Z | Compiling async-task v4.7.1 |
920 | 2024-10-30T22:06:10.573Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=a1d512a221a344b6 -C extra-filename=-a1d512a221a344b6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
921 | 2024-10-30T22:06:10.623Z | Compiling bit-vec v0.6.3 |
922 | 2024-10-30T22:06:10.625Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.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("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=d1411cd3775ce9e8 -C extra-filename=-d1411cd3775ce9e8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
923 | 2024-10-30T22:06:10.734Z | Compiling unicode-width v0.1.13 |
924 | 2024-10-30T22:06:10.737Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=5530b9cb6f3d5640 -C extra-filename=-5530b9cb6f3d5640 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
925 | 2024-10-30T22:06:10.772Z | Compiling powerfmt v0.2.0 |
926 | 2024-10-30T22:06:10.785Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=9235f6132e244acb -C extra-filename=-9235f6132e244acb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
927 | 2024-10-30T22:06:10.829Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustversion-01a2f438a0845ab3/build-script-build` |
928 | 2024-10-30T22:06:10.917Z | Compiling time-macros v0.2.18 |
929 | 2024-10-30T22:06:10.923Z | Running `/home/build/.rustup/toolchains/1.80-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=2ef257e56ae333b6 -C extra-filename=-2ef257e56ae333b6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern num_conv=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_conv-3e941a1574a754a6.rlib --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-68a72a6242827aaf.rlib --extern proc_macro --cap-lints allow` |
930 | 2024-10-30T22:06:10.998Z | Compiling bit-set v0.5.3 |
931 | 2024-10-30T22:06:11.001Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e6df9b86de2e8219 -C extra-filename=-e6df9b86de2e8219 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bit_vec=/work/oxidecomputer/oxide.rs/target/debug/deps/libbit_vec-d1411cd3775ce9e8.rmeta --cap-lints allow` |
932 | 2024-10-30T22:06:11.061Z | Compiling petgraph v0.6.5 |
933 | 2024-10-30T22:06:11.064Z | Running `/home/build/.rustup/toolchains/1.80-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 embed-bitcode=no --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=0f9ab75d48c1abf3 -C extra-filename=-0f9ab75d48c1abf3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern fixedbitset=/work/oxidecomputer/oxide.rs/target/debug/deps/libfixedbitset-eb16c655225b9108.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d3529c2b186fe478.rmeta --cap-lints allow` |
934 | 2024-10-30T22:06:11.125Z | Compiling deranged v0.3.11 |
935 | 2024-10-30T22:06:11.127Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-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 -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=0d1d635dbeed4cdb -C extra-filename=-0d1d635dbeed4cdb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern powerfmt=/work/oxidecomputer/oxide.rs/target/debug/deps/libpowerfmt-9235f6132e244acb.rmeta --cap-lints allow` |
936 | 2024-10-30T22:06:11.227Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.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 -C debuginfo=2 --cfg 'feature="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "all-impls", "alloc", "cc", "compiler_builtins", "core", "default", "fs", "fs-err", "io-lifetimes", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "net", "once_cell", "os_pipe", "param", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "std", "termios", "thread", "time", "use-libc", "use-libc-auxv"))' -C metadata=5880c236dab6c9c5 -C extra-filename=-5880c236dab6c9c5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-c4db40fac48f8c60.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-eea0f4d5dd9acdb7.rmeta --extern io_lifetimes=/work/oxidecomputer/oxide.rs/target/debug/deps/libio_lifetimes-7cc29d5a9330a8e9.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow --cfg libc --cfg solarish` |
937 | 2024-10-30T22:06:11.262Z | Compiling string_cache v0.8.7 |
938 | 2024-10-30T22:06:11.265Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.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("default", "serde", "serde_support"))' -C metadata=eb26bf03d2a1d7db -C extra-filename=-eb26bf03d2a1d7db --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/oxide.rs/target/debug/deps/libdebug_unreachable-75cc19a2e0d09b1e.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-528504096eb22367.rmeta --extern phf_shared=/work/oxidecomputer/oxide.rs/target/debug/deps/libphf_shared-096c87e73d681ff7.rmeta --extern precomputed_hash=/work/oxidecomputer/oxide.rs/target/debug/deps/libprecomputed_hash-21d56ba190317a51.rmeta --cap-lints allow` |
939 | 2024-10-30T22:06:11.666Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/async-io-ba46cf5104c36e1f/build-script-build` |
940 | 2024-10-30T22:06:11.809Z | Compiling futures v0.3.31 |
941 | 2024-10-30T22:06:11.813Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=71a00e50150a2365 -C extra-filename=-71a00e50150a2365 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-c41120205775dd17.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_executor-976fdeaae3e85a9e.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-9bc9badfd4411b61.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-787aaf8b05c55624.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --cap-lints allow` |
942 | 2024-10-30T22:06:11.923Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.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 --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=287482f91d6d818b -C extra-filename=-287482f91d6d818b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crunchy=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrunchy-9b638713836d1c15.rmeta --cap-lints allow` |
943 | 2024-10-30T22:06:12.429Z | Compiling ascii-canvas v3.0.0 |
944 | 2024-10-30T22:06:12.431Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.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=8ab1175f1e41c51c -C extra-filename=-8ab1175f1e41c51c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-d532fb1fbe749ea6.rmeta --cap-lints allow` |
945 | 2024-10-30T22:06:12.903Z | Compiling async-lock v2.8.0 |
946 | 2024-10-30T22:06:12.906Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=356b6b851747b158 -C extra-filename=-356b6b851747b158 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-9aab31ba4bee86d3.rmeta --cap-lints allow` |
947 | 2024-10-30T22:06:13.148Z | Compiling async-channel v1.9.0 |
948 | 2024-10-30T22:06:13.151Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c77340100704b3f4 -C extra-filename=-c77340100704b3f4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-0025d77c1a072ea6.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-9aab31ba4bee86d3.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --cap-lints allow` |
949 | 2024-10-30T22:06:13.179Z | Compiling itertools v0.11.0 |
950 | 2024-10-30T22:06:13.182Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-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 --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=83e9f72aa1c7a062 -C extra-filename=-83e9f72aa1c7a062 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern either=/work/oxidecomputer/oxide.rs/target/debug/deps/libeither-8fe7fa4c7979c2ec.rmeta --cap-lints allow` |
951 | 2024-10-30T22:06:13.308Z | Compiling async-channel v2.3.1 |
952 | 2024-10-30T22:06:13.311Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ed77c092d2480b2b -C extra-filename=-ed77c092d2480b2b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-0025d77c1a072ea6.rmeta --extern event_listener_strategy=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener_strategy-b245d133a9b53f0f.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow` |
953 | 2024-10-30T22:06:13.461Z | Compiling lalrpop-util v0.20.2 |
954 | 2024-10-30T22:06:13.464Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.20.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="lexer"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "regex-automata", "std", "unicode"))' -C metadata=1e6cacc82fca7ac3 -C extra-filename=-1e6cacc82fca7ac3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-acbd46cdefe5d4b2.rmeta --cap-lints allow` |
955 | 2024-10-30T22:06:13.591Z | Compiling piper v0.2.4 |
956 | 2024-10-30T22:06:13.594Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=41326dff65270589 -C extra-filename=-41326dff65270589 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern atomic_waker=/work/oxidecomputer/oxide.rs/target/debug/deps/libatomic_waker-8b5d66e4b6718196.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-65b7a6df01e4d76b.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --cap-lints allow` |
957 | 2024-10-30T22:06:13.632Z | Compiling ena v0.14.3 |
958 | 2024-10-30T22:06:13.643Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.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("bench", "dogged", "persistent"))' -C metadata=97e312b6515a1b73 -C extra-filename=-97e312b6515a1b73 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-11747ac2121e0af9.rmeta --cap-lints allow` |
959 | 2024-10-30T22:06:13.665Z | Compiling libgit2-sys v0.17.0+1.8.1 |
960 | 2024-10-30T22:06:13.669Z | Running `/home/build/.rustup/toolchains/1.80-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=c3a7946864587540 -C extra-filename=-c3a7946864587540 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-c3a7946864587540 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-db847ab00f948833.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-1f4625ff26040054.rlib --cap-lints allow` |
961 | 2024-10-30T22:06:13.833Z | Compiling slog v2.7.0 |
962 | 2024-10-30T22:06:13.836Z | Running `/home/build/.rustup/toolchains/1.80-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="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=52b5d98b78f66cc5 -C extra-filename=-52b5d98b78f66cc5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-52b5d98b78f66cc5 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
963 | 2024-10-30T22:06:13.932Z | Compiling home v0.5.9 |
964 | 2024-10-30T22:06:13.934Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.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 -C debuginfo=2 '--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=86550a15b7e13ad0 -C extra-filename=-86550a15b7e13ad0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
965 | 2024-10-30T22:06:14.020Z | Compiling pico-args v0.5.0 |
966 | 2024-10-30T22:06:14.022Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name pico_args --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pico-args-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("combined-flags", "default", "eq-separator", "short-space-opt"))' -C metadata=a87e363245208eaf -C extra-filename=-a87e363245208eaf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
967 | 2024-10-30T22:06:14.037Z | Compiling unicode-xid v0.2.5 |
968 | 2024-10-30T22:06:14.039Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.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("bench", "default", "no_std"))' -C metadata=3bd714cbf0311185 -C extra-filename=-3bd714cbf0311185 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
969 | 2024-10-30T22:06:14.197Z | Compiling num_threads v0.1.7 |
970 | 2024-10-30T22:06:14.213Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=39ef741dea7835d2 -C extra-filename=-39ef741dea7835d2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
971 | 2024-10-30T22:06:14.216Z | Compiling unicode-segmentation v1.11.0 |
972 | 2024-10-30T22:06:14.216Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=68a2f804c4a3f169 -C extra-filename=-68a2f804c4a3f169 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
973 | 2024-10-30T22:06:14.325Z | Compiling time v0.3.36 |
974 | 2024-10-30T22:06:14.325Z | Running `/home/build/.rustup/toolchains/1.80-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 -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="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=5bd2c1cc0a997c31 -C extra-filename=-5bd2c1cc0a997c31 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern deranged=/work/oxidecomputer/oxide.rs/target/debug/deps/libderanged-0d1d635dbeed4cdb.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern num_conv=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_conv-3e941a1574a754a6.rmeta --extern num_threads=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_threads-39ef741dea7835d2.rmeta --extern powerfmt=/work/oxidecomputer/oxide.rs/target/debug/deps/libpowerfmt-9235f6132e244acb.rmeta --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-68a72a6242827aaf.rmeta --extern time_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_macros-2ef257e56ae333b6.so --cap-lints allow` |
975 | 2024-10-30T22:06:14.374Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-52b5d98b78f66cc5/build-script-build` |
976 | 2024-10-30T22:06:14.421Z | Compiling blocking v1.6.1 |
977 | 2024-10-30T22:06:14.423Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=276faecc97b1d7ae -C extra-filename=-276faecc97b1d7ae --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-ed77c092d2480b2b.rmeta --extern async_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_task-a1d512a221a344b6.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-64037044b2ffe735.rmeta --extern piper=/work/oxidecomputer/oxide.rs/target/debug/deps/libpiper-41326dff65270589.rmeta --cap-lints allow` |
978 | 2024-10-30T22:06:14.476Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9969d3c3e86a8d97 -C extra-filename=-9969d3c3e86a8d97 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-356b6b851747b158.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-0025d77c1a072ea6.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-6006a5904d51bc90.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-f5bc10a3d0468cb4.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-efb8a2d226a4717f.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-5880c236dab6c9c5.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-5e6f97e22f621f38.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-8d2f1c25cd5108e4.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-0acd3c77b1a7d90a.rmeta --cap-lints allow` |
979 | 2024-10-30T22:06:14.479Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-c3a7946864587540/build-script-build` |
980 | 2024-10-30T22:06:15.101Z | Compiling async-executor v1.13.0 |
981 | 2024-10-30T22:06:15.124Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=5fa9d5d69999f268 -C extra-filename=-5fa9d5d69999f268 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_task-a1d512a221a344b6.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-0025d77c1a072ea6.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-65b7a6df01e4d76b.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-64037044b2ffe735.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-5e6f97e22f621f38.rmeta --cap-lints allow` |
982 | 2024-10-30T22:06:15.144Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/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=5e0e9268c0c410ca -C extra-filename=-5e0e9268c0c410ca --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'` |
983 | 2024-10-30T22:06:15.805Z | Compiling lalrpop v0.20.2 |
984 | 2024-10-30T22:06:15.808Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.20.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="lexer"' --cfg 'feature="pico-args"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "unicode"))' -C metadata=260e125d41969c60 -C extra-filename=-260e125d41969c60 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/oxide.rs/target/debug/deps/libascii_canvas-8ab1175f1e41c51c.rmeta --extern bit_set=/work/oxidecomputer/oxide.rs/target/debug/deps/libbit_set-e6df9b86de2e8219.rmeta --extern ena=/work/oxidecomputer/oxide.rs/target/debug/deps/libena-97e312b6515a1b73.rmeta --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-83e9f72aa1c7a062.rmeta --extern lalrpop_util=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop_util-1e6cacc82fca7ac3.rmeta --extern petgraph=/work/oxidecomputer/oxide.rs/target/debug/deps/libpetgraph-0f9ab75d48c1abf3.rmeta --extern pico_args=/work/oxidecomputer/oxide.rs/target/debug/deps/libpico_args-a87e363245208eaf.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-9596ca75b03ae00f.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b256c33895509f3f.rmeta --extern string_cache=/work/oxidecomputer/oxide.rs/target/debug/deps/libstring_cache-eb26bf03d2a1d7db.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-d532fb1fbe749ea6.rmeta --extern tiny_keccak=/work/oxidecomputer/oxide.rs/target/debug/deps/libtiny_keccak-287482f91d6d818b.rmeta --extern unicode_xid=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_xid-3bd714cbf0311185.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-3ab0b582b27c90a8.rmeta --cap-lints allow` |
985 | 2024-10-30T22:06:15.981Z | Compiling async-signal v0.2.10 |
986 | 2024-10-30T22:06:15.997Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4320d8ec2fdee2c1 -C extra-filename=-4320d8ec2fdee2c1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-d4e28ba8f920a95e.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-44ce83d58c240d52.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-1d7572af39df5802.rmeta --cap-lints allow` |
987 | 2024-10-30T22:06:16.000Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name libnghttp2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libnghttp2-sys-0.1.10+1.61.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b14340746c2dbd86 -C extra-filename=-b14340746c2dbd86 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -l static=nghttp2` |
988 | 2024-10-30T22:06:16.275Z | Compiling pin-project-internal v1.1.5 |
989 | 2024-10-30T22:06:16.278Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.5/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=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8100268e90e3e7b -C extra-filename=-b8100268e90e3e7b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow` |
990 | 2024-10-30T22:06:16.391Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' --check-cfg 'cfg(zng)' -C metadata=edc5a257b6a4bc69 -C extra-filename=-edc5a257b6a4bc69 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z -l z` |
991 | 2024-10-30T22:06:16.410Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' --check-cfg 'cfg(zng)' -C metadata=54bcdd4d8ce470e8 -C extra-filename=-54bcdd4d8ce470e8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-15b79012f585d34b.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z -l z` |
992 | 2024-10-30T22:06:16.429Z | Compiling event-listener v3.1.0 |
993 | 2024-10-30T22:06:16.431Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=fe5b1d8bfc18c3be -C extra-filename=-fe5b1d8bfc18c3be --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-0025d77c1a072ea6.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-f5bc10a3d0468cb4.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow` |
994 | 2024-10-30T22:06:16.534Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44e316025b4ae518 -C extra-filename=-44e316025b4ae518 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow` |
995 | 2024-10-30T22:06:16.561Z | Compiling dirs-sys v0.3.7 |
996 | 2024-10-30T22:06:16.564Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-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 embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9301bff7e6ef8ca2 -C extra-filename=-9301bff7e6ef8ca2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow` |
997 | 2024-10-30T22:06:17.042Z | Compiling signal-hook v0.3.17 |
998 | 2024-10-30T22:06:17.045Z | Running `/home/build/.rustup/toolchains/1.80-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=6fd4cb2cda4cf6cd -C extra-filename=-6fd4cb2cda4cf6cd --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-6fd4cb2cda4cf6cd -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
999 | 2024-10-30T22:06:17.292Z | Compiling similar v2.6.0 |
1000 | 2024-10-30T22:06:17.294Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-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 -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=43f9ff55c843b33a -C extra-filename=-43f9ff55c843b33a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1001 | 2024-10-30T22:06:17.340Z | Compiling curl v0.4.46 |
1002 | 2024-10-30T22:06:17.343Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.46/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="http2"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "mesalink", "ntlm", "openssl-probe", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=e443b9447ee66b0c -C extra-filename=-e443b9447ee66b0c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/curl-e443b9447ee66b0c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1003 | 2024-10-30T22:06:17.368Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-6fd4cb2cda4cf6cd/build-script-build` |
1004 | 2024-10-30T22:06:17.391Z | Compiling async-process v1.8.1 |
1005 | 2024-10-30T22:06:17.393Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-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 embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=629fd9e7f6f19548 -C extra-filename=-629fd9e7f6f19548 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-9969d3c3e86a8d97.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-356b6b851747b158.rmeta --extern async_signal=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_signal-4320d8ec2fdee2c1.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-fe5b1d8bfc18c3be.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-6006a5904d51bc90.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-44ce83d58c240d52.rmeta --cap-lints allow` |
1006 | 2024-10-30T22:06:17.720Z | Compiling dirs v4.0.0 |
1007 | 2024-10-30T22:06:17.722Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name dirs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-4.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d8922b8b7d3676b -C extra-filename=-5d8922b8b7d3676b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern dirs_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys-9301bff7e6ef8ca2.rmeta --cap-lints allow` |
1008 | 2024-10-30T22:06:17.931Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=465dac46c27c3c69 -C extra-filename=-465dac46c27c3c69 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-44e316025b4ae518.rmeta --cap-lints allow` |
1009 | 2024-10-30T22:06:18.125Z | Compiling async-global-executor v2.4.1 |
1010 | 2024-10-30T22:06:18.128Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-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 -C debuginfo=2 --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=f07abb506162aa5c -C extra-filename=-f07abb506162aa5c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-ed77c092d2480b2b.rmeta --extern async_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_executor-5fa9d5d69999f268.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-d4e28ba8f920a95e.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-1c619707dc4034c2.rmeta --extern blocking=/work/oxidecomputer/oxide.rs/target/debug/deps/libblocking-276faecc97b1d7ae.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-64037044b2ffe735.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --cap-lints allow` |
1011 | 2024-10-30T22:06:18.441Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --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=dcca2080a25393cf -C extra-filename=-dcca2080a25393cf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg integer128` |
1012 | 2024-10-30T22:06:18.862Z | Compiling sha1 v0.10.6 |
1013 | 2024-10-30T22:06:18.865Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=0792704c30b363b8 -C extra-filename=-0792704c30b363b8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-12e138ee2cc66863.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-e644e705e0bdf4a8.rmeta --cap-lints allow` |
1014 | 2024-10-30T22:06:18.984Z | Compiling pin-project v1.1.5 |
1015 | 2024-10-30T22:06:18.987Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.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 -C debuginfo=2 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c529177696cac81 -C extra-filename=-0c529177696cac81 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_internal-b8100268e90e3e7b.so --cap-lints allow` |
1016 | 2024-10-30T22:06:19.109Z | Compiling openapiv3 v2.0.0 |
1017 | 2024-10-30T22:06:19.111Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=2850c4537750aee2 -C extra-filename=-2850c4537750aee2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d3529c2b186fe478.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --cap-lints allow` |
1018 | 2024-10-30T22:06:19.310Z | Compiling async-trait v0.1.83 |
1019 | 2024-10-30T22:06:19.313Z | Running `/home/build/.rustup/toolchains/1.80-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.83/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=884e3ff3b3250ccc -C extra-filename=-884e3ff3b3250ccc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow` |
1020 | 2024-10-30T22:06:19.328Z | Compiling tempfile v3.13.0 |
1021 | 2024-10-30T22:06:19.331Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e2d65dab5bc5859c -C extra-filename=-e2d65dab5bc5859c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-65b7a6df01e4d76b.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-44ce83d58c240d52.rmeta --cap-lints allow` |
1022 | 2024-10-30T22:06:19.959Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=c76c705739f0e31c -C extra-filename=-c76c705739f0e31c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-af26c03259e2897c.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-8064ed37493ea162.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-177e3ff32a741e54.rmeta --cap-lints allow` |
1023 | 2024-10-30T22:06:20.144Z | Compiling kv-log-macro v1.0.7 |
1024 | 2024-10-30T22:06:20.147Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kv-log-macro-1.0.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce42bf37db519ba9 -C extra-filename=-ce42bf37db519ba9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --cap-lints allow` |
1025 | 2024-10-30T22:06:20.277Z | Compiling isahc v1.7.2 |
1026 | 2024-10-30T22:06:20.280Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/isahc-1.7.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="encoding_rs"' --cfg 'feature="http2"' --cfg 'feature="mime"' --cfg 'feature="static-curl"' --cfg 'feature="text-decoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cookies", "default", "encoding_rs", "http2", "httpdate", "json", "mime", "nightly", "parking_lot", "psl", "publicsuffix", "serde", "serde_json", "spnego", "static-curl", "static-ssl", "text-decoding", "unstable-interceptors"))' -C metadata=1789d98fca36c29f -C extra-filename=-1789d98fca36c29f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/isahc-1789d98fca36c29f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1027 | 2024-10-30T22:06:20.364Z | Compiling paste v1.0.15 |
1028 | 2024-10-30T22:06:20.368Z | Running `/home/build/.rustup/toolchains/1.80-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=7feb51d9de016574 -C extra-filename=-7feb51d9de016574 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/paste-7feb51d9de016574 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1029 | 2024-10-30T22:06:20.876Z | Running `/home/build/.rustup/toolchains/1.80-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=6a25309cb5836a56 -C extra-filename=-6a25309cb5836a56 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1030 | 2024-10-30T22:06:20.894Z | Compiling predicates-core v1.0.8 |
1031 | 2024-10-30T22:06:20.912Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62f10b2029424145 -C extra-filename=-62f10b2029424145 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1032 | 2024-10-30T22:06:21.179Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/paste-7feb51d9de016574/build-script-build` |
1033 | 2024-10-30T22:06:21.247Z | Compiling async-std v1.12.0 |
1034 | 2024-10-30T22:06:21.250Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=02befd16e0772c0e -C extra-filename=-02befd16e0772c0e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-c77340100704b3f4.rmeta --extern async_global_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_global_executor-f07abb506162aa5c.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-9969d3c3e86a8d97.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-356b6b851747b158.rmeta --extern async_process=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_process-629fd9e7f6f19548.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-b016540381c4c7ec.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-6006a5904d51bc90.rmeta --extern kv_log_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libkv_log_macro-ce42bf37db519ba9.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-b55135452d220217.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-5e6f97e22f621f38.rmeta --cap-lints allow` |
1035 | 2024-10-30T22:06:21.325Z | Compiling tracing-futures v0.2.5 |
1036 | 2024-10-30T22:06:21.328Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tracing_futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-futures-0.2.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 -C debuginfo=2 --cfg 'feature="pin-project"' --cfg 'feature="std"' --cfg 'feature="std-future"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "futures-01", "futures-03", "futures-task", "futures_01", "pin-project", "std", "std-future", "tokio", "tokio-executor"))' -C metadata=1f62a9b690dec562 -C extra-filename=-1f62a9b690dec562 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern pin_project=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project-0c529177696cac81.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-f9ba2bb767a97a6d.rmeta --cap-lints allow` |
1037 | 2024-10-30T22:06:21.540Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=eba56563bf86e1e1 -C extra-filename=-eba56563bf86e1e1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern dirs_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_next-465dac46c27c3c69.rmeta --cap-lints allow` |
1038 | 2024-10-30T22:06:21.569Z | Running `/home/build/.rustup/toolchains/1.80-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 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=5b6dfa9c9de486cf -C extra-filename=-5b6dfa9c9de486cf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-1d7572af39df5802.rmeta --cap-lints allow` |
1039 | 2024-10-30T22:06:21.798Z | Compiling sluice v0.5.5 |
1040 | 2024-10-30T22:06:21.802Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name sluice --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sluice-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=241467790d861202 -C extra-filename=-241467790d861202 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-c77340100704b3f4.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --cap-lints allow` |
1041 | 2024-10-30T22:06:22.386Z | Compiling console v0.15.8 |
1042 | 2024-10-30T22:06:22.389Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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 -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=aedafadc418b6b04 -C extra-filename=-aedafadc418b6b04 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-72954f49c4eb3f18.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-5530b9cb6f3d5640.rmeta --cap-lints allow` |
1043 | 2024-10-30T22:06:22.607Z | Compiling http-body v0.4.6 |
1044 | 2024-10-30T22:06:22.609Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a7ab2a47aa01488 -C extra-filename=-6a7ab2a47aa01488 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b725027bbe1b4aa3.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow` |
1045 | 2024-10-30T22:06:23.011Z | Compiling float-cmp v0.9.0 |
1046 | 2024-10-30T22:06:23.013Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=2087c82e28bfe61f -C extra-filename=-2087c82e28bfe61f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-5a7bf54ecf78fb2e.rmeta --cap-lints allow` |
1047 | 2024-10-30T22:06:23.207Z | Compiling is-terminal v0.4.13 |
1048 | 2024-10-30T22:06:23.210Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50c79b10e5973924 -C extra-filename=-50c79b10e5973924 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow` |
1049 | 2024-10-30T22:06:23.297Z | Compiling mio v0.8.11 |
1050 | 2024-10-30T22:06:23.302Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.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 -C debuginfo=2 --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=ec2be291253bb1c5 -C extra-filename=-ec2be291253bb1c5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --cap-lints allow` |
1051 | 2024-10-30T22:06:23.328Z | Compiling rustls v0.22.4 |
1052 | 2024-10-30T22:06:23.330Z | Running `/home/build/.rustup/toolchains/1.80-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=caea1782914a1c30 -C extra-filename=-caea1782914a1c30 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-caea1782914a1c30 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1053 | 2024-10-30T22:06:23.405Z | Compiling normalize-line-endings v0.3.0 |
1054 | 2024-10-30T22:06:23.408Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55941352f1e6647d -C extra-filename=-55941352f1e6647d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1055 | 2024-10-30T22:06:23.534Z | Compiling data-encoding v2.6.0 |
1056 | 2024-10-30T22:06:23.536Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-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 -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=117d9518cf3fdc6f -C extra-filename=-117d9518cf3fdc6f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1057 | 2024-10-30T22:06:23.660Z | Compiling portable-atomic v1.7.0 |
1058 | 2024-10-30T22:06:23.663Z | Running `/home/build/.rustup/toolchains/1.80-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.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 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::nonminimal_bool' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --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=3f6e2c66990e0188 -C extra-filename=-3f6e2c66990e0188 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-3f6e2c66990e0188 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1059 | 2024-10-30T22:06:24.140Z | Compiling utf-8 v0.7.6 |
1060 | 2024-10-30T22:06:24.143Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22dec97a6aaa855d -C extra-filename=-22dec97a6aaa855d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1061 | 2024-10-30T22:06:24.478Z | Compiling difflib v0.4.0 |
1062 | 2024-10-30T22:06:24.481Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2200388876ba913f -C extra-filename=-2200388876ba913f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1063 | 2024-10-30T22:06:24.557Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.20.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "regex-automata", "std", "unicode"))' -C metadata=45b885577b8b30c7 -C extra-filename=-45b885577b8b30c7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1064 | 2024-10-30T22:06:24.659Z | Compiling castaway v0.1.2 |
1065 | 2024-10-30T22:06:24.662Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=848f35cb00449e9e -C extra-filename=-848f35cb00449e9e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1066 | 2024-10-30T22:06:24.788Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-3f6e2c66990e0188/build-script-build` |
1067 | 2024-10-30T22:06:24.852Z | Compiling predicates v3.1.2 |
1068 | 2024-10-30T22:06:24.854Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.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 -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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=9ed289581ad0f4f9 -C extra-filename=-9ed289581ad0f4f9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-96c5b084cbc75647.rmeta --extern difflib=/work/oxidecomputer/oxide.rs/target/debug/deps/libdifflib-2200388876ba913f.rmeta --extern float_cmp=/work/oxidecomputer/oxide.rs/target/debug/deps/libfloat_cmp-2087c82e28bfe61f.rmeta --extern normalize_line_endings=/work/oxidecomputer/oxide.rs/target/debug/deps/libnormalize_line_endings-55941352f1e6647d.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-62f10b2029424145.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rmeta --cap-lints allow` |
1069 | 2024-10-30T22:06:24.901Z | Compiling tungstenite v0.20.1 |
1070 | 2024-10-30T22:06:24.904Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.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 -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=1d1e4967033a8f78 -C extra-filename=-1d1e4967033a8f78 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern byteorder=/work/oxidecomputer/oxide.rs/target/debug/deps/libbyteorder-d2375c782a660022.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern data_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libdata_encoding-117d9518cf3fdc6f.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b725027bbe1b4aa3.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-69f410e923166068.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-0792704c30b363b8.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rmeta --extern utf8=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8-22dec97a6aaa855d.rmeta --cap-lints allow` |
1071 | 2024-10-30T22:06:26.215Z | Compiling async-object-pool v0.1.4 |
1072 | 2024-10-30T22:06:26.218Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-object-pool-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4bdea98d7d5b557f -C extra-filename=-4bdea98d7d5b557f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_std=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_std-02befd16e0772c0e.rmeta --cap-lints allow` |
1073 | 2024-10-30T22:06:26.373Z | Compiling signal-hook-mio v0.2.4 |
1074 | 2024-10-30T22:06:26.376Z | Running `/home/build/.rustup/toolchains/1.80-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 embed-bitcode=no -C debuginfo=2 --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' --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=4dd148a9153c1376 -C extra-filename=-4dd148a9153c1376 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern mio_0_8=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-ec2be291253bb1c5.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-5b6dfa9c9de486cf.rmeta --cap-lints allow` |
1075 | 2024-10-30T22:06:26.444Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-caea1782914a1c30/build-script-build` |
1076 | 2024-10-30T22:06:26.469Z | Compiling hyper v0.14.30 |
1077 | 2024-10-30T22:06:26.472Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="tcp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "backports", "client", "default", "deprecated", "ffi", "full", "h2", "http1", "http2", "libc", "nightly", "runtime", "server", "socket2", "stream", "tcp"))' -C metadata=64a5f9a5751b3e04 -C extra-filename=-64a5f9a5751b3e04 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-c41120205775dd17.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b725027bbe1b4aa3.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-6a7ab2a47aa01488.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-69f410e923166068.rmeta --extern httpdate=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpdate-c105c95e379cba25.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-8d2f1c25cd5108e4.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-9c223d9d1ce68073.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-f9ba2bb767a97a6d.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-5e6b967ae2566ee9.rmeta --cap-lints allow` |
1078 | 2024-10-30T22:06:26.539Z | Running `/home/build/.rustup/toolchains/1.80-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=69aa9ecce8c18c5a -C extra-filename=-69aa9ecce8c18c5a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` |
1079 | 2024-10-30T22:06:26.797Z | Compiling castaway v0.2.3 |
1080 | 2024-10-30T22:06:26.799Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-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 -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=7d43217d8d0a05e0 -C extra-filename=-7d43217d8d0a05e0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustversion=/work/oxidecomputer/oxide.rs/target/debug/deps/librustversion-5e0e9268c0c410ca.so --cap-lints allow` |
1081 | 2024-10-30T22:06:26.966Z | Compiling strum_macros v0.26.4 |
1082 | 2024-10-30T22:06:26.968Z | Running `/home/build/.rustup/toolchains/1.80-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=d60f1bb30564f79d -C extra-filename=-d60f1bb30564f79d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-846057f722bfec3f.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern rustversion=/work/oxidecomputer/oxide.rs/target/debug/deps/librustversion-5e0e9268c0c410ca.so --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow` |
1083 | 2024-10-30T22:06:27.252Z | Compiling newline-converter v0.3.0 |
1084 | 2024-10-30T22:06:27.255Z | Running `/home/build/.rustup/toolchains/1.80-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 embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2a90c0f712edf6d -C extra-filename=-b2a90c0f712edf6d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-68a2f804c4a3f169.rmeta --cap-lints allow` |
1085 | 2024-10-30T22:06:27.403Z | Compiling itertools v0.13.0 |
1086 | 2024-10-30T22:06:27.406Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=bdd309e42aeba60f -C extra-filename=-bdd309e42aeba60f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern either=/work/oxidecomputer/oxide.rs/target/debug/deps/libeither-8fe7fa4c7979c2ec.rmeta --cap-lints allow` |
1087 | 2024-10-30T22:06:27.621Z | Compiling assert-json-diff v2.0.2 |
1088 | 2024-10-30T22:06:27.623Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert-json-diff-2.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f12c7b8230b27c8 -C extra-filename=-9f12c7b8230b27c8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --cap-lints allow` |
1089 | 2024-10-30T22:06:28.764Z | Compiling serde_path_to_error v0.1.16 |
1090 | 2024-10-30T22:06:28.766Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=454053f82c0973e1 -C extra-filename=-454053f82c0973e1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow` |
1091 | 2024-10-30T22:06:29.624Z | Compiling serde_regex v1.1.0 |
1092 | 2024-10-30T22:06:29.627Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_regex-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e08913aa9945354 -C extra-filename=-2e08913aa9945354 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow` |
1093 | 2024-10-30T22:06:29.648Z | Compiling ring v0.16.20 |
1094 | 2024-10-30T22:06:29.651Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/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"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=a938958fd28bc69c -C extra-filename=-a938958fd28bc69c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-a938958fd28bc69c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-db847ab00f948833.rlib --cap-lints allow` |
1095 | 2024-10-30T22:06:29.700Z | Compiling multer v3.1.0 |
1096 | 2024-10-30T22:06:29.703Z | Running `/home/build/.rustup/toolchains/1.80-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=a256312531c2f74e -C extra-filename=-a256312531c2f74e --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/multer-a256312531c2f74e -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-02ca1d3ef1501e90.rlib --cap-lints allow` |
1097 | 2024-10-30T22:06:29.872Z | Compiling thread_local v1.1.8 |
1098 | 2024-10-30T22:06:29.875Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=436540381e8d7ab3 -C extra-filename=-436540381e8d7ab3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --cap-lints allow` |
1099 | 2024-10-30T22:06:30.051Z | Compiling is-docker v0.2.0 |
1100 | 2024-10-30T22:06:30.053Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name is_docker --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-docker-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28f84f566e41e869 -C extra-filename=-28f84f566e41e869 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --cap-lints allow` |
1101 | 2024-10-30T22:06:30.440Z | Compiling camino v1.1.9 |
1102 | 2024-10-30T22:06:30.442Z | Running `/home/build/.rustup/toolchains/1.80-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=49a70f1ff847f948 -C extra-filename=-49a70f1ff847f948 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/camino-49a70f1ff847f948 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1103 | 2024-10-30T22:06:30.472Z | Compiling match_cfg v0.1.0 |
1104 | 2024-10-30T22:06:30.475Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=db17b35364ff4670 -C extra-filename=-db17b35364ff4670 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1105 | 2024-10-30T22:06:30.564Z | Compiling anyhow v1.0.89 |
1106 | 2024-10-30T22:06:30.566Z | Running `/home/build/.rustup/toolchains/1.80-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.89/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=b57972efab66c3d9 -C extra-filename=-b57972efab66c3d9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/anyhow-b57972efab66c3d9 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1107 | 2024-10-30T22:06:30.645Z | Compiling doc-comment v0.3.3 |
1108 | 2024-10-30T22:06:30.648Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/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("no_core", "old_macros"))' -C metadata=007b411b2934078c -C extra-filename=-007b411b2934078c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-007b411b2934078c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1109 | 2024-10-30T22:06:31.032Z | Compiling levenshtein v1.0.5 |
1110 | 2024-10-30T22:06:31.035Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name levenshtein --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/levenshtein-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0af8a111acb309d4 -C extra-filename=-0af8a111acb309d4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1111 | 2024-10-30T22:06:31.159Z | Compiling base64 v0.21.7 |
1112 | 2024-10-30T22:06:31.162Z | Running `/home/build/.rustup/toolchains/1.80-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 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=fe5ac6886f58d09f -C extra-filename=-fe5ac6886f58d09f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1113 | 2024-10-30T22:06:31.228Z | Compiling slog-async v2.8.0 |
1114 | 2024-10-30T22:06:31.231Z | Running `/home/build/.rustup/toolchains/1.80-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=962a8e8c8637cc7c -C extra-filename=-962a8e8c8637cc7c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-async-962a8e8c8637cc7c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1115 | 2024-10-30T22:06:31.346Z | Compiling static_assertions v1.1.0 |
1116 | 2024-10-30T22:06:31.349Z | Running `/home/build/.rustup/toolchains/1.80-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 embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=b9b69aef63920e3d -C extra-filename=-b9b69aef63920e3d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1117 | 2024-10-30T22:06:31.443Z | Compiling compact_str v0.7.1 |
1118 | 2024-10-30T22:06:31.445Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytes", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec"))' -C metadata=2a3632a7ab83968e -C extra-filename=-2a3632a7ab83968e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern castaway=/work/oxidecomputer/oxide.rs/target/debug/deps/libcastaway-7d43217d8d0a05e0.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-4d1c44075dc6dbc0.rmeta --extern static_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libstatic_assertions-b9b69aef63920e3d.rmeta --cap-lints allow` |
1119 | 2024-10-30T22:06:31.917Z | Compiling strum v0.26.3 |
1120 | 2024-10-30T22:06:31.937Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=d60632153170eb1b -C extra-filename=-d60632153170eb1b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern strum_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrum_macros-d60f1bb30564f79d.so --cap-lints allow` |
1121 | 2024-10-30T22:06:31.937Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-007b411b2934078c/build-script-build` |
1122 | 2024-10-30T22:06:31.937Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/anyhow-b57972efab66c3d9/build-script-build` |
1123 | 2024-10-30T22:06:31.937Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/camino-49a70f1ff847f948/build-script-build` |
1124 | 2024-10-30T22:06:31.937Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-async-962a8e8c8637cc7c/build-script-build` |
1125 | 2024-10-30T22:06:31.937Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-a938958fd28bc69c/build-script-build` |
1126 | 2024-10-30T22:06:31.937Z | Compiling hostname v0.3.1 |
1127 | 2024-10-30T22:06:31.937Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=c23a95dab945758f -C extra-filename=-c23a95dab945758f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern match_cfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libmatch_cfg-db17b35364ff4670.rmeta --cap-lints allow` |
1128 | 2024-10-30T22:06:31.937Z | Compiling is-wsl v0.4.0 |
1129 | 2024-10-30T22:06:31.937Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name is_wsl --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02aef40d6a69c8ef -C extra-filename=-02aef40d6a69c8ef --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern is_docker=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_docker-28f84f566e41e869.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --cap-lints allow` |
1130 | 2024-10-30T22:06:31.959Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/multer-a256312531c2f74e/build-script-build` |
1131 | 2024-10-30T22:06:32.022Z | Compiling unicode-truncate v1.1.0 |
1132 | 2024-10-30T22:06:32.024Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-truncate-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c3320c1c51ebc3f3 -C extra-filename=-c3320c1c51ebc3f3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-bdd309e42aeba60f.rmeta --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-68a2f804c4a3f169.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-5530b9cb6f3d5640.rmeta --cap-lints allow` |
1133 | 2024-10-30T22:06:32.039Z | Compiling crossterm v0.27.0 |
1134 | 2024-10-30T22:06:32.042Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.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 -C debuginfo=2 --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "serde", "use-dev-tty", "windows"))' -C metadata=914992672e9a0940 -C extra-filename=-914992672e9a0940 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-e0e43fc91e5b431f.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-ec2be291253bb1c5.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-aac592e940392f2a.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-5b6dfa9c9de486cf.rmeta --extern signal_hook_mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_mio-4dd148a9153c1376.rmeta --cap-lints allow` |
1135 | 2024-10-30T22:06:32.086Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=2be396de20ddbf82 -C extra-filename=-2be396de20ddbf82 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-fbae245df25833d6.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-9ffabd2e42c63b48.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-7eede34f846708e6.rmeta --extern subtle=/work/oxidecomputer/oxide.rs/target/debug/deps/libsubtle-24a581f2e818bbc5.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-2a890032feec9076.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out` |
1136 | 2024-10-30T22:06:32.226Z | Compiling tokio-tungstenite v0.20.1 |
1137 | 2024-10-30T22:06:32.229Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.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 -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=33c9f62551de12af -C extra-filename=-33c9f62551de12af --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtungstenite-1d1e4967033a8f78.rmeta --cap-lints allow` |
1138 | 2024-10-30T22:06:32.549Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-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 -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::nonminimal_bool' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --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=39f9cb480f07a3fa -C extra-filename=-39f9cb480f07a3fa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg portable_atomic_llvm_16 --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3","quadword-atomics","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_llvm_15,portable_atomic_llvm_16,portable_atomic_llvm_18,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6"))'` |
1139 | 2024-10-30T22:06:32.769Z | Compiling slog-json v2.6.1 |
1140 | 2024-10-30T22:06:32.771Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=dd9696eb043a8e6f -C extra-filename=-dd9696eb043a8e6f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-dcca2080a25393cf.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-5bd2c1cc0a997c31.rmeta --cap-lints allow` |
1141 | 2024-10-30T22:06:33.144Z | Compiling termini v1.0.0 |
1142 | 2024-10-30T22:06:33.161Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name termini --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termini-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4b3e708aadda2e06 -C extra-filename=-4b3e708aadda2e06 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern home=/work/oxidecomputer/oxide.rs/target/debug/deps/libhome-86550a15b7e13ad0.rmeta --cap-lints allow` |
1143 | 2024-10-30T22:06:33.836Z | Compiling sha2 v0.10.8 |
1144 | 2024-10-30T22:06:33.838Z | Running `/home/build/.rustup/toolchains/1.80-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 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=4c363535d8a5e0b1 -C extra-filename=-4c363535d8a5e0b1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-12e138ee2cc66863.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-e644e705e0bdf4a8.rmeta --cap-lints allow` |
1145 | 2024-10-30T22:06:34.345Z | Compiling itertools v0.12.1 |
1146 | 2024-10-30T22:06:34.347Z | Running `/home/build/.rustup/toolchains/1.80-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 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=fb3e8f705fb70094 -C extra-filename=-fb3e8f705fb70094 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern either=/work/oxidecomputer/oxide.rs/target/debug/deps/libeither-8fe7fa4c7979c2ec.rmeta --cap-lints allow` |
1147 | 2024-10-30T22:06:34.688Z | Compiling ipnetwork v0.20.0 |
1148 | 2024-10-30T22:06:34.691Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-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 embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=399d61e2d9cd25a9 -C extra-filename=-399d61e2d9cd25a9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow` |
1149 | 2024-10-30T22:06:34.769Z | Compiling lru v0.12.4 |
1150 | 2024-10-30T22:06:34.773Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=c647a8f7604151d0 -C extra-filename=-c647a8f7604151d0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-36a498ac52cec59e.rmeta --cap-lints allow` |
1151 | 2024-10-30T22:06:35.093Z | Compiling stability v0.2.1 |
1152 | 2024-10-30T22:06:35.096Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-0.2.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=05b8e226f3524369 -C extra-filename=-05b8e226f3524369 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow` |
1153 | 2024-10-30T22:06:35.386Z | Compiling async-stream-impl v0.3.6 |
1154 | 2024-10-30T22:06:35.389Z | Running `/home/build/.rustup/toolchains/1.80-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=7014c082fcc8cfe1 -C extra-filename=-7014c082fcc8cfe1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow` |
1155 | 2024-10-30T22:06:35.694Z | Compiling crossbeam-channel v0.5.13 |
1156 | 2024-10-30T22:06:35.697Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=3d123c003b693872 -C extra-filename=-3d123c003b693872 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-b016540381c4c7ec.rmeta --cap-lints allow` |
1157 | 2024-10-30T22:06:36.215Z | Compiling dropshot v0.12.1-dev (https://github.com/oxidecomputer/dropshot#e57aad3a) |
1158 | 2024-10-30T22:06:36.218Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/e57aad3/dropshot/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(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=287c76ab02ec5d8a -C extra-filename=-287c76ab02ec5d8a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/dropshot-287c76ab02ec5d8a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-02ca1d3ef1501e90.rlib --cap-lints allow` |
1159 | 2024-10-30T22:06:36.526Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/src/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"' --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=13791c8e38fbf93f -C extra-filename=-13791c8e38fbf93f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1160 | 2024-10-30T22:06:36.799Z | Compiling cassowary v0.3.0 |
1161 | 2024-10-30T22:06:36.802Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a09c8de1f8b34d7e -C extra-filename=-a09c8de1f8b34d7e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1162 | 2024-10-30T22:06:36.831Z | Compiling take_mut v0.2.2 |
1163 | 2024-10-30T22:06:36.833Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee47ab1437f9b6c1 -C extra-filename=-ee47ab1437f9b6c1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1164 | 2024-10-30T22:06:36.996Z | Compiling termcolor v1.4.1 |
1165 | 2024-10-30T22:06:37.001Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a6e44c8df2f5be2 -C extra-filename=-0a6e44c8df2f5be2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1166 | 2024-10-30T22:06:37.252Z | Compiling base64 v0.13.1 |
1167 | 2024-10-30T22:06:37.255Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e533d61b0df37e2f -C extra-filename=-e533d61b0df37e2f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1168 | 2024-10-30T22:06:37.567Z | Compiling pathdiff v0.2.1 |
1169 | 2024-10-30T22:06:37.569Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=2bbfb394e5e01073 -C extra-filename=-2bbfb394e5e01073 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1170 | 2024-10-30T22:06:37.711Z | Compiling termtree v0.4.1 |
1171 | 2024-10-30T22:06:37.713Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=097e76102d9fea90 -C extra-filename=-097e76102d9fea90 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1172 | 2024-10-30T22:06:37.800Z | Compiling assert_cmd v2.0.16 |
1173 | 2024-10-30T22:06:37.803Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=05226de34fef93a0 -C extra-filename=-05226de34fef93a0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-05226de34fef93a0 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1174 | 2024-10-30T22:06:37.920Z | Compiling spin v0.5.2 |
1175 | 2024-10-30T22:06:37.926Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b1140471203ced52 -C extra-filename=-b1140471203ced52 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1176 | 2024-10-30T22:06:37.942Z | Compiling untrusted v0.7.1 |
1177 | 2024-10-30T22:06:37.946Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc77d03e034059a2 -C extra-filename=-bc77d03e034059a2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1178 | 2024-10-30T22:06:38.119Z | Compiling humantime v2.1.0 |
1179 | 2024-10-30T22:06:38.122Z | Running `/home/build/.rustup/toolchains/1.80-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 embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18cf0097e51c9cdb -C extra-filename=-18cf0097e51c9cdb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1180 | 2024-10-30T22:06:38.158Z | Compiling number_prefix v0.4.0 |
1181 | 2024-10-30T22:06:38.160Z | Running `/home/build/.rustup/toolchains/1.80-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 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=dc93844f7972471e -C extra-filename=-dc93844f7972471e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1182 | 2024-10-30T22:06:38.229Z | Compiling shell-words v1.1.0 |
1183 | 2024-10-30T22:06:38.232Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=352f457e19836a46 -C extra-filename=-352f457e19836a46 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1184 | 2024-10-30T22:06:38.361Z | Compiling indicatif v0.17.8 |
1185 | 2024-10-30T22:06:38.364Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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 -C debuginfo=2 --cfg 'feature="default"' --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=7d1e4cb6331281da -C extra-filename=-7d1e4cb6331281da --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern console=/work/oxidecomputer/oxide.rs/target/debug/deps/libconsole-aedafadc418b6b04.rmeta --extern number_prefix=/work/oxidecomputer/oxide.rs/target/debug/deps/libnumber_prefix-dc93844f7972471e.rmeta --extern portable_atomic=/work/oxidecomputer/oxide.rs/target/debug/deps/libportable_atomic-39f9cb480f07a3fa.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-5530b9cb6f3d5640.rmeta --cap-lints allow` |
1186 | 2024-10-30T22:06:38.381Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-05226de34fef93a0/build-script-build` |
1187 | 2024-10-30T22:06:38.408Z | Compiling env_logger v0.10.2 |
1188 | 2024-10-30T22:06:38.410Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.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 -C debuginfo=2 --cfg 'feature="auto-color"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=06d3ecc55c9c3f50 -C extra-filename=-06d3ecc55c9c3f50 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rmeta --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-50c79b10e5973924.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rmeta --extern termcolor=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermcolor-0a6e44c8df2f5be2.rmeta --cap-lints allow` |
1189 | 2024-10-30T22:06:38.582Z | Compiling dialoguer v0.10.4 |
1190 | 2024-10-30T22:06:38.584Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name dialoguer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="editor"' --cfg 'feature="password"' --cfg 'feature="tempfile"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("completion", "default", "editor", "fuzzy-matcher", "fuzzy-select", "history", "password", "tempfile", "zeroize"))' -C metadata=f0c4b5b27744d9d7 -C extra-filename=-f0c4b5b27744d9d7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern console=/work/oxidecomputer/oxide.rs/target/debug/deps/libconsole-aedafadc418b6b04.rmeta --extern shell_words=/work/oxidecomputer/oxide.rs/target/debug/deps/libshell_words-352f457e19836a46.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-2a890032feec9076.rmeta --cap-lints allow` |
1191 | 2024-10-30T22:06:38.682Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=7cf29a158649076c -C extra-filename=-7cf29a158649076c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-b1140471203ced52.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-bc77d03e034059a2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out -l static=ring-core -l static=ring-test` |
1192 | 2024-10-30T22:06:39.722Z | Compiling basic-cookies v0.1.5 |
1193 | 2024-10-30T22:06:39.725Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-cookies-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9044f5f155b5fb32 -C extra-filename=-9044f5f155b5fb32 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-9044f5f155b5fb32 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lalrpop=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop-260e125d41969c60.rlib --cap-lints allow` |
1194 | 2024-10-30T22:06:39.854Z | Compiling predicates-tree v1.0.11 |
1195 | 2024-10-30T22:06:39.857Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47ab33ea3cf61b97 -C extra-filename=-47ab33ea3cf61b97 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-62f10b2029424145.rmeta --extern termtree=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermtree-097e76102d9fea90.rmeta --cap-lints allow` |
1196 | 2024-10-30T22:06:40.434Z | Compiling open v4.2.0 |
1197 | 2024-10-30T22:06:40.434Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name open --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/open-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 embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92b748134426a32d -C extra-filename=-92b748134426a32d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern is_wsl=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_wsl-02aef40d6a69c8ef.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern pathdiff=/work/oxidecomputer/oxide.rs/target/debug/deps/libpathdiff-2bbfb394e5e01073.rmeta --cap-lints allow` |
1198 | 2024-10-30T22:06:40.559Z | Compiling pem v1.1.1 |
1199 | 2024-10-30T22:06:40.562Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-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 embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=6454687be81cca39 -C extra-filename=-6454687be81cca39 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-e533d61b0df37e2f.rmeta --cap-lints allow` |
1200 | 2024-10-30T22:06:40.735Z | Compiling ratatui v0.26.3 |
1201 | 2024-10-30T22:06:40.738Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-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 -C debuginfo=2 '--warn=clippy::pedantic' '--warn=clippy::cargo' '--allow=clippy::wildcard_imports' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::string_to_string' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::needless_raw_strings' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=99fe22fecb657eef -C extra-filename=-99fe22fecb657eef --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-e0e43fc91e5b431f.rmeta --extern cassowary=/work/oxidecomputer/oxide.rs/target/debug/deps/libcassowary-a09c8de1f8b34d7e.rmeta --extern compact_str=/work/oxidecomputer/oxide.rs/target/debug/deps/libcompact_str-2a3632a7ab83968e.rmeta --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rmeta --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-fb3e8f705fb70094.rmeta --extern lru=/work/oxidecomputer/oxide.rs/target/debug/deps/liblru-c647a8f7604151d0.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-69aa9ecce8c18c5a.so --extern stability=/work/oxidecomputer/oxide.rs/target/debug/deps/libstability-05b8e226f3524369.so --extern strum=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrum-d60632153170eb1b.rmeta --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-68a2f804c4a3f169.rmeta --extern unicode_truncate=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_truncate-c3320c1c51ebc3f3.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-5530b9cb6f3d5640.rmeta --cap-lints allow` |
1202 | 2024-10-30T22:06:41.001Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=ba6adbde4f8c34a1 -C extra-filename=-ba6adbde4f8c34a1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern zerocopy=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy-13791c8e38fbf93f.rmeta --cap-lints allow --cfg 'feature="folded_multiply"'` |
1203 | 2024-10-30T22:06:41.332Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=e4be7c530b94a93b -C extra-filename=-e4be7c530b94a93b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_channel-3d123c003b693872.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-dcca2080a25393cf.rmeta --extern take_mut=/work/oxidecomputer/oxide.rs/target/debug/deps/libtake_mut-ee47ab1437f9b6c1.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-436540381e8d7ab3.rmeta --cap-lints allow --cfg integer128` |
1204 | 2024-10-30T22:06:41.480Z | Compiling async-stream v0.3.6 |
1205 | 2024-10-30T22:06:41.482Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e2e949dfae6e427 -C extra-filename=-3e2e949dfae6e427 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_stream_impl-7014c082fcc8cfe1.so --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow` |
1206 | 2024-10-30T22:06:41.526Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-9044f5f155b5fb32/build-script-build` |
1207 | 2024-10-30T22:06:41.577Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name basic_cookies --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-cookies-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00e27a8f1a35ed30 -C extra-filename=-00e27a8f1a35ed30 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lalrpop_util=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop_util-45b885577b8b30c7.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rmeta --cap-lints allow` |
1208 | 2024-10-30T22:06:41.818Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/dropshot-287c76ab02ec5d8a/build-script-build` |
1209 | 2024-10-30T22:06:41.886Z | Compiling tokio-rustls v0.25.0 |
1210 | 2024-10-30T22:06:41.888Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=ae8306a8ef42086c -C extra-filename=-ae8306a8ef42086c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-2be396de20ddbf82.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-9ffabd2e42c63b48.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out` |
1211 | 2024-10-30T22:06:42.316Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1212 | 2024-10-30T22:06:42.319Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/7dacd26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -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=5549d08de6ef63eb -C extra-filename=-5549d08de6ef63eb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ipnetwork=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnetwork-399d61e2d9cd25a9.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --cap-lints allow` |
1213 | 2024-10-30T22:06:42.676Z | Compiling thouart v0.1.0 (https://github.com/oxidecomputer/thouart#1f22ae24) |
1214 | 2024-10-30T22:06:42.679Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name thouart --edition=2021 /home/build/.cargo/git/checkouts/thouart-4cf3e9982a1a152f/1f22ae2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e8243892ef5a6fd -C extra-filename=-5e8243892ef5a6fd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-eba56563bf86e1e1.rmeta --extern termini=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermini-4b3e708aadda2e06.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-33c9f62551de12af.rmeta --cap-lints allow` |
1215 | 2024-10-30T22:06:42.700Z | Compiling slog-bunyan v2.5.0 |
1216 | 2024-10-30T22:06:42.704Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=563714e23188a5ef -C extra-filename=-563714e23188a5ef --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hostname=/work/oxidecomputer/oxide.rs/target/debug/deps/libhostname-c23a95dab945758f.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-dcca2080a25393cf.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-dd9696eb043a8e6f.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-5bd2c1cc0a997c31.rmeta --cap-lints allow` |
1217 | 2024-10-30T22:06:42.737Z | Running `/home/build/.rustup/toolchains/1.80-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 -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=00b78003d1b11683 -C extra-filename=-00b78003d1b11683 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-e7dcd8c4f86de700.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-69f410e923166068.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-f9c005c3804c6123.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-f47da0f01fb84e5c.rmeta --cap-lints allow` |
1218 | 2024-10-30T22:06:42.901Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -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=6f14d8b79f1b97ad -C extra-filename=-6f14d8b79f1b97ad --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg std_backtrace --cfg anyhow_no_core_error --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)'` |
1219 | 2024-10-30T22:06:43.229Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=5cde981dbfd2fb97 -C extra-filename=-5cde981dbfd2fb97 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow --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)'` |
1220 | 2024-10-30T22:06:43.505Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=93d0ada0e3f62e5a -C extra-filename=-93d0ada0e3f62e5a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1221 | 2024-10-30T22:06:43.598Z | Compiling slog-term v2.9.1 |
1222 | 2024-10-30T22:06:43.601Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=a64ecaa86b0284da -C extra-filename=-a64ecaa86b0284da --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-50c79b10e5973924.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-dcca2080a25393cf.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-eba56563bf86e1e1.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-436540381e8d7ab3.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-5bd2c1cc0a997c31.rmeta --cap-lints allow` |
1223 | 2024-10-30T22:06:43.863Z | Compiling yasna v0.5.2 |
1224 | 2024-10-30T22:06:43.866Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=06dc372bf378031e -C extra-filename=-06dc372bf378031e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-5bd2c1cc0a997c31.rmeta --cap-lints allow` |
1225 | 2024-10-30T22:06:43.941Z | Compiling tabwriter v1.4.0 |
1226 | 2024-10-30T22:06:43.944Z | Running `/home/build/.rustup/toolchains/1.80-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 embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=3084ce5fdd5a1c7c -C extra-filename=-3084ce5fdd5a1c7c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-5530b9cb6f3d5640.rmeta --cap-lints allow` |
1227 | 2024-10-30T22:06:44.151Z | Compiling clap_complete v4.5.33 |
1228 | 2024-10-30T22:06:44.154Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name clap_complete --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_complete-4.5.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 -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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "unstable-doc", "unstable-dynamic", "unstable-shell-tests"))' -C metadata=4074d41032db40f3 -C extra-filename=-4074d41032db40f3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rmeta --cap-lints allow` |
1229 | 2024-10-30T22:06:44.257Z | Compiling colored v2.1.0 |
1230 | 2024-10-30T22:06:44.260Z | Running `/home/build/.rustup/toolchains/1.80-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 embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=d7ddd6cc723c9692 -C extra-filename=-d7ddd6cc723c9692 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-72954f49c4eb3f18.rmeta --cap-lints allow` |
1231 | 2024-10-30T22:06:44.639Z | Compiling dropshot_endpoint v0.12.1-dev (https://github.com/oxidecomputer/dropshot#e57aad3a) |
1232 | 2024-10-30T22:06:44.642Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/e57aad3/dropshot_endpoint/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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=8cc6b7033f1f644c -C extra-filename=-8cc6b7033f1f644c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-846057f722bfec3f.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-0729f6a293bc0d21.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow` |
1233 | 2024-10-30T22:06:44.953Z | Running `/home/build/.rustup/toolchains/1.80-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.128/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --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=9434960f35206bcd -C extra-filename=-9434960f35206bcd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-b056357480f6fa40.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-4d1c44075dc6dbc0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
1234 | 2024-10-30T22:06:45.073Z | Compiling bstr v1.10.0 |
1235 | 2024-10-30T22:06:45.076Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-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 embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=f2787465b20a0f19 -C extra-filename=-f2787465b20a0f19 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-80e52b763bea4f47.rmeta --cap-lints allow` |
1236 | 2024-10-30T22:06:45.627Z | Compiling waitgroup v0.1.2 |
1237 | 2024-10-30T22:06:45.634Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6567ef504684acd5 -C extra-filename=-6567ef504684acd5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern atomic_waker=/work/oxidecomputer/oxide.rs/target/debug/deps/libatomic_waker-8b5d66e4b6718196.rmeta --cap-lints allow` |
1238 | 2024-10-30T22:06:45.873Z | Compiling hostname v0.4.0 |
1239 | 2024-10-30T22:06:45.876Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=cd6cbbd78bb53cbd -C extra-filename=-cd6cbbd78bb53cbd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow` |
1240 | 2024-10-30T22:06:46.182Z | Compiling wait-timeout v0.2.0 |
1241 | 2024-10-30T22:06:46.185Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0cac5141ef7f5cd -C extra-filename=-f0cac5141ef7f5cd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow` |
1242 | 2024-10-30T22:06:46.222Z | Compiling semver v1.0.23 |
1243 | 2024-10-30T22:06:46.225Z | Running `/home/build/.rustup/toolchains/1.80-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.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=c653cecc0e4e8dfd -C extra-filename=-c653cecc0e4e8dfd --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/semver-c653cecc0e4e8dfd -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1244 | 2024-10-30T22:06:46.742Z | Compiling md5 v0.7.0 |
1245 | 2024-10-30T22:06:46.745Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1c597fd49244e57e -C extra-filename=-1c597fd49244e57e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1246 | 2024-10-30T22:06:46.841Z | Compiling diff v0.1.13 |
1247 | 2024-10-30T22:06:46.844Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47c0bb4bd8c27cc2 -C extra-filename=-47c0bb4bd8c27cc2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1248 | 2024-10-30T22:06:47.067Z | Compiling yansi v1.0.1 |
1249 | 2024-10-30T22:06:47.070Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=264a84925a6a92a0 -C extra-filename=-264a84925a6a92a0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1250 | 2024-10-30T22:06:47.108Z | Compiling debug-ignore v1.0.5 |
1251 | 2024-10-30T22:06:47.111Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=7115cb7116caa91e -C extra-filename=-7115cb7116caa91e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1252 | 2024-10-30T22:06:47.247Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-c653cecc0e4e8dfd/build-script-build` |
1253 | 2024-10-30T22:06:47.300Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.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 -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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=33b9d49bddcf8a63 -C extra-filename=-33b9d49bddcf8a63 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-96c5b084cbc75647.rmeta --extern bstr=/work/oxidecomputer/oxide.rs/target/debug/deps/libbstr-f2787465b20a0f19.rmeta --extern doc_comment=/work/oxidecomputer/oxide.rs/target/debug/deps/libdoc_comment-93d0ada0e3f62e5a.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-62f10b2029424145.rmeta --extern predicates_tree=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_tree-47ab33ea3cf61b97.rmeta --extern wait_timeout=/work/oxidecomputer/oxide.rs/target/debug/deps/libwait_timeout-f0cac5141ef7f5cd.rmeta --cap-lints allow` |
1254 | 2024-10-30T22:06:47.620Z | Compiling pretty_assertions v1.4.1 |
1255 | 2024-10-30T22:06:47.622Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=24708241692d8a08 -C extra-filename=-24708241692d8a08 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern diff=/work/oxidecomputer/oxide.rs/target/debug/deps/libdiff-47c0bb4bd8c27cc2.rmeta --extern yansi=/work/oxidecomputer/oxide.rs/target/debug/deps/libyansi-264a84925a6a92a0.rmeta --cap-lints allow` |
1256 | 2024-10-30T22:06:47.833Z | Compiling rcgen v0.10.0 |
1257 | 2024-10-30T22:06:47.836Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="pem"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "pem", "x509-parser", "zeroize"))' -C metadata=e01355b4d81c8cae -C extra-filename=-e01355b4d81c8cae --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern pem=/work/oxidecomputer/oxide.rs/target/debug/deps/libpem-6454687be81cca39.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-7cf29a158649076c.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-5bd2c1cc0a997c31.rmeta --extern yasna=/work/oxidecomputer/oxide.rs/target/debug/deps/libyasna-06dc372bf378031e.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out` |
1258 | 2024-10-30T22:06:47.928Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.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 -C debuginfo=2 --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=5cbd6ddd24847e80 -C extra-filename=-5cbd6ddd24847e80 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ahash=/work/oxidecomputer/oxide.rs/target/debug/deps/libahash-ba6adbde4f8c34a1.rmeta --extern allocator_api2=/work/oxidecomputer/oxide.rs/target/debug/deps/liballocator_api2-f1c32827cf8cf707.rmeta --cap-lints allow` |
1259 | 2024-10-30T22:06:48.158Z | Compiling expectorate v1.1.0 |
1260 | 2024-10-30T22:06:48.161Z | Running `/home/build/.rustup/toolchains/1.80-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 embed-bitcode=no -C debuginfo=2 --cfg 'feature="predicates"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=41c322ed41f89897 -C extra-filename=-41c322ed41f89897 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern console=/work/oxidecomputer/oxide.rs/target/debug/deps/libconsole-aedafadc418b6b04.rmeta --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-b2a90c0f712edf6d.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-43f9ff55c843b33a.rmeta --cap-lints allow` |
1261 | 2024-10-30T22:06:48.368Z | Compiling test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common) |
1262 | 2024-10-30T22:06:48.372Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_common --edition=2021 test-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed7f8364a4b52184 -C extra-filename=-ed7f8364a4b52184 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rmeta` |
1263 | 2024-10-30T22:06:48.683Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/e57aad3/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -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(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=6a9f6bd491cffe44 -C extra-filename=-6a9f6bd491cffe44 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_stream=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_stream-3e2e949dfae6e427.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-5cde981dbfd2fb97.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rmeta --extern debug_ignore=/work/oxidecomputer/oxide.rs/target/debug/deps/libdebug_ignore-7115cb7116caa91e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot_endpoint-8cc6b7033f1f644c.so --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-af26c03259e2897c.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rmeta --extern hostname=/work/oxidecomputer/oxide.rs/target/debug/deps/libhostname-cd6cbbd78bb53cbd.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-845e4322e8930b31.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-46824b1c02237836.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-331074d5e2a616e5.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d3529c2b186fe478.rmeta --extern multer=/work/oxidecomputer/oxide.rs/target/debug/deps/libmulter-00b78003d1b11683.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-2850c4537750aee2.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-69aa9ecce8c18c5a.so --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-177e3ff32a741e54.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-2be396de20ddbf82.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-3134f24889f0534f.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rmeta --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-bdd4355fcd4c5cfa.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-454053f82c0973e1.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-e4b969a1888256f2.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-0792704c30b363b8.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-dcca2080a25393cf.rmeta --extern slog_async=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_async-e4be7c530b94a93b.rmeta --extern slog_bunyan=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_bunyan-563714e23188a5ef.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-dd9696eb043a8e6f.rmeta --extern slog_term=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_term-a64ecaa86b0284da.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-ae8306a8ef42086c.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rmeta --extern waitgroup=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaitgroup-6567ef504684acd5.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out` |
1264 | 2024-10-30T22:06:48.750Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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 --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-targets"))' -C metadata=8c2907afb1e414af -C extra-filename=-8c2907afb1e414af --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-5a7bf54ecf78fb2e.rmeta --cap-lints allow` |
1265 | 2024-10-30T22:06:48.784Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=2e70edcb08b4a223 -C extra-filename=-2e70edcb08b4a223 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1266 | 2024-10-30T22:06:48.828Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/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=f6d3e70c23d913b9 -C extra-filename=-f6d3e70c23d913b9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow --check-cfg 'cfg(doc_cfg)' --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)'` |
1267 | 2024-10-30T22:06:49.202Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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 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=9dacb59ab8c6920f -C extra-filename=-9dacb59ab8c6920f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-5cbd6ddd24847e80.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-b056357480f6fa40.rmeta --cap-lints allow` |
1268 | 2024-10-30T22:06:49.343Z | Running `/home/build/.rustup/toolchains/1.80-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.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=bbee2fab1498134f -C extra-filename=-bbee2fab1498134f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/semver-bbee2fab1498134f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1269 | 2024-10-30T22:06:49.492Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --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=0c4fa137c8cdec72 -C extra-filename=-0c4fa137c8cdec72 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-df0960839ef19ee2.rmeta --cap-lints allow` |
1270 | 2024-10-30T22:06:49.832Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-bbee2fab1498134f/build-script-build` |
1271 | 2024-10-30T22:06:49.893Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -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=fd8f4a172304d982 -C extra-filename=-fd8f4a172304d982 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --check-cfg 'cfg(doc_cfg)' --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)'` |
1272 | 2024-10-30T22:06:50.201Z | Running `/home/build/.rustup/toolchains/1.80-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=7e2bfc15bf3e059a -C extra-filename=-7e2bfc15bf3e059a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d3529c2b186fe478.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-9434960f35206bcd.rmeta --cap-lints allow` |
1273 | 2024-10-30T22:06:50.655Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --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=6c4e6e5973a0fe88 -C extra-filename=-6c4e6e5973a0fe88 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8c2907afb1e414af.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-bd4222bf225c8a27.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-59de6c827aacbd12.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-9434960f35206bcd.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-2e70edcb08b4a223.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
1274 | 2024-10-30T22:06:50.837Z | Compiling unsafe-libyaml v0.2.11 |
1275 | 2024-10-30T22:06:50.840Z | Running `/home/build/.rustup/toolchains/1.80-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.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())' -C metadata=3f14e2f2cfdef3a9 -C extra-filename=-3f14e2f2cfdef3a9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1276 | 2024-10-30T22:06:52.569Z | Compiling serde_yaml v0.9.34+deprecated |
1277 | 2024-10-30T22:06:52.573Z | Running `/home/build/.rustup/toolchains/1.80-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.34+deprecated/src/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=96a46170857393c4 -C extra-filename=-96a46170857393c4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d3529c2b186fe478.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-4d1c44075dc6dbc0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern unsafe_libyaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libunsafe_libyaml-3f14e2f2cfdef3a9.rmeta --cap-lints allow` |
1278 | 2024-10-30T22:06:54.264Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#906c1dad) |
1279 | 2024-10-30T22:06:54.267Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/906c1da/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=364863be4c2f6f6b -C extra-filename=-364863be4c2f6f6b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-846057f722bfec3f.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-11747ac2121e0af9.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-9dacb59ab8c6920f.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-6c4e6e5973a0fe88.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-f6d3e70c23d913b9.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-9434960f35206bcd.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-df0960839ef19ee2.rmeta --cap-lints allow` |
1280 | 2024-10-30T22:06:54.468Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/906c1da/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba6078c20cae66e9 -C extra-filename=-ba6078c20cae66e9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-846057f722bfec3f.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-20d3ee56318f4afd.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-fd8f4a172304d982.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0c4fa137c8cdec72.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-df0960839ef19ee2.rmeta --cap-lints allow` |
1281 | 2024-10-30T22:06:54.842Z | Compiling toolchain_find v0.4.0 |
1282 | 2024-10-30T22:06:54.844Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=653432326febb630 -C extra-filename=-653432326febb630 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern home=/work/oxidecomputer/oxide.rs/target/debug/deps/libhome-86550a15b7e13ad0.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-fd8f4a172304d982.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-3ab0b582b27c90a8.rmeta --cap-lints allow` |
1283 | 2024-10-30T22:06:55.621Z | Compiling rustfmt-wrapper v0.2.1 |
1284 | 2024-10-30T22:06:55.623Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15f30cf03e5f1e71 -C extra-filename=-15f30cf03e5f1e71 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rmeta --extern toolchain_find=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoolchain_find-653432326febb630.rmeta --cap-lints allow` |
1285 | 2024-10-30T22:06:56.134Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_common --edition=2021 test-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04b0d35305e6a247 -C extra-filename=-04b0d35305e6a247 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib` |
1286 | 2024-10-30T22:07:01.823Z | Running `/home/build/.rustup/toolchains/1.80-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=58bffe1b2b433819 -C extra-filename=-58bffe1b2b433819 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-15b79012f585d34b.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-54bcdd4d8ce470e8.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3a31d26b94ba282a/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
1287 | 2024-10-30T22:07:02.460Z | Compiling git2 v0.19.0 |
1288 | 2024-10-30T22:07:02.463Z | Running `/home/build/.rustup/toolchains/1.80-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=ba0e54a99a582e4b -C extra-filename=-ba0e54a99a582e4b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-6a25309cb5836a56.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-15b79012f585d34b.rmeta --extern libgit2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibgit2_sys-58bffe1b2b433819.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-11747ac2121e0af9.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-c76c705739f0e31c.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3a31d26b94ba282a/out/build -L native=/usr/lib/amd64` |
1289 | 2024-10-30T22:07:07.905Z | Compiling built v0.7.4 |
1290 | 2024-10-30T22:07:07.907Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name built --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/built-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 --cfg 'feature="git2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo-lock", "chrono", "dependency-tree", "git2", "semver"))' -C metadata=fc536fc96e36698d -C extra-filename=-fc536fc96e36698d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern git2=/work/oxidecomputer/oxide.rs/target/debug/deps/libgit2-ba0e54a99a582e4b.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3a31d26b94ba282a/out/build -L native=/usr/lib/amd64` |
1291 | 2024-10-30T22:07:10.078Z | Compiling oxide-cli v0.8.0+20241009.0 (/work/oxidecomputer/oxide.rs/cli) |
1292 | 2024-10-30T22:07:10.081Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cli/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=496690de7d1bd2e9 -C extra-filename=-496690de7d1bd2e9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-496690de7d1bd2e9 -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern built=/work/oxidecomputer/oxide.rs/target/debug/deps/libbuilt-fc536fc96e36698d.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3a31d26b94ba282a/out/build -L native=/usr/lib/amd64` |
1293 | 2024-10-30T22:07:10.850Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-496690de7d1bd2e9/build-script-build` |
1294 | 2024-10-30T22:07:11.475Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#906c1dad) |
1295 | 2024-10-30T22:07:11.478Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/906c1da/typify-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=8bb7e4d2f1389b33 -C extra-filename=-8bb7e4d2f1389b33 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-6c4e6e5973a0fe88.rlib --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-f6d3e70c23d913b9.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-9434960f35206bcd.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-0729f6a293bc0d21.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-364863be4c2f6f6b.rlib --extern proc_macro --cap-lints allow` |
1296 | 2024-10-30T22:07:16.087Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#906c1dad) |
1297 | 2024-10-30T22:07:16.087Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/906c1da/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -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=8f4f5eb3a4d91ce8 -C extra-filename=-8f4f5eb3a4d91ce8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-364863be4c2f6f6b.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-8bb7e4d2f1389b33.so --cap-lints allow` |
1298 | 2024-10-30T22:07:16.208Z | Compiling progenitor-impl v0.8.0 (https://github.com/oxidecomputer/progenitor#2f32cdef) |
1299 | 2024-10-30T22:07:16.211Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/2f32cde/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=afe92023b89b97f0 -C extra-filename=-afe92023b89b97f0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-846057f722bfec3f.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d3529c2b186fe478.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-7e2bfc15bf3e059a.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-9596ca75b03ae00f.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-6c4e6e5973a0fe88.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-9434960f35206bcd.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-8f4f5eb3a4d91ce8.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-df0960839ef19ee2.rmeta --cap-lints allow` |
1300 | 2024-10-30T22:07:16.425Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/906c1da/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -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=3f902bdbbbd2be12 -C extra-filename=-3f902bdbbbd2be12 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-ba6078c20cae66e9.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-8bb7e4d2f1389b33.so --cap-lints allow` |
1301 | 2024-10-30T22:07:16.552Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/2f32cde/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c02a8065ecc8f6ab -C extra-filename=-c02a8065ecc8f6ab --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-846057f722bfec3f.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d3529c2b186fe478.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-2850c4537750aee2.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0c4fa137c8cdec72.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-3f902bdbbbd2be12.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-df0960839ef19ee2.rmeta --cap-lints allow` |
1302 | 2024-10-30T22:07:24.405Z | Compiling progenitor-macro v0.8.0 (https://github.com/oxidecomputer/progenitor#2f32cdef) |
1303 | 2024-10-30T22:07:24.407Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/2f32cde/progenitor-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=5de2bc62f99a33e0 -C extra-filename=-5de2bc62f99a33e0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-7e2bfc15bf3e059a.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-afe92023b89b97f0.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-6c4e6e5973a0fe88.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-9434960f35206bcd.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-0729f6a293bc0d21.rlib --extern serde_yaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_yaml-96a46170857393c4.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow` |
1304 | 2024-10-30T22:07:39.886Z | Running `/home/build/.rustup/toolchains/1.80-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.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="openssl-src"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=a008021ffa49719a -C extra-filename=-a008021ffa49719a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -l static=ssl -l static=crypto --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_CAMELLIA"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg openssl --cfg ossl330 --cfg ossl320 --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 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'` |
1305 | 2024-10-30T22:07:39.889Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-7f44ff511e153b27/build-script-build` |
1306 | 2024-10-30T22:07:39.889Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/native-tls-f31f1a9c68ebd4b0/build-script-build` |
1307 | 2024-10-30T22:07:39.901Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-28cc69ad49d85ef4/build-script-build` |
1308 | 2024-10-30T22:07:40.791Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=4a3652273a89516a -C extra-filename=-4a3652273a89516a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-e0e43fc91e5b431f.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern foreign_types=/work/oxidecomputer/oxide.rs/target/debug/deps/libforeign_types-df55611b1b789139.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern openssl_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_macros-ad118a9670e71497.so --extern ffi=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-a008021ffa49719a.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_CAMELLIA"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --cfg ossl310 --cfg ossl320 --cfg ossl330 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'` |
1309 | 2024-10-30T22:07:43.158Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name curl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-sys-0.4.74+curl-8.9.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="libnghttp2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "libnghttp2-sys", "mesalink", "ntlm", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "rustls-ffi", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=08718604a9fd3dcb -C extra-filename=-08718604a9fd3dcb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern libnghttp2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibnghttp2_sys-b14340746c2dbd86.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-edc5a257b6a4bc69.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-a008021ffa49719a.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -l static=curl -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib --cfg libcurl_vendored --cfg link_libnghttp2 --cfg link_libz --cfg link_openssl` |
1310 | 2024-10-30T22:07:43.161Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/isahc-1789d98fca36c29f/build-script-build` |
1311 | 2024-10-30T22:07:43.161Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-e443b9447ee66b0c/build-script-build` |
1312 | 2024-10-30T22:07:43.343Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name curl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "mesalink", "ntlm", "openssl-probe", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=8b0f09fc9f7b6673 -C extra-filename=-8b0f09fc9f7b6673 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern curl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl_sys-08718604a9fd3dcb.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-c10a2f9cf9f08ef1.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-a008021ffa49719a.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-87ce1a801d0433ad.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib --cfg need_openssl_probe` |
1313 | 2024-10-30T22:07:43.965Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name isahc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/isahc-1.7.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="encoding_rs"' --cfg 'feature="http2"' --cfg 'feature="mime"' --cfg 'feature="static-curl"' --cfg 'feature="text-decoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cookies", "default", "encoding_rs", "http2", "httpdate", "json", "mime", "nightly", "parking_lot", "psl", "publicsuffix", "serde", "serde_json", "spnego", "static-curl", "static-ssl", "text-decoding", "unstable-interceptors"))' -C metadata=38b18d7c9613348e -C extra-filename=-38b18d7c9613348e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-c77340100704b3f4.rmeta --extern castaway=/work/oxidecomputer/oxide.rs/target/debug/deps/libcastaway-848f35cb00449e9e.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-b016540381c4c7ec.rmeta --extern curl=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl-8b0f09fc9f7b6673.rmeta --extern curl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl_sys-08718604a9fd3dcb.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-e7dcd8c4f86de700.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-9aab31ba4bee86d3.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-6006a5904d51bc90.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b725027bbe1b4aa3.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-f9c005c3804c6123.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-efb8a2d226a4717f.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-5e6f97e22f621f38.rmeta --extern sluice=/work/oxidecomputer/oxide.rs/target/debug/deps/libsluice-241467790d861202.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-f9ba2bb767a97a6d.rmeta --extern tracing_futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_futures-1f62a9b690dec562.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-0acd3c77b1a7d90a.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib` |
1314 | 2024-10-30T22:07:45.133Z | Running `/home/build/.rustup/toolchains/1.80-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.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 -C debuginfo=2 --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=22381d5b9bbba01f -C extra-filename=-22381d5b9bbba01f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern openssl=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl-4a3652273a89516a.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-c10a2f9cf9f08ef1.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-a008021ffa49719a.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib --cfg have_min_max_version` |
1315 | 2024-10-30T22:07:45.363Z | Compiling tokio-native-tls v0.3.1 |
1316 | 2024-10-30T22:07:45.366Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=6bdfa7cf1a493f2e -C extra-filename=-6bdfa7cf1a493f2e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-22381d5b9bbba01f.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib` |
1317 | 2024-10-30T22:07:45.471Z | Compiling httpmock v0.6.8 |
1318 | 2024-10-30T22:07:45.474Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpmock-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 -C debuginfo=2 --cfg 'feature="basic-cookies"' --cfg 'feature="cookies"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("basic-cookies", "clap", "color", "colored", "cookies", "default", "env_logger", "serde_yaml", "standalone"))' -C metadata=9e93dc82efe9c2cb -C extra-filename=-9e93dc82efe9c2cb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_json_diff-9f12c7b8230b27c8.rmeta --extern async_object_pool=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_object_pool-4bdea98d7d5b557f.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fe5ac6886f58d09f.rmeta --extern basic_cookies=/work/oxidecomputer/oxide.rs/target/debug/deps/libbasic_cookies-00e27a8f1a35ed30.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-b016540381c4c7ec.rmeta --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-af26c03259e2897c.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-64a5f9a5751b3e04.rmeta --extern isahc=/work/oxidecomputer/oxide.rs/target/debug/deps/libisahc-38b18d7c9613348e.rmeta --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-72954f49c4eb3f18.rmeta --extern levenshtein=/work/oxidecomputer/oxide.rs/target/debug/deps/liblevenshtein-0af8a111acb309d4.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern serde_regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_regex-2e08913aa9945354.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-43f9ff55c843b33a.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib` |
1319 | 2024-10-30T22:07:45.614Z | Compiling hyper-tls v0.6.0 |
1320 | 2024-10-30T22:07:45.616Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=aa1b1153cf807f7d -C extra-filename=-aa1b1153cf807f7d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-845e4322e8930b31.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-46824b1c02237836.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-331074d5e2a616e5.rmeta --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-22381d5b9bbba01f.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-6bdfa7cf1a493f2e.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-9c223d9d1ce68073.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib` |
1321 | 2024-10-30T22:07:45.984Z | Compiling reqwest v0.12.8 |
1322 | 2024-10-30T22:07:45.987Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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 -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --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="native-tls"' --cfg 'feature="native-tls-vendored"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --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-no-provider", "rustls-tls-webpki-roots", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=e3f8c350eaaa0c17 -C extra-filename=-e3f8c350eaaa0c17 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-e7dcd8c4f86de700.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-8faa3320c2258eb6.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-539ac1340e95d13e.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-845e4322e8930b31.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-46824b1c02237836.rmeta --extern hyper_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_rustls-2cc27bb5b7653c59.rmeta --extern hyper_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_tls-aa1b1153cf807f7d.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-331074d5e2a616e5.rmeta --extern ipnet=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnet-0d2d7a11af39ac20.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-f9c005c3804c6123.rmeta --extern native_tls_crate=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-22381d5b9bbba01f.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-177e3ff32a741e54.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-78eb2c06c70e2850.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-3134f24889f0534f.rmeta --extern rustls_pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-9ffabd2e42c63b48.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-e4b969a1888256f2.rmeta --extern sync_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/libsync_wrapper-09a139dd9ef3c381.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-6bdfa7cf1a493f2e.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-d65e9bcf884ab727.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-9ae8405a78226ce6.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-9c223d9d1ce68073.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rmeta --extern webpki_roots=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki_roots-dc3c58daeb87f5c6.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib` |
1323 | 2024-10-30T22:07:47.718Z | Compiling progenitor-client v0.8.0 |
1324 | 2024-10-30T22:07:47.718Z | Compiling oauth2 v5.0.0-rc.1 |
1325 | 2024-10-30T22:07:47.720Z | Compiling progenitor-client v0.8.0 (https://github.com/oxidecomputer/progenitor#2f32cdef) |
1326 | 2024-10-30T22:07:47.720Z | Running `/home/build/.rustup/toolchains/1.80-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=67526d10bbb21b8b -C extra-filename=-67526d10bbb21b8b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-177e3ff32a741e54.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-e4b969a1888256f2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib` |
1327 | 2024-10-30T22:07:47.721Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/2f32cde/progenitor-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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9064c97b885b6bb4 -C extra-filename=-9064c97b885b6bb4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-177e3ff32a741e54.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-e4b969a1888256f2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib` |
1328 | 2024-10-30T22:07:47.721Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name oauth2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oauth2-5.0.0-rc.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="reqwest"' --cfg 'feature="rustls-tls"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("curl", "default", "native-tls", "pkce-plain", "reqwest", "reqwest-blocking", "rustls-tls", "timing-resistant-secret-traits", "ureq"))' -C metadata=bc0dd90e284f6b82 -C extra-filename=-bc0dd90e284f6b82 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-454053f82c0973e1.rmeta --extern sha2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha2-4c363535d8a5e0b1.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib` |
1329 | 2024-10-30T22:07:47.926Z | Compiling progenitor v0.8.0 (https://github.com/oxidecomputer/progenitor#2f32cdef) |
1330 | 2024-10-30T22:07:47.929Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/2f32cde/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9144340ab81d5229 -C extra-filename=-9144340ab81d5229 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-9064c97b885b6bb4.rmeta --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-c02a8065ecc8f6ab.rmeta --extern progenitor_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_macro-5de2bc62f99a33e0.so --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib` |
1331 | 2024-10-30T22:07:47.979Z | Compiling oxide v0.8.0+20241009.0 (/work/oxidecomputer/oxide.rs/sdk) |
1332 | 2024-10-30T22:07:47.982Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 sdk/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="extras"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "default", "extras"))' -C metadata=be6f1156d6245638 -C extra-filename=-be6f1156d6245638 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rmeta --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rmeta --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rmeta --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-67526d10bbb21b8b.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-20d3ee56318f4afd.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib` |
1333 | 2024-10-30T22:07:52.327Z | Compiling xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask) |
1334 | 2024-10-30T22:07:52.330Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9931dc28551a5e56 -C extra-filename=-9931dc28551a5e56 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-b2a90c0f712edf6d.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-9144340ab81d5229.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-15f30cf03e5f1e71.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-43f9ff55c843b33a.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib` |
1335 | 2024-10-30T22:07:52.330Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 sdk/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="extras"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "default", "extras"))' -C metadata=729116eac398873d -C extra-filename=-729116eac398873d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-67526d10bbb21b8b.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-20d3ee56318f4afd.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib` |
1336 | 2024-10-30T22:07:52.330Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b56d12839572b057 -C extra-filename=-b56d12839572b057 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-b2a90c0f712edf6d.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-9144340ab81d5229.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-15f30cf03e5f1e71.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-43f9ff55c843b33a.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib` |
1337 | 2024-10-30T22:08:18.961Z | Compiling oxide-httpmock v0.8.0+20241009.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock) |
1338 | 2024-10-30T22:08:18.965Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name oxide_httpmock --edition=2021 sdk-httpmock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84dc9afd675874cc -C extra-filename=-84dc9afd675874cc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rmeta --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rmeta --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out` |
1339 | 2024-10-30T22:08:34.308Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_resolve_cert --edition=2021 cli/tests/test_resolve_cert.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4b9da0c2961a85f -C extra-filename=-e4b9da0c2961a85f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out` |
1340 | 2024-10-30T22:08:34.313Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_api --edition=2021 cli/tests/test_api.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bcea6a80c343b318 -C extra-filename=-bcea6a80c343b318 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out` |
1341 | 2024-10-30T22:08:34.313Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_silo_idp_saml --edition=2021 cli/tests/test_silo_idp_saml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d5467e16a8a0706b -C extra-filename=-d5467e16a8a0706b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out` |
1342 | 2024-10-30T22:08:34.313Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_instance --edition=2021 cli/tests/test_instance.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1588cdc2bd7e510 -C extra-filename=-f1588cdc2bd7e510 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out` |
1343 | 2024-10-30T22:08:34.313Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_system_networking_allowlist --edition=2021 cli/tests/test_system_networking_allowlist.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c43e84010da0b827 -C extra-filename=-c43e84010da0b827 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out` |
1344 | 2024-10-30T22:08:34.313Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_docs --edition=2021 cli/tests/test_docs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=453178f4893a847c -C extra-filename=-453178f4893a847c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out` |
1345 | 2024-10-30T22:08:34.323Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_projects --edition=2021 cli/tests/test_projects.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=215cfc0e050ffe22 -C extra-filename=-215cfc0e050ffe22 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out` |
1346 | 2024-10-30T22:08:34.323Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_disk_import --edition=2021 cli/tests/test_disk_import.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=854103de35ba62c1 -C extra-filename=-854103de35ba62c1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out` |
1347 | 2024-10-30T22:08:36.474Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ae96d3e0d5aa079 -C extra-filename=-6ae96d3e0d5aa079 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib` |
1348 | 2024-10-30T22:08:43.460Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name oxide_httpmock --edition=2021 sdk-httpmock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3650a2f07fe445cb -C extra-filename=-3650a2f07fe445cb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out` |
1349 | 2024-10-30T22:08:49.416Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_net --edition=2021 cli/tests/test_net.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de1081c2b91a9850 -C extra-filename=-de1081c2b91a9850 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out` |
1350 | 2024-10-30T22:08:51.754Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d6d5f67610124457 -C extra-filename=-d6d5f67610124457 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out` |
1351 | 2024-10-30T22:08:53.711Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_auth --edition=2021 cli/tests/test_auth.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=842a6152585f8243 -C extra-filename=-842a6152585f8243 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out` |
1352 | 2024-10-30T22:09:42.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 28s |
1353 | 2024-10-30T22:09:42.917Z | |
1354 | 2024-10-30T22:09:42.917Z | real 4:28.439605976 |
1355 | 2024-10-30T22:09:42.921Z | user 22:28.299011653 |
1356 | 2024-10-30T22:09:42.921Z | sys 4:11.904503603 |
1357 | 2024-10-30T22:09:42.921Z | trap 0.693410785 |
1358 | 2024-10-30T22:09:42.921Z | tflt 1.778507212 |
1359 | 2024-10-30T22:09:42.921Z | dflt 2.770911155 |
1360 | 2024-10-30T22:09:42.921Z | kflt 0.008764172 |
1361 | 2024-10-30T22:09:42.922Z | lock 32:13.087192988 |
1362 | 2024-10-30T22:09:42.922Z | slp 1:31:04.967746419 |
1363 | 2024-10-30T22:09:42.922Z | lat 1:07.086044857 |
1364 | 2024-10-30T22:09:42.922Z | stop 1:51.427366761 |
1365 | 2024-10-30T22:09:42.922Z | + banner test |
1366 | 2024-10-30T22:09:42.922Z | |
1367 | 2024-10-30T22:09:42.922Z | ##### ###### #### ##### |
1368 | 2024-10-30T22:09:42.922Z | # # # # |
1369 | 2024-10-30T22:09:42.922Z | # ##### #### # |
1370 | 2024-10-30T22:09:42.922Z | # # # # |
1371 | 2024-10-30T22:09:42.922Z | # # # # # |
1372 | 2024-10-30T22:09:42.922Z | # ###### #### # |
1373 | 2024-10-30T22:09:42.922Z | |
1374 | 2024-10-30T22:09:42.922Z | + ptime -m cargo test --all-features --locked --verbose |
1375 | 2024-10-30T22:09:43.704Z | Fresh unicode-ident v1.0.13 |
1376 | 2024-10-30T22:09:43.704Z | Fresh cfg-if v1.0.0 |
1377 | 2024-10-30T22:09:43.704Z | Fresh autocfg v1.3.0 |
1378 | 2024-10-30T22:09:43.704Z | Fresh once_cell v1.19.0 |
1379 | 2024-10-30T22:09:43.710Z | Fresh proc-macro2 v1.0.87 |
1380 | 2024-10-30T22:09:43.711Z | Fresh shlex v1.3.0 |
1381 | 2024-10-30T22:09:43.711Z | Fresh itoa v1.0.11 |
1382 | 2024-10-30T22:09:43.711Z | Fresh pin-project-lite v0.2.14 |
1383 | 2024-10-30T22:09:43.711Z | Fresh quote v1.0.37 |
1384 | 2024-10-30T22:09:43.711Z | Fresh libc v0.2.159 |
1385 | 2024-10-30T22:09:43.711Z | Fresh value-bag v1.9.0 |
1386 | 2024-10-30T22:09:43.711Z | Fresh futures-core v0.3.31 |
1387 | 2024-10-30T22:09:43.711Z | Fresh version_check v0.9.5 |
1388 | 2024-10-30T22:09:43.711Z | Fresh pkg-config v0.3.30 |
1389 | 2024-10-30T22:09:43.711Z | Fresh futures-io v0.3.31 |
1390 | 2024-10-30T22:09:43.711Z | Fresh jobserver v0.1.32 |
1391 | 2024-10-30T22:09:43.711Z | Fresh ryu v1.0.18 |
1392 | 2024-10-30T22:09:43.711Z | Fresh bytes v1.7.2 |
1393 | 2024-10-30T22:09:43.711Z | Fresh serde_derive v1.0.210 |
1394 | 2024-10-30T22:09:43.711Z | Fresh cc v1.1.15 |
1395 | 2024-10-30T22:09:43.711Z | Fresh vcpkg v0.2.15 |
1396 | 2024-10-30T22:09:43.711Z | Fresh signal-hook-registry v1.4.2 |
1397 | 2024-10-30T22:09:43.711Z | Fresh serde v1.0.210 |
1398 | 2024-10-30T22:09:43.712Z | Fresh slab v0.4.9 |
1399 | 2024-10-30T22:09:43.712Z | Fresh getrandom v0.2.15 |
1400 | 2024-10-30T22:09:43.712Z | Fresh equivalent v1.0.1 |
1401 | 2024-10-30T22:09:43.712Z | Fresh hashbrown v0.15.0 |
1402 | 2024-10-30T22:09:43.712Z | Fresh fnv v1.0.7 |
1403 | 2024-10-30T22:09:43.712Z | Fresh indexmap v2.6.0 |
1404 | 2024-10-30T22:09:43.712Z | Fresh tracing-attributes v0.1.27 |
1405 | 2024-10-30T22:09:43.712Z | Fresh tracing-core v0.1.32 |
1406 | 2024-10-30T22:09:43.712Z | Fresh socket2 v0.5.7 |
1407 | 2024-10-30T22:09:43.712Z | Fresh futures-sink v0.3.31 |
1408 | 2024-10-30T22:09:43.712Z | Fresh tracing v0.1.40 |
1409 | 2024-10-30T22:09:43.712Z | Fresh openssl-src v300.3.1+3.3.1 |
1410 | 2024-10-30T22:09:43.712Z | Fresh pin-utils v0.1.0 |
1411 | 2024-10-30T22:09:43.712Z | Fresh tokio-macros v2.4.0 |
1412 | 2024-10-30T22:09:43.712Z | Fresh zerocopy-derive v0.7.35 |
1413 | 2024-10-30T22:09:43.712Z | Fresh num-traits v0.2.19 |
1414 | 2024-10-30T22:09:43.712Z | Fresh mio v1.0.2 |
1415 | 2024-10-30T22:09:43.712Z | Fresh regex-syntax v0.8.5 |
1416 | 2024-10-30T22:09:43.712Z | Fresh byteorder v1.5.0 |
1417 | 2024-10-30T22:09:43.713Z | Fresh futures-channel v0.3.31 |
1418 | 2024-10-30T22:09:43.713Z | Fresh tokio v1.40.0 |
1419 | 2024-10-30T22:09:43.713Z | Fresh futures-macro v0.3.31 |
1420 | 2024-10-30T22:09:43.713Z | Fresh percent-encoding v2.3.1 |
1421 | 2024-10-30T22:09:43.713Z | Fresh tinyvec_macros v0.1.1 |
1422 | 2024-10-30T22:09:43.713Z | Fresh futures-task v0.3.31 |
1423 | 2024-10-30T22:09:43.713Z | Fresh futures-util v0.3.31 |
1424 | 2024-10-30T22:09:43.713Z | Fresh tinyvec v1.8.0 |
1425 | 2024-10-30T22:09:43.713Z | Fresh form_urlencoded v1.2.1 |
1426 | 2024-10-30T22:09:43.713Z | Fresh errno v0.3.9 |
1427 | 2024-10-30T22:09:43.713Z | Fresh atomic-waker v1.1.2 |
1428 | 2024-10-30T22:09:43.713Z | Fresh crossbeam-utils v0.8.20 |
1429 | 2024-10-30T22:09:43.713Z | Fresh unicode-normalization v0.1.23 |
1430 | 2024-10-30T22:09:43.713Z | Fresh http v1.1.0 |
1431 | 2024-10-30T22:09:43.713Z | Fresh serde_derive_internals v0.29.1 |
1432 | 2024-10-30T22:09:43.713Z | Fresh memchr v2.7.4 |
1433 | 2024-10-30T22:09:43.713Z | Fresh unicode-bidi v0.3.15 |
1434 | 2024-10-30T22:09:43.713Z | Fresh heck v0.5.0 |
1435 | 2024-10-30T22:09:43.713Z | Fresh httparse v1.9.4 |
1436 | 2024-10-30T22:09:43.713Z | Fresh schemars_derive v0.8.21 |
1437 | 2024-10-30T22:09:43.713Z | Fresh idna v0.5.0 |
1438 | 2024-10-30T22:09:43.713Z | Fresh thiserror-impl v1.0.64 |
1439 | 2024-10-30T22:09:43.713Z | Fresh dyn-clone v1.0.17 |
1440 | 2024-10-30T22:09:43.713Z | Fresh rustix v0.38.37 |
1441 | 2024-10-30T22:09:43.713Z | Fresh log v0.4.22 |
1442 | 2024-10-30T22:09:43.714Z | Fresh allocator-api2 v0.2.18 |
1443 | 2024-10-30T22:09:43.714Z | Fresh thiserror v1.0.64 |
1444 | 2024-10-30T22:09:43.714Z | Fresh spin v0.9.8 |
1445 | 2024-10-30T22:09:43.714Z | Fresh rustls-pki-types v1.8.0 |
1446 | 2024-10-30T22:09:43.714Z | Fresh concurrent-queue v2.5.0 |
1447 | 2024-10-30T22:09:43.714Z | Fresh openssl-sys v0.9.103 |
1448 | 2024-10-30T22:09:43.714Z | Fresh parking v2.2.0 |
1449 | 2024-10-30T22:09:43.714Z | Fresh untrusted v0.9.0 |
1450 | 2024-10-30T22:09:43.714Z | Fresh try-lock v0.2.5 |
1451 | 2024-10-30T22:09:43.714Z | Fresh ring v0.17.8 |
1452 | 2024-10-30T22:09:43.714Z | Fresh iana-time-zone v0.1.60 |
1453 | 2024-10-30T22:09:43.714Z | Fresh zeroize v1.8.1 |
1454 | 2024-10-30T22:09:43.714Z | Fresh httpdate v1.0.3 |
1455 | 2024-10-30T22:09:43.714Z | Fresh http-body v1.0.1 |
1456 | 2024-10-30T22:09:43.714Z | Fresh want v0.3.1 |
1457 | 2024-10-30T22:09:43.714Z | Fresh rustls-webpki v0.102.7 |
1458 | 2024-10-30T22:09:43.714Z | Fresh tokio-util v0.7.11 |
1459 | 2024-10-30T22:09:43.714Z | Fresh fastrand v2.1.1 |
1460 | 2024-10-30T22:09:43.714Z | Fresh subtle v2.6.1 |
1461 | 2024-10-30T22:09:43.714Z | Fresh tower-service v0.3.3 |
1462 | 2024-10-30T22:09:43.714Z | Fresh openssl-probe v0.1.5 |
1463 | 2024-10-30T22:09:43.714Z | Fresh h2 v0.4.6 |
1464 | 2024-10-30T22:09:43.714Z | Fresh foreign-types-shared v0.1.1 |
1465 | 2024-10-30T22:09:43.714Z | Fresh hyper v1.4.1 |
1466 | 2024-10-30T22:09:43.714Z | Fresh foreign-types v0.3.2 |
1467 | 2024-10-30T22:09:43.715Z | Fresh openssl-macros v0.1.1 |
1468 | 2024-10-30T22:09:43.715Z | Fresh encoding_rs v0.8.34 |
1469 | 2024-10-30T22:09:43.715Z | Fresh mime v0.3.17 |
1470 | 2024-10-30T22:09:43.715Z | Fresh openssl v0.10.66 |
1471 | 2024-10-30T22:09:43.715Z | Fresh hyper-util v0.1.9 |
1472 | 2024-10-30T22:09:43.715Z | Fresh ppv-lite86 v0.2.20 |
1473 | 2024-10-30T22:09:43.715Z | Fresh rand_core v0.6.4 |
1474 | 2024-10-30T22:09:43.715Z | Fresh http-body-util v0.1.2 |
1475 | 2024-10-30T22:09:43.715Z | Fresh rand_chacha v0.3.1 |
1476 | 2024-10-30T22:09:43.715Z | Fresh native-tls v0.2.12 |
1477 | 2024-10-30T22:09:43.715Z | Fresh aho-corasick v1.1.3 |
1478 | 2024-10-30T22:09:43.715Z | Fresh anstyle v1.0.8 |
1479 | 2024-10-30T22:09:43.720Z | Fresh base64 v0.22.1 |
1480 | 2024-10-30T22:09:43.720Z | Fresh event-listener v5.3.1 |
1481 | 2024-10-30T22:09:43.721Z | Fresh rustls v0.23.12 |
1482 | 2024-10-30T22:09:43.721Z | Fresh rand v0.8.5 |
1483 | 2024-10-30T22:09:43.721Z | Fresh rustls-pemfile v2.1.3 |
1484 | 2024-10-30T22:09:43.721Z | Fresh tokio-native-tls v0.3.1 |
1485 | 2024-10-30T22:09:43.721Z | Fresh regex-automata v0.4.8 |
1486 | 2024-10-30T22:09:43.721Z | Fresh webpki-roots v0.26.6 |
1487 | 2024-10-30T22:09:43.721Z | Fresh serde_urlencoded v0.7.1 |
1488 | 2024-10-30T22:09:43.721Z | Fresh either v1.13.0 |
1489 | 2024-10-30T22:09:43.721Z | Fresh tokio-rustls v0.26.0 |
1490 | 2024-10-30T22:09:43.721Z | Fresh hyper-tls v0.6.0 |
1491 | 2024-10-30T22:09:43.721Z | Fresh event-listener-strategy v0.5.2 |
1492 | 2024-10-30T22:09:43.721Z | Fresh sync_wrapper v1.0.1 |
1493 | 2024-10-30T22:09:43.722Z | Fresh ipnet v2.9.0 |
1494 | 2024-10-30T22:09:43.722Z | Fresh utf8parse v0.2.2 |
1495 | 2024-10-30T22:09:43.722Z | Fresh hyper-rustls v0.27.3 |
1496 | 2024-10-30T22:09:43.722Z | Fresh anstyle-parse v0.2.5 |
1497 | 2024-10-30T22:09:43.722Z | Fresh regex v1.11.0 |
1498 | 2024-10-30T22:09:43.722Z | Fresh futures-lite v2.3.0 |
1499 | 2024-10-30T22:09:43.722Z | Fresh toml_datetime v0.6.8 |
1500 | 2024-10-30T22:09:43.722Z | Fresh reqwest v0.12.8 |
1501 | 2024-10-30T22:09:43.722Z | Fresh typenum v1.17.0 |
1502 | 2024-10-30T22:09:43.722Z | Fresh serde_spanned v0.6.7 |
1503 | 2024-10-30T22:09:43.722Z | Fresh anstyle-query v1.1.1 |
1504 | 2024-10-30T22:09:43.722Z | Fresh same-file v1.0.6 |
1505 | 2024-10-30T22:09:43.722Z | Fresh event-listener v2.5.3 |
1506 | 2024-10-30T22:09:43.722Z | Fresh colorchoice v1.0.2 |
1507 | 2024-10-30T22:09:43.722Z | Fresh winnow v0.6.18 |
1508 | 2024-10-30T22:09:43.722Z | Fresh is_terminal_polyfill v1.70.1 |
1509 | 2024-10-30T22:09:43.722Z | Fresh walkdir v2.5.0 |
1510 | 2024-10-30T22:09:43.722Z | Fresh generic-array v0.14.7 |
1511 | 2024-10-30T22:09:43.722Z | Fresh terminal_size v0.4.0 |
1512 | 2024-10-30T22:09:43.722Z | Fresh http v0.2.12 |
1513 | 2024-10-30T22:09:43.722Z | Fresh toml_edit v0.22.22 |
1514 | 2024-10-30T22:09:43.722Z | Fresh anstream v0.6.15 |
1515 | 2024-10-30T22:09:43.722Z | Fresh scopeguard v1.2.0 |
1516 | 2024-10-30T22:09:43.723Z | Fresh clap_lex v0.7.2 |
1517 | 2024-10-30T22:09:43.723Z | Fresh strsim v0.11.1 |
1518 | 2024-10-30T22:09:43.723Z | Fresh smallvec v1.13.2 |
1519 | 2024-10-30T22:09:43.723Z | Fresh toml v0.8.19 |
1520 | 2024-10-30T22:09:43.723Z | Fresh lock_api v0.4.12 |
1521 | 2024-10-30T22:09:43.723Z | Fresh clap_builder v4.5.20 |
1522 | 2024-10-30T22:09:43.723Z | Fresh parking_lot_core v0.9.10 |
1523 | 2024-10-30T22:09:43.723Z | Fresh async-lock v3.4.0 |
1524 | 2024-10-30T22:09:43.723Z | Fresh polling v3.7.3 |
1525 | 2024-10-30T22:09:43.723Z | Fresh clap_derive v4.5.18 |
1526 | 2024-10-30T22:09:43.723Z | Fresh futures-executor v0.3.31 |
1527 | 2024-10-30T22:09:43.723Z | Fresh serde_tokenstream v0.2.2 |
1528 | 2024-10-30T22:09:43.723Z | Fresh waker-fn v1.2.0 |
1529 | 2024-10-30T22:09:43.723Z | Fresh siphasher v0.3.11 |
1530 | 2024-10-30T22:09:43.723Z | Fresh lazy_static v1.5.0 |
1531 | 2024-10-30T22:09:43.723Z | Fresh fastrand v1.9.0 |
1532 | 2024-10-30T22:09:43.723Z | Fresh futures v0.3.31 |
1533 | 2024-10-30T22:09:43.723Z | Fresh async-io v2.3.4 |
1534 | 2024-10-30T22:09:43.723Z | Fresh phf_shared v0.10.0 |
1535 | 2024-10-30T22:09:43.723Z | Fresh futures-lite v1.13.0 |
1536 | 2024-10-30T22:09:43.723Z | Fresh crunchy v0.2.2 |
1537 | 2024-10-30T22:09:43.723Z | Fresh clap v4.5.20 |
1538 | 2024-10-30T22:09:43.723Z | Fresh polling v2.8.0 |
1539 | 2024-10-30T22:09:43.723Z | Fresh parking_lot v0.12.3 |
1540 | 2024-10-30T22:09:43.724Z | Fresh io-lifetimes v1.0.11 |
1541 | 2024-10-30T22:09:43.724Z | Fresh crypto-common v0.1.6 |
1542 | 2024-10-30T22:09:43.724Z | Fresh block-buffer v0.10.4 |
1543 | 2024-10-30T22:09:43.724Z | Fresh socket2 v0.4.10 |
1544 | 2024-10-30T22:09:43.724Z | Fresh fixedbitset v0.4.2 |
1545 | 2024-10-30T22:09:43.724Z | Fresh precomputed-hash v0.1.1 |
1546 | 2024-10-30T22:09:43.724Z | Fresh async-task v4.7.1 |
1547 | 2024-10-30T22:09:43.724Z | Fresh bit-vec v0.6.3 |
1548 | 2024-10-30T22:09:43.724Z | Fresh bitflags v1.3.2 |
1549 | 2024-10-30T22:09:43.724Z | Fresh new_debug_unreachable v1.0.6 |
1550 | 2024-10-30T22:09:43.724Z | Fresh digest v0.10.7 |
1551 | 2024-10-30T22:09:43.725Z | Fresh petgraph v0.6.5 |
1552 | 2024-10-30T22:09:43.725Z | Fresh ascii-canvas v3.0.0 |
1553 | 2024-10-30T22:09:43.725Z | Fresh bit-set v0.5.3 |
1554 | 2024-10-30T22:09:43.725Z | Fresh rustix v0.37.27 |
1555 | 2024-10-30T22:09:43.725Z | Fresh string_cache v0.8.7 |
1556 | 2024-10-30T22:09:43.725Z | Fresh tiny-keccak v2.0.2 |
1557 | 2024-10-30T22:09:43.725Z | Fresh async-channel v1.9.0 |
1558 | 2024-10-30T22:09:43.725Z | Fresh async-lock v2.8.0 |
1559 | 2024-10-30T22:09:43.725Z | Fresh async-channel v2.3.1 |
1560 | 2024-10-30T22:09:43.725Z | Fresh itertools v0.11.0 |
1561 | 2024-10-30T22:09:43.725Z | Fresh piper v0.2.4 |
1562 | 2024-10-30T22:09:43.725Z | Fresh ena v0.14.3 |
1563 | 2024-10-30T22:09:43.725Z | Fresh dirs-sys v0.3.7 |
1564 | 2024-10-30T22:09:43.725Z | Fresh unicode-xid v0.2.5 |
1565 | 2024-10-30T22:09:43.725Z | Fresh pico-args v0.5.0 |
1566 | 2024-10-30T22:09:43.725Z | Fresh unicode-width v0.1.13 |
1567 | 2024-10-30T22:09:43.725Z | Fresh powerfmt v0.2.0 |
1568 | 2024-10-30T22:09:43.725Z | Fresh num-conv v0.1.0 |
1569 | 2024-10-30T22:09:43.725Z | Fresh time-core v0.1.2 |
1570 | 2024-10-30T22:09:43.725Z | Fresh cpufeatures v0.2.13 |
1571 | 2024-10-30T22:09:43.725Z | Fresh lalrpop v0.20.2 |
1572 | 2024-10-30T22:09:43.725Z | Fresh blocking v1.6.1 |
1573 | 2024-10-30T22:09:43.725Z | Fresh dirs v4.0.0 |
1574 | 2024-10-30T22:09:43.725Z | Fresh deranged v0.3.11 |
1575 | 2024-10-30T22:09:43.725Z | Fresh time-macros v0.2.18 |
1576 | 2024-10-30T22:09:43.725Z | Fresh async-io v1.13.0 |
1577 | 2024-10-30T22:09:43.726Z | Fresh async-executor v1.13.0 |
1578 | 2024-10-30T22:09:43.726Z | Fresh async-signal v0.2.10 |
1579 | 2024-10-30T22:09:43.730Z | Fresh libnghttp2-sys v0.1.10+1.61.0 |
1580 | 2024-10-30T22:09:43.730Z | Fresh progenitor-client v0.8.0 |
1581 | 2024-10-30T22:09:43.730Z | Fresh event-listener v3.1.0 |
1582 | 2024-10-30T22:09:43.730Z | Fresh pin-project-internal v1.1.5 |
1583 | 2024-10-30T22:09:43.730Z | Fresh num_threads v0.1.7 |
1584 | 2024-10-30T22:09:43.731Z | Fresh async-global-executor v2.4.1 |
1585 | 2024-10-30T22:09:43.731Z | Fresh curl-sys v0.4.74+curl-8.9.0 |
1586 | 2024-10-30T22:09:43.731Z | Fresh time v0.3.36 |
1587 | 2024-10-30T22:09:43.731Z | Fresh async-process v1.8.1 |
1588 | 2024-10-30T22:09:43.731Z | Fresh pin-project v1.1.5 |
1589 | 2024-10-30T22:09:43.731Z | Fresh rustversion v1.0.17 |
1590 | 2024-10-30T22:09:43.731Z | Fresh libz-sys v1.1.20 |
1591 | 2024-10-30T22:09:43.731Z | Fresh async-trait v0.1.83 |
1592 | 2024-10-30T22:09:43.731Z | Fresh kv-log-macro v1.0.7 |
1593 | 2024-10-30T22:09:43.731Z | Fresh dirs-sys-next v0.1.2 |
1594 | 2024-10-30T22:09:43.731Z | Fresh unicode-segmentation v1.11.0 |
1595 | 2024-10-30T22:09:43.731Z | Fresh home v0.5.9 |
1596 | 2024-10-30T22:09:43.731Z | Fresh similar v2.6.0 |
1597 | 2024-10-30T22:09:43.731Z | Fresh libgit2-sys v0.17.0+1.8.1 |
1598 | 2024-10-30T22:09:43.731Z | Fresh async-std v1.12.0 |
1599 | 2024-10-30T22:09:43.731Z | Fresh dirs-next v2.0.0 |
1600 | 2024-10-30T22:09:43.731Z | Fresh tracing-futures v0.2.5 |
1601 | 2024-10-30T22:09:43.731Z | Fresh curl v0.4.46 |
1602 | 2024-10-30T22:09:43.731Z | Fresh slog v2.7.0 |
1603 | 2024-10-30T22:09:43.731Z | Fresh sha1 v0.10.6 |
1604 | 2024-10-30T22:09:43.731Z | Fresh sluice v0.5.5 |
1605 | 2024-10-30T22:09:43.731Z | Fresh http-body v0.4.6 |
1606 | 2024-10-30T22:09:43.731Z | Fresh url v2.5.2 |
1607 | 2024-10-30T22:09:43.731Z | Fresh castaway v0.1.2 |
1608 | 2024-10-30T22:09:43.731Z | Fresh bitflags v2.6.0 |
1609 | 2024-10-30T22:09:43.731Z | Fresh lalrpop-util v0.20.2 |
1610 | 2024-10-30T22:09:43.731Z | Fresh predicates-core v1.0.8 |
1611 | 2024-10-30T22:09:43.732Z | Fresh hyper v0.14.30 |
1612 | 2024-10-30T22:09:43.732Z | Fresh signal-hook v0.3.17 |
1613 | 2024-10-30T22:09:43.732Z | Fresh async-object-pool v0.1.4 |
1614 | 2024-10-30T22:09:43.732Z | Fresh basic-cookies v0.1.5 |
1615 | 2024-10-30T22:09:43.732Z | Fresh isahc v1.7.2 |
1616 | 2024-10-30T22:09:43.732Z | Fresh git2 v0.19.0 |
1617 | 2024-10-30T22:09:43.732Z | Fresh term v0.7.0 |
1618 | 2024-10-30T22:09:43.733Z | Fresh console v0.15.8 |
1619 | 2024-10-30T22:09:43.733Z | Fresh serde_regex v1.1.0 |
1620 | 2024-10-30T22:09:43.733Z | Fresh tempfile v3.13.0 |
1621 | 2024-10-30T22:09:43.733Z | Fresh float-cmp v0.9.0 |
1622 | 2024-10-30T22:09:43.733Z | Fresh assert-json-diff v2.0.2 |
1623 | 2024-10-30T22:09:43.733Z | Fresh mio v0.8.11 |
1624 | 2024-10-30T22:09:43.733Z | Fresh is-terminal v0.4.13 |
1625 | 2024-10-30T22:09:43.733Z | Fresh difflib v0.4.0 |
1626 | 2024-10-30T22:09:43.733Z | Fresh base64 v0.21.7 |
1627 | 2024-10-30T22:09:43.733Z | Fresh utf-8 v0.7.6 |
1628 | 2024-10-30T22:09:43.733Z | Fresh levenshtein v1.0.5 |
1629 | 2024-10-30T22:09:43.733Z | Fresh data-encoding v2.6.0 |
1630 | 2024-10-30T22:09:43.733Z | Fresh normalize-line-endings v0.3.0 |
1631 | 2024-10-30T22:09:43.733Z | Fresh signal-hook-mio v0.2.4 |
1632 | 2024-10-30T22:09:43.733Z | Fresh built v0.7.4 |
1633 | 2024-10-30T22:09:43.733Z | Fresh paste v1.0.15 |
1634 | 2024-10-30T22:09:43.733Z | Fresh httpmock v0.6.8 |
1635 | 2024-10-30T22:09:43.733Z | Fresh predicates v3.1.2 |
1636 | 2024-10-30T22:09:43.733Z | Fresh tungstenite v0.20.1 |
1637 | 2024-10-30T22:09:43.733Z | Fresh castaway v0.2.3 |
1638 | 2024-10-30T22:09:43.733Z | Fresh strum_macros v0.26.4 |
1639 | 2024-10-30T22:09:43.733Z | Fresh itertools v0.13.0 |
1640 | 2024-10-30T22:09:43.734Z | Fresh serde_path_to_error v0.1.16 |
1641 | 2024-10-30T22:09:43.734Z | Fresh is-docker v0.2.0 |
1642 | 2024-10-30T22:09:43.734Z | Fresh thread_local v1.1.8 |
1643 | 2024-10-30T22:09:43.734Z | Fresh static_assertions v1.1.0 |
1644 | 2024-10-30T22:09:43.734Z | Fresh match_cfg v0.1.0 |
1645 | 2024-10-30T22:09:43.734Z | Fresh hostname v0.3.1 |
1646 | 2024-10-30T22:09:43.734Z | Fresh is-wsl v0.4.0 |
1647 | 2024-10-30T22:09:43.734Z | Fresh compact_str v0.7.1 |
1648 | 2024-10-30T22:09:43.734Z | Fresh strum v0.26.3 |
1649 | 2024-10-30T22:09:43.734Z | Fresh rustls v0.22.4 |
1650 | 2024-10-30T22:09:43.734Z | Fresh tokio-tungstenite v0.20.1 |
1651 | 2024-10-30T22:09:43.734Z | Fresh unicode-truncate v1.1.0 |
1652 | 2024-10-30T22:09:43.734Z | Fresh crossterm v0.27.0 |
1653 | 2024-10-30T22:09:43.734Z | Fresh portable-atomic v1.7.0 |
1654 | 2024-10-30T22:09:43.734Z | Fresh slog-json v2.6.1 |
1655 | 2024-10-30T22:09:43.734Z | Fresh termini v1.0.0 |
1656 | 2024-10-30T22:09:43.734Z | Fresh newline-converter v0.3.0 |
1657 | 2024-10-30T22:09:43.734Z | Fresh sha2 v0.10.8 |
1658 | 2024-10-30T22:09:43.734Z | Fresh itertools v0.12.1 |
1659 | 2024-10-30T22:09:43.734Z | Fresh lru v0.12.4 |
1660 | 2024-10-30T22:09:43.734Z | Fresh crossbeam-channel v0.5.13 |
1661 | 2024-10-30T22:09:43.734Z | Fresh ipnetwork v0.20.0 |
1662 | 2024-10-30T22:09:43.734Z | Fresh async-stream-impl v0.3.6 |
1663 | 2024-10-30T22:09:43.734Z | Fresh stability v0.2.1 |
1664 | 2024-10-30T22:09:43.734Z | Fresh termcolor v1.4.1 |
1665 | 2024-10-30T22:09:43.734Z | Fresh humantime v2.1.0 |
1666 | 2024-10-30T22:09:43.734Z | Fresh cassowary v0.3.0 |
1667 | 2024-10-30T22:09:43.734Z | Fresh spin v0.5.2 |
1668 | 2024-10-30T22:09:43.734Z | Fresh number_prefix v0.4.0 |
1669 | 2024-10-30T22:09:43.734Z | Fresh take_mut v0.2.2 |
1670 | 2024-10-30T22:09:43.734Z | Fresh untrusted v0.7.1 |
1671 | 2024-10-30T22:09:43.734Z | Fresh termtree v0.4.1 |
1672 | 2024-10-30T22:09:43.734Z | Fresh shell-words v1.1.0 |
1673 | 2024-10-30T22:09:43.734Z | Fresh base64 v0.13.1 |
1674 | 2024-10-30T22:09:43.734Z | Fresh pathdiff v0.2.1 |
1675 | 2024-10-30T22:09:43.734Z | Fresh indicatif v0.17.8 |
1676 | 2024-10-30T22:09:43.734Z | Fresh ring v0.16.20 |
1677 | 2024-10-30T22:09:43.735Z | Fresh pem v1.1.1 |
1678 | 2024-10-30T22:09:43.735Z | Fresh dialoguer v0.10.4 |
1679 | 2024-10-30T22:09:43.745Z | Fresh slog-async v2.8.0 |
1680 | 2024-10-30T22:09:43.745Z | Fresh predicates-tree v1.0.11 |
1681 | 2024-10-30T22:09:43.745Z | Fresh open v4.2.0 |
1682 | 2024-10-30T22:09:43.745Z | Fresh env_logger v0.10.2 |
1683 | 2024-10-30T22:09:43.745Z | Fresh ratatui v0.26.3 |
1684 | 2024-10-30T22:09:43.745Z | Fresh async-stream v0.3.6 |
1685 | 2024-10-30T22:09:43.745Z | Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1686 | 2024-10-30T22:09:43.745Z | Fresh oauth2 v5.0.0-rc.1 |
1687 | 2024-10-30T22:09:43.745Z | Fresh slog-bunyan v2.5.0 |
1688 | 2024-10-30T22:09:43.745Z | Fresh thouart v0.1.0 (https://github.com/oxidecomputer/thouart#1f22ae24) |
1689 | 2024-10-30T22:09:43.745Z | Fresh tokio-rustls v0.25.0 |
1690 | 2024-10-30T22:09:43.745Z | Fresh camino v1.1.9 |
1691 | 2024-10-30T22:09:43.745Z | Fresh anyhow v1.0.89 |
1692 | 2024-10-30T22:09:43.745Z | Fresh multer v3.1.0 |
1693 | 2024-10-30T22:09:43.745Z | Fresh doc-comment v0.3.3 |
1694 | 2024-10-30T22:09:43.745Z | Fresh slog-term v2.9.1 |
1695 | 2024-10-30T22:09:43.745Z | Fresh yasna v0.5.2 |
1696 | 2024-10-30T22:09:43.745Z | Fresh tabwriter v1.4.0 |
1697 | 2024-10-30T22:09:43.745Z | Fresh clap_complete v4.5.33 |
1698 | 2024-10-30T22:09:43.745Z | Fresh colored v2.1.0 |
1699 | 2024-10-30T22:09:43.745Z | Fresh dropshot_endpoint v0.12.1-dev (https://github.com/oxidecomputer/dropshot#e57aad3a) |
1700 | 2024-10-30T22:09:43.745Z | Fresh bstr v1.10.0 |
1701 | 2024-10-30T22:09:43.745Z | Fresh waitgroup v0.1.2 |
1702 | 2024-10-30T22:09:43.745Z | Fresh hostname v0.4.0 |
1703 | 2024-10-30T22:09:43.745Z | Fresh wait-timeout v0.2.0 |
1704 | 2024-10-30T22:09:43.745Z | Fresh yansi v1.0.1 |
1705 | 2024-10-30T22:09:43.745Z | Fresh zerocopy v0.7.35 |
1706 | 2024-10-30T22:09:43.745Z | Fresh md5 v0.7.0 |
1707 | 2024-10-30T22:09:43.745Z | Fresh debug-ignore v1.0.5 |
1708 | 2024-10-30T22:09:43.746Z | Fresh diff v0.1.13 |
1709 | 2024-10-30T22:09:43.746Z | Fresh pretty_assertions v1.4.1 |
1710 | 2024-10-30T22:09:43.746Z | Fresh assert_cmd v2.0.16 |
1711 | 2024-10-30T22:09:43.746Z | Fresh ahash v0.8.11 |
1712 | 2024-10-30T22:09:43.746Z | Fresh dropshot v0.12.1-dev (https://github.com/oxidecomputer/dropshot#e57aad3a) |
1713 | 2024-10-30T22:09:43.746Z | Fresh rcgen v0.10.0 |
1714 | 2024-10-30T22:09:43.746Z | Fresh expectorate v1.1.0 |
1715 | 2024-10-30T22:09:43.746Z | Fresh serde_json v1.0.128 |
1716 | 2024-10-30T22:09:43.746Z | Fresh hashbrown v0.14.5 |
1717 | 2024-10-30T22:09:43.746Z | Fresh chrono v0.4.38 |
1718 | 2024-10-30T22:09:43.746Z | Fresh uuid v1.10.0 |
1719 | 2024-10-30T22:09:43.746Z | Fresh syn v2.0.79 |
1720 | 2024-10-30T22:09:43.746Z | Fresh openapiv3 v2.0.0 |
1721 | 2024-10-30T22:09:43.746Z | Fresh unsafe-libyaml v0.2.11 |
1722 | 2024-10-30T22:09:43.746Z | Fresh regress v0.10.1 |
1723 | 2024-10-30T22:09:43.746Z | Fresh schemars v0.8.21 |
1724 | 2024-10-30T22:09:43.746Z | Fresh serde_yaml v0.9.34+deprecated |
1725 | 2024-10-30T22:09:43.746Z | Fresh progenitor-client v0.8.0 (https://github.com/oxidecomputer/progenitor#2f32cdef) |
1726 | 2024-10-30T22:09:43.746Z | Fresh semver v1.0.23 |
1727 | 2024-10-30T22:09:43.746Z | Fresh typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#906c1dad) |
1728 | 2024-10-30T22:09:43.746Z | Fresh typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#906c1dad) |
1729 | 2024-10-30T22:09:43.746Z | Fresh toolchain_find v0.4.0 |
1730 | 2024-10-30T22:09:43.746Z | Fresh oxide-cli v0.8.0+20241009.0 (/work/oxidecomputer/oxide.rs/cli) |
1731 | 2024-10-30T22:09:43.746Z | Fresh typify v0.2.0 (https://github.com/oxidecomputer/typify#906c1dad) |
1732 | 2024-10-30T22:09:43.746Z | Fresh rustfmt-wrapper v0.2.1 |
1733 | 2024-10-30T22:09:43.746Z | Fresh oxide-httpmock v0.8.0+20241009.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock) |
1734 | 2024-10-30T22:09:43.746Z | Fresh oxide v0.8.0+20241009.0 (/work/oxidecomputer/oxide.rs/sdk) |
1735 | 2024-10-30T22:09:43.746Z | Fresh test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common) |
1736 | 2024-10-30T22:09:43.746Z | Fresh progenitor-impl v0.8.0 (https://github.com/oxidecomputer/progenitor#2f32cdef) |
1737 | 2024-10-30T22:09:43.746Z | |
1738 | 2024-10-30T22:09:43.746Z | Fresh progenitor-macro v0.8.0 (https://github.com/oxidecomputer/progenitor#2f32cdef) |
1739 | 2024-10-30T22:09:43.746Z | Fresh progenitor v0.8.0 (https://github.com/oxidecomputer/progenitor#2f32cdef) |
1740 | 2024-10-30T22:09:43.746Z | running 5 tests |
1741 | 2024-10-30T22:09:43.746Z | Fresh xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask) |
1742 | 2024-10-30T22:09:43.746Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s |
1743 | 2024-10-30T22:09:43.746Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-729116eac398873d` |
1744 | 2024-10-30T22:09:43.746Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-d6d5f67610124457` |
1745 | 2024-10-30T22:09:43.746Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_api-bcea6a80c343b318` |
1746 | 2024-10-30T22:09:43.747Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_auth-842a6152585f8243` |
1747 | 2024-10-30T22:09:43.747Z | test extras::disk::types::tests::test_get_disk_size ... ok |
1748 | 2024-10-30T22:09:43.747Z | test clap_feature::tests::test_block_size ... ok |
1749 | 2024-10-30T22:09:43.747Z | test clap_feature::tests::test_byte_count ... ok |
1750 | 2024-10-30T22:09:43.747Z | test clap_feature::tests::test_name_or_id ... ok |
1751 | 2024-10-30T22:09:43.747Z | test clap_feature::tests::test_name ... ok |
1752 | 2024-10-30T22:09:43.747Z | |
1753 | 2024-10-30T22:09:43.747Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1754 | 2024-10-30T22:09:43.747Z | |
1755 | 2024-10-30T22:09:43.747Z | |
1756 | 2024-10-30T22:09:43.747Z | running 8 tests |
1757 | 2024-10-30T22:09:43.747Z | test cmd_api::tests::test_add_query_string ... ok |
1758 | 2024-10-30T22:09:43.747Z | test cli_builder::tests::resolve_value_parses_ipv4_addr ... ok |
1759 | 2024-10-30T22:09:43.747Z | test cli_builder::tests::resolve_value_parses_ipv6_addr ... ok |
1760 | 2024-10-30T22:09:43.747Z | test tests::test_autoref ... ok |
1761 | 2024-10-30T22:09:43.747Z | test cmd_auth::tests::test_parse_host ... ok |
1762 | 2024-10-30T22:09:43.747Z | test tests::test_json_body_required ... ok |
1763 | 2024-10-30T22:09:43.747Z | test cmd_auth::tests::test_cmd_auth_login ... ok |
1764 | 2024-10-30T22:09:43.747Z | test cmd_version::version_success ... ok |
1765 | 2024-10-30T22:09:43.747Z | |
1766 | 2024-10-30T22:09:43.747Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1767 | 2024-10-30T22:09:43.747Z | |
1768 | 2024-10-30T22:09:43.747Z | |
1769 | 2024-10-30T22:09:43.747Z | running 3 tests |
1770 | 2024-10-30T22:09:43.747Z | test test_pagination_midway_failure ... ok |
1771 | 2024-10-30T22:09:43.747Z | test test_pagination_success ... ok |
1772 | 2024-10-30T22:09:43.747Z | test test_simple_api_call ... ok |
1773 | 2024-10-30T22:09:43.747Z | |
1774 | 2024-10-30T22:09:43.747Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s |
1775 | 2024-10-30T22:09:43.747Z | |
1776 | 2024-10-30T22:09:43.747Z | |
1777 | 2024-10-30T22:09:43.747Z | running 8 tests |
1778 | 2024-10-30T22:09:43.747Z | test test_cmd_auth_debug_logging ... ok |
1779 | 2024-10-30T22:09:43.751Z | test test_auth_credentials_permissions ... ok |
1780 | 2024-10-30T22:09:43.751Z | test test_cmd_auth_status_env ... ok |
1781 | 2024-10-30T22:09:43.774Z | test test_cmd_auth_status ... ok |
1782 | 2024-10-30T22:09:44.667Z | test test_auth_login_existing_default ... ok |
1783 | 2024-10-30T22:09:44.675Z | test test_auth_login_existing_no_default ... ok |
1784 | 2024-10-30T22:09:44.678Z | test test_auth_login_first ... ok |
1785 | 2024-10-30T22:09:45.717Z | test test_auth_login_double ... ok |
1786 | 2024-10-30T22:09:45.717Z | |
1787 | 2024-10-30T22:09:45.717Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.13s |
1788 | 2024-10-30T22:09:45.717Z | |
1789 | 2024-10-30T22:09:45.726Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_disk_import-854103de35ba62c1` |
1790 | 2024-10-30T22:09:45.733Z | |
1791 | 2024-10-30T22:09:45.733Z | running 13 tests |
1792 | 2024-10-30T22:09:45.760Z | test test_disk_import_bad_file_size ... ok |
1793 | 2024-10-30T22:09:45.830Z | test test_disk_import_finalize ... ok |
1794 | 2024-10-30T22:09:45.894Z | test test_disk_import_required_parameters ... ok |
1795 | 2024-10-30T22:09:45.902Z | test test_disk_import_bad_block_size ... ok |
1796 | 2024-10-30T22:09:45.956Z | test test_disk_create_fail ... ok |
1797 | 2024-10-30T22:09:45.962Z | test test_disk_import_disk_exists_already ... ok |
1798 | 2024-10-30T22:09:45.962Z | test test_disk_import_image_exists_already ... ok |
1799 | 2024-10-30T22:09:45.984Z | test test_disk_import_snapshot_exists_already ... ok |
1800 | 2024-10-30T22:09:45.993Z | test test_disk_import_start ... ok |
1801 | 2024-10-30T22:09:45.998Z | test test_disk_import_stop ... ok |
1802 | 2024-10-30T22:09:46.006Z | test test_disk_import_write ... ok |
1803 | 2024-10-30T22:09:46.085Z | test test_disk_import_sparse ... ok |
1804 | 2024-10-30T22:09:46.118Z | test test_disk_import ... ok |
1805 | 2024-10-30T22:09:46.118Z | |
1806 | 2024-10-30T22:09:46.123Z | test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s |
1807 | 2024-10-30T22:09:46.123Z | |
1808 | 2024-10-30T22:09:46.126Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_docs-453178f4893a847c` |
1809 | 2024-10-30T22:09:46.133Z | |
1810 | 2024-10-30T22:09:46.133Z | running 1 test |
1811 | 2024-10-30T22:09:46.201Z | test test_docs_json ... ok |
1812 | 2024-10-30T22:09:46.201Z | |
1813 | 2024-10-30T22:09:46.201Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s |
1814 | 2024-10-30T22:09:46.201Z | |
1815 | 2024-10-30T22:09:46.206Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_instance-f1588cdc2bd7e510` |
1816 | 2024-10-30T22:09:46.209Z | |
1817 | 2024-10-30T22:09:46.209Z | running 3 tests |
1818 | 2024-10-30T22:09:46.258Z | test test_instance_serial_history ... ok |
1819 | 2024-10-30T22:09:46.258Z | test test_instance_create ... ok |
1820 | 2024-10-30T22:09:46.261Z | test test_instance_serial_console ... ok |
1821 | 2024-10-30T22:09:46.261Z | |
1822 | 2024-10-30T22:09:46.261Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1823 | 2024-10-30T22:09:46.261Z | |
1824 | 2024-10-30T22:09:46.264Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_net-de1081c2b91a9850` |
1825 | 2024-10-30T22:09:46.269Z | |
1826 | 2024-10-30T22:09:46.269Z | running 1 test |
1827 | 2024-10-30T22:09:46.326Z | test test_port_config ... ok |
1828 | 2024-10-30T22:09:46.326Z | |
1829 | 2024-10-30T22:09:46.326Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s |
1830 | 2024-10-30T22:09:46.326Z | |
1831 | 2024-10-30T22:09:46.339Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_projects-215cfc0e050ffe22` |
1832 | 2024-10-30T22:09:46.343Z | |
1833 | 2024-10-30T22:09:46.343Z | running 4 tests |
1834 | 2024-10-30T22:09:46.387Z | test test_project_simple_list ... ok |
1835 | 2024-10-30T22:09:46.393Z | test test_project_delete ... ok |
1836 | 2024-10-30T22:09:46.393Z | test test_project_list_paginated_fail ... ok |
1837 | 2024-10-30T22:09:46.393Z | test test_project_list_paginated ... ok |
1838 | 2024-10-30T22:09:46.393Z | |
1839 | 2024-10-30T22:09:46.393Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s |
1840 | 2024-10-30T22:09:46.393Z | |
1841 | 2024-10-30T22:09:46.396Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_resolve_cert-e4b9da0c2961a85f` |
1842 | 2024-10-30T22:09:46.403Z | |
1843 | 2024-10-30T22:09:46.403Z | running 3 tests |
1844 | 2024-10-30T22:09:46.445Z | test test_resolve_and_cacert ... ok |
1845 | 2024-10-30T22:09:46.445Z | test test_insecure_cert_validation ... ok |
1846 | 2024-10-30T22:09:46.445Z | test test_insecure_hostname_verification ... ok |
1847 | 2024-10-30T22:09:46.450Z | |
1848 | 2024-10-30T22:09:46.450Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s |
1849 | 2024-10-30T22:09:46.450Z | |
1850 | 2024-10-30T22:09:46.450Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_silo_idp_saml-d5467e16a8a0706b` |
1851 | 2024-10-30T22:09:46.456Z | |
1852 | 2024-10-30T22:09:46.456Z | running 1 test |
1853 | 2024-10-30T22:09:46.499Z | test test_silo_idp_saml_create ... ok |
1854 | 2024-10-30T22:09:46.499Z | |
1855 | 2024-10-30T22:09:46.499Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s |
1856 | 2024-10-30T22:09:46.499Z | |
1857 | 2024-10-30T22:09:46.502Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_system_networking_allowlist-c43e84010da0b827` |
1858 | 2024-10-30T22:09:46.509Z | |
1859 | 2024-10-30T22:09:46.509Z | running 5 tests |
1860 | 2024-10-30T22:09:46.536Z | test test_allowlist_both ... ok |
1861 | 2024-10-30T22:09:46.536Z | test test_allowlist_neither ... ok |
1862 | 2024-10-30T22:09:46.565Z | test test_allowlist_any ... ok |
1863 | 2024-10-30T22:09:46.573Z | test test_allowlist_one_ip ... ok |
1864 | 2024-10-30T22:09:46.581Z | test test_allowlist_many_ips ... ok |
1865 | 2024-10-30T22:09:46.581Z | |
1866 | 2024-10-30T22:09:46.581Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s |
1867 | 2024-10-30T22:09:46.582Z | |
1868 | 2024-10-30T22:09:46.582Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide_httpmock-3650a2f07fe445cb` |
1869 | 2024-10-30T22:09:46.585Z | |
1870 | 2024-10-30T22:09:46.585Z | running 0 tests |
1871 | 2024-10-30T22:09:46.585Z | |
1872 | 2024-10-30T22:09:46.585Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1873 | 2024-10-30T22:09:46.585Z | |
1874 | 2024-10-30T22:09:46.585Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_common-04b0d35305e6a247` |
1875 | 2024-10-30T22:09:46.590Z | |
1876 | 2024-10-30T22:09:46.590Z | running 1 test |
1877 | 2024-10-30T22:09:46.590Z | test json_mock::tests::test_one ... ok |
1878 | 2024-10-30T22:09:46.590Z | |
1879 | 2024-10-30T22:09:46.591Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1880 | 2024-10-30T22:09:46.591Z | |
1881 | 2024-10-30T22:09:46.591Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/xtask-9931dc28551a5e56` |
1882 | 2024-10-30T22:09:46.595Z | |
1883 | 2024-10-30T22:09:46.595Z | running 0 tests |
1884 | 2024-10-30T22:09:46.595Z | |
1885 | 2024-10-30T22:09:46.595Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1886 | 2024-10-30T22:09:46.595Z | |
1887 | 2024-10-30T22:09:46.598Z | Doc-tests oxide |
1888 | 2024-10-30T22:09:46.598Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide --test sdk/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/sdk -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3a31d26b94ba282a/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-67526d10bbb21b8b.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-20d3ee56318f4afd.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -C embed-bitcode=no --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="extras"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "default", "extras"))' --error-format human` |
1889 | 2024-10-30T22:09:51.437Z | |
1890 | 2024-10-30T22:09:51.437Z | running 211 tests |
1891 | 2024-10-30T22:09:51.442Z | test sdk/src/extras/mod.rs - extras::ClientExtraDiskExt::disk_import (line 35) ... ignored |
1892 | 2024-10-30T22:09:51.442Z | test sdk/src/extras/mod.rs - extras::ClientExtraDiskExt::disk_import (line 52) ... ignored |
1893 | 2024-10-30T22:09:51.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import (line 48762) ... ignored |
1894 | 2024-10-30T22:09:51.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_start (line 48780) ... ignored |
1895 | 2024-10-30T22:09:51.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_stop (line 48797) ... ignored |
1896 | 2024-10-30T22:09:51.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_create (line 48716) ... ignored |
1897 | 2024-10-30T22:09:51.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_delete (line 48746) ... ignored |
1898 | 2024-10-30T22:09:51.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_finalize_import (line 48813) ... ignored |
1899 | 2024-10-30T22:09:51.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_list (line 48699) ... ignored |
1900 | 2024-10-30T22:09:51.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_metrics_list (line 48836) ... ignored |
1901 | 2024-10-30T22:09:51.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_view (line 48731) ... ignored |
1902 | 2024-10-30T22:09:51.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_attach (line 48984) ... ignored |
1903 | 2024-10-30T22:09:51.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_create (line 48919) ... ignored |
1904 | 2024-10-30T22:09:51.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_delete (line 48966) ... ignored |
1905 | 2024-10-30T22:09:51.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_detach (line 49000) ... ignored |
1906 | 2024-10-30T22:09:51.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_list (line 48902) ... ignored |
1907 | 2024-10-30T22:09:51.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_update (line 48950) ... ignored |
1908 | 2024-10-30T22:09:51.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_view (line 48934) ... ignored |
1909 | 2024-10-30T22:09:51.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_access_token (line 49080) ... ignored |
1910 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_confirm (line 49066) ... ignored |
1911 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_request (line 49050) ... ignored |
1912 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::logout (line 49156) ... ignored |
1913 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_create (line 49114) ... ignored |
1914 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_delete (line 49144) ... ignored |
1915 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_list (line 49097) ... ignored |
1916 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_view (line 49129) ... ignored |
1917 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_create (line 49234) ... ignored |
1918 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_delete (line 49270) ... ignored |
1919 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_demote (line 49287) ... ignored |
1920 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_list (line 49215) ... ignored |
1921 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_promote (line 49304) ... ignored |
1922 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_view (line 49251) ... ignored |
1923 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_create (line 49370) ... ignored |
1924 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_delete (line 49417) ... ignored |
1925 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_attach (line 49455) ... ignored |
1926 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_detach (line 49472) ... ignored |
1927 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_list (line 49436) ... ignored |
1928 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_attach (line 49505) ... ignored |
1929 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_detach (line 49522) ... ignored |
1930 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_external_ip_list (line 49488) ... ignored |
1931 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_list (line 49353) ... ignored |
1932 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_create (line 49684) ... ignored |
1933 | 2024-10-30T22:09:51.443Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_delete (line 49745) ... ignored |
1934 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_list (line 49664) ... ignored |
1935 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_update (line 49721) ... ignored |
1936 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_view (line 49702) ... ignored |
1937 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_reboot (line 49537) ... ignored |
1938 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console (line 49564) ... ignored |
1939 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console_stream (line 49587) ... ignored |
1940 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ssh_public_key_list (line 49611) ... ignored |
1941 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_start (line 49629) ... ignored |
1942 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_stop (line 49644) ... ignored |
1943 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_update (line 49401) ... ignored |
1944 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_view (line 49385) ... ignored |
1945 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_local (line 49865) ... ignored |
1946 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_saml (line 49852) ... ignored |
1947 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::silo_metric (line 49903) ... ignored |
1948 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::timeseries_query (line 49922) ... ignored |
1949 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::timeseries_schema_list (line 49937) ... ignored |
1950 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_update (line 49977) ... ignored |
1951 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_view (line 49967) ... ignored |
1952 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_create (line 50052) ... ignored |
1953 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_delete (line 50093) ... ignored |
1954 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_list (line 50008) ... ignored |
1955 | 2024-10-30T22:09:51.444Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_view (line 50023) ... ignored |
1956 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_list (line 50039) ... ignored |
1957 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_update (line 50120) ... ignored |
1958 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_view (line 50106) ... ignored |
1959 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_update (line 50079) ... ignored |
1960 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_view (line 50065) ... ignored |
1961 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_list (line 50179) ... ignored |
1962 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_view (line 50193) ... ignored |
1963 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_groups (line 50233) ... ignored |
1964 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_create (line 50268) ... ignored |
1965 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_delete (line 50299) ... ignored |
1966 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_list (line 50253) ... ignored |
1967 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_view (line 50283) ... ignored |
1968 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_view (line 50218) ... ignored |
1969 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_create (line 50365) ... ignored |
1970 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_delete (line 50395) ... ignored |
1971 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_list (line 50349) ... ignored |
1972 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_view (line 50380) ... ignored |
1973 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_list (line 50411) ... ignored |
1974 | 2024-10-30T22:09:51.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_view (line 50426) ... ignored |
1975 | 2024-10-30T22:09:51.446Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_update (line 50447) ... ignored |
1976 | 2024-10-30T22:09:51.446Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_view (line 50437) ... ignored |
1977 | 2024-10-30T22:09:51.446Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::user_list (line 50464) ... ignored |
1978 | 2024-10-30T22:09:51.446Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::utilization_view (line 50478) ... ignored |
1979 | 2024-10-30T22:09:51.446Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_create (line 50559) ... ignored |
1980 | 2024-10-30T22:09:51.446Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_delete (line 50589) ... ignored |
1981 | 2024-10-30T22:09:51.446Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_list (line 50540) ... ignored |
1982 | 2024-10-30T22:09:51.446Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_view (line 50574) ... ignored |
1983 | 2024-10-30T22:09:51.446Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_apply_settings (line 50829) ... ignored |
1984 | 2024-10-30T22:09:51.446Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_clear_settings (line 50849) ... ignored |
1985 | 2024-10-30T22:09:51.446Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_list (line 50808) ... ignored |
1986 | 2024-10-30T22:09:51.446Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_status (line 50867) ... ignored |
1987 | 2024-10-30T22:09:51.446Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_list (line 50630) ... ignored |
1988 | 2024-10-30T22:09:51.446Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_view (line 50645) ... ignored |
1989 | 2024-10-30T22:09:51.446Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_list (line 50661) ... ignored |
1990 | 2024-10-30T22:09:51.446Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_view (line 50676) ... ignored |
1991 | 2024-10-30T22:09:51.483Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_add (line 50705) ... ignored |
1992 | 2024-10-30T22:09:51.483Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_instance_list (line 50755) ... ignored |
1993 | 2024-10-30T22:09:51.483Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list (line 50692) ... ignored |
1994 | 2024-10-30T22:09:51.483Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list_uninitialized (line 50789) ... ignored |
1995 | 2024-10-30T22:09:51.483Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_physical_disk_list (line 50735) ... ignored |
1996 | 2024-10-30T22:09:51.483Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_set_provision_policy (line 50773) ... ignored |
1997 | 2024-10-30T22:09:51.483Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_view (line 50718) ... ignored |
1998 | 2024-10-30T22:09:51.483Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_list (line 50885) ... ignored |
1999 | 2024-10-30T22:09:51.483Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_view (line 50900) ... ignored |
2000 | 2024-10-30T22:09:51.483Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_create (line 51005) ... ignored |
2001 | 2024-10-30T22:09:51.483Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_delete (line 51046) ... ignored |
2002 | 2024-10-30T22:09:51.483Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_list (line 50992) ... ignored |
2003 | 2024-10-30T22:09:51.483Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_range_add (line 51082) ... ignored |
2004 | 2024-10-30T22:09:51.483Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_range_list (line 51064) ... ignored |
2005 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_range_remove (line 51097) ... ignored |
2006 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_range_add (line 51224) ... ignored |
2007 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_range_list (line 51210) ... ignored |
2008 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 51235) ... ignored |
2009 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_view (line 51194) ... ignored |
2010 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_link (line 51136) ... ignored |
2011 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_list (line 51115) ... ignored |
2012 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 51169) ... ignored |
2013 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_update (line 51154) ... ignored |
2014 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_update (line 51032) ... ignored |
2015 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_utilization_view (line 51183) ... ignored |
2016 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_view (line 51018) ... ignored |
2017 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemMetricsExt::system_metric (line 51334) ... ignored |
2018 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_block_list (line 51411) ... ignored |
2019 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_create (line 51379) ... ignored |
2020 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_delete (line 51393) ... ignored |
2021 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_list (line 51366) ... ignored |
2022 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_allow_list_update (line 51435) ... ignored |
2023 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_allow_list_view (line 51425) ... ignored |
2024 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_disable (line 51446) ... ignored |
2025 | 2024-10-30T22:09:51.484Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_enable (line 51457) ... ignored |
2026 | 2024-10-30T22:09:51.485Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_status (line 51468) ... ignored |
2027 | 2024-10-30T22:09:51.485Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 51555) ... ignored |
2028 | 2024-10-30T22:09:51.485Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 51525) ... ignored |
2029 | 2024-10-30T22:09:51.485Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 51541) ... ignored |
2030 | 2024-10-30T22:09:51.485Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announcement_list (line 51569) ... ignored |
2031 | 2024-10-30T22:09:51.485Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_create (line 51496) ... ignored |
2032 | 2024-10-30T22:09:51.485Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_delete (line 51509) ... ignored |
2033 | 2024-10-30T22:09:51.485Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_list (line 51483) ... ignored |
2034 | 2024-10-30T22:09:51.485Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_exported (line 51580) ... ignored |
2035 | 2024-10-30T22:09:51.485Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 51605) ... ignored |
2036 | 2024-10-30T22:09:51.485Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_message_history (line 51592) ... ignored |
2037 | 2024-10-30T22:09:51.485Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_status (line 51616) ... ignored |
2038 | 2024-10-30T22:09:51.485Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_create (line 51644) ... ignored |
2039 | 2024-10-30T22:09:51.485Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_delete (line 51665) ... ignored |
2040 | 2024-10-30T22:09:51.485Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_list (line 51631) ... ignored |
2041 | 2024-10-30T22:09:51.485Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_create (line 51700) ... ignored |
2042 | 2024-10-30T22:09:51.485Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 51715) ... ignored |
2043 | 2024-10-30T22:09:51.485Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_list (line 51686) ... ignored |
2044 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_view (line 51731) ... ignored |
2045 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_create (line 51887) ... ignored |
2046 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_delete (line 51903) ... ignored |
2047 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_set_password (line 51923) ... ignored |
2048 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_create (line 51939) ... ignored |
2049 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_view (line 51954) ... ignored |
2050 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_create (line 52004) ... ignored |
2051 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_delete (line 52034) ... ignored |
2052 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_identity_provider_list (line 51866) ... ignored |
2053 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_ip_pool_list (line 52055) ... ignored |
2054 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_list (line 51991) ... ignored |
2055 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_update (line 52085) ... ignored |
2056 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_view (line 52071) ... ignored |
2057 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_update (line 52115) ... ignored |
2058 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_view (line 52099) ... ignored |
2059 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_list (line 52133) ... ignored |
2060 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_view (line 52150) ... ignored |
2061 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_list (line 52196) ... ignored |
2062 | 2024-10-30T22:09:51.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_view (line 52211) ... ignored |
2063 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_view (line 52019) ... ignored |
2064 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::system_quotas_list (line 51971) ... ignored |
2065 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_list (line 52167) ... ignored |
2066 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_view (line 52180) ... ignored |
2067 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemStatusExt::ping (line 52318) ... ignored |
2068 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_create (line 52508) ... ignored |
2069 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_delete (line 52545) ... ignored |
2070 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_address_create (line 52372) ... ignored |
2071 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_address_delete (line 52395) ... ignored |
2072 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_address_list (line 52349) ... ignored |
2073 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_pool_create (line 52443) ... ignored |
2074 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_pool_delete (line 52465) ... ignored |
2075 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_pool_list (line 52420) ... ignored |
2076 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_list (line 52488) ... ignored |
2077 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_view (line 52526) ... ignored |
2078 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_create (line 52962) ... ignored |
2079 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_delete (line 53009) ... ignored |
2080 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_update (line 52593) ... ignored |
2081 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_view (line 52563) ... ignored |
2082 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_list (line 52945) ... ignored |
2083 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_create (line 52748) ... ignored |
2084 | 2024-10-30T22:09:51.487Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_delete (line 52804) ... ignored |
2085 | 2024-10-30T22:09:51.488Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_list (line 52728) ... ignored |
2086 | 2024-10-30T22:09:51.488Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_create (line 52641) ... ignored |
2087 | 2024-10-30T22:09:51.488Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_delete (line 52706) ... ignored |
2088 | 2024-10-30T22:09:51.488Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_list (line 52618) ... ignored |
2089 | 2024-10-30T22:09:51.488Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_update (line 52684) ... ignored |
2090 | 2024-10-30T22:09:51.488Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_view (line 52662) ... ignored |
2091 | 2024-10-30T22:09:51.495Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_update (line 52785) ... ignored |
2092 | 2024-10-30T22:09:51.495Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_view (line 52766) ... ignored |
2093 | 2024-10-30T22:09:51.495Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_create (line 52845) ... ignored |
2094 | 2024-10-30T22:09:51.495Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_delete (line 52901) ... ignored |
2095 | 2024-10-30T22:09:51.496Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list (line 52825) ... ignored |
2096 | 2024-10-30T22:09:51.496Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list_network_interfaces (line 52923) ... ignored |
2097 | 2024-10-30T22:09:51.496Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_update (line 52882) ... ignored |
2098 | 2024-10-30T22:09:51.496Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_view (line 52863) ... ignored |
2099 | 2024-10-30T22:09:51.496Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_update (line 52993) ... ignored |
2100 | 2024-10-30T22:09:51.496Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_view (line 52977) ... ignored |
2101 | 2024-10-30T22:09:51.851Z | test sdk/src/lib.rs - (line 43) - compile ... ok |
2102 | 2024-10-30T22:09:51.887Z | |
2103 | 2024-10-30T22:09:51.887Z | test result: ok. 1 passed; 0 failed; 210 ignored; 0 measured; 0 filtered out; finished in 0.41s |
2104 | 2024-10-30T22:09:51.887Z | |
2105 | 2024-10-30T22:09:51.929Z | Doc-tests oxide_httpmock |
2106 | 2024-10-30T22:09:51.936Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_httpmock --test sdk-httpmock/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/sdk-httpmock -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3a31d26b94ba282a/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human` |
2107 | 2024-10-30T22:09:52.387Z | |
2108 | 2024-10-30T22:09:52.387Z | running 0 tests |
2109 | 2024-10-30T22:09:52.387Z | |
2110 | 2024-10-30T22:09:52.387Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2111 | 2024-10-30T22:09:52.387Z | |
2112 | 2024-10-30T22:09:52.403Z | Doc-tests test_common |
2113 | 2024-10-30T22:09:52.413Z | Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name test_common --test test-common/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/test-common -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3a31d26b94ba282a/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human` |
2114 | 2024-10-30T22:09:52.476Z | |
2115 | 2024-10-30T22:09:52.476Z | running 0 tests |
2116 | 2024-10-30T22:09:52.476Z | |
2117 | 2024-10-30T22:09:52.476Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2118 | 2024-10-30T22:09:52.476Z | |
2119 | 2024-10-30T22:09:52.510Z | |
2120 | 2024-10-30T22:09:52.517Z | real 9.565374550 |
2121 | 2024-10-30T22:09:52.517Z | user 6.707910869 |
2122 | 2024-10-30T22:09:52.517Z | sys 2.964227102 |
2123 | 2024-10-30T22:09:52.517Z | trap 0.003262206 |
2124 | 2024-10-30T22:09:52.517Z | tflt 0.006003152 |
2125 | 2024-10-30T22:09:52.517Z | dflt 0.006868872 |
2126 | 2024-10-30T22:09:52.518Z | kflt 0.000013571 |
2127 | 2024-10-30T22:09:52.518Z | lock 1:19.537490692 |
2128 | 2024-10-30T22:09:52.518Z | slp 59.642879017 |
2129 | 2024-10-30T22:09:52.518Z | lat 1.288237008 |
2130 | 2024-10-30T22:09:52.518Z | stop 3.669716033 |
2131 | 2024-10-30T22:09:52.518Z | process exited: duration 293729 ms, exit code 0 |
|
2132 | 2024-10-30T22:09:52.537Z | found 0 output files |