|
|
|
1 | 2024-12-28T04:33:14.682Z | job assigned to worker 01JG5RJSDQ5NKA0F962KKMYP8J [factory aws, i-0d1c95058b0e4f209] (queued for 55 s) |
|
2 | 2024-12-28T04:33:22.560Z | starting task 0: "setup" |
3 | 2024-12-28T04:33:22.569Z | ++ uname -s |
4 | 2024-12-28T04:33:22.572Z | + kern=SunOS |
5 | 2024-12-28T04:33:22.572Z | + case "$kern" in |
6 | 2024-12-28T04:33:22.572Z | + groupadd -g 12345 build |
7 | 2024-12-28T04:33:22.574Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-28T04:33:24.582Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-28T04:33:24.690Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-28T04:33:24.693Z | + home_fs=zfs |
11 | 2024-12-28T04:33:24.693Z | + [[ zfs == autofs ]] |
12 | 2024-12-28T04:33:24.693Z | + mkdir -p /home/build |
13 | 2024-12-28T04:33:24.695Z | + chown build:build /home/build /work |
14 | 2024-12-28T04:33:26.697Z | + chmod 0700 /home/build /work |
15 | 2024-12-28T04:33:26.700Z | process exited: duration 4141 ms, exit code 0 |
|
16 | 2024-12-28T04:33:26.705Z | starting task 1: "rust-toolchain" |
17 | 2024-12-28T04:33:26.711Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-28T04:33:26.711Z | ' stable |
19 | 2024-12-28T04:33:26.714Z | * toolchain channel = "stable" |
20 | 2024-12-28T04:33:26.714Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-28T04:33:26.714Z | ' default |
22 | 2024-12-28T04:33:26.714Z | * toolchain profile = "default" |
23 | 2024-12-28T04:33:26.714Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-28T04:33:26.714Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-28T04:33:26.831Z | info: downloading installer |
26 | 2024-12-28T04:33:27.963Z | info: profile set to 'default' |
27 | 2024-12-28T04:33:27.963Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-28T04:33:27.966Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-28T04:33:28.114Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-28T04:33:28.114Z | info: downloading component 'cargo' |
31 | 2024-12-28T04:33:28.960Z | info: downloading component 'clippy' |
32 | 2024-12-28T04:33:29.282Z | info: downloading component 'rust-docs' |
33 | 2024-12-28T04:33:30.462Z | info: downloading component 'rust-std' |
34 | 2024-12-28T04:33:32.166Z | info: downloading component 'rustc' |
35 | 2024-12-28T04:33:38.623Z | info: downloading component 'rustfmt' |
36 | 2024-12-28T04:33:38.871Z | info: installing component 'cargo' |
37 | 2024-12-28T04:33:39.714Z | info: installing component 'clippy' |
38 | 2024-12-28T04:33:40.110Z | info: installing component 'rust-docs' |
39 | 2024-12-28T04:33:41.855Z | info: installing component 'rust-std' |
40 | 2024-12-28T04:33:43.647Z | info: installing component 'rustc' |
41 | 2024-12-28T04:33:49.544Z | info: installing component 'rustfmt' |
42 | 2024-12-28T04:33:49.873Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-28T04:33:49.874Z | |
44 | 2024-12-28T04:33:50.240Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-28T04:33:50.240Z | |
46 | 2024-12-28T04:33:50.243Z | |
47 | 2024-12-28T04:33:50.243Z | Rust is installed now. Great! |
48 | 2024-12-28T04:33:50.243Z | |
49 | 2024-12-28T04:33:50.243Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-28T04:33:50.243Z | environment variable. This has not been done automatically. |
51 | 2024-12-28T04:33:50.243Z | |
52 | 2024-12-28T04:33:50.243Z | To configure your current shell, you need to source |
53 | 2024-12-28T04:33:50.243Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-28T04:33:50.243Z | |
55 | 2024-12-28T04:33:50.243Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-28T04:33:50.243Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-28T04:33:50.243Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-28T04:33:50.316Z | + rustc --version |
59 | 2024-12-28T04:33:50.383Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-28T04:33:50.387Z | process exited: duration 23678 ms, exit code 0 |
|
61 | 2024-12-28T04:33:50.392Z | starting task 2: "authentication" |
62 | 2024-12-28T04:33:50.413Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-28T04:33:50.418Z | starting task 3: "clone repository" |
64 | 2024-12-28T04:33:50.423Z | + mkdir -p /work/oxidecomputer/oxide.rs |
65 | 2024-12-28T04:33:50.426Z | + git clone https://github.com/oxidecomputer/oxide.rs /work/oxidecomputer/oxide.rs |
66 | 2024-12-28T04:33:50.464Z | Cloning into '/work/oxidecomputer/oxide.rs'... |
67 | 2024-12-28T04:33:51.755Z | + cd /work/oxidecomputer/oxide.rs |
68 | 2024-12-28T04:33:51.755Z | + git fetch origin 8bf84464b6d061eb7623d2855b6d2bf3fbdad506 |
69 | 2024-12-28T04:33:52.233Z | From https://github.com/oxidecomputer/oxide.rs |
70 | 2024-12-28T04:33:52.234Z | * branch 8bf84464b6d061eb7623d2855b6d2bf3fbdad506 -> FETCH_HEAD |
71 | 2024-12-28T04:33:52.238Z | + [[ -n '' ]] |
72 | 2024-12-28T04:33:52.238Z | + git reset --hard 8bf84464b6d061eb7623d2855b6d2bf3fbdad506 |
73 | 2024-12-28T04:33:52.264Z | HEAD is now at 8bf8446 tests: add integration test for `auth` subcommand |
74 | 2024-12-28T04:33:52.267Z | process exited: duration 1848 ms, exit code 0 |
|
75 | 2024-12-28T04:33:52.272Z | starting task 4: "build" |
76 | 2024-12-28T04:33:52.278Z | + cargo --version |
77 | 2024-12-28T04:33:52.283Z | info: syncing channel updates for '1.76-x86_64-unknown-illumos' |
78 | 2024-12-28T04:33:52.745Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
79 | 2024-12-28T04:33:52.745Z | info: downloading component 'cargo' |
80 | 2024-12-28T04:33:53.790Z | info: downloading component 'clippy' |
81 | 2024-12-28T04:33:54.265Z | info: downloading component 'rust-docs' |
82 | 2024-12-28T04:33:55.152Z | info: downloading component 'rust-std' |
83 | 2024-12-28T04:33:57.052Z | info: downloading component 'rustc' |
84 | 2024-12-28T04:34:01.610Z | info: downloading component 'rustfmt' |
85 | 2024-12-28T04:34:02.042Z | info: installing component 'cargo' |
86 | 2024-12-28T04:34:02.862Z | info: installing component 'clippy' |
87 | 2024-12-28T04:34:03.169Z | info: installing component 'rust-docs' |
88 | 2024-12-28T04:34:04.644Z | info: installing component 'rust-std' |
89 | 2024-12-28T04:34:06.368Z | info: installing component 'rustc' |
90 | 2024-12-28T04:34:10.202Z | info: installing component 'rustfmt' |
91 | 2024-12-28T04:34:10.578Z | cargo 1.76.0 (c84b36747 2024-01-18) |
92 | 2024-12-28T04:34:10.581Z | + rustc --version |
93 | 2024-12-28T04:34:10.649Z | rustc 1.76.0 (07dca489a 2024-02-04) |
94 | 2024-12-28T04:34:10.653Z | + banner build |
95 | 2024-12-28T04:34:10.657Z | |
96 | 2024-12-28T04:34:10.657Z | ##### # # # # ##### |
97 | 2024-12-28T04:34:10.657Z | # # # # # # # # |
98 | 2024-12-28T04:34:10.657Z | ##### # # # # # # |
99 | 2024-12-28T04:34:10.657Z | # # # # # # # # |
100 | 2024-12-28T04:34:10.657Z | # # # # # # # # |
101 | 2024-12-28T04:34:10.657Z | ##### #### # ###### ##### |
102 | 2024-12-28T04:34:10.657Z | |
103 | 2024-12-28T04:34:10.659Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
104 | 2024-12-28T04:34:10.795Z | Updating crates.io index |
105 | 2024-12-28T04:34:10.797Z | Updating git repository `https://github.com/oxidecomputer/thouart.git` |
106 | 2024-12-28T04:34:11.419Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
107 | 2024-12-28T04:34:12.323Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
108 | 2024-12-28T04:34:14.097Z | Updating git repository `https://github.com/oxidecomputer/typify` |
109 | 2024-12-28T04:34:16.029Z | Downloading crates ... |
110 | 2024-12-28T04:34:16.122Z | Downloaded async-stream-impl v0.3.5 |
111 | 2024-12-28T04:34:16.125Z | Downloaded async-object-pool v0.1.4 |
112 | 2024-12-28T04:34:16.129Z | Downloaded basic-cookies v0.1.5 |
113 | 2024-12-28T04:34:16.132Z | Downloaded crunchy v0.2.2 |
114 | 2024-12-28T04:34:16.139Z | Downloaded rand_chacha v0.3.1 |
115 | 2024-12-28T04:34:16.141Z | Downloaded futures-io v0.3.30 |
116 | 2024-12-28T04:34:16.149Z | Downloaded rcgen v0.10.0 |
117 | 2024-12-28T04:34:16.152Z | Downloaded foreign-types v0.3.2 |
118 | 2024-12-28T04:34:16.154Z | Downloaded doc-comment v0.3.3 |
119 | 2024-12-28T04:34:16.156Z | Downloaded take_mut v0.2.2 |
120 | 2024-12-28T04:34:16.156Z | Downloaded sluice v0.5.5 |
121 | 2024-12-28T04:34:16.160Z | Downloaded bit-set v0.5.3 |
122 | 2024-12-28T04:34:16.160Z | Downloaded anstyle v1.0.6 |
123 | 2024-12-28T04:34:16.160Z | Downloaded equivalent v1.0.1 |
124 | 2024-12-28T04:34:16.164Z | Downloaded colorchoice v1.0.0 |
125 | 2024-12-28T04:34:16.166Z | Downloaded foreign-types-shared v0.1.1 |
126 | 2024-12-28T04:34:16.166Z | Downloaded try-lock v0.2.5 |
127 | 2024-12-28T04:34:16.169Z | Downloaded time-core v0.1.2 |
128 | 2024-12-28T04:34:16.173Z | Downloaded toolchain_find v0.4.0 |
129 | 2024-12-28T04:34:16.175Z | Downloaded tinyvec_macros v0.1.1 |
130 | 2024-12-28T04:34:16.177Z | Downloaded atomic-waker v1.1.2 |
131 | 2024-12-28T04:34:16.180Z | Downloaded async-executor v1.8.0 |
132 | 2024-12-28T04:34:16.180Z | Downloaded async-signal v0.2.5 |
133 | 2024-12-28T04:34:16.182Z | Downloaded serde_regex v1.1.0 |
134 | 2024-12-28T04:34:16.184Z | Downloaded tower-service v0.3.2 |
135 | 2024-12-28T04:34:16.184Z | Downloaded sync_wrapper v0.1.2 |
136 | 2024-12-28T04:34:16.187Z | Downloaded float-cmp v0.9.0 |
137 | 2024-12-28T04:34:16.187Z | Downloaded dirs-sys-next v0.1.2 |
138 | 2024-12-28T04:34:16.189Z | Downloaded block-buffer v0.10.4 |
139 | 2024-12-28T04:34:16.189Z | Downloaded autocfg v1.1.0 |
140 | 2024-12-28T04:34:16.191Z | Downloaded dirs-next v2.0.0 |
141 | 2024-12-28T04:34:16.193Z | Downloaded futures-core v0.3.30 |
142 | 2024-12-28T04:34:16.196Z | Downloaded fastrand v2.0.1 |
143 | 2024-12-28T04:34:16.196Z | Downloaded dirs v4.0.0 |
144 | 2024-12-28T04:34:16.199Z | Downloaded cpufeatures v0.2.12 |
145 | 2024-12-28T04:34:16.199Z | Downloaded either v1.10.0 |
146 | 2024-12-28T04:34:16.202Z | Downloaded spin v0.5.2 |
147 | 2024-12-28T04:34:16.202Z | Downloaded tokio-native-tls v0.3.1 |
148 | 2024-12-28T04:34:16.204Z | Downloaded strsim v0.11.0 |
149 | 2024-12-28T04:34:16.206Z | Downloaded string_cache v0.8.7 |
150 | 2024-12-28T04:34:16.209Z | Downloaded sha1 v0.10.6 |
151 | 2024-12-28T04:34:16.211Z | Downloaded schemars_derive v0.8.16 |
152 | 2024-12-28T04:34:16.213Z | Downloaded serde_path_to_error v0.1.15 |
153 | 2024-12-28T04:34:16.216Z | Downloaded fixedbitset v0.4.2 |
154 | 2024-12-28T04:34:16.216Z | Downloaded tokio-macros v2.2.0 |
155 | 2024-12-28T04:34:16.218Z | Downloaded tiny-keccak v2.0.2 |
156 | 2024-12-28T04:34:16.220Z | Downloaded serde_tokenstream v0.2.0 |
157 | 2024-12-28T04:34:16.223Z | Downloaded toml_datetime v0.6.5 |
158 | 2024-12-28T04:34:16.225Z | Downloaded termcolor v1.4.1 |
159 | 2024-12-28T04:34:16.228Z | Downloaded termini v1.0.0 |
160 | 2024-12-28T04:34:16.228Z | Downloaded blocking v1.5.1 |
161 | 2024-12-28T04:34:16.230Z | Downloaded slog-bunyan v2.5.0 |
162 | 2024-12-28T04:34:16.232Z | Downloaded fastrand v1.9.0 |
163 | 2024-12-28T04:34:16.232Z | Downloaded subtle v2.5.0 |
164 | 2024-12-28T04:34:16.235Z | Downloaded same-file v1.0.6 |
165 | 2024-12-28T04:34:16.237Z | Downloaded slog-json v2.6.1 |
166 | 2024-12-28T04:34:16.239Z | Downloaded thread_local v1.1.7 |
167 | 2024-12-28T04:34:16.239Z | Downloaded is-terminal v0.4.12 |
168 | 2024-12-28T04:34:16.242Z | Downloaded predicates-tree v1.0.9 |
169 | 2024-12-28T04:34:16.242Z | Downloaded siphasher v0.3.11 |
170 | 2024-12-28T04:34:16.244Z | Downloaded levenshtein v1.0.5 |
171 | 2024-12-28T04:34:16.244Z | Downloaded anstyle-parse v0.2.3 |
172 | 2024-12-28T04:34:16.247Z | Downloaded signal-hook-registry v1.4.1 |
173 | 2024-12-28T04:34:16.249Z | Downloaded env_logger v0.10.2 |
174 | 2024-12-28T04:34:16.251Z | Downloaded tracing-futures v0.2.5 |
175 | 2024-12-28T04:34:16.254Z | Downloaded semver v1.0.21 |
176 | 2024-12-28T04:34:16.256Z | Downloaded allocator-api2 v0.2.16 |
177 | 2024-12-28T04:34:16.260Z | Downloaded rustls-pemfile v2.1.1 |
178 | 2024-12-28T04:34:16.263Z | Downloaded sct v0.7.1 |
179 | 2024-12-28T04:34:16.267Z | Downloaded spin v0.9.8 |
180 | 2024-12-28T04:34:16.269Z | Downloaded tracing-attributes v0.1.27 |
181 | 2024-12-28T04:34:16.272Z | Downloaded tempfile v3.10.1 |
182 | 2024-12-28T04:34:16.275Z | Downloaded tokio-tungstenite v0.20.1 |
183 | 2024-12-28T04:34:16.278Z | Downloaded clap_complete v4.5.1 |
184 | 2024-12-28T04:34:16.280Z | Downloaded waitgroup v0.1.2 |
185 | 2024-12-28T04:34:16.283Z | Downloaded phf_shared v0.10.0 |
186 | 2024-12-28T04:34:16.283Z | Downloaded pathdiff v0.2.1 |
187 | 2024-12-28T04:34:16.285Z | Downloaded num_threads v0.1.6 |
188 | 2024-12-28T04:34:16.285Z | Downloaded time-macros v0.2.17 |
189 | 2024-12-28T04:34:16.288Z | Downloaded number_prefix v0.4.0 |
190 | 2024-12-28T04:34:16.291Z | Downloaded precomputed-hash v0.1.1 |
191 | 2024-12-28T04:34:16.291Z | Downloaded unicode-xid v0.2.4 |
192 | 2024-12-28T04:34:16.294Z | Downloaded futures-channel v0.3.30 |
193 | 2024-12-28T04:34:16.294Z | Downloaded pin-utils v0.1.0 |
194 | 2024-12-28T04:34:16.296Z | Downloaded paste v1.0.14 |
195 | 2024-12-28T04:34:16.298Z | Downloaded match_cfg v0.1.0 |
196 | 2024-12-28T04:34:16.301Z | Downloaded diff v0.1.13 |
197 | 2024-12-28T04:34:16.304Z | Downloaded crossbeam-utils v0.8.19 |
198 | 2024-12-28T04:34:16.307Z | Downloaded percent-encoding v2.3.1 |
199 | 2024-12-28T04:34:16.307Z | Downloaded newline-converter v0.3.0 |
200 | 2024-12-28T04:34:16.307Z | Downloaded normalize-line-endings v0.3.0 |
201 | 2024-12-28T04:34:16.310Z | Downloaded num-conv v0.1.0 |
202 | 2024-12-28T04:34:16.310Z | Downloaded is-wsl v0.4.0 |
203 | 2024-12-28T04:34:16.310Z | Downloaded schemars v0.8.16 |
204 | 2024-12-28T04:34:16.322Z | Downloaded want v0.3.1 |
205 | 2024-12-28T04:34:16.324Z | Downloaded typenum v1.17.0 |
206 | 2024-12-28T04:34:16.327Z | Downloaded async-lock v3.3.0 |
207 | 2024-12-28T04:34:16.329Z | Downloaded async-io v2.3.1 |
208 | 2024-12-28T04:34:16.332Z | Downloaded toml v0.8.12 |
209 | 2024-12-28T04:34:16.335Z | Downloaded http-body v0.4.6 |
210 | 2024-12-28T04:34:16.337Z | Downloaded getopts v0.2.21 |
211 | 2024-12-28T04:34:16.340Z | Downloaded powerfmt v0.2.0 |
212 | 2024-12-28T04:34:16.340Z | Downloaded lock_api v0.4.11 |
213 | 2024-12-28T04:34:16.342Z | Downloaded pkg-config v0.3.29 |
214 | 2024-12-28T04:34:16.345Z | Downloaded piper v0.2.1 |
215 | 2024-12-28T04:34:16.345Z | Downloaded httpdate v1.0.3 |
216 | 2024-12-28T04:34:16.347Z | Downloaded ppv-lite86 v0.2.17 |
217 | 2024-12-28T04:34:16.347Z | Downloaded parking v2.2.0 |
218 | 2024-12-28T04:34:16.349Z | Downloaded mime v0.3.17 |
219 | 2024-12-28T04:34:16.352Z | Downloaded anyhow v1.0.81 |
220 | 2024-12-28T04:34:16.354Z | Downloaded openssl-probe v0.1.5 |
221 | 2024-12-28T04:34:16.356Z | Downloaded openssl-macros v0.1.1 |
222 | 2024-12-28T04:34:16.356Z | Downloaded kv-log-macro v1.0.7 |
223 | 2024-12-28T04:34:16.359Z | Downloaded predicates v3.1.0 |
224 | 2024-12-28T04:34:16.361Z | Downloaded itoa v1.0.10 |
225 | 2024-12-28T04:34:16.363Z | Downloaded yansi v0.5.1 |
226 | 2024-12-28T04:34:16.363Z | Downloaded hostname v0.3.1 |
227 | 2024-12-28T04:34:16.366Z | Downloaded serde_derive v1.0.197 |
228 | 2024-12-28T04:34:16.368Z | Downloaded is-docker v0.2.0 |
229 | 2024-12-28T04:34:16.370Z | Downloaded home v0.5.9 |
230 | 2024-12-28T04:34:16.370Z | Downloaded heck v0.5.0 |
231 | 2024-12-28T04:34:16.373Z | Downloaded heck v0.4.1 |
232 | 2024-12-28T04:34:16.375Z | Downloaded socket2 v0.4.10 |
233 | 2024-12-28T04:34:16.375Z | Downloaded pem v1.1.1 |
234 | 2024-12-28T04:34:16.377Z | Downloaded zeroize v1.7.0 |
235 | 2024-12-28T04:34:16.379Z | Downloaded untrusted v0.7.1 |
236 | 2024-12-28T04:34:16.380Z | Downloaded value-bag v1.7.0 |
237 | 2024-12-28T04:34:16.382Z | Downloaded walkdir v2.4.0 |
238 | 2024-12-28T04:34:16.384Z | Downloaded base64 v0.13.1 |
239 | 2024-12-28T04:34:16.387Z | Downloaded unicode-width v0.1.11 |
240 | 2024-12-28T04:34:16.389Z | Downloaded lalrpop-util v0.20.0 |
241 | 2024-12-28T04:34:16.389Z | Downloaded utf8parse v0.2.1 |
242 | 2024-12-28T04:34:16.392Z | Downloaded getrandom v0.2.12 |
243 | 2024-12-28T04:34:16.395Z | Downloaded pin-project-internal v1.1.4 |
244 | 2024-12-28T04:34:16.397Z | Downloaded hyper-tls v0.5.0 |
245 | 2024-12-28T04:34:16.398Z | Downloaded utf-8 v0.7.6 |
246 | 2024-12-28T04:34:16.400Z | Downloaded untrusted v0.9.0 |
247 | 2024-12-28T04:34:16.400Z | Downloaded pin-project-lite v0.2.13 |
248 | 2024-12-28T04:34:16.405Z | Downloaded open v4.2.0 |
249 | 2024-12-28T04:34:16.408Z | Downloaded generic-array v0.14.7 |
250 | 2024-12-28T04:34:16.410Z | Downloaded parking_lot_core v0.9.9 |
251 | 2024-12-28T04:34:16.413Z | Downloaded yasna v0.5.2 |
252 | 2024-12-28T04:34:16.413Z | Downloaded pico-args v0.5.0 |
253 | 2024-12-28T04:34:16.415Z | Downloaded rustls-pki-types v1.3.0 |
254 | 2024-12-28T04:34:16.417Z | Downloaded httparse v1.8.0 |
255 | 2024-12-28T04:34:16.419Z | Downloaded unicode-bidi v0.3.15 |
256 | 2024-12-28T04:34:16.421Z | Downloaded tracing-core v0.1.32 |
257 | 2024-12-28T04:34:16.424Z | Downloaded humantime v2.1.0 |
258 | 2024-12-28T04:34:16.426Z | Downloaded futures-lite v2.2.0 |
259 | 2024-12-28T04:34:16.428Z | Downloaded futures-lite v1.13.0 |
260 | 2024-12-28T04:34:16.431Z | Downloaded ipnet v2.9.0 |
261 | 2024-12-28T04:34:16.433Z | Downloaded io-lifetimes v1.0.11 |
262 | 2024-12-28T04:34:16.435Z | Downloaded iana-time-zone v0.1.60 |
263 | 2024-12-28T04:34:16.437Z | Downloaded pin-project v1.1.4 |
264 | 2024-12-28T04:34:16.448Z | Downloaded progenitor-client v0.5.0 |
265 | 2024-12-28T04:34:16.450Z | Downloaded parking_lot v0.12.1 |
266 | 2024-12-28T04:34:16.452Z | Downloaded polling v2.8.0 |
267 | 2024-12-28T04:34:16.455Z | Downloaded serde v1.0.197 |
268 | 2024-12-28T04:34:16.458Z | Downloaded uuid v1.7.0 |
269 | 2024-12-28T04:34:16.460Z | Downloaded log v0.4.21 |
270 | 2024-12-28T04:34:16.463Z | Downloaded polling v3.4.0 |
271 | 2024-12-28T04:34:16.467Z | Downloaded hyper-rustls v0.24.2 |
272 | 2024-12-28T04:34:16.469Z | Downloaded indicatif v0.17.8 |
273 | 2024-12-28T04:34:16.473Z | Downloaded proc-macro2 v1.0.78 |
274 | 2024-12-28T04:34:16.476Z | Downloaded unicode-ident v1.0.12 |
275 | 2024-12-28T04:34:16.479Z | Downloaded once_cell v1.19.0 |
276 | 2024-12-28T04:34:16.482Z | Downloaded num-traits v0.2.18 |
277 | 2024-12-28T04:34:16.485Z | Downloaded oauth2 v4.4.2 |
278 | 2024-12-28T04:34:16.488Z | Downloaded num_cpus v1.16.0 |
279 | 2024-12-28T04:34:16.491Z | Downloaded curl v0.4.46 |
280 | 2024-12-28T04:34:16.496Z | Downloaded toml_edit v0.22.8 |
281 | 2024-12-28T04:34:16.519Z | Downloaded httpmock v0.6.8 |
282 | 2024-12-28T04:34:16.523Z | Downloaded openssl-sys v0.9.99 |
283 | 2024-12-28T04:34:16.528Z | Downloaded pretty_assertions v1.4.0 |
284 | 2024-12-28T04:34:16.530Z | Downloaded mio v0.8.11 |
285 | 2024-12-28T04:34:16.536Z | Downloaded time v0.3.34 |
286 | 2024-12-28T04:34:16.542Z | Downloaded memchr v2.7.1 |
287 | 2024-12-28T04:34:16.548Z | Downloaded tokio-util v0.7.10 |
288 | 2024-12-28T04:34:16.556Z | Downloaded unicode-segmentation v1.11.0 |
289 | 2024-12-28T04:34:16.559Z | Downloaded http v1.0.0 |
290 | 2024-12-28T04:34:16.563Z | Downloaded url v2.5.0 |
291 | 2024-12-28T04:34:16.566Z | Downloaded indexmap v2.2.5 |
292 | 2024-12-28T04:34:16.571Z | Downloaded http v0.2.11 |
293 | 2024-12-28T04:34:16.575Z | Downloaded serde_json v1.0.114 |
294 | 2024-12-28T04:34:16.583Z | Downloaded itertools v0.10.5 |
295 | 2024-12-28T04:34:16.589Z | Downloaded portable-atomic v1.6.0 |
296 | 2024-12-28T04:34:16.595Z | Downloaded reqwest v0.11.26 |
297 | 2024-12-28T04:34:16.603Z | Downloaded clap_builder v4.5.2 |
298 | 2024-12-28T04:34:16.610Z | Downloaded unicode-normalization v0.1.22 |
299 | 2024-12-28T04:34:16.614Z | Downloaded winnow v0.6.0 |
300 | 2024-12-28T04:34:16.623Z | Downloaded hashbrown v0.14.3 |
301 | 2024-12-28T04:34:16.629Z | Downloaded zerocopy v0.7.32 |
302 | 2024-12-28T04:34:16.646Z | Downloaded regex v1.10.3 |
303 | 2024-12-28T04:34:16.659Z | Downloaded isahc v1.7.2 |
304 | 2024-12-28T04:34:16.668Z | Downloaded h2 v0.3.24 |
305 | 2024-12-28T04:34:16.675Z | Downloaded git2 v0.18.2 |
306 | 2024-12-28T04:34:16.683Z | Downloaded vcpkg v0.2.15 |
307 | 2024-12-28T04:34:16.723Z | Downloaded lalrpop v0.20.0 |
308 | 2024-12-28T04:34:16.734Z | Downloaded webpki-roots v0.25.4 |
309 | 2024-12-28T04:34:16.737Z | Downloaded syn v2.0.53 |
310 | 2024-12-28T04:34:16.750Z | Downloaded syn v1.0.109 |
311 | 2024-12-28T04:34:16.760Z | Downloaded openapiv3 v2.0.0 |
312 | 2024-12-28T04:34:16.771Z | Downloaded bstr v1.9.0 |
313 | 2024-12-28T04:34:16.782Z | Downloaded rustls v0.21.10 |
314 | 2024-12-28T04:34:16.793Z | Downloaded rustls-webpki v0.102.2 |
315 | 2024-12-28T04:34:16.811Z | Downloaded idna v0.5.0 |
316 | 2024-12-28T04:34:16.817Z | Downloaded hyper v0.14.28 |
317 | 2024-12-28T04:34:16.825Z | Downloaded openssl v0.10.63 |
318 | 2024-12-28T04:34:16.836Z | Downloaded rustls v0.22.2 |
319 | 2024-12-28T04:34:16.849Z | Downloaded rustix v0.38.31 |
320 | 2024-12-28T04:34:16.872Z | Downloaded regress v0.9.0 |
321 | 2024-12-28T04:34:16.880Z | Downloaded regex-syntax v0.7.5 |
322 | 2024-12-28T04:34:16.888Z | Downloaded rustix v0.37.27 |
323 | 2024-12-28T04:34:16.907Z | Downloaded regex-syntax v0.8.2 |
324 | 2024-12-28T04:34:16.915Z | Downloaded petgraph v0.6.4 |
325 | 2024-12-28T04:34:16.929Z | Downloaded chrono v0.4.35 |
326 | 2024-12-28T04:34:16.937Z | Downloaded async-std v1.12.0 |
327 | 2024-12-28T04:34:16.956Z | Downloaded futures-util v0.3.30 |
328 | 2024-12-28T04:34:16.967Z | Downloaded rustls-webpki v0.101.7 |
329 | 2024-12-28T04:34:16.982Z | Downloaded regex-automata v0.4.5 |
330 | 2024-12-28T04:34:16.999Z | Downloaded encoding_rs v0.8.33 |
331 | 2024-12-28T04:34:17.019Z | Downloaded crossbeam-channel v0.5.11 |
332 | 2024-12-28T04:34:17.023Z | Downloaded aho-corasick v1.1.2 |
333 | 2024-12-28T04:34:17.028Z | Downloaded expectorate v1.1.0 |
334 | 2024-12-28T04:34:17.031Z | Downloaded futures-sink v0.3.30 |
335 | 2024-12-28T04:34:17.033Z | Downloaded unsafe-libyaml v0.2.10 |
336 | 2024-12-28T04:34:17.036Z | Downloaded tracing v0.1.40 |
337 | 2024-12-28T04:34:17.039Z | Downloaded quote v1.0.35 |
338 | 2024-12-28T04:34:17.042Z | Downloaded tungstenite v0.20.1 |
339 | 2024-12-28T04:34:17.045Z | Downloaded serde_yaml v0.9.31 |
340 | 2024-12-28T04:34:17.048Z | Downloaded cc v1.0.83 |
341 | 2024-12-28T04:34:17.051Z | Downloaded bytes v1.5.0 |
342 | 2024-12-28T04:34:17.055Z | Downloaded base64 v0.21.7 |
343 | 2024-12-28T04:34:17.058Z | Downloaded futures-task v0.3.30 |
344 | 2024-12-28T04:34:17.060Z | Downloaded event-listener v5.0.0 |
345 | 2024-12-28T04:34:17.062Z | Downloaded futures-macro v0.3.30 |
346 | 2024-12-28T04:34:17.062Z | Downloaded native-tls v0.2.11 |
347 | 2024-12-28T04:34:17.065Z | Downloaded multer v3.0.0 |
348 | 2024-12-28T04:34:17.067Z | Downloaded jobserver v0.1.28 |
349 | 2024-12-28T04:34:17.069Z | Downloaded slog v2.7.0 |
350 | 2024-12-28T04:34:17.072Z | Downloaded libc v0.2.153 |
351 | 2024-12-28T04:34:17.097Z | Downloaded tokio v1.36.0 |
352 | 2024-12-28T04:34:17.131Z | Downloaded libnghttp2-sys v0.1.9+1.58.0 |
353 | 2024-12-28T04:34:17.212Z | Downloaded clap v4.5.3 |
354 | 2024-12-28T04:34:17.219Z | Downloaded tinyvec v1.6.0 |
355 | 2024-12-28T04:34:17.222Z | Downloaded tabwriter v1.4.0 |
356 | 2024-12-28T04:34:17.224Z | Downloaded waker-fn v1.1.1 |
357 | 2024-12-28T04:34:17.224Z | Downloaded wait-timeout v0.2.0 |
358 | 2024-12-28T04:34:17.227Z | Downloaded version_check v0.9.4 |
359 | 2024-12-28T04:34:17.227Z | Downloaded tokio-rustls v0.24.1 |
360 | 2024-12-28T04:34:17.229Z | Downloaded socket2 v0.5.5 |
361 | 2024-12-28T04:34:17.231Z | Downloaded smallvec v1.13.1 |
362 | 2024-12-28T04:34:17.234Z | Downloaded similar v2.4.0 |
363 | 2024-12-28T04:34:17.237Z | Downloaded event-listener v3.1.0 |
364 | 2024-12-28T04:34:17.239Z | Downloaded bitflags v2.4.2 |
365 | 2024-12-28T04:34:17.242Z | Downloaded ryu v1.0.16 |
366 | 2024-12-28T04:34:17.245Z | Downloaded new_debug_unreachable v1.0.4 |
367 | 2024-12-28T04:34:17.247Z | Downloaded lazy_static v1.4.0 |
368 | 2024-12-28T04:34:17.247Z | Downloaded futures v0.3.30 |
369 | 2024-12-28T04:34:17.251Z | Downloaded ahash v0.8.8 |
370 | 2024-12-28T04:34:17.254Z | Downloaded predicates-core v1.0.6 |
371 | 2024-12-28T04:34:17.256Z | Downloaded slog-async v2.8.0 |
372 | 2024-12-28T04:34:17.256Z | Downloaded rand v0.8.5 |
373 | 2024-12-28T04:34:17.259Z | Downloaded slog-term v2.9.1 |
374 | 2024-12-28T04:34:17.261Z | Downloaded serde_derive_internals v0.26.0 |
375 | 2024-12-28T04:34:17.263Z | Downloaded futures-executor v0.3.30 |
376 | 2024-12-28T04:34:17.266Z | Downloaded built v0.7.1 |
377 | 2024-12-28T04:34:17.268Z | Downloaded curl-sys v0.4.72+curl-8.6.0 |
378 | 2024-12-28T04:34:17.462Z | Downloaded async-trait v0.1.78 |
379 | 2024-12-28T04:34:17.465Z | Downloaded concurrent-queue v2.4.0 |
380 | 2024-12-28T04:34:17.467Z | Downloaded async-task v4.7.0 |
381 | 2024-12-28T04:34:17.470Z | Downloaded tokio-rustls v0.25.0 |
382 | 2024-12-28T04:34:17.473Z | Downloaded term v0.7.0 |
383 | 2024-12-28T04:34:17.475Z | Downloaded sha2 v0.10.8 |
384 | 2024-12-28T04:34:17.475Z | Downloaded event-listener v4.0.3 |
385 | 2024-12-28T04:34:17.478Z | Downloaded dialoguer v0.10.4 |
386 | 2024-12-28T04:34:17.481Z | Downloaded assert_cmd v2.0.14 |
387 | 2024-12-28T04:34:17.481Z | Downloaded camino v1.1.6 |
388 | 2024-12-28T04:34:17.483Z | Downloaded thiserror v1.0.58 |
389 | 2024-12-28T04:34:17.486Z | Downloaded clap_derive v4.5.3 |
390 | 2024-12-28T04:34:17.489Z | Downloaded slab v0.4.9 |
391 | 2024-12-28T04:34:17.492Z | Downloaded shell-words v1.1.0 |
392 | 2024-12-28T04:34:17.492Z | Downloaded rand_core v0.6.4 |
393 | 2024-12-28T04:34:17.492Z | Downloaded console v0.15.8 |
394 | 2024-12-28T04:34:17.494Z | Downloaded thiserror-impl v1.0.58 |
395 | 2024-12-28T04:34:17.497Z | Downloaded bit-vec v0.6.3 |
396 | 2024-12-28T04:34:17.497Z | Downloaded async-channel v2.2.0 |
397 | 2024-12-28T04:34:17.499Z | Downloaded async-io v1.13.0 |
398 | 2024-12-28T04:34:17.499Z | Downloaded event-listener-strategy v0.4.0 |
399 | 2024-12-28T04:34:17.501Z | Downloaded digest v0.10.7 |
400 | 2024-12-28T04:34:17.501Z | Downloaded debug-ignore v1.0.5 |
401 | 2024-12-28T04:34:17.504Z | Downloaded rustls-pemfile v1.0.4 |
402 | 2024-12-28T04:34:17.506Z | Downloaded data-encoding v2.5.0 |
403 | 2024-12-28T04:34:17.506Z | Downloaded cfg-if v1.0.0 |
404 | 2024-12-28T04:34:17.509Z | Downloaded anstream v0.6.11 |
405 | 2024-12-28T04:34:17.509Z | Downloaded form_urlencoded v1.2.1 |
406 | 2024-12-28T04:34:17.511Z | Downloaded event-listener-strategy v0.5.0 |
407 | 2024-12-28T04:34:17.511Z | Downloaded ena v0.14.2 |
408 | 2024-12-28T04:34:17.511Z | Downloaded dyn-clone v1.0.16 |
409 | 2024-12-28T04:34:17.515Z | Downloaded difflib v0.4.0 |
410 | 2024-12-28T04:34:17.515Z | Downloaded clap_lex v0.7.0 |
411 | 2024-12-28T04:34:17.517Z | Downloaded async-global-executor v2.4.1 |
412 | 2024-12-28T04:34:17.517Z | Downloaded event-listener v2.5.3 |
413 | 2024-12-28T04:34:17.517Z | Downloaded errno v0.3.8 |
414 | 2024-12-28T04:34:17.519Z | Downloaded dirs-sys v0.3.7 |
415 | 2024-12-28T04:34:17.519Z | Downloaded deranged v0.3.11 |
416 | 2024-12-28T04:34:17.522Z | Downloaded castaway v0.1.2 |
417 | 2024-12-28T04:34:17.522Z | Downloaded serde_spanned v0.6.5 |
418 | 2024-12-28T04:34:17.522Z | Downloaded scopeguard v1.2.0 |
419 | 2024-12-28T04:34:17.524Z | Downloaded fnv v1.0.7 |
420 | 2024-12-28T04:34:17.524Z | Downloaded byteorder v1.5.0 |
421 | 2024-12-28T04:34:17.527Z | Downloaded bitflags v1.3.2 |
422 | 2024-12-28T04:34:17.529Z | Downloaded async-lock v2.8.0 |
423 | 2024-12-28T04:34:17.529Z | Downloaded rustfmt-wrapper v0.2.1 |
424 | 2024-12-28T04:34:17.531Z | Downloaded async-stream v0.3.5 |
425 | 2024-12-28T04:34:17.533Z | Downloaded serde_urlencoded v0.7.1 |
426 | 2024-12-28T04:34:17.533Z | Downloaded crypto-common v0.1.6 |
427 | 2024-12-28T04:34:17.533Z | Downloaded async-process v1.8.1 |
428 | 2024-12-28T04:34:17.536Z | Downloaded anstyle-query v1.0.2 |
429 | 2024-12-28T04:34:17.536Z | Downloaded async-channel v1.9.0 |
430 | 2024-12-28T04:34:17.538Z | Downloaded assert-json-diff v2.0.2 |
431 | 2024-12-28T04:34:17.538Z | Downloaded ascii-canvas v3.0.0 |
432 | 2024-12-28T04:34:17.541Z | Downloaded termtree v0.4.1 |
433 | 2024-12-28T04:34:17.647Z | Downloaded libgit2-sys v0.16.2+1.7.2 |
434 | 2024-12-28T04:34:18.175Z | Downloaded libz-sys v1.1.15 |
435 | 2024-12-28T04:34:18.245Z | Downloaded ring v0.17.7 |
436 | 2024-12-28T04:34:18.395Z | Downloaded ring v0.16.20 |
437 | 2024-12-28T04:34:18.725Z | Downloaded openssl-src v300.2.3+3.2.1 |
438 | 2024-12-28T04:34:19.286Z | Compiling proc-macro2 v1.0.78 |
439 | 2024-12-28T04:34:19.286Z | Compiling unicode-ident v1.0.12 |
440 | 2024-12-28T04:34:19.288Z | Compiling libc v0.2.153 |
441 | 2024-12-28T04:34:19.288Z | Compiling cfg-if v1.0.0 |
442 | 2024-12-28T04:34:19.288Z | Compiling autocfg v1.1.0 |
443 | 2024-12-28T04:34:19.313Z | Compiling once_cell v1.19.0 |
444 | 2024-12-28T04:34:19.316Z | Compiling serde v1.0.197 |
445 | 2024-12-28T04:34:19.325Z | Running `/home/build/.rustup/toolchains/1.76-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.78/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"' -C metadata=386175465f30bbf3 -C extra-filename=-386175465f30bbf3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-386175465f30bbf3 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
446 | 2024-12-28T04:34:19.327Z | Running `/home/build/.rustup/toolchains/1.76-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.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 -C metadata=b64eb30348e58c1e -C extra-filename=-b64eb30348e58c1e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
447 | 2024-12-28T04:34:19.327Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/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"' -C metadata=b77d6fe577e8d33a -C extra-filename=-b77d6fe577e8d33a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-b77d6fe577e8d33a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
448 | 2024-12-28T04:34:19.327Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=b3a1e01bc1d1ef78 -C extra-filename=-b3a1e01bc1d1ef78 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
449 | 2024-12-28T04:34:19.328Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=f716f91425103e14 -C extra-filename=-f716f91425103e14 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
450 | 2024-12-28T04:34:19.328Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/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"' -C metadata=2e07f62a3ff7f115 -C extra-filename=-2e07f62a3ff7f115 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-2e07f62a3ff7f115 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
451 | 2024-12-28T04:34:19.328Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=3250e89af52da2b5 -C extra-filename=-3250e89af52da2b5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
452 | 2024-12-28T04:34:19.337Z | Running `/home/build/.rustup/toolchains/1.76-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.197/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"' -C metadata=33514f11eedb6a89 -C extra-filename=-33514f11eedb6a89 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde-33514f11eedb6a89 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
453 | 2024-12-28T04:34:19.409Z | Compiling version_check v0.9.4 |
454 | 2024-12-28T04:34:19.412Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=1a70fa4d021d4d8a -C extra-filename=-1a70fa4d021d4d8a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
455 | 2024-12-28T04:34:19.487Z | Compiling pin-project-lite v0.2.13 |
456 | 2024-12-28T04:34:19.489Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a3638da379cdcfa3 -C extra-filename=-a3638da379cdcfa3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
457 | 2024-12-28T04:34:19.620Z | Compiling itoa v1.0.10 |
458 | 2024-12-28T04:34:19.622Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b3077f10a0b2f8e4 -C extra-filename=-b3077f10a0b2f8e4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
459 | 2024-12-28T04:34:19.833Z | Compiling value-bag v1.7.0 |
460 | 2024-12-28T04:34:19.835Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-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 --cfg 'feature="inline-i128"' -C metadata=2f62e559162ef88f -C extra-filename=-2f62e559162ef88f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
461 | 2024-12-28T04:34:19.848Z | Compiling memchr v2.7.1 |
462 | 2024-12-28T04:34:19.851Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2de88b9b103b5d1b -C extra-filename=-2de88b9b103b5d1b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
463 | 2024-12-28T04:34:19.922Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde-33514f11eedb6a89/build-script-build` |
464 | 2024-12-28T04:34:19.924Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-386175465f30bbf3/build-script-build` |
465 | 2024-12-28T04:34:19.986Z | Compiling futures-core v0.3.30 |
466 | 2024-12-28T04:34:19.989Z | Running `/home/build/.rustup/toolchains/1.76-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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=00de630c8c0c4b02 -C extra-filename=-00de630c8c0c4b02 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
467 | 2024-12-28T04:34:20.072Z | Compiling zerocopy v0.7.32 |
468 | 2024-12-28T04:34:20.074Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-2e07f62a3ff7f115/build-script-build` |
469 | 2024-12-28T04:34:20.074Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' -C metadata=7ac8c1310b784add -C extra-filename=-7ac8c1310b784add --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
470 | 2024-12-28T04:34:20.104Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-b77d6fe577e8d33a/build-script-build` |
471 | 2024-12-28T04:34:20.119Z | Running `/home/build/.rustup/toolchains/1.76-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.78/src/lib.rs --error-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"' -C metadata=fd6d9d0f99a472ce -C extra-filename=-fd6d9d0f99a472ce --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-b64eb30348e58c1e.rmeta --cap-lints allow --cfg wrap_proc_macro` |
472 | 2024-12-28T04:34:20.133Z | Compiling ahash v0.8.8 |
473 | 2024-12-28T04:34:20.137Z | Running `/home/build/.rustup/toolchains/1.76-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.8/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=abe38878c2eef461 -C extra-filename=-abe38878c2eef461 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ahash-abe38878c2eef461 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow` |
474 | 2024-12-28T04:34:20.167Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/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"' -C metadata=02fd268b4d5df09d -C extra-filename=-02fd268b4d5df09d --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` |
475 | 2024-12-28T04:34:20.201Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/lib.rs --error-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"' -C metadata=c9c1b0b7fe6fe29e -C extra-filename=-c9c1b0b7fe6fe29e --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` |
476 | 2024-12-28T04:34:20.237Z | Compiling log v0.4.21 |
477 | 2024-12-28T04:34:20.240Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' -C metadata=5102778d721e631e -C extra-filename=-5102778d721e631e --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-2f62e559162ef88f.rmeta --cap-lints allow` |
478 | 2024-12-28T04:34:20.439Z | Compiling allocator-api2 v0.2.16 |
479 | 2024-12-28T04:34:20.442Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' -C metadata=2fed6c2e69983ead -C extra-filename=-2fed6c2e69983ead --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
480 | 2024-12-28T04:34:20.525Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/ahash-abe38878c2eef461/build-script-build` |
481 | 2024-12-28T04:34:20.588Z | Compiling pkg-config v0.3.29 |
482 | 2024-12-28T04:34:20.603Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=f177a89b95b40c50 -C extra-filename=-f177a89b95b40c50 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
483 | 2024-12-28T04:34:20.824Z | Compiling jobserver v0.1.28 |
484 | 2024-12-28T04:34:20.827Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=36dc674b52c6b681 -C extra-filename=-36dc674b52c6b681 --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-02fd268b4d5df09d.rmeta --cap-lints allow` |
485 | 2024-12-28T04:34:20.915Z | Compiling quote v1.0.35 |
486 | 2024-12-28T04:34:20.919Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' -C metadata=61da3da9dff5804b -C extra-filename=-61da3da9dff5804b --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-fd6d9d0f99a472ce.rmeta --cap-lints allow` |
487 | 2024-12-28T04:34:21.196Z | Compiling cc v1.0.83 |
488 | 2024-12-28T04:34:21.198Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="jobserver"' --cfg 'feature="parallel"' -C metadata=6f5496be75bd3efa -C extra-filename=-6f5496be75bd3efa --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-36dc674b52c6b681.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-02fd268b4d5df09d.rmeta --cap-lints allow` |
489 | 2024-12-28T04:34:21.303Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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 -C metadata=95f076417653d3ba -C extra-filename=-95f076417653d3ba --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-b3a1e01bc1d1ef78.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern zerocopy=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy-7ac8c1310b784add.rmeta --cap-lints allow --cfg 'feature="folded_multiply"'` |
490 | 2024-12-28T04:34:21.594Z | Compiling syn v2.0.53 |
491 | 2024-12-28T04:34:21.596Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.53/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit-mut"' -C metadata=5ad951e579ad5e74 -C extra-filename=-5ad951e579ad5e74 --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-fd6d9d0f99a472ce.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
492 | 2024-12-28T04:34:21.732Z | Compiling hashbrown v0.14.3 |
493 | 2024-12-28T04:34:21.737Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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 -C debuginfo=2 --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=5cda2307cac65498 -C extra-filename=-5cda2307cac65498 --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-95f076417653d3ba.rmeta --extern allocator_api2=/work/oxidecomputer/oxide.rs/target/debug/deps/liballocator_api2-2fed6c2e69983ead.rmeta --cap-lints allow` |
494 | 2024-12-28T04:34:21.768Z | Compiling futures-io v0.3.30 |
495 | 2024-12-28T04:34:21.771Z | Running `/home/build/.rustup/toolchains/1.76-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.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="std"' -C metadata=5a57c87a43d3d711 -C extra-filename=-5a57c87a43d3d711 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
496 | 2024-12-28T04:34:21.839Z | Compiling vcpkg v0.2.15 |
497 | 2024-12-28T04:34:21.854Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /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 -C metadata=807650c813107af2 -C extra-filename=-807650c813107af2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
498 | 2024-12-28T04:34:21.856Z | Compiling getrandom v0.2.12 |
499 | 2024-12-28T04:34:21.856Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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="std"' -C metadata=5c86490fdcd84a10 -C extra-filename=-5c86490fdcd84a10 --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-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
500 | 2024-12-28T04:34:21.856Z | Compiling slab v0.4.9 |
501 | 2024-12-28T04:34:21.869Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=10e69b8016c189b9 -C extra-filename=-10e69b8016c189b9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slab-10e69b8016c189b9 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-f716f91425103e14.rlib --cap-lints allow` |
502 | 2024-12-28T04:34:22.094Z | Compiling parking_lot_core v0.9.9 |
503 | 2024-12-28T04:34:22.096Z | Compiling lock_api v0.4.11 |
504 | 2024-12-28T04:34:22.096Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=0b3eccdaf542aa18 -C extra-filename=-0b3eccdaf542aa18 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-0b3eccdaf542aa18 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
505 | 2024-12-28T04:34:22.096Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=e9f5a655aba9a7d9 -C extra-filename=-e9f5a655aba9a7d9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/lock_api-e9f5a655aba9a7d9 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-f716f91425103e14.rlib --cap-lints allow` |
506 | 2024-12-28T04:34:22.206Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/slab-10e69b8016c189b9/build-script-build` |
507 | 2024-12-28T04:34:22.229Z | Compiling smallvec v1.13.1 |
508 | 2024-12-28T04:34:22.231Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.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 -C metadata=ea6c31f42356ca6e -C extra-filename=-ea6c31f42356ca6e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
509 | 2024-12-28T04:34:22.332Z | Compiling ryu v1.0.16 |
510 | 2024-12-28T04:34:22.334Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=aac1a38c7b242f6d -C extra-filename=-aac1a38c7b242f6d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
511 | 2024-12-28T04:34:22.431Z | Compiling bytes v1.5.0 |
512 | 2024-12-28T04:34:22.435Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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"' -C metadata=f412e2fce08c74d3 -C extra-filename=-f412e2fce08c74d3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
513 | 2024-12-28T04:34:22.526Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-0b3eccdaf542aa18/build-script-build` |
514 | 2024-12-28T04:34:22.568Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/lock_api-e9f5a655aba9a7d9/build-script-build` |
515 | 2024-12-28T04:34:22.667Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=ba75b939594c9ec5 -C extra-filename=-ba75b939594c9ec5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
516 | 2024-12-28T04:34:22.683Z | Compiling serde_json v1.0.114 |
517 | 2024-12-28T04:34:22.685Z | Running `/home/build/.rustup/toolchains/1.76-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.114/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"' -C metadata=c6b3ceb70c8b5004 -C extra-filename=-c6b3ceb70c8b5004 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde_json-c6b3ceb70c8b5004 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
518 | 2024-12-28T04:34:22.700Z | Compiling scopeguard v1.2.0 |
519 | 2024-12-28T04:34:22.702Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /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 -C metadata=1daf4482b74bb397 -C extra-filename=-1daf4482b74bb397 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
520 | 2024-12-28T04:34:22.826Z | Compiling equivalent v1.0.1 |
521 | 2024-12-28T04:34:22.828Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /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 -C metadata=3cc869d592c774fc -C extra-filename=-3cc869d592c774fc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
522 | 2024-12-28T04:34:22.924Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=f67d6d78ab3379f5 -C extra-filename=-f67d6d78ab3379f5 --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-1daf4482b74bb397.rmeta --cap-lints allow --cfg has_const_fn_trait_bound` |
523 | 2024-12-28T04:34:22.941Z | Compiling num-traits v0.2.18 |
524 | 2024-12-28T04:34:22.943Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=351e989164531a74 -C extra-filename=-351e989164531a74 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/num-traits-351e989164531a74 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-f716f91425103e14.rlib --cap-lints allow` |
525 | 2024-12-28T04:34:23.052Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_json-c6b3ceb70c8b5004/build-script-build` |
526 | 2024-12-28T04:34:23.075Z | Compiling tracing-core v0.1.32 |
527 | 2024-12-28T04:34:23.077Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=10cef7a13e1f7082 -C extra-filename=-10cef7a13e1f7082 --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-3250e89af52da2b5.rmeta --cap-lints allow` |
528 | 2024-12-28T04:34:23.175Z | Compiling signal-hook-registry v1.4.1 |
529 | 2024-12-28T04:34:23.178Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=61e44982b9bd185f -C extra-filename=-61e44982b9bd185f --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
530 | 2024-12-28T04:34:23.287Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/num-traits-351e989164531a74/build-script-build` |
531 | 2024-12-28T04:34:23.385Z | Compiling fnv v1.0.7 |
532 | 2024-12-28T04:34:23.388Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name fnv /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"' -C metadata=6c3e22e26d0d6d9f -C extra-filename=-6c3e22e26d0d6d9f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
533 | 2024-12-28T04:34:23.514Z | Compiling openssl-src v300.2.3+3.2.1 |
534 | 2024-12-28T04:34:23.531Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openssl_src --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-src-300.2.3+3.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="legacy"' -C metadata=780214b296c72e6e -C extra-filename=-780214b296c72e6e --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-6f5496be75bd3efa.rmeta --cap-lints allow` |
535 | 2024-12-28T04:34:23.533Z | Compiling crossbeam-utils v0.8.19 |
536 | 2024-12-28T04:34:23.533Z | Running `/home/build/.rustup/toolchains/1.76-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.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1aace4d0925c592c -C extra-filename=-1aace4d0925c592c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-1aace4d0925c592c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
537 | 2024-12-28T04:34:23.803Z | Compiling bitflags v2.4.2 |
538 | 2024-12-28T04:34:23.806Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.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 --cfg 'feature="std"' -C metadata=3746b547fa27bf5c -C extra-filename=-3746b547fa27bf5c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
539 | 2024-12-28T04:34:23.955Z | Compiling regex-syntax v0.8.2 |
540 | 2024-12-28T04:34:23.960Z | Running `/home/build/.rustup/toolchains/1.76-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.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"' --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"' -C metadata=0cebd7237e9b4c90 -C extra-filename=-0cebd7237e9b4c90 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
541 | 2024-12-28T04:34:24.070Z | Compiling openssl-sys v0.9.99 |
542 | 2024-12-28T04:34:24.075Z | Running `/home/build/.rustup/toolchains/1.76-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.99/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"' -C metadata=bd540e0ddf8222e6 -C extra-filename=-bd540e0ddf8222e6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-bd540e0ddf8222e6 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-6f5496be75bd3efa.rlib --extern openssl_src=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_src-780214b296c72e6e.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-f177a89b95b40c50.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-807650c813107af2.rlib --cap-lints allow` |
543 | 2024-12-28T04:34:24.119Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-1aace4d0925c592c/build-script-build` |
544 | 2024-12-28T04:34:24.143Z | Compiling socket2 v0.5.5 |
545 | 2024-12-28T04:34:24.146Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' -C metadata=8afa32a7ed28efc3 -C extra-filename=-8afa32a7ed28efc3 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
546 | 2024-12-28T04:34:24.161Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-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 -C metadata=4cd0e693837fde19 -C extra-filename=-4cd0e693837fde19 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_is_subnormal --cfg has_total_cmp --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes` |
547 | 2024-12-28T04:34:24.243Z | Compiling http v0.2.11 |
548 | 2024-12-28T04:34:24.243Z | Running `/home/build/.rustup/toolchains/1.76-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.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d635ff551b53ede7 -C extra-filename=-d635ff551b53ede7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
549 | 2024-12-28T04:34:24.246Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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 -C debuginfo=2 -C metadata=eecd83e3c8fd118b -C extra-filename=-eecd83e3c8fd118b --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-f412e2fce08c74d3.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-b3077f10a0b2f8e4.rmeta --cap-lints allow` |
550 | 2024-12-28T04:34:24.811Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=49a3437f40c8375c -C extra-filename=-49a3437f40c8375c --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-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-ea6c31f42356ca6e.rmeta --cap-lints allow` |
551 | 2024-12-28T04:34:25.060Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-bd540e0ddf8222e6/build-script-main` |
552 | 2024-12-28T04:34:25.289Z | Compiling tinyvec_macros v0.1.1 |
553 | 2024-12-28T04:34:25.296Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=f6cbcecb7a939373 -C extra-filename=-f6cbcecb7a939373 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
554 | 2024-12-28T04:34:25.376Z | Compiling pin-utils v0.1.0 |
555 | 2024-12-28T04:34:25.379Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=c91c3a4fdde7d3d6 -C extra-filename=-c91c3a4fdde7d3d6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
556 | 2024-12-28T04:34:25.467Z | Compiling futures-sink v0.3.30 |
557 | 2024-12-28T04:34:25.470Z | Running `/home/build/.rustup/toolchains/1.76-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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f82fe425d7a35767 -C extra-filename=-f82fe425d7a35767 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
558 | 2024-12-28T04:34:25.529Z | Compiling percent-encoding v2.3.1 |
559 | 2024-12-28T04:34:25.554Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=8d02a3f55b6b58b9 -C extra-filename=-8d02a3f55b6b58b9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
560 | 2024-12-28T04:34:25.616Z | Compiling tinyvec v1.6.0 |
561 | 2024-12-28T04:34:25.618Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=67489d888a3517dc -C extra-filename=-67489d888a3517dc --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-f6cbcecb7a939373.rmeta --cap-lints allow` |
562 | 2024-12-28T04:34:25.767Z | Compiling form_urlencoded v1.2.1 |
563 | 2024-12-28T04:34:25.769Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=3f78fc507be1952e -C extra-filename=-3f78fc507be1952e --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-8d02a3f55b6b58b9.rmeta --cap-lints allow` |
564 | 2024-12-28T04:34:25.895Z | Compiling parking_lot v0.12.1 |
565 | 2024-12-28T04:34:25.912Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=8b9474d0b90b7878 -C extra-filename=-8b9474d0b90b7878 --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-f67d6d78ab3379f5.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-49a3437f40c8375c.rmeta --cap-lints allow` |
566 | 2024-12-28T04:34:26.091Z | Compiling ring v0.17.7 |
567 | 2024-12-28T04:34:26.097Z | Running `/home/build/.rustup/toolchains/1.76-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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=275d5ff52ec36f45 -C extra-filename=-275d5ff52ec36f45 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-275d5ff52ec36f45 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-6f5496be75bd3efa.rlib --cap-lints allow` |
568 | 2024-12-28T04:34:26.113Z | Compiling num_cpus v1.16.0 |
569 | 2024-12-28T04:34:26.116Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8ccce2aa188e53dd -C extra-filename=-8ccce2aa188e53dd --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
570 | 2024-12-28T04:34:26.233Z | Compiling mio v0.8.11 |
571 | 2024-12-28T04:34:26.236Z | Running `/home/build/.rustup/toolchains/1.76-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="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=6beacad112a851e7 -C extra-filename=-6beacad112a851e7 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
572 | 2024-12-28T04:34:26.938Z | Compiling syn v1.0.109 |
573 | 2024-12-28T04:34:26.940Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=259912c46908cb35 -C extra-filename=-259912c46908cb35 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/syn-259912c46908cb35 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
574 | 2024-12-28T04:34:27.017Z | Compiling unicode-normalization v0.1.22 |
575 | 2024-12-28T04:34:27.020Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=bc7044d061ded349 -C extra-filename=-bc7044d061ded349 --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-67489d888a3517dc.rmeta --cap-lints allow` |
576 | 2024-12-28T04:34:27.083Z | Compiling futures-channel v0.3.30 |
577 | 2024-12-28T04:34:27.085Z | Running `/home/build/.rustup/toolchains/1.76-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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=7067fbe4fdb758c1 -C extra-filename=-7067fbe4fdb758c1 --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-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --cap-lints allow` |
578 | 2024-12-28T04:34:27.181Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-275d5ff52ec36f45/build-script-build` |
579 | 2024-12-28T04:34:27.235Z | Compiling unicode-bidi v0.3.15 |
580 | 2024-12-28T04:34:27.238Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=8e0f9c0ac325a90f -C extra-filename=-8e0f9c0ac325a90f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
581 | 2024-12-28T04:34:27.479Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/syn-259912c46908cb35/build-script-build` |
582 | 2024-12-28T04:34:27.495Z | Compiling futures-task v0.3.30 |
583 | 2024-12-28T04:34:27.499Z | Running `/home/build/.rustup/toolchains/1.76-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.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="alloc"' --cfg 'feature="std"' -C metadata=cf44a26adf9238c3 -C extra-filename=-cf44a26adf9238c3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
584 | 2024-12-28T04:34:27.539Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=712cae91f612efb1 -C extra-filename=-712cae91f612efb1 --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-fd6d9d0f99a472ce.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow --cfg syn_disable_nightly_tests` |
585 | 2024-12-28T04:34:27.588Z | Compiling spin v0.9.8 |
586 | 2024-12-28T04:34:27.615Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name spin /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"' -C metadata=6b0b4916640efba1 -C extra-filename=-6b0b4916640efba1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
587 | 2024-12-28T04:34:27.825Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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 metadata=37f34ee689d3890c -C extra-filename=-37f34ee689d3890c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
588 | 2024-12-28T04:34:27.828Z | Compiling httparse v1.8.0 |
589 | 2024-12-28T04:34:27.828Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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"' -C metadata=62cce613a1049bac -C extra-filename=-62cce613a1049bac --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/httparse-62cce613a1049bac -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
590 | 2024-12-28T04:34:28.097Z | Compiling idna v0.5.0 |
591 | 2024-12-28T04:34:28.100Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=8f8a52631f8e38d3 -C extra-filename=-8f8a52631f8e38d3 --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-8e0f9c0ac325a90f.rmeta --extern unicode_normalization=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_normalization-bc7044d061ded349.rmeta --cap-lints allow` |
592 | 2024-12-28T04:34:28.132Z | Compiling thiserror v1.0.58 |
593 | 2024-12-28T04:34:28.135Z | Running `/home/build/.rustup/toolchains/1.76-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.58/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=85aeb7c0978266b6 -C extra-filename=-85aeb7c0978266b6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/thiserror-85aeb7c0978266b6 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
594 | 2024-12-28T04:34:28.265Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/httparse-62cce613a1049bac/build-script-build` |
595 | 2024-12-28T04:34:28.269Z | Compiling concurrent-queue v2.4.0 |
596 | 2024-12-28T04:34:28.303Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=42092375f8312a0b -C extra-filename=-42092375f8312a0b --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-d635ff551b53ede7.rmeta --cap-lints allow` |
597 | 2024-12-28T04:34:28.672Z | Compiling schemars v0.8.16 |
598 | 2024-12-28T04:34:28.674Z | Running `/home/build/.rustup/toolchains/1.76-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.16/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"' -C metadata=e0b90da099175cd2 -C extra-filename=-e0b90da099175cd2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/schemars-e0b90da099175cd2 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
599 | 2024-12-28T04:34:28.713Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-85aeb7c0978266b6/build-script-build` |
600 | 2024-12-28T04:34:28.815Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=31fe13d583561b22 -C extra-filename=-31fe13d583561b22 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
601 | 2024-12-28T04:34:29.014Z | Compiling parking v2.2.0 |
602 | 2024-12-28T04:34:29.016Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=7ed30b77261437cf -C extra-filename=-7ed30b77261437cf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
603 | 2024-12-28T04:34:29.050Z | Compiling untrusted v0.9.0 |
604 | 2024-12-28T04:34:29.053Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=0ea7f50e8112c394 -C extra-filename=-0ea7f50e8112c394 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
605 | 2024-12-28T04:34:29.244Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-e0b90da099175cd2/build-script-build` |
606 | 2024-12-28T04:34:29.254Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-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="default"' --cfg 'feature="std"' -C metadata=58bccc1ffa9648af -C extra-filename=-58bccc1ffa9648af --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg httparse_simd` |
607 | 2024-12-28T04:34:29.407Z | Compiling socket2 v0.4.10 |
608 | 2024-12-28T04:34:29.410Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=23235a4b01ab8eb7 -C extra-filename=-23235a4b01ab8eb7 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
609 | 2024-12-28T04:34:29.933Z | Compiling dyn-clone v1.0.16 |
610 | 2024-12-28T04:34:29.951Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=675f9f2cde994949 -C extra-filename=-675f9f2cde994949 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
611 | 2024-12-28T04:34:30.022Z | Compiling aho-corasick v1.1.2 |
612 | 2024-12-28T04:34:30.024Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=42920dc3a7a84865 -C extra-filename=-42920dc3a7a84865 --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-2de88b9b103b5d1b.rmeta --cap-lints allow` |
613 | 2024-12-28T04:34:30.152Z | Compiling libz-sys v1.1.15 |
614 | 2024-12-28T04:34:30.156Z | Running `/home/build/.rustup/toolchains/1.76-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.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="libc"' -C metadata=7086785a580915b4 -C extra-filename=-7086785a580915b4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-7086785a580915b4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-6f5496be75bd3efa.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-f177a89b95b40c50.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-807650c813107af2.rlib --cap-lints allow` |
615 | 2024-12-28T04:34:30.378Z | Compiling errno v0.3.8 |
616 | 2024-12-28T04:34:30.381Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.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="std"' -C metadata=02ff827996c6454c -C extra-filename=-02ff827996c6454c --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
617 | 2024-12-28T04:34:30.441Z | Compiling fastrand v2.0.1 |
618 | 2024-12-28T04:34:30.460Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.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"' -C metadata=d52cae0eeab46be2 -C extra-filename=-d52cae0eeab46be2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
619 | 2024-12-28T04:34:30.599Z | Compiling rustix v0.38.31 |
620 | 2024-12-28T04:34:30.602Z | Running `/home/build/.rustup/toolchains/1.76-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.31/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' -C metadata=c3fcceca43ec1592 -C extra-filename=-c3fcceca43ec1592 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-c3fcceca43ec1592 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
621 | 2024-12-28T04:34:30.752Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-7086785a580915b4/build-script-build` |
622 | 2024-12-28T04:34:30.797Z | Compiling try-lock v0.2.5 |
623 | 2024-12-28T04:34:30.800Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /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 -C metadata=faa406ed01f40ffa -C extra-filename=-faa406ed01f40ffa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
624 | 2024-12-28T04:34:30.943Z | Compiling openssl-probe v0.1.5 |
625 | 2024-12-28T04:34:30.945Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /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 -C metadata=4d4cdea3d120a157 -C extra-filename=-4d4cdea3d120a157 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
626 | 2024-12-28T04:34:31.052Z | Compiling want v0.3.1 |
627 | 2024-12-28T04:34:31.055Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=c97a904080338b58 -C extra-filename=-c97a904080338b58 --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-faa406ed01f40ffa.rmeta --cap-lints allow` |
628 | 2024-12-28T04:34:31.267Z | Compiling serde_derive_internals v0.26.0 |
629 | 2024-12-28T04:34:31.269Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.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 metadata=8de86f1dca4786fb -C extra-filename=-8de86f1dca4786fb --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-fd6d9d0f99a472ce.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-712cae91f612efb1.rmeta --cap-lints allow` |
630 | 2024-12-28T04:34:31.325Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-c3fcceca43ec1592/build-script-build` |
631 | 2024-12-28T04:34:31.351Z | Compiling http-body v0.4.6 |
632 | 2024-12-28T04:34:31.354Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=44cc836fedb14c74 -C extra-filename=-44cc836fedb14c74 --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-f412e2fce08c74d3.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow` |
633 | 2024-12-28T04:34:31.429Z | Compiling iana-time-zone v0.1.60 |
634 | 2024-12-28T04:34:31.431Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=a386be8828156f3b -C extra-filename=-a386be8828156f3b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
635 | 2024-12-28T04:34:31.650Z | Compiling openssl v0.10.63 |
636 | 2024-12-28T04:34:31.653Z | Running `/home/build/.rustup/toolchains/1.76-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.63/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"' -C metadata=1e5502d5d429d2f5 -C extra-filename=-1e5502d5d429d2f5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-1e5502d5d429d2f5 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
637 | 2024-12-28T04:34:31.759Z | Compiling httpdate v1.0.3 |
638 | 2024-12-28T04:34:31.761Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=02ef4b1e0af5b63d -C extra-filename=-02ef4b1e0af5b63d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
639 | 2024-12-28T04:34:31.959Z | Compiling regex-automata v0.4.5 |
640 | 2024-12-28T04:34:31.961Z | Running `/home/build/.rustup/toolchains/1.76-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.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="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"' -C metadata=88810935cfafcaa9 -C extra-filename=-88810935cfafcaa9 --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-42920dc3a7a84865.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-2de88b9b103b5d1b.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-0cebd7237e9b4c90.rmeta --cap-lints allow` |
641 | 2024-12-28T04:34:32.070Z | Compiling foreign-types-shared v0.1.1 |
642 | 2024-12-28T04:34:32.073Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /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 -C metadata=efb008d8c62bad32 -C extra-filename=-efb008d8c62bad32 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
643 | 2024-12-28T04:34:32.173Z | Compiling tower-service v0.3.2 |
644 | 2024-12-28T04:34:32.176Z | Running `/home/build/.rustup/toolchains/1.76-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.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 -C metadata=09c5d48e32fe9842 -C extra-filename=-09c5d48e32fe9842 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
645 | 2024-12-28T04:34:32.237Z | Compiling foreign-types v0.3.2 |
646 | 2024-12-28T04:34:32.239Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /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 -C metadata=633f1397b7c013c5 -C extra-filename=-633f1397b7c013c5 --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-efb008d8c62bad32.rmeta --cap-lints allow` |
647 | 2024-12-28T04:34:32.298Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' -C metadata=539f479a313cbb64 -C extra-filename=-539f479a313cbb64 --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-3746b547fa27bf5c.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-02ff827996c6454c.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
648 | 2024-12-28T04:34:32.324Z | Compiling encoding_rs v0.8.33 |
649 | 2024-12-28T04:34:32.347Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=c7eb3b7bda001938 -C extra-filename=-c7eb3b7bda001938 --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-b3a1e01bc1d1ef78.rmeta --cap-lints allow` |
650 | 2024-12-28T04:34:33.499Z | Compiling mime v0.3.17 |
651 | 2024-12-28T04:34:33.502Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name mime /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 -C metadata=a34827aadd55c062 -C extra-filename=-a34827aadd55c062 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
652 | 2024-12-28T04:34:33.551Z | Compiling serde_derive v1.0.197 |
653 | 2024-12-28T04:34:33.584Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/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"' -C metadata=d521409de9241204 -C extra-filename=-d521409de9241204 --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow` |
654 | 2024-12-28T04:34:34.203Z | Compiling tracing-attributes v0.1.27 |
655 | 2024-12-28T04:34:34.206Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=f10a7fd682b11b10 -C extra-filename=-f10a7fd682b11b10 --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow` |
656 | 2024-12-28T04:34:34.733Z | Compiling tokio-macros v2.2.0 |
657 | 2024-12-28T04:34:34.735Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=54095800d846c2d8 -C extra-filename=-54095800d846c2d8 --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow` |
658 | 2024-12-28T04:34:36.412Z | Compiling tokio v1.36.0 |
659 | 2024-12-28T04:34:36.415Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.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="num_cpus"' --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"' -C metadata=773acc9426056963 -C extra-filename=-773acc9426056963 --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-f412e2fce08c74d3.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-6beacad112a851e7.rmeta --extern num_cpus=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_cpus-8ccce2aa188e53dd.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-8b9474d0b90b7878.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-61e44982b9bd185f.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-8afa32a7ed28efc3.rmeta --extern tokio_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_macros-54095800d846c2d8.so --cap-lints allow` |
660 | 2024-12-28T04:34:36.932Z | Compiling futures-macro v0.3.30 |
661 | 2024-12-28T04:34:36.934Z | Running `/home/build/.rustup/toolchains/1.76-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.30/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 -C metadata=294a0bd69ebae541 -C extra-filename=-294a0bd69ebae541 --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow` |
662 | 2024-12-28T04:34:37.159Z | Compiling thiserror-impl v1.0.58 |
663 | 2024-12-28T04:34:37.162Z | Running `/home/build/.rustup/toolchains/1.76-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.58/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 -C metadata=ed31447417c750d1 -C extra-filename=-ed31447417c750d1 --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow` |
664 | 2024-12-28T04:34:37.492Z | Compiling schemars_derive v0.8.16 |
665 | 2024-12-28T04:34:37.494Z | Running `/home/build/.rustup/toolchains/1.76-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.16/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 -C metadata=f7e9b04570b0095e -C extra-filename=-f7e9b04570b0095e --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern serde_derive_internals=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive_internals-8de86f1dca4786fb.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-712cae91f612efb1.rlib --extern proc_macro --cap-lints allow` |
666 | 2024-12-28T04:34:37.630Z | Compiling tracing v0.1.40 |
667 | 2024-12-28T04:34:37.633Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=5157401d67fdfc80 -C extra-filename=-5157401d67fdfc80 --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-5102778d721e631e.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --extern tracing_attributes=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_attributes-f10a7fd682b11b10.so --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-10cef7a13e1f7082.rmeta --cap-lints allow` |
668 | 2024-12-28T04:34:38.162Z | Compiling regex v1.10.3 |
669 | 2024-12-28T04:34:38.167Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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"' -C metadata=5dd7719bfeefd921 -C extra-filename=-5dd7719bfeefd921 --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-42920dc3a7a84865.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-2de88b9b103b5d1b.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-88810935cfafcaa9.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-0cebd7237e9b4c90.rmeta --cap-lints allow` |
670 | 2024-12-28T04:34:39.014Z | Compiling futures-util v0.3.30 |
671 | 2024-12-28T04:34:39.031Z | Running `/home/build/.rustup/toolchains/1.76-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.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="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"' -C metadata=8c02da9c1662b1d4 -C extra-filename=-8c02da9c1662b1d4 --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-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_macro-294a0bd69ebae541.so --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-2de88b9b103b5d1b.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-c91c3a4fdde7d3d6.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-ba75b939594c9ec5.rmeta --cap-lints allow` |
672 | 2024-12-28T04:34:39.432Z | Compiling openssl-macros v0.1.1 |
673 | 2024-12-28T04:34:39.434Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=8bb0ba9724ec595d -C extra-filename=-8bb0ba9724ec595d --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow` |
674 | 2024-12-28T04:34:40.162Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=da417c311004318f -C extra-filename=-da417c311004318f --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-ed31447417c750d1.so --cap-lints allow` |
675 | 2024-12-28T04:34:40.280Z | Compiling base64 v0.21.7 |
676 | 2024-12-28T04:34:40.280Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=0b029c77597f8d47 -C extra-filename=-0b029c77597f8d47 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
677 | 2024-12-28T04:34:40.296Z | Compiling native-tls v0.2.11 |
678 | 2024-12-28T04:34:40.299Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="vendored"' -C metadata=199295045709d550 -C extra-filename=-199295045709d550 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/native-tls-199295045709d550 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
679 | 2024-12-28T04:34:40.605Z | Compiling rustls v0.21.10 |
680 | 2024-12-28T04:34:40.608Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.10/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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=cd77a843c36da444 -C extra-filename=-cd77a843c36da444 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-cd77a843c36da444 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
681 | 2024-12-28T04:34:40.780Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=2f709fe9879e2c5d -C extra-filename=-2f709fe9879e2c5d --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-31fe13d583561b22.rmeta --cap-lints allow` |
682 | 2024-12-28T04:34:40.905Z | Compiling typenum v1.17.0 |
683 | 2024-12-28T04:34:40.941Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=e39b9cffd1db3e72 -C extra-filename=-e39b9cffd1db3e72 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/typenum-e39b9cffd1db3e72 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
684 | 2024-12-28T04:34:41.081Z | Compiling anstyle v1.0.6 |
685 | 2024-12-28T04:34:41.084Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=46aa3677ea85067a -C extra-filename=-46aa3677ea85067a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
686 | 2024-12-28T04:34:41.163Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/lib.rs --error-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"' -C metadata=294bcad0e0af116f -C extra-filename=-294bcad0e0af116f --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-d521409de9241204.so --cap-lints allow` |
687 | 2024-12-28T04:34:41.573Z | Compiling event-listener v4.0.3 |
688 | 2024-12-28T04:34:41.626Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-4.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 --cfg 'feature="parking"' --cfg 'feature="std"' -C metadata=d4bad86a330051ee -C extra-filename=-d4bad86a330051ee --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-42092375f8312a0b.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow` |
689 | 2024-12-28T04:34:41.939Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/typenum-e39b9cffd1db3e72/build-script-main` |
690 | 2024-12-28T04:34:42.131Z | Compiling rand_core v0.6.4 |
691 | 2024-12-28T04:34:42.140Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=dcba7d9788c91745 -C extra-filename=-dcba7d9788c91745 --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-5c86490fdcd84a10.rmeta --cap-lints allow` |
692 | 2024-12-28T04:34:42.211Z | Compiling generic-array v0.14.7 |
693 | 2024-12-28T04:34:42.213Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=89677f8aab9db4a8 -C extra-filename=-89677f8aab9db4a8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/generic-array-89677f8aab9db4a8 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow` |
694 | 2024-12-28T04:34:42.557Z | Running `/home/build/.rustup/toolchains/1.76-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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --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"' -C metadata=e1dfbe98e5819e27 -C extra-filename=-e1dfbe98e5819e27 --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-2f709fe9879e2c5d.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-31fe13d583561b22.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-0cebd7237e9b4c90.rmeta --cap-lints allow` |
695 | 2024-12-28T04:34:42.588Z | Compiling unicode-width v0.1.11 |
696 | 2024-12-28T04:34:42.590Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=204a73a923e7c9fc -C extra-filename=-204a73a923e7c9fc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
697 | 2024-12-28T04:34:42.747Z | Compiling ppv-lite86 v0.2.17 |
698 | 2024-12-28T04:34:42.750Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=0befd25cab6fd854 -C extra-filename=-0befd25cab6fd854 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
699 | 2024-12-28T04:34:43.484Z | Compiling rand_chacha v0.3.1 |
700 | 2024-12-28T04:34:43.486Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=413738857c4f7cd9 -C extra-filename=-413738857c4f7cd9 --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-0befd25cab6fd854.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-dcba7d9788c91745.rmeta --cap-lints allow` |
701 | 2024-12-28T04:34:44.813Z | Compiling tokio-util v0.7.10 |
702 | 2024-12-28T04:34:44.816Z | Running `/home/build/.rustup/toolchains/1.76-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.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=b872f6d249927abd -C extra-filename=-b872f6d249927abd --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-f412e2fce08c74d3.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-5157401d67fdfc80.rmeta --cap-lints allow` |
703 | 2024-12-28T04:34:44.839Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/generic-array-89677f8aab9db4a8/build-script-build` |
704 | 2024-12-28T04:34:44.902Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=514c51e0ae2cae8c -C extra-filename=-514c51e0ae2cae8c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
705 | 2024-12-28T04:34:45.391Z | Compiling event-listener-strategy v0.4.0 |
706 | 2024-12-28T04:34:45.394Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-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="std"' -C metadata=19fbdd65e4930722 -C extra-filename=-19fbdd65e4930722 --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-d4bad86a330051ee.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow` |
707 | 2024-12-28T04:34:45.599Z | Compiling rustls-pemfile v1.0.4 |
708 | 2024-12-28T04:34:45.602Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ac64e0cf10521e61 -C extra-filename=-ac64e0cf10521e61 --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-0b029c77597f8d47.rmeta --cap-lints allow` |
709 | 2024-12-28T04:34:46.081Z | Compiling ipnet v2.9.0 |
710 | 2024-12-28T04:34:46.096Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=81b89b6a67fa03af -C extra-filename=-81b89b6a67fa03af --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
711 | 2024-12-28T04:34:46.341Z | Compiling webpki-roots v0.25.4 |
712 | 2024-12-28T04:34:46.344Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.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 -C metadata=def8f56e183ae9f6 -C extra-filename=-def8f56e183ae9f6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
713 | 2024-12-28T04:34:46.436Z | Compiling utf8parse v0.2.1 |
714 | 2024-12-28T04:34:46.439Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=55b94bf56b111e50 -C extra-filename=-55b94bf56b111e50 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
715 | 2024-12-28T04:34:46.497Z | Compiling sync_wrapper v0.1.2 |
716 | 2024-12-28T04:34:46.499Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-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 -C metadata=0b3030cec78f8ef9 -C extra-filename=-0b3030cec78f8ef9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
717 | 2024-12-28T04:34:46.589Z | Compiling anstyle-parse v0.2.3 |
718 | 2024-12-28T04:34:46.592Z | Running `/home/build/.rustup/toolchains/1.76-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.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="utf8"' -C metadata=785cb738609963c4 -C extra-filename=-785cb738609963c4 --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-55b94bf56b111e50.rmeta --cap-lints allow` |
719 | 2024-12-28T04:34:46.619Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /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"' -C metadata=bf7e2d63449f69cd -C extra-filename=-bf7e2d63449f69cd --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-514c51e0ae2cae8c.rmeta --cap-lints allow --cfg relaxed_coherence` |
720 | 2024-12-28T04:34:46.961Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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"' -C metadata=d435210f18efc5ca -C extra-filename=-d435210f18efc5ca --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-2f709fe9879e2c5d.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-31fe13d583561b22.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-e1dfbe98e5819e27.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-0cebd7237e9b4c90.rmeta --cap-lints allow` |
721 | 2024-12-28T04:34:47.544Z | Compiling indexmap v2.2.5 |
722 | 2024-12-28T04:34:47.547Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=f2e91ea1a9f2f006 -C extra-filename=-f2e91ea1a9f2f006 --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-3cc869d592c774fc.rmeta --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-5cda2307cac65498.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --cap-lints allow` |
723 | 2024-12-28T04:34:47.604Z | Running `/home/build/.rustup/toolchains/1.76-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.114/src/lib.rs --error-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"' -C metadata=66750acaf40a65c0 -C extra-filename=-66750acaf40a65c0 --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-b3077f10a0b2f8e4.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-aac1a38c7b242f6d.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --cap-lints allow --cfg limb_width_64` |
724 | 2024-12-28T04:34:47.653Z | Compiling url v2.5.0 |
725 | 2024-12-28T04:34:47.656Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-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="serde"' -C metadata=b6086f8c0fa36c18 -C extra-filename=-b6086f8c0fa36c18 --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-3f78fc507be1952e.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-8f8a52631f8e38d3.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --cap-lints allow` |
726 | 2024-12-28T04:34:47.806Z | Compiling chrono v0.4.35 |
727 | 2024-12-28T04:34:47.810Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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="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"' -C metadata=bad13a0dcb8fa9cd -C extra-filename=-bad13a0dcb8fa9cd --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-a386be8828156f3b.rmeta --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-4cd0e693837fde19.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --cap-lints allow` |
728 | 2024-12-28T04:34:48.135Z | Compiling uuid v1.7.0 |
729 | 2024-12-28T04:34:48.137Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=b775a7e0ec39bbd6 -C extra-filename=-b775a7e0ec39bbd6 --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-5c86490fdcd84a10.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --cap-lints allow` |
730 | 2024-12-28T04:34:48.907Z | Compiling h2 v0.3.24 |
731 | 2024-12-28T04:34:48.912Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f98cfb3d2fa8f10a -C extra-filename=-f98cfb3d2fa8f10a --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-f412e2fce08c74d3.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-8c02da9c1662b1d4.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-f2e91ea1a9f2f006.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-ba75b939594c9ec5.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-b872f6d249927abd.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-5157401d67fdfc80.rmeta --cap-lints allow` |
732 | 2024-12-28T04:34:48.986Z | Compiling serde_urlencoded v0.7.1 |
733 | 2024-12-28T04:34:48.989Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=3ea63f8e1642d8ed -C extra-filename=-3ea63f8e1642d8ed --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-3f78fc507be1952e.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-b3077f10a0b2f8e4.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-aac1a38c7b242f6d.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --cap-lints allow` |
734 | 2024-12-28T04:34:49.545Z | Compiling toml_datetime v0.6.5 |
735 | 2024-12-28T04:34:49.547Z | Running `/home/build/.rustup/toolchains/1.76-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.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="serde"' -C metadata=dd79a23a6c343563 -C extra-filename=-dd79a23a6c343563 --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-294bcad0e0af116f.rmeta --cap-lints allow` |
736 | 2024-12-28T04:34:49.933Z | Compiling serde_tokenstream v0.2.0 |
737 | 2024-12-28T04:34:49.936Z | Running `/home/build/.rustup/toolchains/1.76-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.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 metadata=229fc295ede5520f -C extra-filename=-229fc295ede5520f --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-fd6d9d0f99a472ce.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rmeta --cap-lints allow` |
738 | 2024-12-28T04:34:50.087Z | Compiling serde_spanned v0.6.5 |
739 | 2024-12-28T04:34:50.090Z | Running `/home/build/.rustup/toolchains/1.76-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.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="serde"' -C metadata=08fe028dac3e0e2c -C extra-filename=-08fe028dac3e0e2c --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-294bcad0e0af116f.rmeta --cap-lints allow` |
740 | 2024-12-28T04:34:50.395Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=35660ee78969ad7d -C extra-filename=-35660ee78969ad7d --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-bad13a0dcb8fa9cd.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-675f9f2cde994949.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-f7e9b04570b0095e.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
741 | 2024-12-28T04:34:50.418Z | Compiling async-lock v3.3.0 |
742 | 2024-12-28T04:34:50.418Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.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="default"' --cfg 'feature="std"' -C metadata=31ffa78e94c81369 -C extra-filename=-31ffa78e94c81369 --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-d4bad86a330051ee.rmeta --extern event_listener_strategy=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener_strategy-19fbdd65e4930722.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow` |
743 | 2024-12-28T04:34:50.818Z | Compiling rand v0.8.5 |
744 | 2024-12-28T04:34:50.842Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=d6fdb17fa95ab75e -C extra-filename=-d6fdb17fa95ab75e --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-c9c1b0b7fe6fe29e.rmeta --extern rand_chacha=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_chacha-413738857c4f7cd9.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-dcba7d9788c91745.rmeta --cap-lints allow` |
745 | 2024-12-28T04:34:50.844Z | Compiling futures-lite v2.2.0 |
746 | 2024-12-28T04:34:50.846Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=4cc23a8bce5347c4 -C extra-filename=-4cc23a8bce5347c4 --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-d52cae0eeab46be2.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow` |
747 | 2024-12-28T04:34:51.882Z | Compiling libnghttp2-sys v0.1.9+1.58.0 |
748 | 2024-12-28T04:34:51.884Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libnghttp2-sys-0.1.9+1.58.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=51de0750de485fa9 -C extra-filename=-51de0750de485fa9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-51de0750de485fa9 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-6f5496be75bd3efa.rlib --cap-lints allow` |
749 | 2024-12-28T04:34:52.224Z | Compiling regress v0.9.0 |
750 | 2024-12-28T04:34:52.227Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1b4b89093bdb2c34 -C extra-filename=-1b4b89093bdb2c34 --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-5cda2307cac65498.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-2de88b9b103b5d1b.rmeta --cap-lints allow` |
751 | 2024-12-28T04:34:52.425Z | Compiling winnow v0.6.0 |
752 | 2024-12-28T04:34:52.427Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=25588663a6df5a90 -C extra-filename=-25588663a6df5a90 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
753 | 2024-12-28T04:34:52.582Z | Compiling anstyle-query v1.0.2 |
754 | 2024-12-28T04:34:52.608Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.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 -C metadata=09ce49fc3394724e -C extra-filename=-09ce49fc3394724e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
755 | 2024-12-28T04:34:52.664Z | Compiling colorchoice v1.0.0 |
756 | 2024-12-28T04:34:52.667Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=75f65312e96bfcd9 -C extra-filename=-75f65312e96bfcd9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
757 | 2024-12-28T04:34:52.728Z | Compiling event-listener v2.5.3 |
758 | 2024-12-28T04:34:52.731Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=f55cdf44e1505c0c -C extra-filename=-f55cdf44e1505c0c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
759 | 2024-12-28T04:34:52.824Z | Compiling anstream v0.6.11 |
760 | 2024-12-28T04:34:52.827Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=4589b9b4de533979 -C extra-filename=-4589b9b4de533979 --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-46aa3677ea85067a.rmeta --extern anstyle_parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_parse-785cb738609963c4.rmeta --extern anstyle_query=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_query-09ce49fc3394724e.rmeta --extern colorchoice=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolorchoice-75f65312e96bfcd9.rmeta --extern utf8parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8parse-55b94bf56b111e50.rmeta --cap-lints allow` |
761 | 2024-12-28T04:34:53.216Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-51de0750de485fa9/build-script-build` |
762 | 2024-12-28T04:34:53.657Z | Compiling dirs-sys-next v0.1.2 |
763 | 2024-12-28T04:34:53.660Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=70f773ffac36fe02 -C extra-filename=-70f773ffac36fe02 --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-02fd268b4d5df09d.rmeta --cap-lints allow` |
764 | 2024-12-28T04:34:53.952Z | Compiling polling v2.8.0 |
765 | 2024-12-28T04:34:53.955Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=26fc744159b1829f -C extra-filename=-26fc744159b1829f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/polling-26fc744159b1829f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-f716f91425103e14.rlib --cap-lints allow` |
766 | 2024-12-28T04:34:54.115Z | Compiling atomic-waker v1.1.2 |
767 | 2024-12-28T04:34:54.117Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=e7a19b0165a38f6d -C extra-filename=-e7a19b0165a38f6d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
768 | 2024-12-28T04:34:54.309Z | Compiling strsim v0.11.0 |
769 | 2024-12-28T04:34:54.325Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9872d068bfb8251e -C extra-filename=-9872d068bfb8251e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
770 | 2024-12-28T04:34:54.341Z | Compiling crunchy v0.2.2 |
771 | 2024-12-28T04:34:54.343Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=c401f24cb2421025 -C extra-filename=-c401f24cb2421025 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crunchy-c401f24cb2421025 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
772 | 2024-12-28T04:34:54.430Z | Compiling clap_lex v0.7.0 |
773 | 2024-12-28T04:34:54.433Z | Running `/home/build/.rustup/toolchains/1.76-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.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 -C metadata=d8161a5bdc51b291 -C extra-filename=-d8161a5bdc51b291 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
774 | 2024-12-28T04:34:54.744Z | Compiling heck v0.5.0 |
775 | 2024-12-28T04:34:54.747Z | Running `/home/build/.rustup/toolchains/1.76-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 metadata=20c1cf76f25fa1cf -C extra-filename=-20c1cf76f25fa1cf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
776 | 2024-12-28T04:34:54.825Z | Compiling io-lifetimes v1.0.11 |
777 | 2024-12-28T04:34:54.828Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=5d007121bab626bb -C extra-filename=-5d007121bab626bb --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-5d007121bab626bb -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
778 | 2024-12-28T04:34:54.988Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/crunchy-c401f24cb2421025/build-script-build` |
779 | 2024-12-28T04:34:55.012Z | Compiling clap_builder v4.5.2 |
780 | 2024-12-28T04:34:55.027Z | Running `/home/build/.rustup/toolchains/1.76-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.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="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="string"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' -C metadata=6608e132cc206efb -C extra-filename=-6608e132cc206efb --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-4589b9b4de533979.rmeta --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-46aa3677ea85067a.rmeta --extern clap_lex=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_lex-d8161a5bdc51b291.rmeta --extern strsim=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrsim-9872d068bfb8251e.rmeta --cap-lints allow` |
781 | 2024-12-28T04:34:55.162Z | Compiling clap_derive v4.5.3 |
782 | 2024-12-28T04:34:55.162Z | Running `/home/build/.rustup/toolchains/1.76-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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=cacf1ce288709348 -C extra-filename=-cacf1ce288709348 --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-20c1cf76f25fa1cf.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow` |
783 | 2024-12-28T04:34:55.386Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-5d007121bab626bb/build-script-build` |
784 | 2024-12-28T04:34:55.447Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/polling-26fc744159b1829f/build-script-build` |
785 | 2024-12-28T04:34:55.568Z | Compiling hyper v0.14.28 |
786 | 2024-12-28T04:34:55.571Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/src/lib.rs --error-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="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=60afd7c43ca0c345 -C extra-filename=-60afd7c43ca0c345 --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-f412e2fce08c74d3.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-8c02da9c1662b1d4.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-f98cfb3d2fa8f10a.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-44cc836fedb14c74.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern httpdate=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpdate-02ef4b1e0af5b63d.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-b3077f10a0b2f8e4.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-23235a4b01ab8eb7.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-09c5d48e32fe9842.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-5157401d67fdfc80.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-c97a904080338b58.rmeta --cap-lints allow` |
787 | 2024-12-28T04:34:55.625Z | Compiling dirs-next v2.0.0 |
788 | 2024-12-28T04:34:55.628Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=048fc89c42c3d19d -C extra-filename=-048fc89c42c3d19d --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-b3a1e01bc1d1ef78.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-70f773ffac36fe02.rmeta --cap-lints allow` |
789 | 2024-12-28T04:34:55.817Z | Compiling toml_edit v0.22.8 |
790 | 2024-12-28T04:34:55.819Z | Running `/home/build/.rustup/toolchains/1.76-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.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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=57364fff2eaa21d9 -C extra-filename=-57364fff2eaa21d9 --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-f2e91ea1a9f2f006.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-08fe028dac3e0e2c.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-dd79a23a6c343563.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-25588663a6df5a90.rmeta --cap-lints allow` |
791 | 2024-12-28T04:34:56.245Z | Compiling crypto-common v0.1.6 |
792 | 2024-12-28T04:34:56.248Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=52cefadcfd72e47d -C extra-filename=-52cefadcfd72e47d --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-bf7e2d63449f69cd.rmeta --extern typenum=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypenum-514c51e0ae2cae8c.rmeta --cap-lints allow` |
793 | 2024-12-28T04:34:56.431Z | Compiling block-buffer v0.10.4 |
794 | 2024-12-28T04:34:56.443Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=7aac53c173c7538a -C extra-filename=-7aac53c173c7538a --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-bf7e2d63449f69cd.rmeta --cap-lints allow` |
795 | 2024-12-28T04:34:56.646Z | Compiling polling v3.4.0 |
796 | 2024-12-28T04:34:56.649Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-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 -C metadata=c117907adf181be2 -C extra-filename=-c117907adf181be2 --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-b3a1e01bc1d1ef78.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-539f479a313cbb64.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-5157401d67fdfc80.rmeta --cap-lints allow` |
797 | 2024-12-28T04:34:57.442Z | Compiling event-listener v5.0.0 |
798 | 2024-12-28T04:34:57.445Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.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="parking"' --cfg 'feature="std"' -C metadata=e736fd4e1a516a61 -C extra-filename=-e736fd4e1a516a61 --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-42092375f8312a0b.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow` |
799 | 2024-12-28T04:34:57.893Z | Compiling curl-sys v0.4.72+curl-8.6.0 |
800 | 2024-12-28T04:34:57.924Z | Running `/home/build/.rustup/toolchains/1.76-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.72+curl-8.6.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"' -C metadata=b530580e3c14f663 -C extra-filename=-b530580e3c14f663 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b530580e3c14f663 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-6f5496be75bd3efa.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-f177a89b95b40c50.rlib --cap-lints allow` |
801 | 2024-12-28T04:34:58.059Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=85e3a5c553f56d10 -C extra-filename=-85e3a5c553f56d10 --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-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-02fd268b4d5df09d.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-ea6c31f42356ca6e.rmeta --cap-lints allow` |
802 | 2024-12-28T04:34:58.694Z | Compiling fastrand v1.9.0 |
803 | 2024-12-28T04:34:58.697Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=a9f7b1d3dbac03c2 -C extra-filename=-a9f7b1d3dbac03c2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
804 | 2024-12-28T04:34:58.868Z | Compiling toml v0.8.12 |
805 | 2024-12-28T04:34:58.903Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=4a4f2b37ae11a5f4 -C extra-filename=-4a4f2b37ae11a5f4 --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-294bcad0e0af116f.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-08fe028dac3e0e2c.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-dd79a23a6c343563.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-57364fff2eaa21d9.rmeta --cap-lints allow` |
806 | 2024-12-28T04:34:59.308Z | Compiling siphasher v0.3.11 |
807 | 2024-12-28T04:34:59.310Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=6d9070602a08273f -C extra-filename=-6d9070602a08273f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
808 | 2024-12-28T04:34:59.683Z | Compiling rustix v0.37.27 |
809 | 2024-12-28T04:34:59.686Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=1b107a1d73ccc61a -C extra-filename=-1b107a1d73ccc61a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-1b107a1d73ccc61a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
810 | 2024-12-28T04:35:00.021Z | Compiling tiny-keccak v2.0.2 |
811 | 2024-12-28T04:35:00.024Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=5324aa666afe1fc5 -C extra-filename=-5324aa666afe1fc5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-5324aa666afe1fc5 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
812 | 2024-12-28T04:35:00.287Z | Compiling waker-fn v1.1.1 |
813 | 2024-12-28T04:35:00.289Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name waker_fn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waker-fn-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 -C metadata=d4a64745b27fdd12 -C extra-filename=-d4a64745b27fdd12 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
814 | 2024-12-28T04:35:00.327Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-1b107a1d73ccc61a/build-script-build` |
815 | 2024-12-28T04:35:00.346Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-5324aa666afe1fc5/build-script-build` |
816 | 2024-12-28T04:35:00.355Z | Compiling clap v4.5.3 |
817 | 2024-12-28T04:35:00.357Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.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 --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"' -C metadata=3c881a595e662ebd -C extra-filename=-3c881a595e662ebd --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-6608e132cc206efb.rmeta --extern clap_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_derive-cacf1ce288709348.so --cap-lints allow` |
818 | 2024-12-28T04:35:00.404Z | Compiling futures-lite v1.13.0 |
819 | 2024-12-28T04:35:00.407Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=7394159c7c94014b -C extra-filename=-7394159c7c94014b --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-a9f7b1d3dbac03c2.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-2de88b9b103b5d1b.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-d4a64745b27fdd12.rmeta --cap-lints allow` |
820 | 2024-12-28T04:35:00.422Z | Compiling phf_shared v0.10.0 |
821 | 2024-12-28T04:35:00.425Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=f6a2605a56265bf3 -C extra-filename=-f6a2605a56265bf3 --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-6d9070602a08273f.rmeta --cap-lints allow` |
822 | 2024-12-28T04:35:00.461Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=5cacccb31b0ab5fb -C extra-filename=-5cacccb31b0ab5fb --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-f67d6d78ab3379f5.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-85e3a5c553f56d10.rmeta --cap-lints allow` |
823 | 2024-12-28T04:35:00.804Z | Compiling event-listener-strategy v0.5.0 |
824 | 2024-12-28T04:35:00.820Z | Running `/home/build/.rustup/toolchains/1.76-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.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"' -C metadata=c7060b71a29fe433 -C extra-filename=-c7060b71a29fe433 --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-e736fd4e1a516a61.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow` |
825 | 2024-12-28T04:35:00.823Z | Compiling async-io v2.3.1 |
826 | 2024-12-28T04:35:00.823Z | Running `/home/build/.rustup/toolchains/1.76-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.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 -C metadata=e3af11c6712c996f -C extra-filename=-e3af11c6712c996f --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-31ffa78e94c81369.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-42092375f8312a0b.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-4cc23a8bce5347c4.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-c117907adf181be2.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-539f479a313cbb64.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-ba75b939594c9ec5.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-5157401d67fdfc80.rmeta --cap-lints allow` |
827 | 2024-12-28T04:35:01.016Z | Compiling digest v0.10.7 |
828 | 2024-12-28T04:35:01.018Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=e1068141db1750c0 -C extra-filename=-e1068141db1750c0 --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-7aac53c173c7538a.rmeta --extern crypto_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrypto_common-52cefadcfd72e47d.rmeta --cap-lints allow` |
829 | 2024-12-28T04:35:01.369Z | Compiling term v0.7.0 |
830 | 2024-12-28T04:35:01.371Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=f91bf7275dc0d345 -C extra-filename=-f91bf7275dc0d345 --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-048fc89c42c3d19d.rmeta --cap-lints allow` |
831 | 2024-12-28T04:35:01.549Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=cfd4588f3457d056 -C extra-filename=-cfd4588f3457d056 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow --cfg io_safety_is_in_std --cfg panic_in_const_fn` |
832 | 2024-12-28T04:35:01.798Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=ecc8fc2a8de22b72 -C extra-filename=-ecc8fc2a8de22b72 --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-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rmeta --cap-lints allow` |
833 | 2024-12-28T04:35:02.288Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /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"' -C metadata=099739b55fd71f5a -C extra-filename=-099739b55fd71f5a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
834 | 2024-12-28T04:35:02.305Z | Compiling futures-executor v0.3.30 |
835 | 2024-12-28T04:35:02.305Z | Running `/home/build/.rustup/toolchains/1.76-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.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="std"' -C metadata=351ac48c4e910e87 -C extra-filename=-351ac48c4e910e87 --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-00de630c8c0c4b02.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-8c02da9c1662b1d4.rmeta --cap-lints allow` |
836 | 2024-12-28T04:35:02.383Z | Compiling async-io v1.13.0 |
837 | 2024-12-28T04:35:02.386Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=35881424475b1d89 -C extra-filename=-35881424475b1d89 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/async-io-35881424475b1d89 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-f716f91425103e14.rlib --cap-lints allow` |
838 | 2024-12-28T04:35:02.742Z | Compiling time-core v0.1.2 |
839 | 2024-12-28T04:35:02.744Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=78463298d0996e4f -C extra-filename=-78463298d0996e4f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
840 | 2024-12-28T04:35:02.915Z | Compiling num-conv v0.1.0 |
841 | 2024-12-28T04:35:02.917Z | Running `/home/build/.rustup/toolchains/1.76-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' -C metadata=9808afdcd566b1f1 -C extra-filename=-9808afdcd566b1f1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
842 | 2024-12-28T04:35:02.986Z | Compiling lazy_static v1.4.0 |
843 | 2024-12-28T04:35:02.989Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-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 -C metadata=8f93af5ac36cac0e -C extra-filename=-8f93af5ac36cac0e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
844 | 2024-12-28T04:35:03.124Z | Compiling new_debug_unreachable v1.0.4 |
845 | 2024-12-28T04:35:03.126Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=fa5070a450930edf -C extra-filename=-fa5070a450930edf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
846 | 2024-12-28T04:35:03.212Z | Compiling bitflags v1.3.2 |
847 | 2024-12-28T04:35:03.212Z | Compiling cpufeatures v0.2.12 |
848 | 2024-12-28T04:35:03.215Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c800e6746f28ebd7 -C extra-filename=-c800e6746f28ebd7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
849 | 2024-12-28T04:35:03.215Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=b314dd0635d4a453 -C extra-filename=-b314dd0635d4a453 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
850 | 2024-12-28T04:35:03.266Z | Compiling diff v0.1.13 |
851 | 2024-12-28T04:35:03.269Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name diff /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 -C metadata=5d47cf8a1fa4e7b2 -C extra-filename=-5d47cf8a1fa4e7b2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
852 | 2024-12-28T04:35:03.310Z | Compiling powerfmt v0.2.0 |
853 | 2024-12-28T04:35:03.313Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=4c4409d58f4da343 -C extra-filename=-4c4409d58f4da343 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
854 | 2024-12-28T04:35:03.326Z | Compiling async-task v4.7.0 |
855 | 2024-12-28T04:35:03.328Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.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"' -C metadata=9f2ae7f53094583a -C extra-filename=-9f2ae7f53094583a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
856 | 2024-12-28T04:35:03.553Z | Compiling precomputed-hash v0.1.1 |
857 | 2024-12-28T04:35:03.553Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /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 -C metadata=b9327b0afdd02e4b -C extra-filename=-b9327b0afdd02e4b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
858 | 2024-12-28T04:35:03.699Z | Compiling bit-vec v0.6.3 |
859 | 2024-12-28T04:35:03.702Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /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 -C metadata=e898843fc4c2592c -C extra-filename=-e898843fc4c2592c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
860 | 2024-12-28T04:35:03.759Z | Compiling either v1.10.0 |
861 | 2024-12-28T04:35:03.762Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-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 --cfg 'feature="use_std"' -C metadata=8d3f7608f5f61877 -C extra-filename=-8d3f7608f5f61877 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
862 | 2024-12-28T04:35:03.897Z | Compiling fixedbitset v0.4.2 |
863 | 2024-12-28T04:35:03.900Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /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 -C metadata=7733a3ac9462985c -C extra-filename=-7733a3ac9462985c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
864 | 2024-12-28T04:35:04.088Z | Compiling bit-set v0.5.3 |
865 | 2024-12-28T04:35:04.091Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /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 -C metadata=7bf32aaf4d995b96 -C extra-filename=-7bf32aaf4d995b96 --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-e898843fc4c2592c.rmeta --cap-lints allow` |
866 | 2024-12-28T04:35:04.133Z | Compiling itertools v0.10.5 |
867 | 2024-12-28T04:35:04.148Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=b07cbb3ab2722668 -C extra-filename=-b07cbb3ab2722668 --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-8d3f7608f5f61877.rmeta --cap-lints allow` |
868 | 2024-12-28T04:35:04.169Z | Compiling petgraph v0.6.4 |
869 | 2024-12-28T04:35:04.171Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-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 metadata=0a23fe7f3c682548 -C extra-filename=-0a23fe7f3c682548 --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-7733a3ac9462985c.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-f2e91ea1a9f2f006.rmeta --cap-lints allow` |
870 | 2024-12-28T04:35:04.296Z | Compiling string_cache v0.8.7 |
871 | 2024-12-28T04:35:04.299Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=2e78f0dfac736bde -C extra-filename=-2e78f0dfac736bde --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-fa5070a450930edf.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-5cacccb31b0ab5fb.rmeta --extern phf_shared=/work/oxidecomputer/oxide.rs/target/debug/deps/libphf_shared-f6a2605a56265bf3.rmeta --extern precomputed_hash=/work/oxidecomputer/oxide.rs/target/debug/deps/libprecomputed_hash-b9327b0afdd02e4b.rmeta --cap-lints allow` |
872 | 2024-12-28T04:35:04.341Z | Compiling deranged v0.3.11 |
873 | 2024-12-28T04:35:04.343Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=2b8cb70a9b1cc0a4 -C extra-filename=-2b8cb70a9b1cc0a4 --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-4c4409d58f4da343.rmeta --cap-lints allow` |
874 | 2024-12-28T04:35:04.703Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=4c5962a97f8c6046 -C extra-filename=-4c5962a97f8c6046 --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-b314dd0635d4a453.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-02ff827996c6454c.rmeta --extern io_lifetimes=/work/oxidecomputer/oxide.rs/target/debug/deps/libio_lifetimes-cfd4588f3457d056.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --cap-lints allow --cfg libc --cfg solarish` |
875 | 2024-12-28T04:35:05.927Z | Compiling time-macros v0.2.17 |
876 | 2024-12-28T04:35:05.929Z | Running `/home/build/.rustup/toolchains/1.76-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.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 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --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"' -C metadata=0f22364806d21824 -C extra-filename=-0f22364806d21824 --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-9808afdcd566b1f1.rlib --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-78463298d0996e4f.rlib --extern proc_macro --cap-lints allow` |
877 | 2024-12-28T04:35:06.419Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/async-io-35881424475b1d89/build-script-build` |
878 | 2024-12-28T04:35:06.553Z | Compiling futures v0.3.30 |
879 | 2024-12-28T04:35:06.556Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=57970f88c3caf4de -C extra-filename=-57970f88c3caf4de --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-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_executor-351ac48c4e910e87.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-8c02da9c1662b1d4.rmeta --cap-lints allow` |
880 | 2024-12-28T04:35:06.652Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=950a78e91594856e -C extra-filename=-950a78e91594856e --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-099739b55fd71f5a.rmeta --cap-lints allow` |
881 | 2024-12-28T04:35:06.669Z | Compiling ascii-canvas v3.0.0 |
882 | 2024-12-28T04:35:06.669Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=f2480ffe7c22f246 -C extra-filename=-f2480ffe7c22f246 --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-f91bf7275dc0d345.rmeta --cap-lints allow` |
883 | 2024-12-28T04:35:06.686Z | Compiling async-channel v2.2.0 |
884 | 2024-12-28T04:35:06.689Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=08348ff29b0d4a20 -C extra-filename=-08348ff29b0d4a20 --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-42092375f8312a0b.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-e736fd4e1a516a61.rmeta --extern event_listener_strategy=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener_strategy-c7060b71a29fe433.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow` |
885 | 2024-12-28T04:35:06.859Z | Compiling piper v0.2.1 |
886 | 2024-12-28T04:35:06.861Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-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 --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' -C metadata=5f7c1037ca3b60ec -C extra-filename=-5f7c1037ca3b60ec --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-e7a19b0165a38f6d.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-d52cae0eeab46be2.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --cap-lints allow` |
887 | 2024-12-28T04:35:06.892Z | Compiling async-channel v1.9.0 |
888 | 2024-12-28T04:35:06.894Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=197ad7a47f62e03c -C extra-filename=-197ad7a47f62e03c --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-42092375f8312a0b.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-f55cdf44e1505c0c.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --cap-lints allow` |
889 | 2024-12-28T04:35:07.015Z | Compiling async-lock v2.8.0 |
890 | 2024-12-28T04:35:07.015Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=4be68d1eb73c3572 -C extra-filename=-4be68d1eb73c3572 --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-f55cdf44e1505c0c.rmeta --cap-lints allow` |
891 | 2024-12-28T04:35:07.032Z | Compiling lalrpop-util v0.20.0 |
892 | 2024-12-28T04:35:07.034Z | Running `/home/build/.rustup/toolchains/1.76-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.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="lexer"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=71781cf19b37fc87 -C extra-filename=-71781cf19b37fc87 --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-d435210f18efc5ca.rmeta --cap-lints allow` |
893 | 2024-12-28T04:35:07.110Z | Compiling ena v0.14.2 |
894 | 2024-12-28T04:35:07.112Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.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 metadata=0f563140a98b1770 -C extra-filename=-0f563140a98b1770 --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-37f34ee689d3890c.rmeta --cap-lints allow` |
895 | 2024-12-28T04:35:07.141Z | Compiling libgit2-sys v0.16.2+1.7.2 |
896 | 2024-12-28T04:35:07.143Z | Running `/home/build/.rustup/toolchains/1.76-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.16.2+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 -C metadata=5dba19fa970e41f4 -C extra-filename=-5dba19fa970e41f4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-5dba19fa970e41f4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-6f5496be75bd3efa.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-f177a89b95b40c50.rlib --cap-lints allow` |
897 | 2024-12-28T04:35:07.187Z | Compiling is-terminal v0.4.12 |
898 | 2024-12-28T04:35:07.190Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=38471b4a284e3117 -C extra-filename=-38471b4a284e3117 --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-02fd268b4d5df09d.rmeta --cap-lints allow` |
899 | 2024-12-28T04:35:07.297Z | Compiling num_threads v0.1.6 |
900 | 2024-12-28T04:35:07.313Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=070f77c9c40a7ea1 -C extra-filename=-070f77c9c40a7ea1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
901 | 2024-12-28T04:35:07.316Z | Compiling unicode-xid v0.2.4 |
902 | 2024-12-28T04:35:07.316Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-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 metadata=1b9440c5d9c0e702 -C extra-filename=-1b9440c5d9c0e702 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
903 | 2024-12-28T04:35:07.416Z | Compiling home v0.5.9 |
904 | 2024-12-28T04:35:07.431Z | Running `/home/build/.rustup/toolchains/1.76-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' -C metadata=193acd7fe5dbcb23 -C extra-filename=-193acd7fe5dbcb23 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
905 | 2024-12-28T04:35:07.433Z | Compiling regex-syntax v0.7.5 |
906 | 2024-12-28T04:35:07.433Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="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"' -C metadata=979ceb6f2b40a84f -C extra-filename=-979ceb6f2b40a84f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
907 | 2024-12-28T04:35:07.470Z | Compiling slog v2.7.0 |
908 | 2024-12-28T04:35:07.474Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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="std"' -C metadata=7f2511497328d765 -C extra-filename=-7f2511497328d765 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-7f2511497328d765 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
909 | 2024-12-28T04:35:07.505Z | Compiling async-trait v0.1.78 |
910 | 2024-12-28T04:35:07.507Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.78/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=584cb79b614b2dd5 -C extra-filename=-584cb79b614b2dd5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/async-trait-584cb79b614b2dd5 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
911 | 2024-12-28T04:35:07.692Z | Compiling pico-args v0.5.0 |
912 | 2024-12-28T04:35:07.695Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=2d9b5663b31c65df -C extra-filename=-2d9b5663b31c65df --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
913 | 2024-12-28T04:35:07.796Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=2eca08a22a2a2b1b -C extra-filename=-2eca08a22a2a2b1b --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-4be68d1eb73c3572.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-42092375f8312a0b.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-7394159c7c94014b.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-ecc8fc2a8de22b72.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-4c5962a97f8c6046.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-ba75b939594c9ec5.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-23235a4b01ab8eb7.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-d4a64745b27fdd12.rmeta --cap-lints allow` |
914 | 2024-12-28T04:35:07.860Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-5dba19fa970e41f4/build-script-build` |
915 | 2024-12-28T04:35:07.903Z | Compiling blocking v1.5.1 |
916 | 2024-12-28T04:35:07.906Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=888b85dbc40b68f8 -C extra-filename=-888b85dbc40b68f8 --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-08348ff29b0d4a20.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-31ffa78e94c81369.rmeta --extern async_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_task-9f2ae7f53094583a.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-d52cae0eeab46be2.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-4cc23a8bce5347c4.rmeta --extern piper=/work/oxidecomputer/oxide.rs/target/debug/deps/libpiper-5f7c1037ca3b60ec.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-5157401d67fdfc80.rmeta --cap-lints allow` |
917 | 2024-12-28T04:35:07.947Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-7f2511497328d765/build-script-build` |
918 | 2024-12-28T04:35:07.975Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/async-trait-584cb79b614b2dd5/build-script-build` |
919 | 2024-12-28T04:35:08.008Z | Compiling async-executor v1.8.0 |
920 | 2024-12-28T04:35:08.025Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-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 -C metadata=52898bfb52a16b8e -C extra-filename=-52898bfb52a16b8e --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-31ffa78e94c81369.rmeta --extern async_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_task-9f2ae7f53094583a.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-42092375f8312a0b.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-d52cae0eeab46be2.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-4cc23a8bce5347c4.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-ba75b939594c9ec5.rmeta --cap-lints allow` |
921 | 2024-12-28T04:35:08.037Z | Compiling async-signal v0.2.5 |
922 | 2024-12-28T04:35:08.039Z | Running `/home/build/.rustup/toolchains/1.76-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.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 -C metadata=78aed58aeb11ae44 -C extra-filename=-78aed58aeb11ae44 --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-e3af11c6712c996f.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-539f479a313cbb64.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-61e44982b9bd185f.rmeta --cap-lints allow` |
923 | 2024-12-28T04:35:08.053Z | Compiling pin-project-internal v1.1.4 |
924 | 2024-12-28T04:35:08.056Z | Running `/home/build/.rustup/toolchains/1.76-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.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 --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=missing_debug_implementations '--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::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C metadata=bd253b37cf74bfae -C extra-filename=-bd253b37cf74bfae --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow` |
925 | 2024-12-28T04:35:08.486Z | Running `/home/build/.rustup/toolchains/1.76-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.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="libc"' -C metadata=f1af3d1c2bcfb261 -C extra-filename=-f1af3d1c2bcfb261 --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-02fd268b4d5df09d.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z` |
926 | 2024-12-28T04:35:08.649Z | Running `/home/build/.rustup/toolchains/1.76-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.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="libc"' -C metadata=11f4a08dca36a76f -C extra-filename=-11f4a08dca36a76f --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z` |
927 | 2024-12-28T04:35:08.809Z | Compiling event-listener v3.1.0 |
928 | 2024-12-28T04:35:08.812Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=ecbab68d2c454cfd -C extra-filename=-ecbab68d2c454cfd --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-42092375f8312a0b.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow` |
929 | 2024-12-28T04:35:08.845Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=e11ebdd3ebb38ca3 -C extra-filename=-e11ebdd3ebb38ca3 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
930 | 2024-12-28T04:35:09.000Z | Compiling dirs-sys v0.3.7 |
931 | 2024-12-28T04:35:09.003Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys /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 -C metadata=ea644346ae4e1226 -C extra-filename=-ea644346ae4e1226 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
932 | 2024-12-28T04:35:09.054Z | Compiling time v0.3.34 |
933 | 2024-12-28T04:35:09.057Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.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 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --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"' -C metadata=49eeac5e2d21873f -C extra-filename=-49eeac5e2d21873f --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-2b8cb70a9b1cc0a4.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-b3077f10a0b2f8e4.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern num_conv=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_conv-9808afdcd566b1f1.rmeta --extern num_threads=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_threads-070f77c9c40a7ea1.rmeta --extern powerfmt=/work/oxidecomputer/oxide.rs/target/debug/deps/libpowerfmt-4c4409d58f4da343.rmeta --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-78463298d0996e4f.rmeta --extern time_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_macros-0f22364806d21824.so --cap-lints allow` |
934 | 2024-12-28T04:35:09.438Z | Compiling curl v0.4.46 |
935 | 2024-12-28T04:35:09.441Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=dd208e87d572c5ea -C extra-filename=-dd208e87d572c5ea --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/curl-dd208e87d572c5ea -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
936 | 2024-12-28T04:35:09.598Z | Compiling similar v2.4.0 |
937 | 2024-12-28T04:35:09.598Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' -C metadata=79491110bce9c781 -C extra-filename=-79491110bce9c781 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
938 | 2024-12-28T04:35:09.770Z | Compiling async-process v1.8.1 |
939 | 2024-12-28T04:35:09.773Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=dfa586cf83ccb295 -C extra-filename=-dfa586cf83ccb295 --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-2eca08a22a2a2b1b.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-4be68d1eb73c3572.rmeta --extern async_signal=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_signal-78aed58aeb11ae44.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-ecbab68d2c454cfd.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-7394159c7c94014b.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-539f479a313cbb64.rmeta --cap-lints allow` |
940 | 2024-12-28T04:35:09.818Z | Compiling dirs v4.0.0 |
941 | 2024-12-28T04:35:09.821Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dirs /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 -C metadata=eb6b8e0ba83c5c75 -C extra-filename=-eb6b8e0ba83c5c75 --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-ea644346ae4e1226.rmeta --cap-lints allow` |
942 | 2024-12-28T04:35:10.005Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=27345742eacaac4a -C extra-filename=-27345742eacaac4a --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-b3a1e01bc1d1ef78.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-e11ebdd3ebb38ca3.rmeta --cap-lints allow` |
943 | 2024-12-28T04:35:10.031Z | Compiling async-global-executor v2.4.1 |
944 | 2024-12-28T04:35:10.045Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=67c98d0ed71aa019 -C extra-filename=-67c98d0ed71aa019 --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-08348ff29b0d4a20.rmeta --extern async_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_executor-52898bfb52a16b8e.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-e3af11c6712c996f.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-31ffa78e94c81369.rmeta --extern blocking=/work/oxidecomputer/oxide.rs/target/debug/deps/libblocking-888b85dbc40b68f8.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-4cc23a8bce5347c4.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --cap-lints allow` |
945 | 2024-12-28T04:35:10.205Z | Running `/home/build/.rustup/toolchains/1.76-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.78/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 -C metadata=e92aab8b06e20ab2 -C extra-filename=-e92aab8b06e20ab2 --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow` |
946 | 2024-12-28T04:35:11.070Z | Compiling lalrpop v0.20.0 |
947 | 2024-12-28T04:35:11.072Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-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 --cfg 'feature="default"' --cfg 'feature="lexer"' --cfg 'feature="pico-args"' --cfg 'feature="unicode"' -C metadata=305e6a6e506a37f3 -C extra-filename=-305e6a6e506a37f3 --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-f2480ffe7c22f246.rmeta --extern bit_set=/work/oxidecomputer/oxide.rs/target/debug/deps/libbit_set-7bf32aaf4d995b96.rmeta --extern diff=/work/oxidecomputer/oxide.rs/target/debug/deps/libdiff-5d47cf8a1fa4e7b2.rmeta --extern ena=/work/oxidecomputer/oxide.rs/target/debug/deps/libena-0f563140a98b1770.rmeta --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-38471b4a284e3117.rmeta --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-b07cbb3ab2722668.rmeta --extern lalrpop_util=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop_util-71781cf19b37fc87.rmeta --extern petgraph=/work/oxidecomputer/oxide.rs/target/debug/deps/libpetgraph-0a23fe7f3c682548.rmeta --extern pico_args=/work/oxidecomputer/oxide.rs/target/debug/deps/libpico_args-2d9b5663b31c65df.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-d435210f18efc5ca.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-979ceb6f2b40a84f.rmeta --extern string_cache=/work/oxidecomputer/oxide.rs/target/debug/deps/libstring_cache-2e78f0dfac736bde.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-f91bf7275dc0d345.rmeta --extern tiny_keccak=/work/oxidecomputer/oxide.rs/target/debug/deps/libtiny_keccak-950a78e91594856e.rmeta --extern unicode_xid=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_xid-1b9440c5d9c0e702.rmeta --cap-lints allow` |
948 | 2024-12-28T04:35:11.292Z | Compiling pin-project v1.1.4 |
949 | 2024-12-28T04:35:11.323Z | Running `/home/build/.rustup/toolchains/1.76-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.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=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=missing_debug_implementations '--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::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C metadata=40a5bea1d25da529 -C extra-filename=-40a5bea1d25da529 --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-bd253b37cf74bfae.so --cap-lints allow` |
950 | 2024-12-28T04:35:11.415Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name slog /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="std"' -C metadata=e6ac4cb563bb831f -C extra-filename=-e6ac4cb563bb831f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg integer128` |
951 | 2024-12-28T04:35:12.183Z | Compiling sha1 v0.10.6 |
952 | 2024-12-28T04:35:12.186Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=1dc3c58c554ed768 -C extra-filename=-1dc3c58c554ed768 --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-b3a1e01bc1d1ef78.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-c800e6746f28ebd7.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-e1068141db1750c0.rmeta --cap-lints allow` |
953 | 2024-12-28T04:35:12.423Z | Compiling openapiv3 v2.0.0 |
954 | 2024-12-28T04:35:12.426Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=55d42e13f96bfbce -C extra-filename=-55d42e13f96bfbce --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-f2e91ea1a9f2f006.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --cap-lints allow` |
955 | 2024-12-28T04:35:12.469Z | Compiling tempfile v3.10.1 |
956 | 2024-12-28T04:35:12.488Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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 -C metadata=6fb8998f4632c105 -C extra-filename=-6fb8998f4632c105 --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-b3a1e01bc1d1ef78.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-d52cae0eeab46be2.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-539f479a313cbb64.rmeta --cap-lints allow` |
957 | 2024-12-28T04:35:12.608Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-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 --cfg 'feature="default"' -C metadata=0818598946a91b52 -C extra-filename=-0818598946a91b52 --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-3f78fc507be1952e.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-8f8a52631f8e38d3.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --cap-lints allow` |
958 | 2024-12-28T04:35:12.730Z | Compiling kv-log-macro v1.0.7 |
959 | 2024-12-28T04:35:12.755Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=5f015be6f49bfd26 -C extra-filename=-5f015be6f49bfd26 --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-5102778d721e631e.rmeta --cap-lints allow` |
960 | 2024-12-28T04:35:12.948Z | Compiling rustls-pki-types v1.3.0 |
961 | 2024-12-28T04:35:12.951Z | Running `/home/build/.rustup/toolchains/1.76-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.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="std"' -C metadata=521a7fa8801ab854 -C extra-filename=-521a7fa8801ab854 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
962 | 2024-12-28T04:35:13.237Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.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 metadata=fc60680b3b02d820 -C extra-filename=-fc60680b3b02d820 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
963 | 2024-12-28T04:35:13.478Z | Compiling zeroize v1.7.0 |
964 | 2024-12-28T04:35:13.480Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=fdc7d158bb3baa0d -C extra-filename=-fdc7d158bb3baa0d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
965 | 2024-12-28T04:35:13.500Z | Compiling isahc v1.7.2 |
966 | 2024-12-28T04:35:13.502Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=6b8bbe6616c74264 -C extra-filename=-6b8bbe6616c74264 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/isahc-6b8bbe6616c74264 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
967 | 2024-12-28T04:35:13.515Z | Compiling predicates-core v1.0.6 |
968 | 2024-12-28T04:35:13.518Z | Running `/home/build/.rustup/toolchains/1.76-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.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 -C metadata=f7d3e7e4b957783f -C extra-filename=-f7d3e7e4b957783f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
969 | 2024-12-28T04:35:13.824Z | Compiling async-std v1.12.0 |
970 | 2024-12-28T04:35:13.827Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=7fbf3f124bac19f6 -C extra-filename=-7fbf3f124bac19f6 --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-197ad7a47f62e03c.rmeta --extern async_global_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_global_executor-67c98d0ed71aa019.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-2eca08a22a2a2b1b.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-4be68d1eb73c3572.rmeta --extern async_process=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_process-dfa586cf83ccb295.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-d635ff551b53ede7.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-7394159c7c94014b.rmeta --extern kv_log_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libkv_log_macro-5f015be6f49bfd26.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-2de88b9b103b5d1b.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-c91c3a4fdde7d3d6.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-ba75b939594c9ec5.rmeta --cap-lints allow` |
971 | 2024-12-28T04:35:13.842Z | Compiling tracing-futures v0.2.5 |
972 | 2024-12-28T04:35:13.862Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=712178fca72399e2 -C extra-filename=-712178fca72399e2 --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-40a5bea1d25da529.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-5157401d67fdfc80.rmeta --cap-lints allow` |
973 | 2024-12-28T04:35:13.942Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=e5d5a36611f6f0b0 -C extra-filename=-e5d5a36611f6f0b0 --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-27345742eacaac4a.rmeta --cap-lints allow` |
974 | 2024-12-28T04:35:14.034Z | Compiling sluice v0.5.5 |
975 | 2024-12-28T04:35:14.037Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=35ecc4ac38709bdb -C extra-filename=-35ecc4ac38709bdb --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-197ad7a47f62e03c.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --cap-lints allow` |
976 | 2024-12-28T04:35:14.110Z | Compiling console v0.15.8 |
977 | 2024-12-28T04:35:14.113Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=a06feba0cb718dc4 -C extra-filename=-a06feba0cb718dc4 --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-8f93af5ac36cac0e.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-204a73a923e7c9fc.rmeta --cap-lints allow` |
978 | 2024-12-28T04:35:14.371Z | Compiling float-cmp v0.9.0 |
979 | 2024-12-28T04:35:14.374Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=fef8442a0a6b1eb9 -C extra-filename=-fef8442a0a6b1eb9 --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-4cd0e693837fde19.rmeta --cap-lints allow` |
980 | 2024-12-28T04:35:14.566Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=18a0713c4f999d77 -C extra-filename=-18a0713c4f999d77 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
981 | 2024-12-28T04:35:14.685Z | Compiling utf-8 v0.7.6 |
982 | 2024-12-28T04:35:14.705Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /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 -C metadata=bf3f808de3435388 -C extra-filename=-bf3f808de3435388 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
983 | 2024-12-28T04:35:14.708Z | Compiling data-encoding v2.5.0 |
984 | 2024-12-28T04:35:14.708Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cbbb69939a029e6c -C extra-filename=-cbbb69939a029e6c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
985 | 2024-12-28T04:35:15.030Z | Compiling portable-atomic v1.6.0 |
986 | 2024-12-28T04:35:15.032Z | Running `/home/build/.rustup/toolchains/1.76-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.6.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=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_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::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=8ee8fa511153e1a4 -C extra-filename=-8ee8fa511153e1a4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-8ee8fa511153e1a4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
987 | 2024-12-28T04:35:15.866Z | Running `/home/build/.rustup/toolchains/1.76-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.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"' -C metadata=6a4d8764f3a59c5d -C extra-filename=-6a4d8764f3a59c5d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
988 | 2024-12-28T04:35:15.952Z | Compiling normalize-line-endings v0.3.0 |
989 | 2024-12-28T04:35:15.968Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /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 -C metadata=1a5398f8eb94050b -C extra-filename=-1a5398f8eb94050b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
990 | 2024-12-28T04:35:15.971Z | Compiling difflib v0.4.0 |
991 | 2024-12-28T04:35:15.971Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name difflib /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 -C metadata=9ac0cd639c889c82 -C extra-filename=-9ac0cd639c889c82 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
992 | 2024-12-28T04:35:16.079Z | Compiling base64 v0.13.1 |
993 | 2024-12-28T04:35:16.081Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=d1e908b25f55742f -C extra-filename=-d1e908b25f55742f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
994 | 2024-12-28T04:35:16.209Z | Compiling rustls v0.22.2 |
995 | 2024-12-28T04:35:16.211Z | Running `/home/build/.rustup/toolchains/1.76-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.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=0b29c8d352cd3df7 -C extra-filename=-0b29c8d352cd3df7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-0b29c8d352cd3df7 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
996 | 2024-12-28T04:35:16.540Z | Compiling unicode-segmentation v1.11.0 |
997 | 2024-12-28T04:35:16.543Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=fed9da3fb0b18572 -C extra-filename=-fed9da3fb0b18572 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
998 | 2024-12-28T04:35:16.723Z | Compiling byteorder v1.5.0 |
999 | 2024-12-28T04:35:16.726Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=f15dc302a153ff9c -C extra-filename=-f15dc302a153ff9c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1000 | 2024-12-28T04:35:17.044Z | Compiling castaway v0.1.2 |
1001 | 2024-12-28T04:35:17.046Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=48e7259eedd626e1 -C extra-filename=-48e7259eedd626e1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1002 | 2024-12-28T04:35:17.169Z | Compiling tungstenite v0.20.1 |
1003 | 2024-12-28T04:35:17.172Z | Compiling predicates v3.1.0 |
1004 | 2024-12-28T04:35:17.172Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=7d872cb70876bea1 -C extra-filename=-7d872cb70876bea1 --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-f15dc302a153ff9c.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-f412e2fce08c74d3.rmeta --extern data_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libdata_encoding-cbbb69939a029e6c.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-1dc3c58c554ed768.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rmeta --extern utf8=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8-bf3f808de3435388.rmeta --cap-lints allow` |
1005 | 2024-12-28T04:35:17.172Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=178d6b701597bc3d -C extra-filename=-178d6b701597bc3d --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-46aa3677ea85067a.rmeta --extern difflib=/work/oxidecomputer/oxide.rs/target/debug/deps/libdifflib-9ac0cd639c889c82.rmeta --extern float_cmp=/work/oxidecomputer/oxide.rs/target/debug/deps/libfloat_cmp-fef8442a0a6b1eb9.rmeta --extern normalize_line_endings=/work/oxidecomputer/oxide.rs/target/debug/deps/libnormalize_line_endings-1a5398f8eb94050b.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-f7d3e7e4b957783f.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rmeta --cap-lints allow` |
1006 | 2024-12-28T04:35:17.423Z | Compiling newline-converter v0.3.0 |
1007 | 2024-12-28T04:35:17.440Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=96d4693b16f09b7b -C extra-filename=-96d4693b16f09b7b --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-fed9da3fb0b18572.rmeta --cap-lints allow` |
1008 | 2024-12-28T04:35:17.440Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-8ee8fa511153e1a4/build-script-build` |
1009 | 2024-12-28T04:35:17.487Z | Compiling assert-json-diff v2.0.2 |
1010 | 2024-12-28T04:35:17.490Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=08f21ace086b2729 -C extra-filename=-08f21ace086b2729 --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-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --cap-lints allow` |
1011 | 2024-12-28T04:35:17.584Z | Compiling serde_path_to_error v0.1.15 |
1012 | 2024-12-28T04:35:17.587Z | Running `/home/build/.rustup/toolchains/1.76-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.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 -C metadata=ce2e3010669d7d95 -C extra-filename=-ce2e3010669d7d95 --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-b3077f10a0b2f8e4.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --cap-lints allow` |
1013 | 2024-12-28T04:35:18.063Z | Compiling async-object-pool v0.1.4 |
1014 | 2024-12-28T04:35:18.066Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=a8eb933043a519a0 -C extra-filename=-a8eb933043a519a0 --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-7fbf3f124bac19f6.rmeta --cap-lints allow` |
1015 | 2024-12-28T04:35:18.236Z | Compiling serde_regex v1.1.0 |
1016 | 2024-12-28T04:35:18.239Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=8603260efab89983 -C extra-filename=-8603260efab89983 --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-5dd7719bfeefd921.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --cap-lints allow` |
1017 | 2024-12-28T04:35:18.455Z | Compiling ring v0.16.20 |
1018 | 2024-12-28T04:35:18.458Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=7ed90fd367e5c2ca -C extra-filename=-7ed90fd367e5c2ca --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-7ed90fd367e5c2ca -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-6f5496be75bd3efa.rlib --cap-lints allow` |
1019 | 2024-12-28T04:35:18.519Z | Compiling multer v3.0.0 |
1020 | 2024-12-28T04:35:18.579Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.0.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"' -C metadata=a2f5832851923eaa -C extra-filename=-a2f5832851923eaa --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/multer-a2f5832851923eaa -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow` |
1021 | 2024-12-28T04:35:18.668Z | Compiling is-docker v0.2.0 |
1022 | 2024-12-28T04:35:18.671Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name is_docker /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 -C metadata=5679109dd29eb65b -C extra-filename=-5679109dd29eb65b --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-3250e89af52da2b5.rmeta --cap-lints allow` |
1023 | 2024-12-28T04:35:18.885Z | Compiling thread_local v1.1.7 |
1024 | 2024-12-28T04:35:18.887Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=047adb3e13470ca6 -C extra-filename=-047adb3e13470ca6 --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-b3a1e01bc1d1ef78.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --cap-lints allow` |
1025 | 2024-12-28T04:35:19.067Z | Compiling paste v1.0.14 |
1026 | 2024-12-28T04:35:19.070Z | Running `/home/build/.rustup/toolchains/1.76-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.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=0472a60bd609e3c6 -C extra-filename=-0472a60bd609e3c6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/paste-0472a60bd609e3c6 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1027 | 2024-12-28T04:35:19.298Z | Compiling doc-comment v0.3.3 |
1028 | 2024-12-28T04:35:19.301Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=6ad415cf3634a2b1 -C extra-filename=-6ad415cf3634a2b1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-6ad415cf3634a2b1 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1029 | 2024-12-28T04:35:19.543Z | Compiling levenshtein v1.0.5 |
1030 | 2024-12-28T04:35:19.545Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name levenshtein /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 -C metadata=ac68483962793787 -C extra-filename=-ac68483962793787 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1031 | 2024-12-28T04:35:19.558Z | Compiling subtle v2.5.0 |
1032 | 2024-12-28T04:35:19.560Z | Compiling anyhow v1.0.81 |
1033 | 2024-12-28T04:35:19.560Z | Compiling match_cfg v0.1.0 |
1034 | 2024-12-28T04:35:19.561Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=207f9c805df0c42c -C extra-filename=-207f9c805df0c42c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1035 | 2024-12-28T04:35:19.561Z | Running `/home/build/.rustup/toolchains/1.76-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.81/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"' -C metadata=c70e79b1d8516dbe -C extra-filename=-c70e79b1d8516dbe --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/anyhow-c70e79b1d8516dbe -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1036 | 2024-12-28T04:35:19.561Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /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"' -C metadata=b32574b6b2e4cf95 -C extra-filename=-b32574b6b2e4cf95 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1037 | 2024-12-28T04:35:19.660Z | Compiling camino v1.1.6 |
1038 | 2024-12-28T04:35:19.663Z | Running `/home/build/.rustup/toolchains/1.76-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.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=491fe6ccf6a88b16 -C extra-filename=-491fe6ccf6a88b16 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/camino-491fe6ccf6a88b16 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1039 | 2024-12-28T04:35:19.793Z | Compiling slog-async v2.8.0 |
1040 | 2024-12-28T04:35:19.808Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=33631e55da1918f4 -C extra-filename=-33631e55da1918f4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-async-33631e55da1918f4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1041 | 2024-12-28T04:35:19.832Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-6ad415cf3634a2b1/build-script-build` |
1042 | 2024-12-28T04:35:19.837Z | Compiling hostname v0.3.1 |
1043 | 2024-12-28T04:35:19.880Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hostname /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"' -C metadata=194faf19b9951c04 -C extra-filename=-194faf19b9951c04 --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-c9c1b0b7fe6fe29e.rmeta --extern match_cfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libmatch_cfg-b32574b6b2e4cf95.rmeta --cap-lints allow` |
1044 | 2024-12-28T04:35:19.949Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/paste-0472a60bd609e3c6/build-script-build` |
1045 | 2024-12-28T04:35:20.011Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-7ed90fd367e5c2ca/build-script-build` |
1046 | 2024-12-28T04:35:20.097Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/multer-a2f5832851923eaa/build-script-build` |
1047 | 2024-12-28T04:35:20.141Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/anyhow-c70e79b1d8516dbe/build-script-build` |
1048 | 2024-12-28T04:35:20.158Z | Compiling is-wsl v0.4.0 |
1049 | 2024-12-28T04:35:20.160Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name is_wsl /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 -C metadata=a65257e30ccc1771 -C extra-filename=-a65257e30ccc1771 --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-5679109dd29eb65b.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --cap-lints allow` |
1050 | 2024-12-28T04:35:20.247Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/camino-491fe6ccf6a88b16/build-script-build` |
1051 | 2024-12-28T04:35:20.267Z | Compiling tokio-tungstenite v0.20.1 |
1052 | 2024-12-28T04:35:20.282Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=f88d42f96937e00b -C extra-filename=-f88d42f96937e00b --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-8c02da9c1662b1d4.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --extern tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtungstenite-7d872cb70876bea1.rmeta --cap-lints allow` |
1053 | 2024-12-28T04:35:20.290Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-async-33631e55da1918f4/build-script-build` |
1054 | 2024-12-28T04:35:20.301Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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_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::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=43adb6e6d45df2a3 -C extra-filename=-43adb6e6d45df2a3 --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` |
1055 | 2024-12-28T04:35:20.342Z | Compiling slog-json v2.6.1 |
1056 | 2024-12-28T04:35:20.345Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=79648a099f2c1b34 -C extra-filename=-79648a099f2c1b34 --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-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-49eeac5e2d21873f.rmeta --cap-lints allow` |
1057 | 2024-12-28T04:35:20.369Z | Compiling termini v1.0.0 |
1058 | 2024-12-28T04:35:20.388Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=2190315b952fdc35 -C extra-filename=-2190315b952fdc35 --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-193acd7fe5dbcb23.rmeta --cap-lints allow` |
1059 | 2024-12-28T04:35:20.737Z | Compiling sha2 v0.10.8 |
1060 | 2024-12-28T04:35:20.740Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=514573b1f0e820e2 -C extra-filename=-514573b1f0e820e2 --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-b3a1e01bc1d1ef78.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-c800e6746f28ebd7.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-e1068141db1750c0.rmeta --cap-lints allow` |
1061 | 2024-12-28T04:35:20.798Z | Compiling async-stream-impl v0.3.5 |
1062 | 2024-12-28T04:35:20.801Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.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 -C metadata=c3a67a6c3cf54cd9 -C extra-filename=-c3a67a6c3cf54cd9 --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow` |
1063 | 2024-12-28T04:35:21.650Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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 metadata=34b31000ce6dacc5 -C extra-filename=-34b31000ce6dacc5 --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-4cd0e693837fde19.rmeta --cap-lints allow` |
1064 | 2024-12-28T04:35:21.748Z | Compiling crossbeam-channel v0.5.11 |
1065 | 2024-12-28T04:35:21.750Z | Running `/home/build/.rustup/toolchains/1.76-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.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="std"' -C metadata=8ba3728957d9f258 -C extra-filename=-8ba3728957d9f258 --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-d635ff551b53ede7.rmeta --cap-lints allow` |
1066 | 2024-12-28T04:35:21.978Z | Compiling http v1.0.0 |
1067 | 2024-12-28T04:35:21.981Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=93887e206269da8e -C extra-filename=-93887e206269da8e --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-f412e2fce08c74d3.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-b3077f10a0b2f8e4.rmeta --cap-lints allow` |
1068 | 2024-12-28T04:35:22.009Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot#80390543) |
1069 | 2024-12-28T04:35:22.012Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/8039054/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=5f54482c1300ac51 -C extra-filename=-5f54482c1300ac51 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/dropshot-5f54482c1300ac51 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow` |
1070 | 2024-12-28T04:35:22.206Z | Compiling termtree v0.4.1 |
1071 | 2024-12-28T04:35:22.208Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=56e30ba0b2b56a5c -C extra-filename=-56e30ba0b2b56a5c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1072 | 2024-12-28T04:35:22.378Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 metadata=90478d4bb7349d1e -C extra-filename=-90478d4bb7349d1e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1073 | 2024-12-28T04:35:22.409Z | Compiling take_mut v0.2.2 |
1074 | 2024-12-28T04:35:22.411Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /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 -C metadata=46f0b70c247ae491 -C extra-filename=-46f0b70c247ae491 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1075 | 2024-12-28T04:35:22.576Z | Compiling termcolor v1.4.1 |
1076 | 2024-12-28T04:35:22.576Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=802e4c96959df99c -C extra-filename=-802e4c96959df99c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1077 | 2024-12-28T04:35:22.742Z | Compiling humantime v2.1.0 |
1078 | 2024-12-28T04:35:22.744Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=a6079f328e78e155 -C extra-filename=-a6079f328e78e155 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1079 | 2024-12-28T04:35:22.908Z | Compiling spin v0.5.2 |
1080 | 2024-12-28T04:35:22.916Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name spin /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 -C metadata=acee181154aa4361 -C extra-filename=-acee181154aa4361 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1081 | 2024-12-28T04:35:22.967Z | Compiling pathdiff v0.2.1 |
1082 | 2024-12-28T04:35:22.969Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=7f8c8f1b959732b3 -C extra-filename=-7f8c8f1b959732b3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1083 | 2024-12-28T04:35:23.109Z | Compiling shell-words v1.1.0 |
1084 | 2024-12-28T04:35:23.111Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /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"' -C metadata=de146c6cd09024ed -C extra-filename=-de146c6cd09024ed --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1085 | 2024-12-28T04:35:23.134Z | Compiling untrusted v0.7.1 |
1086 | 2024-12-28T04:35:23.143Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=844a7e271ec2bd61 -C extra-filename=-844a7e271ec2bd61 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1087 | 2024-12-28T04:35:23.296Z | Compiling number_prefix v0.4.0 |
1088 | 2024-12-28T04:35:23.299Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /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"' -C metadata=504a44568e8f89cb -C extra-filename=-504a44568e8f89cb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1089 | 2024-12-28T04:35:23.323Z | Compiling assert_cmd v2.0.14 |
1090 | 2024-12-28T04:35:23.325Z | Running `/home/build/.rustup/toolchains/1.76-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.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=be3580b7a6300f76 -C extra-filename=-be3580b7a6300f76 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-be3580b7a6300f76 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1091 | 2024-12-28T04:35:23.463Z | Compiling heck v0.4.1 |
1092 | 2024-12-28T04:35:23.465Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=fe91cec5d57a0d19 -C extra-filename=-fe91cec5d57a0d19 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1093 | 2024-12-28T04:35:23.525Z | Compiling indicatif v0.17.8 |
1094 | 2024-12-28T04:35:23.528Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=43857ee9271b0eb7 -C extra-filename=-43857ee9271b0eb7 --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-a06feba0cb718dc4.rmeta --extern number_prefix=/work/oxidecomputer/oxide.rs/target/debug/deps/libnumber_prefix-504a44568e8f89cb.rmeta --extern portable_atomic=/work/oxidecomputer/oxide.rs/target/debug/deps/libportable_atomic-43adb6e6d45df2a3.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-204a73a923e7c9fc.rmeta --cap-lints allow` |
1095 | 2024-12-28T04:35:23.595Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-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 -C debuginfo=2 --cfg 'feature="default"' -C metadata=7c8c573a0e55d7b6 -C extra-filename=-7c8c573a0e55d7b6 --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-f412e2fce08c74d3.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-c7eb3b7bda001938.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-8c02da9c1662b1d4.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-93887e206269da8e.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-2de88b9b103b5d1b.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-a34827aadd55c062.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-6b0b4916640efba1.rmeta --cap-lints allow` |
1096 | 2024-12-28T04:35:23.752Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=98971107a2a67b3a -C extra-filename=-98971107a2a67b3a --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-3250e89af52da2b5.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-acee181154aa4361.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-844a7e271ec2bd61.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out -l static=ring-core -l static=ring-test` |
1097 | 2024-12-28T04:35:23.792Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-be3580b7a6300f76/build-script-build` |
1098 | 2024-12-28T04:35:23.806Z | Compiling dialoguer v0.10.4 |
1099 | 2024-12-28T04:35:23.806Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=b25bf0409a8d14ec -C extra-filename=-b25bf0409a8d14ec --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-a06feba0cb718dc4.rmeta --extern shell_words=/work/oxidecomputer/oxide.rs/target/debug/deps/libshell_words-de146c6cd09024ed.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-fdc7d158bb3baa0d.rmeta --cap-lints allow` |
1100 | 2024-12-28T04:35:24.030Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=4d10cc85d0d8fcfb -C extra-filename=-4d10cc85d0d8fcfb --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-34b31000ce6dacc5.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-675f9f2cde994949.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-f7e9b04570b0095e.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-90478d4bb7349d1e.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
1101 | 2024-12-28T04:35:24.818Z | Compiling open v4.2.0 |
1102 | 2024-12-28T04:35:24.843Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=dd13a36b6f74812f -C extra-filename=-dd13a36b6f74812f --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-a65257e30ccc1771.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern pathdiff=/work/oxidecomputer/oxide.rs/target/debug/deps/libpathdiff-7f8c8f1b959732b3.rmeta --cap-lints allow` |
1103 | 2024-12-28T04:35:24.885Z | Compiling env_logger v0.10.2 |
1104 | 2024-12-28T04:35:24.888Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=2c54bfaece5ec9be -C extra-filename=-2c54bfaece5ec9be --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-a6079f328e78e155.rmeta --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-18a0713c4f999d77.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rmeta --extern termcolor=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermcolor-802e4c96959df99c.rmeta --cap-lints allow` |
1105 | 2024-12-28T04:35:25.131Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /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"' -C metadata=1608409419bc44a3 -C extra-filename=-1608409419bc44a3 --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-8ba3728957d9f258.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern take_mut=/work/oxidecomputer/oxide.rs/target/debug/deps/libtake_mut-46f0b70c247ae491.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-047adb3e13470ca6.rmeta --cap-lints allow --cfg integer128` |
1106 | 2024-12-28T04:35:26.018Z | Compiling predicates-tree v1.0.9 |
1107 | 2024-12-28T04:35:26.046Z | Running `/home/build/.rustup/toolchains/1.76-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.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 -C metadata=fc0d2c0460b80d9c -C extra-filename=-fc0d2c0460b80d9c --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-f7d3e7e4b957783f.rmeta --extern termtree=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermtree-56e30ba0b2b56a5c.rmeta --cap-lints allow` |
1108 | 2024-12-28T04:35:26.373Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/dropshot-5f54482c1300ac51/build-script-build` |
1109 | 2024-12-28T04:35:26.406Z | Compiling async-stream v0.3.5 |
1110 | 2024-12-28T04:35:26.408Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.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 -C metadata=e42de264f3fe6d73 -C extra-filename=-e42de264f3fe6d73 --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-c3a67a6c3cf54cd9.so --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow` |
1111 | 2024-12-28T04:35:26.504Z | Compiling thouart v0.1.0 (https://github.com/oxidecomputer/thouart.git#f960190b) |
1112 | 2024-12-28T04:35:26.510Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name thouart --edition=2021 /home/build/.cargo/git/checkouts/thouart-4cf3e9982a1a152f/f960190/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a42799276cbeacbe -C extra-filename=-a42799276cbeacbe --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-57970f88c3caf4de.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-e5d5a36611f6f0b0.rmeta --extern termini=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermini-2190315b952fdc35.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-f88d42f96937e00b.rmeta --cap-lints allow` |
1113 | 2024-12-28T04:35:26.579Z | Compiling slog-bunyan v2.5.0 |
1114 | 2024-12-28T04:35:26.631Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=45036784f0b1af9c -C extra-filename=-45036784f0b1af9c --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-194faf19b9951c04.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-79648a099f2c1b34.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-49eeac5e2d21873f.rmeta --cap-lints allow` |
1115 | 2024-12-28T04:35:26.668Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.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="serde"' --cfg 'feature="serde1"' -C metadata=0d5cf5e1b4eecd5a -C extra-filename=-0d5cf5e1b4eecd5a --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-294bcad0e0af116f.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
1116 | 2024-12-28T04:35:26.740Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.81/src/lib.rs --error-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"' -C metadata=f367791b25eca406 -C extra-filename=-f367791b25eca406 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg std_backtrace` |
1117 | 2024-12-28T04:35:26.780Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=e51cd6ff8f0a0459 -C extra-filename=-e51cd6ff8f0a0459 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro --cap-lints allow` |
1118 | 2024-12-28T04:35:27.260Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /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 -C metadata=87d0cd21a2c83278 -C extra-filename=-87d0cd21a2c83278 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1119 | 2024-12-28T04:35:27.352Z | Compiling slog-term v2.9.1 |
1120 | 2024-12-28T04:35:27.355Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=2d85d6e38ec9d0bb -C extra-filename=-2d85d6e38ec9d0bb --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-18a0713c4f999d77.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-e5d5a36611f6f0b0.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-047adb3e13470ca6.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-49eeac5e2d21873f.rmeta --cap-lints allow` |
1121 | 2024-12-28T04:35:27.768Z | Compiling pem v1.1.1 |
1122 | 2024-12-28T04:35:27.771Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=02ded8909823d872 -C extra-filename=-02ded8909823d872 --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-d1e908b25f55742f.rmeta --cap-lints allow` |
1123 | 2024-12-28T04:35:27.885Z | Compiling rustls-pemfile v2.1.1 |
1124 | 2024-12-28T04:35:27.887Z | Running `/home/build/.rustup/toolchains/1.76-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.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"' -C metadata=0a67fa810f49e3f1 -C extra-filename=-0a67fa810f49e3f1 --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-0b029c77597f8d47.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-521a7fa8801ab854.rmeta --cap-lints allow` |
1125 | 2024-12-28T04:35:27.902Z | Compiling yasna v0.5.2 |
1126 | 2024-12-28T04:35:27.917Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=44d05a114e1e192e -C extra-filename=-44d05a114e1e192e --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-49eeac5e2d21873f.rmeta --cap-lints allow` |
1127 | 2024-12-28T04:35:28.043Z | Compiling clap_complete v4.5.1 |
1128 | 2024-12-28T04:35:28.045Z | Running `/home/build/.rustup/toolchains/1.76-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.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"' -C metadata=1b1353c7814753e6 -C extra-filename=-1b1353c7814753e6 --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-3c881a595e662ebd.rmeta --cap-lints allow` |
1129 | 2024-12-28T04:35:28.396Z | Compiling waitgroup v0.1.2 |
1130 | 2024-12-28T04:35:28.399Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=c5854a292acb82a2 -C extra-filename=-c5854a292acb82a2 --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-e7a19b0165a38f6d.rmeta --cap-lints allow` |
1131 | 2024-12-28T04:35:28.521Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot#80390543) |
1132 | 2024-12-28T04:35:28.524Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/8039054/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 -C metadata=7f9fee15f41d64d2 -C extra-filename=-7f9fee15f41d64d2 --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-229fc295ede5520f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow` |
1133 | 2024-12-28T04:35:28.655Z | Compiling tabwriter v1.4.0 |
1134 | 2024-12-28T04:35:28.657Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=659e1be8b2ed001f -C extra-filename=-659e1be8b2ed001f --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-204a73a923e7c9fc.rmeta --cap-lints allow` |
1135 | 2024-12-28T04:35:28.674Z | Compiling bstr v1.9.0 |
1136 | 2024-12-28T04:35:28.676Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=ddef57bb12635a85 -C extra-filename=-ddef57bb12635a85 --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-2de88b9b103b5d1b.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-88810935cfafcaa9.rmeta --cap-lints allow` |
1137 | 2024-12-28T04:35:28.676Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=87ebff456dce210c -C extra-filename=-87ebff456dce210c --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-5cda2307cac65498.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-31fe13d583561b22.rmeta --cap-lints allow` |
1138 | 2024-12-28T04:35:29.237Z | Compiling wait-timeout v0.2.0 |
1139 | 2024-12-28T04:35:29.271Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /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 -C metadata=345374e7a9bb2f15 -C extra-filename=-345374e7a9bb2f15 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
1140 | 2024-12-28T04:35:29.825Z | Compiling yansi v0.5.1 |
1141 | 2024-12-28T04:35:29.828Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c6f328d0ec8ebb69 -C extra-filename=-c6f328d0ec8ebb69 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1142 | 2024-12-28T04:35:29.923Z | Compiling debug-ignore v1.0.5 |
1143 | 2024-12-28T04:35:29.925Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /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 -C metadata=226b92a384f1f474 -C extra-filename=-226b92a384f1f474 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1144 | 2024-12-28T04:35:30.067Z | Running `/home/build/.rustup/toolchains/1.76-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.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 -C metadata=561b0afed8c4afcc -C extra-filename=-561b0afed8c4afcc --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-46aa3677ea85067a.rmeta --extern bstr=/work/oxidecomputer/oxide.rs/target/debug/deps/libbstr-ddef57bb12635a85.rmeta --extern doc_comment=/work/oxidecomputer/oxide.rs/target/debug/deps/libdoc_comment-87d0cd21a2c83278.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-f7d3e7e4b957783f.rmeta --extern predicates_tree=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_tree-fc0d2c0460b80d9c.rmeta --extern wait_timeout=/work/oxidecomputer/oxide.rs/target/debug/deps/libwait_timeout-345374e7a9bb2f15.rmeta --cap-lints allow` |
1145 | 2024-12-28T04:35:30.146Z | Compiling pretty_assertions v1.4.0 |
1146 | 2024-12-28T04:35:30.148Z | Running `/home/build/.rustup/toolchains/1.76-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.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"' -C metadata=2a6ad269328f39b0 -C extra-filename=-2a6ad269328f39b0 --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-5d47cf8a1fa4e7b2.rmeta --extern yansi=/work/oxidecomputer/oxide.rs/target/debug/deps/libyansi-c6f328d0ec8ebb69.rmeta --cap-lints allow` |
1147 | 2024-12-28T04:35:30.175Z | Compiling rcgen v0.10.0 |
1148 | 2024-12-28T04:35:30.178Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=ae1957b09a46dbc8 -C extra-filename=-ae1957b09a46dbc8 --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-02ded8909823d872.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-98971107a2a67b3a.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-49eeac5e2d21873f.rmeta --extern yasna=/work/oxidecomputer/oxide.rs/target/debug/deps/libyasna-44d05a114e1e192e.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out` |
1149 | 2024-12-28T04:35:30.537Z | Compiling expectorate v1.1.0 |
1150 | 2024-12-28T04:35:30.577Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=8e6eed95d72e6334 -C extra-filename=-8e6eed95d72e6334 --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-a06feba0cb718dc4.rmeta --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-96d4693b16f09b7b.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-79491110bce9c781.rmeta --cap-lints allow` |
1151 | 2024-12-28T04:35:30.685Z | Compiling test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common) |
1152 | 2024-12-28T04:35:30.687Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=90e1effef6995b32 -C extra-filename=-90e1effef6995b32 --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-bad13a0dcb8fa9cd.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rmeta` |
1153 | 2024-12-28T04:35:30.714Z | Compiling getopts v0.2.21 |
1154 | 2024-12-28T04:35:30.717Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.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 -C metadata=3bf1bd6860b62097 -C extra-filename=-3bf1bd6860b62097 --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-204a73a923e7c9fc.rmeta --cap-lints allow` |
1155 | 2024-12-28T04:35:31.121Z | Compiling semver v1.0.21 |
1156 | 2024-12-28T04:35:31.136Z | Running `/home/build/.rustup/toolchains/1.76-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.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="default"' --cfg 'feature="std"' -C metadata=3ad781d901f72572 -C extra-filename=-3ad781d901f72572 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/semver-3ad781d901f72572 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1157 | 2024-12-28T04:35:31.136Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.53/src/lib.rs --error-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"' --cfg 'feature="quote"' -C metadata=0c102b0dc5c0d359 -C extra-filename=-0c102b0dc5c0d359 --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-fd6d9d0f99a472ce.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1158 | 2024-12-28T04:35:31.617Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-3ad781d901f72572/build-script-build` |
1159 | 2024-12-28T04:35:31.656Z | Running `/home/build/.rustup/toolchains/1.76-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 metadata=97929e72239499d5 -C extra-filename=-97929e72239499d5 --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-f2e91ea1a9f2f006.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --cap-lints allow` |
1160 | 2024-12-28T04:35:31.680Z | Compiling unsafe-libyaml v0.2.10 |
1161 | 2024-12-28T04:35:31.682Z | Running `/home/build/.rustup/toolchains/1.76-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.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 metadata=611f7ed6b87df0c2 -C extra-filename=-611f7ed6b87df0c2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1162 | 2024-12-28T04:35:31.932Z | Compiling same-file v1.0.6 |
1163 | 2024-12-28T04:35:31.952Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=78253212bcd3c8db -C extra-filename=-78253212bcd3c8db --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1164 | 2024-12-28T04:35:32.178Z | Compiling walkdir v2.4.0 |
1165 | 2024-12-28T04:35:32.263Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9680213641a78cc6 -C extra-filename=-9680213641a78cc6 --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-78253212bcd3c8db.rmeta --cap-lints allow` |
1166 | 2024-12-28T04:35:32.654Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1167 | 2024-12-28T04:35:32.688Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/0d30d24/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 -C metadata=6d6864f2816f9c11 -C extra-filename=-6d6864f2816f9c11 --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-fe91cec5d57a0d19.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-37f34ee689d3890c.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-fd6d9d0f99a472ce.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-87ebff456dce210c.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4d10cc85d0d8fcfb.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1168 | 2024-12-28T04:35:33.078Z | Compiling serde_yaml v0.9.31 |
1169 | 2024-12-28T04:35:33.083Z | Running `/home/build/.rustup/toolchains/1.76-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.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 metadata=cacb54e7bb92f87f -C extra-filename=-cacb54e7bb92f87f --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-f2e91ea1a9f2f006.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-b3077f10a0b2f8e4.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-aac1a38c7b242f6d.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern unsafe_libyaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libunsafe_libyaml-611f7ed6b87df0c2.rmeta --cap-lints allow` |
1170 | 2024-12-28T04:35:33.544Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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="default"' --cfg 'feature="std"' -C metadata=2cc46e99912de5b7 -C extra-filename=-2cc46e99912de5b7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1171 | 2024-12-28T04:35:34.270Z | Compiling toolchain_find v0.4.0 |
1172 | 2024-12-28T04:35:34.272Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=64d4c9a29c1950bd -C extra-filename=-64d4c9a29c1950bd --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-193acd7fe5dbcb23.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-2cc46e99912de5b7.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-9680213641a78cc6.rmeta --cap-lints allow` |
1173 | 2024-12-28T04:35:34.403Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=5b18fecc7089e631 -C extra-filename=-5b18fecc7089e631 --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-bad13a0dcb8fa9cd.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rlib` |
1174 | 2024-12-28T04:35:35.053Z | Compiling rustfmt-wrapper v0.2.1 |
1175 | 2024-12-28T04:35:35.056Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=bb87990a079fbda0 -C extra-filename=-bb87990a079fbda0 --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-294bcad0e0af116f.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-4a4f2b37ae11a5f4.rmeta --extern toolchain_find=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoolchain_find-64d4c9a29c1950bd.rmeta --cap-lints allow` |
1176 | 2024-12-28T04:35:35.636Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/0d30d24/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 -C metadata=976f361652763f79 -C extra-filename=-976f361652763f79 --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-fe91cec5d57a0d19.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-fd6d9d0f99a472ce.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-1b4b89093bdb2c34.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0c102b0dc5c0d359.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1177 | 2024-12-28T04:35:37.923Z | Compiling basic-cookies v0.1.5 |
1178 | 2024-12-28T04:35:37.925Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=79af2beabba2f5b4 -C extra-filename=-79af2beabba2f5b4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-79af2beabba2f5b4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lalrpop=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop-305e6a6e506a37f3.rlib --cap-lints allow` |
1179 | 2024-12-28T04:35:39.858Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-79af2beabba2f5b4/build-script-build` |
1180 | 2024-12-28T04:35:39.905Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=3a976b2db36ea936 -C extra-filename=-3a976b2db36ea936 --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-6a4d8764f3a59c5d.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rmeta --cap-lints allow` |
1181 | 2024-12-28T04:35:46.673Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="dev_urandom_fallback"' -C metadata=cdf9029579968b43 -C extra-filename=-cdf9029579968b43 --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-5c86490fdcd84a10.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-6b0b4916640efba1.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test` |
1182 | 2024-12-28T04:35:46.705Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-cd77a843c36da444/build-script-build` |
1183 | 2024-12-28T04:35:46.752Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-0b29c8d352cd3df7/build-script-build` |
1184 | 2024-12-28T04:35:48.564Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1185 | 2024-12-28T04:35:48.567Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/0d30d24/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 -C metadata=75abee8912961cdc -C extra-filename=-75abee8912961cdc --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4d10cc85d0d8fcfb.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-229fc295ede5520f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rlib --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-6d6864f2816f9c11.rlib --extern proc_macro --cap-lints allow` |
1186 | 2024-12-28T04:35:48.643Z | Compiling rustls-webpki v0.101.7 |
1187 | 2024-12-28T04:35:48.646Z | Compiling sct v0.7.1 |
1188 | 2024-12-28T04:35:48.646Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=65a88c8eb5e9edaf -C extra-filename=-65a88c8eb5e9edaf --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-cdf9029579968b43.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out` |
1189 | 2024-12-28T04:35:48.646Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ed53c7adadf607e0 -C extra-filename=-ed53c7adadf607e0 --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-cdf9029579968b43.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out` |
1190 | 2024-12-28T04:35:48.983Z | Compiling rustls-webpki v0.102.2 |
1191 | 2024-12-28T04:35:48.986Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.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="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' -C metadata=301730e38f852d00 -C extra-filename=-301730e38f852d00 --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-cdf9029579968b43.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-521a7fa8801ab854.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out` |
1192 | 2024-12-28T04:35:49.598Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=ac21f476c0d81685 -C extra-filename=-ac21f476c0d81685 --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-5102778d721e631e.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-cdf9029579968b43.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-65a88c8eb5e9edaf.rmeta --extern sct=/work/oxidecomputer/oxide.rs/target/debug/deps/libsct-ed53c7adadf607e0.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out` |
1193 | 2024-12-28T04:35:50.312Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=b8ffadff31a564ec -C extra-filename=-b8ffadff31a564ec --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-5102778d721e631e.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-cdf9029579968b43.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-521a7fa8801ab854.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-301730e38f852d00.rmeta --extern subtle=/work/oxidecomputer/oxide.rs/target/debug/deps/libsubtle-207f9c805df0c42c.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-fdc7d158bb3baa0d.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out` |
1194 | 2024-12-28T04:35:52.866Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name libnghttp2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libnghttp2-sys-0.1.9+1.58.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 -C metadata=97bfc34127c18a16 -C extra-filename=-97bfc34127c18a16 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -l static=nghttp2` |
1195 | 2024-12-28T04:35:53.549Z | Compiling tokio-rustls v0.24.1 |
1196 | 2024-12-28T04:35:53.596Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=d3f1897d85264a4c -C extra-filename=-d3f1897d85264a4c --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-ac21f476c0d81685.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out` |
1197 | 2024-12-28T04:35:53.649Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1198 | 2024-12-28T04:35:53.665Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/0d30d24/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"' -C metadata=7a5d284c5bf8c050 -C extra-filename=-7a5d284c5bf8c050 --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-6d6864f2816f9c11.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-75abee8912961cdc.so --cap-lints allow` |
1199 | 2024-12-28T04:35:53.774Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor#090dd361) |
1200 | 2024-12-28T04:35:53.777Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/090dd36/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 -C metadata=89f1f41e807d24cd -C extra-filename=-89f1f41e807d24cd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern getopts=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetopts-3bf1bd6860b62097.rmeta --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-fe91cec5d57a0d19.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-f2e91ea1a9f2f006.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-97929e72239499d5.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-fd6d9d0f99a472ce.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-d435210f18efc5ca.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4d10cc85d0d8fcfb.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-7a5d284c5bf8c050.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1201 | 2024-12-28T04:35:53.882Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/0d30d24/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"' -C metadata=59cbc93a3780e627 -C extra-filename=-59cbc93a3780e627 --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-976f361652763f79.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-75abee8912961cdc.so --cap-lints allow` |
1202 | 2024-12-28T04:35:53.973Z | Compiling hyper-rustls v0.24.2 |
1203 | 2024-12-28T04:35:53.988Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.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 -C metadata=fe793fcb6556554d -C extra-filename=-fe793fcb6556554d --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-8c02da9c1662b1d4.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-60afd7c43ca0c345.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-ac21f476c0d81685.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-d3f1897d85264a4c.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out` |
1204 | 2024-12-28T04:35:54.024Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/090dd36/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 -C metadata=0dbcbd92a831e1d5 -C extra-filename=-0dbcbd92a831e1d5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern getopts=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetopts-3bf1bd6860b62097.rmeta --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-fe91cec5d57a0d19.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-f2e91ea1a9f2f006.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-55d42e13f96bfbce.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-fd6d9d0f99a472ce.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0c102b0dc5c0d359.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-59cbc93a3780e627.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1205 | 2024-12-28T04:35:54.467Z | Compiling tokio-rustls v0.25.0 |
1206 | 2024-12-28T04:35:54.470Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=cf3a152774873bf9 -C extra-filename=-cf3a152774873bf9 --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-b8ffadff31a564ec.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-521a7fa8801ab854.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out` |
1207 | 2024-12-28T04:35:54.881Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/8039054/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 -C metadata=4f434a4fbf27893e -C extra-filename=-4f434a4fbf27893e --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-e42de264f3fe6d73.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-f412e2fce08c74d3.rmeta --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-0d5cf5e1b4eecd5a.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rmeta --extern debug_ignore=/work/oxidecomputer/oxide.rs/target/debug/deps/libdebug_ignore-226b92a384f1f474.rmeta --extern dropshot_endpoint=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot_endpoint-7f9fee15f41d64d2.so --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rmeta --extern hostname=/work/oxidecomputer/oxide.rs/target/debug/deps/libhostname-194faf19b9951c04.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-60afd7c43ca0c345.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-f2e91ea1a9f2f006.rmeta --extern multer=/work/oxidecomputer/oxide.rs/target/debug/deps/libmulter-7c8c573a0e55d7b6.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-55d42e13f96bfbce.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-fd6d9d0f99a472ce.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-b8ffadff31a564ec.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-0a67fa810f49e3f1.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-ce2e3010669d7d95.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-3ea63f8e1642d8ed.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-1dc3c58c554ed768.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern slog_async=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_async-1608409419bc44a3.rmeta --extern slog_bunyan=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_bunyan-45036784f0b1af9c.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-79648a099f2c1b34.rmeta --extern slog_term=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_term-2d85d6e38ec9d0bb.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-cf3a152774873bf9.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-4a4f2b37ae11a5f4.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rmeta --extern waitgroup=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaitgroup-c5854a292acb82a2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out` |
1208 | 2024-12-28T04:36:02.052Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor#090dd361) |
1209 | 2024-12-28T04:36:02.055Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/090dd36/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 -C metadata=2b49cefd069933d3 -C extra-filename=-2b49cefd069933d3 --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-97929e72239499d5.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-fd6d9d0f99a472ce.rlib --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-89f1f41e807d24cd.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4d10cc85d0d8fcfb.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-229fc295ede5520f.rlib --extern serde_yaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_yaml-cacb54e7bb92f87f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow` |
1210 | 2024-12-28T04:36:21.663Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.16.2+1.7.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=8b61960fbb181e12 -C extra-filename=-8b61960fbb181e12 --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-02fd268b4d5df09d.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-f1af3d1c2bcfb261.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-4ea6f7f89bdd7cfd/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
1211 | 2024-12-28T04:36:22.205Z | Compiling git2 v0.18.2 |
1212 | 2024-12-28T04:36:22.208Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.18.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 metadata=e50837297bcdade6 -C extra-filename=-e50837297bcdade6 --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-fc60680b3b02d820.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-02fd268b4d5df09d.rmeta --extern libgit2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibgit2_sys-8b61960fbb181e12.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-37f34ee689d3890c.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-0818598946a91b52.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-4ea6f7f89bdd7cfd/out/build -L native=/usr/lib/amd64` |
1213 | 2024-12-28T04:36:28.159Z | Compiling built v0.7.1 |
1214 | 2024-12-28T04:36:28.162Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name built --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/built-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 --cfg 'feature="git2"' -C metadata=fff49ff89d0b3343 -C extra-filename=-fff49ff89d0b3343 --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-e50837297bcdade6.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-4ea6f7f89bdd7cfd/out/build -L native=/usr/lib/amd64` |
1215 | 2024-12-28T04:36:29.712Z | Compiling oxide-cli v0.3.0+0.0.6 (/work/oxidecomputer/oxide.rs/cli) |
1216 | 2024-12-28T04:36:29.714Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=3a806fefec822ef4 -C extra-filename=-3a806fefec822ef4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-3a806fefec822ef4 -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-fff49ff89d0b3343.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-4ea6f7f89bdd7cfd/out/build -L native=/usr/lib/amd64` |
1217 | 2024-12-28T04:36:30.210Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-3a806fefec822ef4/build-script-build` |
1218 | 2024-12-28T04:36:32.080Z | Running `/home/build/.rustup/toolchains/1.76-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.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="openssl-src"' --cfg 'feature="vendored"' -C metadata=4777c72a77769b40 -C extra-filename=-4777c72a77769b40 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/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 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` |
1219 | 2024-12-28T04:36:32.080Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b530580e3c14f663/build-script-build` |
1220 | 2024-12-28T04:36:32.083Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/native-tls-199295045709d550/build-script-build` |
1221 | 2024-12-28T04:36:32.083Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-1e5502d5d429d2f5/build-script-build` |
1222 | 2024-12-28T04:36:33.167Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.63/src/lib.rs --error-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"' -C metadata=16ac4ec02f9e08c7 -C extra-filename=-16ac4ec02f9e08c7 --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-3746b547fa27bf5c.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern foreign_types=/work/oxidecomputer/oxide.rs/target/debug/deps/libforeign_types-633f1397b7c013c5.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern openssl_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_macros-8bb0ba9724ec595d.so --extern ffi=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-4777c72a77769b40.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/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 ossl300 --cfg ossl310 --cfg ossl320` |
1223 | 2024-12-28T04:36:34.775Z | Running `/home/build/.rustup/toolchains/1.76-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.72+curl-8.6.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"' -C metadata=62569f872f69cede -C extra-filename=-62569f872f69cede --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-c9c1b0b7fe6fe29e.rmeta --extern libnghttp2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibnghttp2_sys-97bfc34127c18a16.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-11f4a08dca36a76f.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-4777c72a77769b40.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -l static=curl -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib --cfg libcurl_vendored --cfg link_libnghttp2 --cfg link_libz --cfg link_openssl` |
1224 | 2024-12-28T04:36:34.775Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/isahc-6b8bbe6616c74264/build-script-build` |
1225 | 2024-12-28T04:36:34.777Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-dd208e87d572c5ea/build-script-build` |
1226 | 2024-12-28T04:36:34.918Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=6c18c4d9032c5c7d -C extra-filename=-6c18c4d9032c5c7d --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-62569f872f69cede.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-4d4cdea3d120a157.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-4777c72a77769b40.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-8afa32a7ed28efc3.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib --cfg need_openssl_probe` |
1227 | 2024-12-28T04:36:35.551Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=53f1674a500e27af -C extra-filename=-53f1674a500e27af --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-197ad7a47f62e03c.rmeta --extern castaway=/work/oxidecomputer/oxide.rs/target/debug/deps/libcastaway-48e7259eedd626e1.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-d635ff551b53ede7.rmeta --extern curl=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl-6c18c4d9032c5c7d.rmeta --extern curl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl_sys-62569f872f69cede.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-c7eb3b7bda001938.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-f55cdf44e1505c0c.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-7394159c7c94014b.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-a34827aadd55c062.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-ecc8fc2a8de22b72.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-ba75b939594c9ec5.rmeta --extern sluice=/work/oxidecomputer/oxide.rs/target/debug/deps/libsluice-35ecc4ac38709bdb.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-5157401d67fdfc80.rmeta --extern tracing_futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_futures-712178fca72399e2.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-d4a64745b27fdd12.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib` |
1228 | 2024-12-28T04:36:36.995Z | Compiling httpmock v0.6.8 |
1229 | 2024-12-28T04:36:36.996Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=4ac69f514e65f2b0 -C extra-filename=-4ac69f514e65f2b0 --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-08f21ace086b2729.rmeta --extern async_object_pool=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_object_pool-a8eb933043a519a0.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rmeta --extern basic_cookies=/work/oxidecomputer/oxide.rs/target/debug/deps/libbasic_cookies-3a976b2db36ea936.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-d635ff551b53ede7.rmeta --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-8c02da9c1662b1d4.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-60afd7c43ca0c345.rmeta --extern isahc=/work/oxidecomputer/oxide.rs/target/debug/deps/libisahc-53f1674a500e27af.rmeta --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rmeta --extern levenshtein=/work/oxidecomputer/oxide.rs/target/debug/deps/liblevenshtein-ac68483962793787.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern serde_regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_regex-8603260efab89983.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-79491110bce9c781.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib` |
1230 | 2024-12-28T04:36:37.524Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="vendored"' -C metadata=23559334825edf50 -C extra-filename=-23559334825edf50 --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-5102778d721e631e.rmeta --extern openssl=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl-16ac4ec02f9e08c7.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-4d4cdea3d120a157.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-4777c72a77769b40.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib --cfg have_min_max_version` |
1231 | 2024-12-28T04:36:37.877Z | Compiling tokio-native-tls v0.3.1 |
1232 | 2024-12-28T04:36:37.879Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=03a615fe078945b3 -C extra-filename=-03a615fe078945b3 --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-23559334825edf50.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib` |
1233 | 2024-12-28T04:36:38.137Z | Compiling hyper-tls v0.5.0 |
1234 | 2024-12-28T04:36:38.140Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-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 -C metadata=e54e807320935ba9 -C extra-filename=-e54e807320935ba9 --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-f412e2fce08c74d3.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-60afd7c43ca0c345.rmeta --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-23559334825edf50.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-03a615fe078945b3.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib` |
1235 | 2024-12-28T04:36:38.466Z | Compiling reqwest v0.11.26 |
1236 | 2024-12-28T04:36:38.486Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls"' --cfg 'feature="native-tls-crate"' --cfg 'feature="native-tls-vendored"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=7ca24b3593054737 -C extra-filename=-7ca24b3593054737 --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-0b029c77597f8d47.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-f412e2fce08c74d3.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-c7eb3b7bda001938.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-8c02da9c1662b1d4.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-f98cfb3d2fa8f10a.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-44cc836fedb14c74.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-60afd7c43ca0c345.rmeta --extern hyper_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_rustls-fe793fcb6556554d.rmeta --extern hyper_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_tls-e54e807320935ba9.rmeta --extern ipnet=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnet-81b89b6a67fa03af.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-a34827aadd55c062.rmeta --extern native_tls_crate=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-23559334825edf50.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-ac21f476c0d81685.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-ac64e0cf10521e61.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-3ea63f8e1642d8ed.rmeta --extern sync_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/libsync_wrapper-0b3030cec78f8ef9.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-03a615fe078945b3.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-d3f1897d85264a4c.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-b872f6d249927abd.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-09c5d48e32fe9842.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rmeta --extern webpki_roots=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki_roots-def8f56e183ae9f6.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib` |
1237 | 2024-12-28T04:36:40.239Z | Compiling progenitor-client v0.5.0 |
1238 | 2024-12-28T04:36:40.239Z | Compiling oauth2 v4.4.2 |
1239 | 2024-12-28T04:36:40.242Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor#090dd361) |
1240 | 2024-12-28T04:36:40.242Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-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 -C metadata=4042f985ddf0dc6d -C extra-filename=-4042f985ddf0dc6d --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-f412e2fce08c74d3.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-7ca24b3593054737.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-3ea63f8e1642d8ed.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib` |
1241 | 2024-12-28T04:36:40.242Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/090dd36/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 -C metadata=545f37d8fdbd4698 -C extra-filename=-545f37d8fdbd4698 --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-f412e2fce08c74d3.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-7ca24b3593054737.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-3ea63f8e1642d8ed.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib` |
1242 | 2024-12-28T04:36:40.242Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name oauth2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oauth2-4.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 --cfg 'feature="default"' --cfg 'feature="reqwest"' --cfg 'feature="rustls-tls"' -C metadata=c4a2db7724f62c0e -C extra-filename=-c4a2db7724f62c0e --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-d1e908b25f55742f.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-7ca24b3593054737.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-ce2e3010669d7d95.rmeta --extern sha2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha2-514573b1f0e820e2.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib` |
1243 | 2024-12-28T04:36:40.511Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor#090dd361) |
1244 | 2024-12-28T04:36:40.513Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/090dd36/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 -C metadata=8f44802464f5c9c1 -C extra-filename=-8f44802464f5c9c1 --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-545f37d8fdbd4698.rmeta --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-0dbcbd92a831e1d5.rmeta --extern progenitor_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_macro-2b49cefd069933d3.so --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib` |
1245 | 2024-12-28T04:36:40.662Z | Compiling oxide v0.3.0+0.0.6 (/work/oxidecomputer/oxide.rs/sdk) |
1246 | 2024-12-28T04:36:40.662Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=7758bae99c133684 -C extra-filename=-7758bae99c133684 --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-0b029c77597f8d47.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rmeta --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rmeta --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rmeta --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-4042f985ddf0dc6d.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-1b4b89093bdb2c34.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-7ca24b3593054737.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-4a4f2b37ae11a5f4.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-57364fff2eaa21d9.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib` |
1247 | 2024-12-28T04:36:46.572Z | Compiling xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask) |
1248 | 2024-12-28T04:36:46.575Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=14e5e0711c1ea36a -C extra-filename=-14e5e0711c1ea36a --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-3c881a595e662ebd.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-96d4693b16f09b7b.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-8f44802464f5c9c1.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-bb87990a079fbda0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-79491110bce9c781.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib` |
1249 | 2024-12-28T04:36:46.575Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=cff36ae586d7316e -C extra-filename=-cff36ae586d7316e --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-3c881a595e662ebd.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-96d4693b16f09b7b.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-8f44802464f5c9c1.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-bb87990a079fbda0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-79491110bce9c781.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib` |
1250 | 2024-12-28T04:36:46.575Z | Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=85da762f0e2ae042 -C extra-filename=-85da762f0e2ae042 --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-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-4042f985ddf0dc6d.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-1b4b89093bdb2c34.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-4a4f2b37ae11a5f4.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-57364fff2eaa21d9.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib` |
1251 | 2024-12-28T04:37:07.553Z | Compiling oxide-httpmock v0.3.0+0.0.6 (/work/oxidecomputer/oxide.rs/sdk-httpmock) |
1252 | 2024-12-28T04:37:07.555Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=47822d16711ad06a -C extra-filename=-47822d16711ad06a --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-bad13a0dcb8fa9cd.rmeta --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rmeta --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out` |
1253 | 2024-12-28T04:37:22.729Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=fbc2a573e5368597 -C extra-filename=-fbc2a573e5368597 --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-f367791b25eca406.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-561b0afed8c4afcc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-4f434a4fbf27893e.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-47822d16711ad06a.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-ae1957b09a46dbc8.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90e1effef6995b32.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out` |
1254 | 2024-12-28T04:37:22.729Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=c92863372bc79313 -C extra-filename=-c92863372bc79313 --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-f367791b25eca406.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-561b0afed8c4afcc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-4f434a4fbf27893e.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-47822d16711ad06a.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-ae1957b09a46dbc8.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90e1effef6995b32.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out` |
1255 | 2024-12-28T04:37:22.733Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=8d59cdc794a76ba8 -C extra-filename=-8d59cdc794a76ba8 --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-bad13a0dcb8fa9cd.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out` |
1256 | 2024-12-28T04:37:22.733Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=18d0a95cf74df9ed -C extra-filename=-18d0a95cf74df9ed --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-f367791b25eca406.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-561b0afed8c4afcc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-4f434a4fbf27893e.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-47822d16711ad06a.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-ae1957b09a46dbc8.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90e1effef6995b32.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out` |
1257 | 2024-12-28T04:37:22.733Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=1ac9c20685ec0855 -C extra-filename=-1ac9c20685ec0855 --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-f367791b25eca406.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-561b0afed8c4afcc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-4f434a4fbf27893e.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-47822d16711ad06a.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-ae1957b09a46dbc8.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90e1effef6995b32.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out` |
1258 | 2024-12-28T04:37:22.733Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=95354e8221f94238 -C extra-filename=-95354e8221f94238 --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-f367791b25eca406.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-561b0afed8c4afcc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-4f434a4fbf27893e.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-47822d16711ad06a.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-ae1957b09a46dbc8.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90e1effef6995b32.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out` |
1259 | 2024-12-28T04:37:22.743Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=85f02d40c9386b06 -C extra-filename=-85f02d40c9386b06 --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-f367791b25eca406.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-561b0afed8c4afcc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-4f434a4fbf27893e.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-47822d16711ad06a.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-ae1957b09a46dbc8.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90e1effef6995b32.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out` |
1260 | 2024-12-28T04:37:22.743Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=4b4b2ef8ca11ee04 -C extra-filename=-4b4b2ef8ca11ee04 --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-f367791b25eca406.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-561b0afed8c4afcc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-4f434a4fbf27893e.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-47822d16711ad06a.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-ae1957b09a46dbc8.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90e1effef6995b32.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out` |
1261 | 2024-12-28T04:37:24.990Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=d672a93c9feb0422 -C extra-filename=-d672a93c9feb0422 --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-f367791b25eca406.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-561b0afed8c4afcc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-4f434a4fbf27893e.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-47822d16711ad06a.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-ae1957b09a46dbc8.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90e1effef6995b32.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out` |
1262 | 2024-12-28T04:37:28.374Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=e7f5a7bc184b8e50 -C extra-filename=-e7f5a7bc184b8e50 --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-f367791b25eca406.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-561b0afed8c4afcc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-4f434a4fbf27893e.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-47822d16711ad06a.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-ae1957b09a46dbc8.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-90e1effef6995b32.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out` |
1263 | 2024-12-28T04:37:37.588Z | Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=8e2e44b75f2540eb -C extra-filename=-8e2e44b75f2540eb --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-f367791b25eca406.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib` |
1264 | 2024-12-28T04:38:15.714Z | Finished dev [unoptimized + debuginfo] target(s) in 4m 04s |
1265 | 2024-12-28T04:38:15.959Z | |
1266 | 2024-12-28T04:38:15.962Z | real 4:05.223165063 |
1267 | 2024-12-28T04:38:15.962Z | user 20:58.218239438 |
1268 | 2024-12-28T04:38:15.962Z | sys 3:56.588909607 |
1269 | 2024-12-28T04:38:15.962Z | trap 0.727122718 |
1270 | 2024-12-28T04:38:15.962Z | tflt 0.782017579 |
1271 | 2024-12-28T04:38:15.962Z | dflt 2.595399055 |
1272 | 2024-12-28T04:38:15.962Z | kflt 0.007814186 |
1273 | 2024-12-28T04:38:15.962Z | lock 31:10.187295278 |
1274 | 2024-12-28T04:38:15.962Z | slp 1:19:13.202252981 |
1275 | 2024-12-28T04:38:15.962Z | lat 1:11.726957619 |
1276 | 2024-12-28T04:38:15.962Z | stop 1:57.681237073 |
1277 | 2024-12-28T04:38:15.962Z | + banner test |
1278 | 2024-12-28T04:38:15.965Z | |
1279 | 2024-12-28T04:38:15.965Z | ##### ###### #### ##### |
1280 | 2024-12-28T04:38:15.965Z | # # # # |
1281 | 2024-12-28T04:38:15.965Z | # ##### #### # |
1282 | 2024-12-28T04:38:15.965Z | # # # # |
1283 | 2024-12-28T04:38:15.965Z | # # # # # |
1284 | 2024-12-28T04:38:15.965Z | # ###### #### # |
1285 | 2024-12-28T04:38:15.965Z | |
1286 | 2024-12-28T04:38:15.965Z | + ptime -m cargo test --all-features --locked --verbose |
1287 | 2024-12-28T04:38:16.286Z | Fresh unicode-ident v1.0.12 |
1288 | 2024-12-28T04:38:16.286Z | Fresh cfg-if v1.0.0 |
1289 | 2024-12-28T04:38:16.286Z | Fresh autocfg v1.1.0 |
1290 | 2024-12-28T04:38:16.286Z | Fresh once_cell v1.19.0 |
1291 | 2024-12-28T04:38:16.289Z | Fresh proc-macro2 v1.0.78 |
1292 | 2024-12-28T04:38:16.289Z | Fresh version_check v0.9.4 |
1293 | 2024-12-28T04:38:16.289Z | Fresh pin-project-lite v0.2.13 |
1294 | 2024-12-28T04:38:16.289Z | Fresh itoa v1.0.10 |
1295 | 2024-12-28T04:38:16.289Z | Fresh value-bag v1.7.0 |
1296 | 2024-12-28T04:38:16.289Z | Fresh quote v1.0.35 |
1297 | 2024-12-28T04:38:16.289Z | Fresh libc v0.2.153 |
1298 | 2024-12-28T04:38:16.289Z | Fresh zerocopy v0.7.32 |
1299 | 2024-12-28T04:38:16.289Z | Fresh futures-core v0.3.30 |
1300 | 2024-12-28T04:38:16.289Z | Fresh jobserver v0.1.28 |
1301 | 2024-12-28T04:38:16.289Z | Fresh allocator-api2 v0.2.16 |
1302 | 2024-12-28T04:38:16.289Z | Fresh pkg-config v0.3.29 |
1303 | 2024-12-28T04:38:16.290Z | Fresh futures-io v0.3.30 |
1304 | 2024-12-28T04:38:16.290Z | Fresh vcpkg v0.2.15 |
1305 | 2024-12-28T04:38:16.290Z | Fresh getrandom v0.2.12 |
1306 | 2024-12-28T04:38:16.290Z | Fresh serde_derive v1.0.197 |
1307 | 2024-12-28T04:38:16.290Z | Fresh cc v1.0.83 |
1308 | 2024-12-28T04:38:16.290Z | Fresh ahash v0.8.8 |
1309 | 2024-12-28T04:38:16.290Z | Fresh ryu v1.0.16 |
1310 | 2024-12-28T04:38:16.290Z | Fresh smallvec v1.13.1 |
1311 | 2024-12-28T04:38:16.290Z | Fresh serde v1.0.197 |
1312 | 2024-12-28T04:38:16.290Z | Fresh hashbrown v0.14.3 |
1313 | 2024-12-28T04:38:16.290Z | Fresh bytes v1.5.0 |
1314 | 2024-12-28T04:38:16.290Z | Fresh equivalent v1.0.1 |
1315 | 2024-12-28T04:38:16.290Z | Fresh slab v0.4.9 |
1316 | 2024-12-28T04:38:16.290Z | Fresh scopeguard v1.2.0 |
1317 | 2024-12-28T04:38:16.290Z | Fresh indexmap v2.2.5 |
1318 | 2024-12-28T04:38:16.290Z | Fresh tracing-attributes v0.1.27 |
1319 | 2024-12-28T04:38:16.290Z | Fresh tracing-core v0.1.32 |
1320 | 2024-12-28T04:38:16.290Z | Fresh signal-hook-registry v1.4.1 |
1321 | 2024-12-28T04:38:16.290Z | Fresh lock_api v0.4.11 |
1322 | 2024-12-28T04:38:16.290Z | Fresh serde_json v1.0.114 |
1323 | 2024-12-28T04:38:16.290Z | Fresh tracing v0.1.40 |
1324 | 2024-12-28T04:38:16.290Z | Fresh fnv v1.0.7 |
1325 | 2024-12-28T04:38:16.290Z | Fresh openssl-src v300.2.3+3.2.1 |
1326 | 2024-12-28T04:38:16.290Z | Fresh num-traits v0.2.18 |
1327 | 2024-12-28T04:38:16.290Z | Fresh socket2 v0.5.5 |
1328 | 2024-12-28T04:38:16.290Z | Fresh regex-syntax v0.8.2 |
1329 | 2024-12-28T04:38:16.290Z | Fresh http v0.2.11 |
1330 | 2024-12-28T04:38:16.290Z | Fresh pin-utils v0.1.0 |
1331 | 2024-12-28T04:38:16.290Z | Fresh crossbeam-utils v0.8.19 |
1332 | 2024-12-28T04:38:16.290Z | Fresh tinyvec_macros v0.1.1 |
1333 | 2024-12-28T04:38:16.290Z | Fresh percent-encoding v2.3.1 |
1334 | 2024-12-28T04:38:16.290Z | Fresh futures-sink v0.3.30 |
1335 | 2024-12-28T04:38:16.290Z | Fresh form_urlencoded v1.2.1 |
1336 | 2024-12-28T04:38:16.290Z | Fresh tinyvec v1.6.0 |
1337 | 2024-12-28T04:38:16.290Z | Fresh tokio-macros v2.2.0 |
1338 | 2024-12-28T04:38:16.290Z | Fresh num_cpus v1.16.0 |
1339 | 2024-12-28T04:38:16.290Z | Fresh mio v0.8.11 |
1340 | 2024-12-28T04:38:16.290Z | Fresh futures-channel v0.3.30 |
1341 | 2024-12-28T04:38:16.290Z | Fresh syn v1.0.109 |
1342 | 2024-12-28T04:38:16.291Z | Fresh unicode-normalization v0.1.22 |
1343 | 2024-12-28T04:38:16.291Z | Fresh tokio v1.36.0 |
1344 | 2024-12-28T04:38:16.291Z | Fresh futures-macro v0.3.30 |
1345 | 2024-12-28T04:38:16.291Z | Fresh unicode-bidi v0.3.15 |
1346 | 2024-12-28T04:38:16.291Z | Fresh futures-task v0.3.30 |
1347 | 2024-12-28T04:38:16.291Z | Fresh spin v0.9.8 |
1348 | 2024-12-28T04:38:16.291Z | Fresh futures-util v0.3.30 |
1349 | 2024-12-28T04:38:16.291Z | Fresh idna v0.5.0 |
1350 | 2024-12-28T04:38:16.291Z | Fresh serde_derive_internals v0.26.0 |
1351 | 2024-12-28T04:38:16.291Z | Fresh concurrent-queue v2.4.0 |
1352 | 2024-12-28T04:38:16.291Z | Fresh thiserror-impl v1.0.58 |
1353 | 2024-12-28T04:38:16.291Z | Fresh schemars_derive v0.8.16 |
1354 | 2024-12-28T04:38:16.291Z | Fresh log v0.4.21 |
1355 | 2024-12-28T04:38:16.291Z | Fresh dyn-clone v1.0.16 |
1356 | 2024-12-28T04:38:16.291Z | Fresh untrusted v0.9.0 |
1357 | 2024-12-28T04:38:16.291Z | Fresh parking v2.2.0 |
1358 | 2024-12-28T04:38:16.291Z | Fresh thiserror v1.0.58 |
1359 | 2024-12-28T04:38:16.291Z | Fresh ring v0.17.7 |
1360 | 2024-12-28T04:38:16.291Z | Fresh httparse v1.8.0 |
1361 | 2024-12-28T04:38:16.291Z | Fresh socket2 v0.4.10 |
1362 | 2024-12-28T04:38:16.291Z | Fresh memchr v2.7.1 |
1363 | 2024-12-28T04:38:16.291Z | Fresh openssl-sys v0.9.99 |
1364 | 2024-12-28T04:38:16.291Z | Fresh tokio-util v0.7.10 |
1365 | 2024-12-28T04:38:16.291Z | Fresh errno v0.3.8 |
1366 | 2024-12-28T04:38:16.291Z | Fresh try-lock v0.2.5 |
1367 | 2024-12-28T04:38:16.291Z | Fresh fastrand v2.0.1 |
1368 | 2024-12-28T04:38:16.291Z | Fresh openssl-probe v0.1.5 |
1369 | 2024-12-28T04:38:16.291Z | Fresh iana-time-zone v0.1.60 |
1370 | 2024-12-28T04:38:16.291Z | Fresh h2 v0.3.24 |
1371 | 2024-12-28T04:38:16.291Z | Fresh want v0.3.1 |
1372 | 2024-12-28T04:38:16.291Z | Fresh http-body v0.4.6 |
1373 | 2024-12-28T04:38:16.291Z | Fresh httpdate v1.0.3 |
1374 | 2024-12-28T04:38:16.291Z | Fresh foreign-types-shared v0.1.1 |
1375 | 2024-12-28T04:38:16.291Z | Fresh tower-service v0.3.2 |
1376 | 2024-12-28T04:38:16.291Z | Fresh foreign-types v0.3.2 |
1377 | 2024-12-28T04:38:16.291Z | Fresh openssl-macros v0.1.1 |
1378 | 2024-12-28T04:38:16.291Z | Fresh encoding_rs v0.8.33 |
1379 | 2024-12-28T04:38:16.291Z | Fresh hyper v0.14.28 |
1380 | 2024-12-28T04:38:16.291Z | Fresh base64 v0.21.7 |
1381 | 2024-12-28T04:38:16.291Z | Fresh mime v0.3.17 |
1382 | 2024-12-28T04:38:16.292Z | Fresh rustix v0.38.31 |
1383 | 2024-12-28T04:38:16.292Z | Fresh openssl v0.10.63 |
1384 | 2024-12-28T04:38:16.294Z | Fresh rustls-webpki v0.101.7 |
1385 | 2024-12-28T04:38:16.294Z | Fresh sct v0.7.1 |
1386 | 2024-12-28T04:38:16.294Z | Fresh rand_core v0.6.4 |
1387 | 2024-12-28T04:38:16.294Z | Fresh ppv-lite86 v0.2.17 |
1388 | 2024-12-28T04:38:16.295Z | Fresh aho-corasick v1.1.2 |
1389 | 2024-12-28T04:38:16.295Z | Fresh anstyle v1.0.6 |
1390 | 2024-12-28T04:38:16.295Z | Fresh rand_chacha v0.3.1 |
1391 | 2024-12-28T04:38:16.295Z | Fresh rustls v0.21.10 |
1392 | 2024-12-28T04:38:16.295Z | Fresh native-tls v0.2.11 |
1393 | 2024-12-28T04:38:16.295Z | Fresh regex-automata v0.4.5 |
1394 | 2024-12-28T04:38:16.295Z | Fresh event-listener v4.0.3 |
1395 | 2024-12-28T04:38:16.295Z | Fresh serde_urlencoded v0.7.1 |
1396 | 2024-12-28T04:38:16.295Z | Fresh rustls-pemfile v1.0.4 |
1397 | 2024-12-28T04:38:16.295Z | Fresh rand v0.8.5 |
1398 | 2024-12-28T04:38:16.295Z | Fresh tokio-rustls v0.24.1 |
1399 | 2024-12-28T04:38:16.295Z | Fresh tokio-native-tls v0.3.1 |
1400 | 2024-12-28T04:38:16.295Z | Fresh regex v1.10.3 |
1401 | 2024-12-28T04:38:16.295Z | Fresh event-listener-strategy v0.4.0 |
1402 | 2024-12-28T04:38:16.295Z | Fresh sync_wrapper v0.1.2 |
1403 | 2024-12-28T04:38:16.295Z | Fresh hyper-rustls v0.24.2 |
1404 | 2024-12-28T04:38:16.295Z | Fresh hyper-tls v0.5.0 |
1405 | 2024-12-28T04:38:16.295Z | Fresh utf8parse v0.2.1 |
1406 | 2024-12-28T04:38:16.295Z | Fresh ipnet v2.9.0 |
1407 | 2024-12-28T04:38:16.295Z | Fresh webpki-roots v0.25.4 |
1408 | 2024-12-28T04:38:16.295Z | Fresh async-lock v3.3.0 |
1409 | 2024-12-28T04:38:16.295Z | Fresh typenum v1.17.0 |
1410 | 2024-12-28T04:38:16.295Z | Fresh reqwest v0.11.26 |
1411 | 2024-12-28T04:38:16.295Z | Fresh anstyle-parse v0.2.3 |
1412 | 2024-12-28T04:38:16.295Z | Fresh futures-lite v2.2.0 |
1413 | 2024-12-28T04:38:16.295Z | Fresh toml_datetime v0.6.5 |
1414 | 2024-12-28T04:38:16.295Z | Fresh serde_spanned v0.6.5 |
1415 | 2024-12-28T04:38:16.295Z | Fresh colorchoice v1.0.0 |
1416 | 2024-12-28T04:38:16.295Z | Fresh event-listener v2.5.3 |
1417 | 2024-12-28T04:38:16.295Z | Fresh anstyle-query v1.0.2 |
1418 | 2024-12-28T04:38:16.295Z | Fresh winnow v0.6.0 |
1419 | 2024-12-28T04:38:16.295Z | Fresh unicode-width v0.1.11 |
1420 | 2024-12-28T04:38:16.295Z | Fresh generic-array v0.14.7 |
1421 | 2024-12-28T04:38:16.295Z | Fresh toml_edit v0.22.8 |
1422 | 2024-12-28T04:38:16.295Z | Fresh anstream v0.6.11 |
1423 | 2024-12-28T04:38:16.295Z | Fresh clap_lex v0.7.0 |
1424 | 2024-12-28T04:38:16.295Z | Fresh heck v0.5.0 |
1425 | 2024-12-28T04:38:16.295Z | Fresh strsim v0.11.0 |
1426 | 2024-12-28T04:38:16.295Z | Fresh atomic-waker v1.1.2 |
1427 | 2024-12-28T04:38:16.296Z | Fresh clap_derive v4.5.3 |
1428 | 2024-12-28T04:38:16.296Z | Fresh toml v0.8.12 |
1429 | 2024-12-28T04:38:16.296Z | Fresh clap_builder v4.5.2 |
1430 | 2024-12-28T04:38:16.296Z | Fresh polling v3.4.0 |
1431 | 2024-12-28T04:38:16.296Z | Fresh event-listener v5.0.0 |
1432 | 2024-12-28T04:38:16.296Z | Fresh futures-executor v0.3.30 |
1433 | 2024-12-28T04:38:16.296Z | Fresh parking_lot_core v0.9.9 |
1434 | 2024-12-28T04:38:16.296Z | Fresh serde_tokenstream v0.2.0 |
1435 | 2024-12-28T04:38:16.296Z | Fresh fastrand v1.9.0 |
1436 | 2024-12-28T04:38:16.296Z | Fresh waker-fn v1.1.1 |
1437 | 2024-12-28T04:38:16.296Z | Fresh siphasher v0.3.11 |
1438 | 2024-12-28T04:38:16.296Z | Fresh event-listener-strategy v0.5.0 |
1439 | 2024-12-28T04:38:16.296Z | Fresh parking_lot v0.12.1 |
1440 | 2024-12-28T04:38:16.296Z | Fresh futures-lite v1.13.0 |
1441 | 2024-12-28T04:38:16.296Z | Fresh futures v0.3.30 |
1442 | 2024-12-28T04:38:16.296Z | Fresh phf_shared v0.10.0 |
1443 | 2024-12-28T04:38:16.296Z | Fresh crunchy v0.2.2 |
1444 | 2024-12-28T04:38:16.296Z | Fresh polling v2.8.0 |
1445 | 2024-12-28T04:38:16.296Z | Fresh clap v4.5.3 |
1446 | 2024-12-28T04:38:16.296Z | Fresh async-io v2.3.1 |
1447 | 2024-12-28T04:38:16.296Z | Fresh io-lifetimes v1.0.11 |
1448 | 2024-12-28T04:38:16.296Z | Fresh crypto-common v0.1.6 |
1449 | 2024-12-28T04:38:16.296Z | Fresh block-buffer v0.10.4 |
1450 | 2024-12-28T04:38:16.296Z | Fresh either v1.10.0 |
1451 | 2024-12-28T04:38:16.296Z | Fresh diff v0.1.13 |
1452 | 2024-12-28T04:38:16.296Z | Fresh lazy_static v1.4.0 |
1453 | 2024-12-28T04:38:16.296Z | Fresh fixedbitset v0.4.2 |
1454 | 2024-12-28T04:38:16.296Z | Fresh async-task v4.7.0 |
1455 | 2024-12-28T04:38:16.296Z | Fresh bit-vec v0.6.3 |
1456 | 2024-12-28T04:38:16.296Z | Fresh bitflags v1.3.2 |
1457 | 2024-12-28T04:38:16.296Z | Fresh new_debug_unreachable v1.0.4 |
1458 | 2024-12-28T04:38:16.296Z | Fresh precomputed-hash v0.1.1 |
1459 | 2024-12-28T04:38:16.296Z | Fresh itertools v0.10.5 |
1460 | 2024-12-28T04:38:16.296Z | Fresh petgraph v0.6.4 |
1461 | 2024-12-28T04:38:16.296Z | Fresh digest v0.10.7 |
1462 | 2024-12-28T04:38:16.296Z | Fresh bit-set v0.5.3 |
1463 | 2024-12-28T04:38:16.296Z | Fresh string_cache v0.8.7 |
1464 | 2024-12-28T04:38:16.296Z | Fresh rustix v0.37.27 |
1465 | 2024-12-28T04:38:16.296Z | Fresh tiny-keccak v2.0.2 |
1466 | 2024-12-28T04:38:16.296Z | Fresh ascii-canvas v3.0.0 |
1467 | 2024-12-28T04:38:16.297Z | Fresh async-channel v2.2.0 |
1468 | 2024-12-28T04:38:16.297Z | Fresh piper v0.2.1 |
1469 | 2024-12-28T04:38:16.297Z | Fresh async-lock v2.8.0 |
1470 | 2024-12-28T04:38:16.297Z | Fresh async-channel v1.9.0 |
1471 | 2024-12-28T04:38:16.297Z | Fresh ena v0.14.2 |
1472 | 2024-12-28T04:38:16.297Z | Fresh dirs-sys v0.3.7 |
1473 | 2024-12-28T04:38:16.297Z | Fresh pico-args v0.5.0 |
1474 | 2024-12-28T04:38:16.297Z | Fresh regex-syntax v0.7.5 |
1475 | 2024-12-28T04:38:16.297Z | Fresh unicode-xid v0.2.4 |
1476 | 2024-12-28T04:38:16.297Z | Fresh num-conv v0.1.0 |
1477 | 2024-12-28T04:38:16.297Z | Fresh time-core v0.1.2 |
1478 | 2024-12-28T04:38:16.297Z | Fresh powerfmt v0.2.0 |
1479 | 2024-12-28T04:38:16.297Z | Fresh cpufeatures v0.2.12 |
1480 | 2024-12-28T04:38:16.297Z | Fresh dirs v4.0.0 |
1481 | 2024-12-28T04:38:16.297Z | Fresh lalrpop v0.20.0 |
1482 | 2024-12-28T04:38:16.297Z | Fresh blocking v1.5.1 |
1483 | 2024-12-28T04:38:16.297Z | Fresh deranged v0.3.11 |
1484 | 2024-12-28T04:38:16.300Z | Fresh time-macros v0.2.17 |
1485 | 2024-12-28T04:38:16.300Z | Fresh async-io v1.13.0 |
1486 | 2024-12-28T04:38:16.300Z | Fresh async-executor v1.8.0 |
1487 | 2024-12-28T04:38:16.300Z | Fresh async-signal v0.2.5 |
1488 | 2024-12-28T04:38:16.300Z | Fresh libnghttp2-sys v0.1.9+1.58.0 |
1489 | 2024-12-28T04:38:16.300Z | Fresh progenitor-client v0.5.0 |
1490 | 2024-12-28T04:38:16.300Z | Fresh event-listener v3.1.0 |
1491 | 2024-12-28T04:38:16.300Z | Fresh pin-project-internal v1.1.4 |
1492 | 2024-12-28T04:38:16.300Z | Fresh num_threads v0.1.6 |
1493 | 2024-12-28T04:38:16.300Z | Fresh async-trait v0.1.78 |
1494 | 2024-12-28T04:38:16.300Z | Fresh curl-sys v0.4.72+curl-8.6.0 |
1495 | 2024-12-28T04:38:16.300Z | Fresh pin-project v1.1.4 |
1496 | 2024-12-28T04:38:16.300Z | Fresh time v0.3.34 |
1497 | 2024-12-28T04:38:16.300Z | Fresh async-process v1.8.1 |
1498 | 2024-12-28T04:38:16.300Z | Fresh async-global-executor v2.4.1 |
1499 | 2024-12-28T04:38:16.300Z | Fresh libz-sys v1.1.15 |
1500 | 2024-12-28T04:38:16.300Z | Fresh dirs-sys-next v0.1.2 |
1501 | 2024-12-28T04:38:16.300Z | Fresh kv-log-macro v1.0.7 |
1502 | 2024-12-28T04:38:16.300Z | Fresh similar v2.4.0 |
1503 | 2024-12-28T04:38:16.300Z | Fresh home v0.5.9 |
1504 | 2024-12-28T04:38:16.300Z | Fresh curl v0.4.46 |
1505 | 2024-12-28T04:38:16.300Z | Fresh libgit2-sys v0.16.2+1.7.2 |
1506 | 2024-12-28T04:38:16.300Z | Fresh dirs-next v2.0.0 |
1507 | 2024-12-28T04:38:16.300Z | Fresh async-std v1.12.0 |
1508 | 2024-12-28T04:38:16.300Z | Fresh tracing-futures v0.2.5 |
1509 | 2024-12-28T04:38:16.300Z | Fresh slog v2.7.0 |
1510 | 2024-12-28T04:38:16.300Z | Fresh sha1 v0.10.6 |
1511 | 2024-12-28T04:38:16.300Z | Fresh sluice v0.5.5 |
1512 | 2024-12-28T04:38:16.301Z | Fresh url v2.5.0 |
1513 | 2024-12-28T04:38:16.301Z | Fresh castaway v0.1.2 |
1514 | 2024-12-28T04:38:16.301Z | Fresh predicates-core v1.0.6 |
1515 | 2024-12-28T04:38:16.301Z | Fresh lalrpop-util v0.20.0 |
1516 | 2024-12-28T04:38:16.301Z | Fresh zeroize v1.7.0 |
1517 | 2024-12-28T04:38:16.301Z | Fresh rustls-pki-types v1.3.0 |
1518 | 2024-12-28T04:38:16.301Z | Fresh bitflags v2.4.2 |
1519 | 2024-12-28T04:38:16.301Z | Fresh isahc v1.7.2 |
1520 | 2024-12-28T04:38:16.301Z | Fresh basic-cookies v0.1.5 |
1521 | 2024-12-28T04:38:16.301Z | Fresh term v0.7.0 |
1522 | 2024-12-28T04:38:16.301Z | Fresh async-object-pool v0.1.4 |
1523 | 2024-12-28T04:38:16.301Z | Fresh console v0.15.8 |
1524 | 2024-12-28T04:38:16.301Z | Fresh tempfile v3.10.1 |
1525 | 2024-12-28T04:38:16.301Z | Fresh serde_regex v1.1.0 |
1526 | 2024-12-28T04:38:16.301Z | Fresh git2 v0.18.2 |
1527 | 2024-12-28T04:38:16.301Z | Fresh float-cmp v0.9.0 |
1528 | 2024-12-28T04:38:16.301Z | Fresh assert-json-diff v2.0.2 |
1529 | 2024-12-28T04:38:16.301Z | Fresh is-terminal v0.4.12 |
1530 | 2024-12-28T04:38:16.301Z | Fresh normalize-line-endings v0.3.0 |
1531 | 2024-12-28T04:38:16.301Z | Fresh data-encoding v2.5.0 |
1532 | 2024-12-28T04:38:16.301Z | Fresh levenshtein v1.0.5 |
1533 | 2024-12-28T04:38:16.301Z | Fresh byteorder v1.5.0 |
1534 | 2024-12-28T04:38:16.301Z | Fresh difflib v0.4.0 |
1535 | 2024-12-28T04:38:16.301Z | Fresh utf-8 v0.7.6 |
1536 | 2024-12-28T04:38:16.301Z | Fresh base64 v0.13.1 |
1537 | 2024-12-28T04:38:16.301Z | Fresh built v0.7.1 |
1538 | 2024-12-28T04:38:16.301Z | Fresh httpmock v0.6.8 |
1539 | 2024-12-28T04:38:16.301Z | Fresh predicates v3.1.0 |
1540 | 2024-12-28T04:38:16.301Z | Fresh tungstenite v0.20.1 |
1541 | 2024-12-28T04:38:16.301Z | Fresh rustls-webpki v0.102.2 |
1542 | 2024-12-28T04:38:16.301Z | Fresh serde_path_to_error v0.1.15 |
1543 | 2024-12-28T04:38:16.301Z | Fresh thread_local v1.1.7 |
1544 | 2024-12-28T04:38:16.301Z | Fresh is-docker v0.2.0 |
1545 | 2024-12-28T04:38:16.301Z | Fresh unicode-segmentation v1.11.0 |
1546 | 2024-12-28T04:38:16.301Z | Fresh subtle v2.5.0 |
1547 | 2024-12-28T04:38:16.301Z | Fresh match_cfg v0.1.0 |
1548 | 2024-12-28T04:38:16.301Z | Fresh is-wsl v0.4.0 |
1549 | 2024-12-28T04:38:16.301Z | Fresh rustls v0.22.2 |
1550 | 2024-12-28T04:38:16.301Z | Fresh newline-converter v0.3.0 |
1551 | 2024-12-28T04:38:16.301Z | Fresh hostname v0.3.1 |
1552 | 2024-12-28T04:38:16.301Z | Fresh tokio-tungstenite v0.20.1 |
1553 | 2024-12-28T04:38:16.302Z | Fresh portable-atomic v1.6.0 |
1554 | 2024-12-28T04:38:16.302Z | Fresh slog-json v2.6.1 |
1555 | 2024-12-28T04:38:16.302Z | Fresh termini v1.0.0 |
1556 | 2024-12-28T04:38:16.302Z | Fresh sha2 v0.10.8 |
1557 | 2024-12-28T04:38:16.302Z | Fresh crossbeam-channel v0.5.11 |
1558 | 2024-12-28T04:38:16.302Z | Fresh http v1.0.0 |
1559 | 2024-12-28T04:38:16.302Z | Fresh async-stream-impl v0.3.5 |
1560 | 2024-12-28T04:38:16.302Z | Fresh termtree v0.4.1 |
1561 | 2024-12-28T04:38:16.302Z | Fresh take_mut v0.2.2 |
1562 | 2024-12-28T04:38:16.302Z | Fresh spin v0.5.2 |
1563 | 2024-12-28T04:38:16.302Z | Fresh termcolor v1.4.1 |
1564 | 2024-12-28T04:38:16.302Z | Fresh untrusted v0.7.1 |
1565 | 2024-12-28T04:38:16.302Z | Fresh pathdiff v0.2.1 |
1566 | 2024-12-28T04:38:16.302Z | Fresh number_prefix v0.4.0 |
1567 | 2024-12-28T04:38:16.302Z | Fresh shell-words v1.1.0 |
1568 | 2024-12-28T04:38:16.302Z | Fresh humantime v2.1.0 |
1569 | 2024-12-28T04:38:16.302Z | Fresh indicatif v0.17.8 |
1570 | 2024-12-28T04:38:16.302Z | Fresh slog-async v2.8.0 |
1571 | 2024-12-28T04:38:16.302Z | Fresh env_logger v0.10.2 |
1572 | 2024-12-28T04:38:16.302Z | Fresh dialoguer v0.10.4 |
1573 | 2024-12-28T04:38:16.302Z | Fresh ring v0.16.20 |
1574 | 2024-12-28T04:38:16.302Z | Fresh open v4.2.0 |
1575 | 2024-12-28T04:38:16.302Z | Fresh multer v3.0.0 |
1576 | 2024-12-28T04:38:16.302Z | Fresh predicates-tree v1.0.9 |
1577 | 2024-12-28T04:38:16.302Z | Fresh slog-bunyan v2.5.0 |
1578 | 2024-12-28T04:38:16.302Z | Fresh oauth2 v4.4.2 |
1579 | 2024-12-28T04:38:16.302Z | Fresh thouart v0.1.0 (https://github.com/oxidecomputer/thouart.git#f960190b) |
1580 | 2024-12-28T04:38:16.302Z | Fresh async-stream v0.3.5 |
1581 | 2024-12-28T04:38:16.302Z | Fresh doc-comment v0.3.3 |
1582 | 2024-12-28T04:38:16.302Z | Fresh anyhow v1.0.81 |
1583 | 2024-12-28T04:38:16.302Z | Fresh paste v1.0.14 |
1584 | 2024-12-28T04:38:16.305Z | Fresh tokio-rustls v0.25.0 |
1585 | 2024-12-28T04:38:16.305Z | Fresh camino v1.1.6 |
1586 | 2024-12-28T04:38:16.305Z | Fresh slog-term v2.9.1 |
1587 | 2024-12-28T04:38:16.305Z | Fresh pem v1.1.1 |
1588 | 2024-12-28T04:38:16.305Z | Fresh rustls-pemfile v2.1.1 |
1589 | 2024-12-28T04:38:16.305Z | Fresh yasna v0.5.2 |
1590 | 2024-12-28T04:38:16.305Z | Fresh clap_complete v4.5.1 |
1591 | 2024-12-28T04:38:16.305Z | Fresh dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot#80390543) |
1592 | 2024-12-28T04:38:16.305Z | Fresh waitgroup v0.1.2 |
1593 | 2024-12-28T04:38:16.305Z | Fresh tabwriter v1.4.0 |
1594 | 2024-12-28T04:38:16.306Z | Fresh bstr v1.9.0 |
1595 | 2024-12-28T04:38:16.306Z | Fresh chrono v0.4.35 |
1596 | 2024-12-28T04:38:16.306Z | Fresh wait-timeout v0.2.0 |
1597 | 2024-12-28T04:38:16.306Z | Fresh uuid v1.7.0 |
1598 | 2024-12-28T04:38:16.306Z | Fresh heck v0.4.1 |
1599 | 2024-12-28T04:38:16.306Z | Fresh yansi v0.5.1 |
1600 | 2024-12-28T04:38:16.306Z | Fresh debug-ignore v1.0.5 |
1601 | 2024-12-28T04:38:16.306Z | Fresh rcgen v0.10.0 |
1602 | 2024-12-28T04:38:16.306Z | Fresh expectorate v1.1.0 |
1603 | 2024-12-28T04:38:16.306Z | Fresh schemars v0.8.16 |
1604 | 2024-12-28T04:38:16.306Z | Fresh dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot#80390543) |
1605 | 2024-12-28T04:38:16.306Z | Fresh assert_cmd v2.0.14 |
1606 | 2024-12-28T04:38:16.306Z | Fresh pretty_assertions v1.4.0 |
1607 | 2024-12-28T04:38:16.306Z | Fresh regress v0.9.0 |
1608 | 2024-12-28T04:38:16.306Z | Fresh getopts v0.2.21 |
1609 | 2024-12-28T04:38:16.306Z | Fresh syn v2.0.53 |
1610 | 2024-12-28T04:38:16.306Z | Fresh typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1611 | 2024-12-28T04:38:16.306Z | Fresh openapiv3 v2.0.0 |
1612 | 2024-12-28T04:38:16.306Z | Fresh same-file v1.0.6 |
1613 | 2024-12-28T04:38:16.306Z | Fresh unsafe-libyaml v0.2.10 |
1614 | 2024-12-28T04:38:16.306Z | Fresh progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor#090dd361) |
1615 | 2024-12-28T04:38:16.306Z | Fresh typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1616 | 2024-12-28T04:38:16.306Z | Fresh walkdir v2.4.0 |
1617 | 2024-12-28T04:38:16.306Z | Fresh semver v1.0.21 |
1618 | 2024-12-28T04:38:16.306Z | Fresh serde_yaml v0.9.31 |
1619 | 2024-12-28T04:38:16.306Z | Fresh typify v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1620 | 2024-12-28T04:38:16.306Z | Fresh toolchain_find v0.4.0 |
1621 | 2024-12-28T04:38:16.306Z | Fresh oxide-cli v0.3.0+0.0.6 (/work/oxidecomputer/oxide.rs/cli) |
1622 | 2024-12-28T04:38:16.306Z | Fresh progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor#090dd361) |
1623 | 2024-12-28T04:38:16.306Z | Fresh rustfmt-wrapper v0.2.1 |
1624 | 2024-12-28T04:38:16.306Z | Fresh oxide-httpmock v0.3.0+0.0.6 (/work/oxidecomputer/oxide.rs/sdk-httpmock) |
1625 | 2024-12-28T04:38:16.306Z | Fresh oxide v0.3.0+0.0.6 (/work/oxidecomputer/oxide.rs/sdk) |
1626 | 2024-12-28T04:38:16.306Z | Fresh progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor#090dd361) |
1627 | 2024-12-28T04:38:16.306Z | Fresh test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common) |
1628 | 2024-12-28T04:38:16.306Z | Fresh progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor#090dd361) |
1629 | 2024-12-28T04:38:16.306Z | Fresh xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask) |
1630 | 2024-12-28T04:38:16.306Z | Finished test [unoptimized + debuginfo] target(s) in 0.28s |
1631 | 2024-12-28T04:38:16.306Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-85da762f0e2ae042` |
1632 | 2024-12-28T04:38:16.346Z | |
1633 | 2024-12-28T04:38:16.346Z | running 4 tests |
1634 | 2024-12-28T04:38:16.349Z | test clap_feature::tests::test_byte_count ... ok |
1635 | 2024-12-28T04:38:16.349Z | test clap_feature::tests::test_block_size ... ok |
1636 | 2024-12-28T04:38:16.349Z | test clap_feature::tests::test_name_or_id ... ok |
1637 | 2024-12-28T04:38:16.349Z | test clap_feature::tests::test_name ... ok |
1638 | 2024-12-28T04:38:16.349Z | |
1639 | 2024-12-28T04:38:16.349Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1640 | 2024-12-28T04:38:16.349Z | |
1641 | 2024-12-28T04:38:16.351Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-c92863372bc79313` |
1642 | 2024-12-28T04:38:16.356Z | |
1643 | 2024-12-28T04:38:16.356Z | running 10 tests |
1644 | 2024-12-28T04:38:16.358Z | test cmd_api::tests::test_add_query_string ... ok |
1645 | 2024-12-28T04:38:16.358Z | test cli_builder::tests::resolve_value_parses_ipv6_addr ... ok |
1646 | 2024-12-28T04:38:16.358Z | test cli_builder::tests::resolve_value_parses_ipv4_addr ... ok |
1647 | 2024-12-28T04:38:16.358Z | test cmd_disk::test_get_disk_size ... ok |
1648 | 2024-12-28T04:38:16.358Z | test tests::test_autoref ... ok |
1649 | 2024-12-28T04:38:16.358Z | test cmd_auth::tests::test_proceed ... ok |
1650 | 2024-12-28T04:38:16.358Z | test cmd_auth::tests::test_parse_host ... ok |
1651 | 2024-12-28T04:38:16.363Z | test tests::test_json_body_required ... ok |
1652 | 2024-12-28T04:38:16.405Z | test cmd_version::version_success ... ok |
1653 | 2024-12-28T04:38:16.520Z | test cmd_auth::test_cmd_auth_status ... ok |
1654 | 2024-12-28T04:38:16.520Z | |
1655 | 2024-12-28T04:38:16.520Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s |
1656 | 2024-12-28T04:38:16.520Z | |
1657 | 2024-12-28T04:38:16.524Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_api-e7f5a7bc184b8e50` |
1658 | 2024-12-28T04:38:16.531Z | |
1659 | 2024-12-28T04:38:16.531Z | running 3 tests |
1660 | 2024-12-28T04:38:16.571Z | test test_simple_api_call ... ok |
1661 | 2024-12-28T04:38:16.571Z | test test_pagination_midway_failure ... ok |
1662 | 2024-12-28T04:38:16.574Z | test test_pagination_success ... ok |
1663 | 2024-12-28T04:38:16.574Z | |
1664 | 2024-12-28T04:38:16.574Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s |
1665 | 2024-12-28T04:38:16.574Z | |
1666 | 2024-12-28T04:38:16.576Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_auth-18d0a95cf74df9ed` |
1667 | 2024-12-28T04:38:16.582Z | |
1668 | 2024-12-28T04:38:16.582Z | running 2 tests |
1669 | 2024-12-28T04:38:16.638Z | test test_auth_login_no_browser ... ok |
1670 | 2024-12-28T04:38:16.679Z | test test_auth_login_browser ... FAILED |
1671 | 2024-12-28T04:38:16.679Z | |
1672 | 2024-12-28T04:38:16.679Z | failures: |
1673 | 2024-12-28T04:38:16.679Z | |
1674 | 2024-12-28T04:38:16.679Z | ---- test_auth_login_browser stdout ---- |
1675 | 2024-12-28T04:38:16.679Z | thread 'test_auth_login_browser' panicked at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/ops/function.rs:250:5: |
1676 | 2024-12-28T04:38:16.679Z | Unexpected stdout, failed diff original var |
1677 | 2024-12-28T04:38:16.679Z | ├── original: Copy your one-time code: |
1678 | 2024-12-28T04:38:16.679Z | │ foousercode |
1679 | 2024-12-28T04:38:16.679Z | │ Press ENTER to open http://127.0.0.1:59104/verify in your browser...CurrentUser { |
1680 | 2024-12-28T04:38:16.679Z | │ display_name: "foo", |
1681 | 2024-12-28T04:38:16.679Z | │ id: bf8f5c05-2aa6-47f2-9f8a-92896e1fe175, |
1682 | 2024-12-28T04:38:16.679Z | │ silo_id: aa09e636-e452-466d-a3b3-45e24c49da61, |
1683 | 2024-12-28T04:38:16.679Z | │ silo_name: Name( |
1684 | 2024-12-28T04:38:16.679Z | │ "foo-silo", |
1685 | 2024-12-28T04:38:16.679Z | │ ), |
1686 | 2024-12-28T04:38:16.679Z | │ } |
1687 | 2024-12-28T04:38:16.679Z | │ Logged in as bf8f5c05-2aa6-47f2-9f8a-92896e1fe175 |
1688 | 2024-12-28T04:38:16.679Z | ├── diff: |
1689 | 2024-12-28T04:38:16.679Z | │ --- orig |
1690 | 2024-12-28T04:38:16.679Z | │ +++ var |
1691 | 2024-12-28T04:38:16.679Z | │ @@ -3 +3,3 @@ |
1692 | 2024-12-28T04:38:16.680Z | │ -Press ENTER to open http://127.0.0.1:59104/verify in your browser...CurrentUser { |
1693 | 2024-12-28T04:38:16.680Z | │ +Press ENTER to open http://127.0.0.1:59104/verify in your browser...Open this URL in your browser: |
1694 | 2024-12-28T04:38:16.680Z | │ + http://127.0.0.1:59104/verify |
1695 | 2024-12-28T04:38:16.682Z | │ +CurrentUser { |
1696 | 2024-12-28T04:38:16.682Z | └── var as str: Copy your one-time code: |
1697 | 2024-12-28T04:38:16.682Z | foousercode |
1698 | 2024-12-28T04:38:16.682Z | Press ENTER to open http://127.0.0.1:59104/verify in your browser...Open this URL in your browser: |
1699 | 2024-12-28T04:38:16.682Z | http://127.0.0.1:59104/verify |
1700 | 2024-12-28T04:38:16.682Z | CurrentUser { |
1701 | 2024-12-28T04:38:16.682Z | display_name: "foo", |
1702 | 2024-12-28T04:38:16.682Z | id: bf8f5c05-2aa6-47f2-9f8a-92896e1fe175, |
1703 | 2024-12-28T04:38:16.683Z | silo_id: aa09e636-e452-466d-a3b3-45e24c49da61, |
1704 | 2024-12-28T04:38:16.683Z | silo_name: Name( |
1705 | 2024-12-28T04:38:16.683Z | "foo-silo", |
1706 | 2024-12-28T04:38:16.683Z | ), |
1707 | 2024-12-28T04:38:16.683Z | } |
1708 | 2024-12-28T04:38:16.683Z | Logged in as bf8f5c05-2aa6-47f2-9f8a-92896e1fe175 |
1709 | 2024-12-28T04:38:16.683Z | |
1710 | 2024-12-28T04:38:16.683Z | command=`RUST_BACKTRACE="1" "/work/oxidecomputer/oxide.rs/target/debug/oxide" "auth" "login" "--host" "http://127.0.0.1:59104"` |
1711 | 2024-12-28T04:38:16.683Z | stdin=`"y"` |
1712 | 2024-12-28T04:38:16.683Z | code=0 |
1713 | 2024-12-28T04:38:16.683Z | stdout=``` |
1714 | 2024-12-28T04:38:16.683Z | Copy your one-time code: |
1715 | 2024-12-28T04:38:16.683Z | foousercode |
1716 | 2024-12-28T04:38:16.683Z | Press ENTER to open http://127.0.0.1:59104/verify in your browser...Open this URL in your browser: |
1717 | 2024-12-28T04:38:16.683Z | http://127.0.0.1:59104/verify |
1718 | 2024-12-28T04:38:16.683Z | CurrentUser { |
1719 | 2024-12-28T04:38:16.683Z | display_name: \"foo\", |
1720 | 2024-12-28T04:38:16.683Z | id: bf8f5c05-2aa6-47f2-9f8a-92896e1fe175, |
1721 | 2024-12-28T04:38:16.683Z | silo_id: aa09e636-e452-466d-a3b3-45e24c49da61, |
1722 | 2024-12-28T04:38:16.683Z | silo_name: Name( |
1723 | 2024-12-28T04:38:16.683Z | \"foo-silo\", |
1724 | 2024-12-28T04:38:16.683Z | ), |
1725 | 2024-12-28T04:38:16.683Z | } |
1726 | 2024-12-28T04:38:16.683Z | Logged in as bf8f5c05-2aa6-47f2-9f8a-92896e1fe175 |
1727 | 2024-12-28T04:38:16.683Z | ``` |
1728 | 2024-12-28T04:38:16.683Z | |
1729 | 2024-12-28T04:38:16.683Z | stderr="" |
1730 | 2024-12-28T04:38:16.683Z | |
1731 | 2024-12-28T04:38:16.683Z | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
1732 | 2024-12-28T04:38:16.683Z | |
1733 | 2024-12-28T04:38:16.683Z | |
1734 | 2024-12-28T04:38:16.683Z | failures: |
1735 | 2024-12-28T04:38:16.683Z | test_auth_login_browser |
1736 | 2024-12-28T04:38:16.683Z | |
1737 | 2024-12-28T04:38:16.683Z | test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s |
1738 | 2024-12-28T04:38:16.683Z | |
1739 | 2024-12-28T04:38:16.683Z | error: test failed, to rerun pass `-p oxide-cli --test test_auth` |
1740 | 2024-12-28T04:38:16.693Z | |
1741 | 2024-12-28T04:38:16.696Z | real 0.718410014 |
1742 | 2024-12-28T04:38:16.696Z | user 0.526658444 |
1743 | 2024-12-28T04:38:16.696Z | sys 0.354759515 |
1744 | 2024-12-28T04:38:16.696Z | trap 0.000330349 |
1745 | 2024-12-28T04:38:16.696Z | tflt 0.009971344 |
1746 | 2024-12-28T04:38:16.696Z | dflt 0.007872037 |
1747 | 2024-12-28T04:38:16.696Z | kflt 0.001776758 |
1748 | 2024-12-28T04:38:16.696Z | lock 2.873483305 |
1749 | 2024-12-28T04:38:16.696Z | slp 2.197658881 |
1750 | 2024-12-28T04:38:16.696Z | lat 0.028721918 |
1751 | 2024-12-28T04:38:16.696Z | stop 0.098610977 |
1752 | 2024-12-28T04:38:16.696Z | process exited: duration 264390 ms, exit code 101 |
|
1753 | 2024-12-28T04:38:16.701Z | found 0 output files |