|
|
|
| 1 | 2025-09-15T16:52:54.985Z | job assigned to worker 01K574NP8QZPR3682Q50EBHP27 [factory gimlet-EVT22200007-propolis, EVT22200007/41797] (queued for 23 s) |
| |
| 2 | 2025-09-15T16:53:03.483Z | starting task 0: "setup" |
| 3 | 2025-09-15T16:53:03.508Z | ++ uname -s |
| 4 | 2025-09-15T16:53:03.508Z | + kern=SunOS |
| 5 | 2025-09-15T16:53:03.508Z | + build_user=build |
| 6 | 2025-09-15T16:53:03.508Z | + build_uid=12345 |
| 7 | 2025-09-15T16:53:03.508Z | + work_dir=/work |
| 8 | 2025-09-15T16:53:03.508Z | + input_dir=/input |
| 9 | 2025-09-15T16:53:03.508Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-15T16:53:03.508Z | + case "$kern" in |
| 11 | 2025-09-15T16:53:03.508Z | + groupadd -g 12345 build |
| 12 | 2025-09-15T16:53:03.508Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-15T16:53:05.505Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-15T16:53:05.541Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-15T16:53:05.566Z | + home_fs=zfs |
| 16 | 2025-09-15T16:53:05.566Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-15T16:53:05.566Z | + mkdir -p /home/build |
| 18 | 2025-09-15T16:53:05.566Z | + chown build:build /home/build /work |
| 19 | 2025-09-15T16:53:07.549Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-15T16:53:07.576Z | process exited: duration 4073 ms, exit code 0 |
| |
| 21 | 2025-09-15T16:53:07.630Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-15T16:53:07.655Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2025-09-15T16:53:07.655Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-09-15T16:53:07.655Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2025-09-15T16:53:07.655Z | * rust toolchain channel = "stable" |
| 26 | 2025-09-15T16:53:07.655Z | * rust toolchain profile = "default" |
| 27 | 2025-09-15T16:53:07.655Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-09-15T16:53:07.655Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-15T16:53:07.655Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2025-09-15T16:53:07.776Z | info: downloading installer |
| 31 | 2025-09-15T16:53:08.688Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-15T16:53:08.688Z | warn: /opt/ooce/bin |
| 33 | 2025-09-15T16:53:08.688Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-15T16:53:08.688Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-15T16:53:08.688Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-15T16:53:08.688Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-15T16:53:08.688Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-15T16:53:08.689Z | error: cannot install while Rust is installed |
| 39 | 2025-09-15T16:53:08.689Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-15T16:53:08.714Z | info: profile set to 'default' |
| 41 | 2025-09-15T16:53:08.714Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-15T16:53:08.714Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 43 | 2025-09-15T16:53:08.815Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-15T16:53:08.815Z | info: downloading component 'cargo' |
| 45 | 2025-09-15T16:53:08.994Z | info: downloading component 'clippy' |
| 46 | 2025-09-15T16:53:09.060Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-15T16:53:09.271Z | info: downloading component 'rust-std' |
| 48 | 2025-09-15T16:53:09.606Z | info: downloading component 'rustc' |
| 49 | 2025-09-15T16:53:10.877Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-15T16:53:10.936Z | info: installing component 'cargo' |
| 51 | 2025-09-15T16:53:12.082Z | info: installing component 'clippy' |
| 52 | 2025-09-15T16:53:12.543Z | info: installing component 'rust-docs' |
| 53 | 2025-09-15T16:53:15.596Z | info: installing component 'rust-std' |
| 54 | 2025-09-15T16:53:17.785Z | info: installing component 'rustc' |
| 55 | 2025-09-15T16:53:25.494Z | info: installing component 'rustfmt' |
| 56 | 2025-09-15T16:53:25.866Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 57 | 2025-09-15T16:53:25.866Z | |
| 58 | 2025-09-15T16:53:26.036Z | stable-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-15T16:53:26.036Z | |
| 60 | 2025-09-15T16:53:26.062Z | |
| 61 | 2025-09-15T16:53:26.062Z | Rust is installed now. Great! |
| 62 | 2025-09-15T16:53:26.062Z | |
| 63 | 2025-09-15T16:53:26.062Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-15T16:53:26.062Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-15T16:53:26.062Z | |
| 66 | 2025-09-15T16:53:26.062Z | To configure your current shell, you need to source |
| 67 | 2025-09-15T16:53:26.062Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-15T16:53:26.062Z | |
| 69 | 2025-09-15T16:53:26.062Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-15T16:53:26.062Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-15T16:53:26.062Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-15T16:53:26.062Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-15T16:53:26.144Z | + rustup --version |
| 74 | 2025-09-15T16:53:26.169Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-15T16:53:26.169Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-15T16:53:26.282Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-15T16:53:26.307Z | + cargo --version |
| 78 | 2025-09-15T16:53:26.392Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-15T16:53:26.417Z | + rustc --version |
| 80 | 2025-09-15T16:53:26.510Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-15T16:53:26.535Z | process exited: duration 18890 ms, exit code 0 |
| |
| 82 | 2025-09-15T16:53:26.589Z | starting task 2: "authentication" |
| 83 | 2025-09-15T16:53:26.646Z | process exited: duration 60 ms, exit code 0 |
| |
| 84 | 2025-09-15T16:53:26.696Z | starting task 3: "clone repository" |
| 85 | 2025-09-15T16:53:26.721Z | + mkdir -p /work/oxidecomputer/dropshot |
| 86 | 2025-09-15T16:53:26.721Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
| 87 | 2025-09-15T16:53:26.746Z | Cloning into '/work/oxidecomputer/dropshot'... |
| 88 | 2025-09-15T16:53:27.772Z | + cd /work/oxidecomputer/dropshot |
| 89 | 2025-09-15T16:53:27.797Z | + git fetch origin b12022f03559efa4cd4f66599642f77f8974bd91 |
| 90 | 2025-09-15T16:53:28.187Z | From https://github.com/oxidecomputer/dropshot |
| 91 | 2025-09-15T16:53:28.187Z | * branch b12022f03559efa4cd4f66599642f77f8974bd91 -> FETCH_HEAD |
| 92 | 2025-09-15T16:53:28.212Z | + [[ -n dependabot/cargo/serde_json-1.0.145 ]] |
| 93 | 2025-09-15T16:53:28.212Z | ++ git branch --show-current |
| 94 | 2025-09-15T16:53:28.212Z | + current=main |
| 95 | 2025-09-15T16:53:28.212Z | + [[ main != dependabot/cargo/serde_json-1.0.145 ]] |
| 96 | 2025-09-15T16:53:28.212Z | + git branch -f dependabot/cargo/serde_json-1.0.145 b12022f03559efa4cd4f66599642f77f8974bd91 |
| 97 | 2025-09-15T16:53:28.212Z | + git checkout -f dependabot/cargo/serde_json-1.0.145 |
| 98 | 2025-09-15T16:53:28.237Z | Switched to branch 'dependabot/cargo/serde_json-1.0.145' |
| 99 | 2025-09-15T16:53:28.261Z | + git reset --hard b12022f03559efa4cd4f66599642f77f8974bd91 |
| 100 | 2025-09-15T16:53:28.261Z | HEAD is now at b12022f serde_core fixtures |
| 101 | 2025-09-15T16:53:28.261Z | process exited: duration 1554 ms, exit code 0 |
| |
| 102 | 2025-09-15T16:53:28.311Z | starting task 4: "build" |
| 103 | 2025-09-15T16:53:28.336Z | + cargo --version |
| 104 | 2025-09-15T16:53:28.336Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 105 | 2025-09-15T16:53:28.452Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 106 | 2025-09-15T16:53:28.477Z | info: downloading component 'cargo' |
| 107 | 2025-09-15T16:53:28.599Z | info: downloading component 'clippy' |
| 108 | 2025-09-15T16:53:28.695Z | info: downloading component 'rust-docs' |
| 109 | 2025-09-15T16:53:28.907Z | info: downloading component 'rust-std' |
| 110 | 2025-09-15T16:53:29.279Z | info: downloading component 'rustc' |
| 111 | 2025-09-15T16:53:30.293Z | info: downloading component 'rustfmt' |
| 112 | 2025-09-15T16:53:30.386Z | info: installing component 'cargo' |
| 113 | 2025-09-15T16:53:31.523Z | info: installing component 'clippy' |
| 114 | 2025-09-15T16:53:31.970Z | info: installing component 'rust-docs' |
| 115 | 2025-09-15T16:53:34.937Z | info: installing component 'rust-std' |
| 116 | 2025-09-15T16:53:37.038Z | info: installing component 'rustc' |
| 117 | 2025-09-15T16:53:44.802Z | info: installing component 'rustfmt' |
| 118 | 2025-09-15T16:53:45.295Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 119 | 2025-09-15T16:53:45.364Z | + rustc --version |
| 120 | 2025-09-15T16:53:45.456Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 121 | 2025-09-15T16:53:45.529Z | + banner build |
| 122 | 2025-09-15T16:53:45.529Z | |
| 123 | 2025-09-15T16:53:45.529Z | ##### # # # # ##### |
| 124 | 2025-09-15T16:53:45.529Z | # # # # # # # # |
| 125 | 2025-09-15T16:53:45.529Z | ##### # # # # # # |
| 126 | 2025-09-15T16:53:45.529Z | # # # # # # # # |
| 127 | 2025-09-15T16:53:45.529Z | # # # # # # # # |
| 128 | 2025-09-15T16:53:45.529Z | ##### #### # ###### ##### |
| 129 | 2025-09-15T16:53:45.529Z | |
| 130 | 2025-09-15T16:53:45.529Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
| 131 | 2025-09-15T16:53:45.736Z | Updating crates.io index |
| 132 | 2025-09-15T16:53:47.457Z | Downloading crates ... |
| 133 | 2025-09-15T16:53:47.535Z | Downloaded log v0.4.17 |
| 134 | 2025-09-15T16:53:47.616Z | Downloaded autocfg v1.1.0 |
| 135 | 2025-09-15T16:53:47.616Z | Downloaded deranged v0.3.11 |
| 136 | 2025-09-15T16:53:47.616Z | Downloaded cc v1.2.16 |
| 137 | 2025-09-15T16:53:47.616Z | Downloaded tower-layer v0.3.3 |
| 138 | 2025-09-15T16:53:47.616Z | Downloaded pretty-hex v0.4.1 |
| 139 | 2025-09-15T16:53:47.616Z | Downloaded cpufeatures v0.2.2 |
| 140 | 2025-09-15T16:53:47.616Z | Downloaded yoke-derive v0.7.5 |
| 141 | 2025-09-15T16:53:47.616Z | Downloaded usdt-impl v0.6.0 |
| 142 | 2025-09-15T16:53:47.616Z | Downloaded try-lock v0.2.3 |
| 143 | 2025-09-15T16:53:47.616Z | Downloaded mime v0.3.16 |
| 144 | 2025-09-15T16:53:47.616Z | Downloaded rustls-pemfile v2.1.3 |
| 145 | 2025-09-15T16:53:47.616Z | Downloaded parking_lot v0.12.1 |
| 146 | 2025-09-15T16:53:47.616Z | Downloaded icu_locid v1.5.0 |
| 147 | 2025-09-15T16:53:47.616Z | Downloaded mio v1.0.3 |
| 148 | 2025-09-15T16:53:47.616Z | Downloaded yasna v0.5.2 |
| 149 | 2025-09-15T16:53:47.687Z | Downloaded schema v0.1.0 |
| 150 | 2025-09-15T16:53:47.687Z | Downloaded scopeguard v1.2.0 |
| 151 | 2025-09-15T16:53:47.687Z | Downloaded subtle v2.5.0 |
| 152 | 2025-09-15T16:53:47.687Z | Downloaded tinyvec_macros v0.1.0 |
| 153 | 2025-09-15T16:53:47.687Z | Downloaded tokio-macros v2.5.0 |
| 154 | 2025-09-15T16:53:47.687Z | Downloaded tokio-native-tls v0.3.1 |
| 155 | 2025-09-15T16:53:47.687Z | Downloaded socket2 v0.6.0 |
| 156 | 2025-09-15T16:53:47.687Z | Downloaded zerofrom v0.1.5 |
| 157 | 2025-09-15T16:53:47.687Z | Downloaded iri-string v0.7.8 |
| 158 | 2025-09-15T16:53:47.687Z | Downloaded take_mut v0.2.2 |
| 159 | 2025-09-15T16:53:47.687Z | Downloaded serde_json v1.0.145 |
| 160 | 2025-09-15T16:53:47.687Z | Downloaded rustc-hash v2.0.0 |
| 161 | 2025-09-15T16:53:47.687Z | Downloaded thiserror v1.0.69 |
| 162 | 2025-09-15T16:53:47.688Z | Downloaded synstructure v0.13.1 |
| 163 | 2025-09-15T16:53:47.688Z | Downloaded pest_generator v2.8.1 |
| 164 | 2025-09-15T16:53:47.688Z | Downloaded tungstenite v0.24.0 |
| 165 | 2025-09-15T16:53:47.751Z | Downloaded rustls-native-certs v0.7.0 |
| 166 | 2025-09-15T16:53:47.751Z | Downloaded version_check v0.9.5 |
| 167 | 2025-09-15T16:53:47.751Z | Downloaded pest_derive v2.8.1 |
| 168 | 2025-09-15T16:53:47.751Z | Downloaded thiserror v2.0.16 |
| 169 | 2025-09-15T16:53:47.751Z | Downloaded subprocess v0.2.9 |
| 170 | 2025-09-15T16:53:47.751Z | Downloaded unicode-segmentation v1.10.0 |
| 171 | 2025-09-15T16:53:47.751Z | Downloaded tinyvec v1.5.1 |
| 172 | 2025-09-15T16:53:47.751Z | Downloaded rcgen v0.14.3 |
| 173 | 2025-09-15T16:53:47.752Z | Downloaded rand v0.8.4 |
| 174 | 2025-09-15T16:53:47.752Z | Downloaded quinn v0.11.4 |
| 175 | 2025-09-15T16:53:47.752Z | Downloaded prettyplease v0.2.37 |
| 176 | 2025-09-15T16:53:47.752Z | Downloaded winnow v0.7.10 |
| 177 | 2025-09-15T16:53:47.808Z | Downloaded webpki-roots v0.26.5 |
| 178 | 2025-09-15T16:53:47.808Z | Downloaded portable-atomic v1.9.0 |
| 179 | 2025-09-15T16:53:47.808Z | Downloaded reqwest v0.12.23 |
| 180 | 2025-09-15T16:53:47.808Z | Downloaded rustix v0.38.44 |
| 181 | 2025-09-15T16:53:47.808Z | Downloaded quinn-proto v0.11.8 |
| 182 | 2025-09-15T16:53:47.859Z | Downloaded webpki-roots v1.0.0 |
| 183 | 2025-09-15T16:53:47.859Z | Downloaded zerocopy v0.8.27 |
| 184 | 2025-09-15T16:53:47.859Z | Downloaded tower-http v0.6.5 |
| 185 | 2025-09-15T16:53:47.859Z | Downloaded syn v2.0.106 |
| 186 | 2025-09-15T16:53:47.904Z | Downloaded openssl v0.10.72 |
| 187 | 2025-09-15T16:53:47.904Z | Downloaded rustls v0.23.13 |
| 188 | 2025-09-15T16:53:47.904Z | Downloaded rustls v0.22.4 |
| 189 | 2025-09-15T16:53:47.904Z | Downloaded rustix v1.0.2 |
| 190 | 2025-09-15T16:53:47.947Z | Downloaded openapiv3 v2.2.0 |
| 191 | 2025-09-15T16:53:47.947Z | Downloaded libc v0.2.175 |
| 192 | 2025-09-15T16:53:47.986Z | Downloaded openssl-sys v0.9.107 |
| 193 | 2025-09-15T16:53:47.986Z | Downloaded uuid v1.18.1 |
| 194 | 2025-09-15T16:53:47.986Z | Downloaded tracing-core v0.1.32 |
| 195 | 2025-09-15T16:53:47.986Z | Downloaded proc-macro2 v1.0.101 |
| 196 | 2025-09-15T16:53:47.986Z | Downloaded typenum v1.14.0 |
| 197 | 2025-09-15T16:53:47.986Z | Downloaded tokio-rustls v0.25.0 |
| 198 | 2025-09-15T16:53:48.022Z | Downloaded num-traits v0.2.14 |
| 199 | 2025-09-15T16:53:48.022Z | Downloaded native-tls v0.2.12 |
| 200 | 2025-09-15T16:53:48.022Z | Downloaded tokio v1.47.1 |
| 201 | 2025-09-15T16:53:48.056Z | Downloaded quote v1.0.40 |
| 202 | 2025-09-15T16:53:48.056Z | Downloaded multer v3.1.0 |
| 203 | 2025-09-15T16:53:48.056Z | Downloaded parking_lot_core v0.9.4 |
| 204 | 2025-09-15T16:53:48.056Z | Downloaded once_cell v1.20.1 |
| 205 | 2025-09-15T16:53:48.056Z | Downloaded slog-json v2.6.1 |
| 206 | 2025-09-15T16:53:48.056Z | Downloaded encoding_rs v0.8.32 |
| 207 | 2025-09-15T16:53:48.085Z | Downloaded sha1 v0.10.6 |
| 208 | 2025-09-15T16:53:48.085Z | Downloaded serde_urlencoded v0.7.1 |
| 209 | 2025-09-15T16:53:48.085Z | Downloaded serde_tokenstream v0.2.2 |
| 210 | 2025-09-15T16:53:48.085Z | Downloaded slog-bunyan v2.5.0 |
| 211 | 2025-09-15T16:53:48.085Z | Downloaded scroll_derive v0.13.1 |
| 212 | 2025-09-15T16:53:48.085Z | Downloaded tinystr v0.7.6 |
| 213 | 2025-09-15T16:53:48.085Z | Downloaded rand_chacha v0.3.1 |
| 214 | 2025-09-15T16:53:48.085Z | Downloaded pin-project-lite v0.2.12 |
| 215 | 2025-09-15T16:53:48.085Z | Downloaded mime_guess v2.0.5 |
| 216 | 2025-09-15T16:53:48.112Z | Downloaded vcpkg v0.2.15 |
| 217 | 2025-09-15T16:53:48.139Z | Downloaded usdt-attr-macro v0.6.0 |
| 218 | 2025-09-15T16:53:48.139Z | Downloaded rand_core v0.6.3 |
| 219 | 2025-09-15T16:53:48.139Z | Downloaded pkg-config v0.3.31 |
| 220 | 2025-09-15T16:53:48.139Z | Downloaded pin-utils v0.1.0 |
| 221 | 2025-09-15T16:53:48.139Z | Downloaded pem v3.0.5 |
| 222 | 2025-09-15T16:53:48.163Z | Downloaded yoke v0.7.5 |
| 223 | 2025-09-15T16:53:48.163Z | Downloaded utf8_iter v1.0.4 |
| 224 | 2025-09-15T16:53:48.163Z | Downloaded usdt-macro v0.6.0 |
| 225 | 2025-09-15T16:53:48.163Z | Downloaded unicode-ident v1.0.12 |
| 226 | 2025-09-15T16:53:48.163Z | Downloaded trybuild v1.0.110 |
| 227 | 2025-09-15T16:53:48.163Z | Downloaded icu_properties_data v1.5.0 |
| 228 | 2025-09-15T16:53:48.163Z | Downloaded slab v0.4.9 |
| 229 | 2025-09-15T16:53:48.187Z | Downloaded zerovec-derive v0.10.3 |
| 230 | 2025-09-15T16:53:48.187Z | Downloaded rustls-webpki v0.102.8 |
| 231 | 2025-09-15T16:53:48.187Z | Downloaded quinn-udp v0.5.5 |
| 232 | 2025-09-15T16:53:48.210Z | Downloaded ppv-lite86 v0.2.15 |
| 233 | 2025-09-15T16:53:48.210Z | Downloaded powerfmt v0.2.0 |
| 234 | 2025-09-15T16:53:48.211Z | Downloaded plain v0.2.3 |
| 235 | 2025-09-15T16:53:48.211Z | Downloaded percent-encoding v2.3.2 |
| 236 | 2025-09-15T16:53:48.211Z | Downloaded paste v1.0.15 |
| 237 | 2025-09-15T16:53:48.211Z | Downloaded parking v2.2.0 |
| 238 | 2025-09-15T16:53:48.211Z | Downloaded zeroize v1.7.0 |
| 239 | 2025-09-15T16:53:48.211Z | Downloaded zerofrom-derive v0.1.5 |
| 240 | 2025-09-15T16:53:48.211Z | Downloaded utf16_iter v1.0.5 |
| 241 | 2025-09-15T16:53:48.211Z | Downloaded utf-8 v0.7.6 |
| 242 | 2025-09-15T16:53:48.211Z | Downloaded hyper v1.7.0 |
| 243 | 2025-09-15T16:53:48.211Z | Downloaded socket2 v0.5.9 |
| 244 | 2025-09-15T16:53:48.235Z | Downloaded unicode-width v0.1.9 |
| 245 | 2025-09-15T16:53:48.235Z | Downloaded ucd-trie v0.1.6 |
| 246 | 2025-09-15T16:53:48.235Z | Downloaded time v0.3.36 |
| 247 | 2025-09-15T16:53:48.235Z | Downloaded idna v1.0.3 |
| 248 | 2025-09-15T16:53:48.235Z | Downloaded smallvec v1.13.2 |
| 249 | 2025-09-15T16:53:48.235Z | Downloaded slog-term v2.9.2 |
| 250 | 2025-09-15T16:53:48.235Z | Downloaded schemars v0.8.22 |
| 251 | 2025-09-15T16:53:48.259Z | Downloaded zerocopy-derive v0.8.27 |
| 252 | 2025-09-15T16:53:48.259Z | Downloaded tokio-util v0.7.7 |
| 253 | 2025-09-15T16:53:48.259Z | Downloaded thiserror-impl v1.0.69 |
| 254 | 2025-09-15T16:53:48.259Z | Downloaded spin v0.9.8 |
| 255 | 2025-09-15T16:53:48.283Z | Downloaded serde_path_to_error v0.1.17 |
| 256 | 2025-09-15T16:53:48.283Z | Downloaded scroll v0.13.0 |
| 257 | 2025-09-15T16:53:48.283Z | Downloaded time-macros v0.2.18 |
| 258 | 2025-09-15T16:53:48.283Z | Downloaded similar v2.2.1 |
| 259 | 2025-09-15T16:53:48.284Z | Downloaded ring v0.17.13 |
| 260 | 2025-09-15T16:53:48.317Z | Downloaded serde_core v1.0.223 |
| 261 | 2025-09-15T16:53:48.341Z | Downloaded rustls-pki-types v1.12.0 |
| 262 | 2025-09-15T16:53:48.341Z | Downloaded openssl-probe v0.1.4 |
| 263 | 2025-09-15T16:53:48.341Z | Downloaded memchr v2.6.0 |
| 264 | 2025-09-15T16:53:48.341Z | Downloaded hashbrown v0.15.2 |
| 265 | 2025-09-15T16:53:48.341Z | Downloaded sync_wrapper v1.0.1 |
| 266 | 2025-09-15T16:53:48.341Z | Downloaded serde_spanned v1.0.0 |
| 267 | 2025-09-15T16:53:48.341Z | Downloaded serde_derive_internals v0.29.0 |
| 268 | 2025-09-15T16:53:48.341Z | Downloaded schemars_derive v0.8.22 |
| 269 | 2025-09-15T16:53:48.341Z | Downloaded termcolor v1.1.2 |
| 270 | 2025-09-15T16:53:48.365Z | Downloaded slog-async v2.8.0 |
| 271 | 2025-09-15T16:53:48.365Z | Downloaded slog v2.7.0 |
| 272 | 2025-09-15T16:53:48.365Z | Downloaded ryu v1.0.5 |
| 273 | 2025-09-15T16:53:48.365Z | Downloaded num_threads v0.1.3 |
| 274 | 2025-09-15T16:53:48.365Z | Downloaded hyper-util v0.1.16 |
| 275 | 2025-09-15T16:53:48.365Z | Downloaded schema-derive v0.1.0 |
| 276 | 2025-09-15T16:53:48.366Z | Downloaded term v1.1.0 |
| 277 | 2025-09-15T16:53:48.366Z | Downloaded shlex v1.3.0 |
| 278 | 2025-09-15T16:53:48.366Z | Downloaded sha2 v0.10.8 |
| 279 | 2025-09-15T16:53:48.366Z | Downloaded thiserror-impl v2.0.16 |
| 280 | 2025-09-15T16:53:48.366Z | Downloaded tempfile v3.21.0 |
| 281 | 2025-09-15T16:53:48.390Z | Downloaded serde v1.0.223 |
| 282 | 2025-09-15T16:53:48.390Z | Downloaded semver v1.0.26 |
| 283 | 2025-09-15T16:53:48.390Z | Downloaded openssl-macros v0.1.1 |
| 284 | 2025-09-15T16:53:48.390Z | Downloaded num-conv v0.1.0 |
| 285 | 2025-09-15T16:53:48.390Z | Downloaded newline-converter v0.3.0 |
| 286 | 2025-09-15T16:53:48.390Z | Downloaded indexmap v2.11.0 |
| 287 | 2025-09-15T16:53:48.390Z | Downloaded icu_normalizer v1.5.0 |
| 288 | 2025-09-15T16:53:48.390Z | Downloaded icu_collections v1.5.0 |
| 289 | 2025-09-15T16:53:48.390Z | Downloaded crossbeam-channel v0.5.1 |
| 290 | 2025-09-15T16:53:48.414Z | Downloaded target-triple v0.1.3 |
| 291 | 2025-09-15T16:53:48.414Z | Downloaded stable_deref_trait v1.2.0 |
| 292 | 2025-09-15T16:53:48.414Z | Downloaded signal-hook-registry v1.4.0 |
| 293 | 2025-09-15T16:53:48.414Z | Downloaded serde_derive v1.0.223 |
| 294 | 2025-09-15T16:53:48.414Z | Downloaded waitgroup v0.1.2 |
| 295 | 2025-09-15T16:53:48.414Z | Downloaded tokio-rustls v0.26.0 |
| 296 | 2025-09-15T16:53:48.414Z | Downloaded icu_normalizer_data v1.5.0 |
| 297 | 2025-09-15T16:53:48.414Z | Downloaded httparse v1.10.0 |
| 298 | 2025-09-15T16:53:48.414Z | Downloaded h2 v0.4.6 |
| 299 | 2025-09-15T16:53:48.414Z | Downloaded getrandom v0.3.1 |
| 300 | 2025-09-15T16:53:48.438Z | Downloaded expectorate v1.2.0 |
| 301 | 2025-09-15T16:53:48.438Z | Downloaded simple-mermaid v0.2.0 |
| 302 | 2025-09-15T16:53:48.438Z | Downloaded pest v2.8.1 |
| 303 | 2025-09-15T16:53:48.438Z | Downloaded zerovec v0.10.4 |
| 304 | 2025-09-15T16:53:48.438Z | Downloaded write16 v1.0.0 |
| 305 | 2025-09-15T16:53:48.438Z | Downloaded unicase v2.6.0 |
| 306 | 2025-09-15T16:53:48.438Z | Downloaded tracing v0.1.40 |
| 307 | 2025-09-15T16:53:48.438Z | Downloaded toml_writer v1.0.2 |
| 308 | 2025-09-15T16:53:48.438Z | Downloaded toml_datetime v0.7.0 |
| 309 | 2025-09-15T16:53:48.438Z | Downloaded tokio-tungstenite v0.24.0 |
| 310 | 2025-09-15T16:53:48.463Z | Downloaded time-core v0.1.2 |
| 311 | 2025-09-15T16:53:48.463Z | Downloaded thread_local v1.1.4 |
| 312 | 2025-09-15T16:53:48.463Z | Downloaded memmap2 v0.9.8 |
| 313 | 2025-09-15T16:53:48.463Z | Downloaded litemap v0.7.4 |
| 314 | 2025-09-15T16:53:48.463Z | Downloaded is-terminal v0.4.12 |
| 315 | 2025-09-15T16:53:48.463Z | Downloaded ipnet v2.10.0 |
| 316 | 2025-09-15T16:53:48.463Z | Downloaded icu_provider v1.5.0 |
| 317 | 2025-09-15T16:53:48.463Z | Downloaded icu_properties v1.5.1 |
| 318 | 2025-09-15T16:53:48.463Z | Downloaded icu_locid_transform v1.5.0 |
| 319 | 2025-09-15T16:53:48.463Z | Downloaded iana-time-zone v0.1.47 |
| 320 | 2025-09-15T16:53:48.463Z | Downloaded hyper-tls v0.6.0 |
| 321 | 2025-09-15T16:53:48.463Z | Downloaded hyper-staticfile v0.10.1 |
| 322 | 2025-09-15T16:53:48.463Z | Downloaded hyper-rustls v0.26.0 |
| 323 | 2025-09-15T16:53:48.487Z | Downloaded http-range v0.1.4 |
| 324 | 2025-09-15T16:53:48.487Z | Downloaded http-body-util v0.1.3 |
| 325 | 2025-09-15T16:53:48.487Z | Downloaded glob v0.3.0 |
| 326 | 2025-09-15T16:53:48.487Z | Downloaded generic-array v0.14.5 |
| 327 | 2025-09-15T16:53:48.487Z | Downloaded futures-executor v0.3.31 |
| 328 | 2025-09-15T16:53:48.487Z | Downloaded crypto-common v0.1.6 |
| 329 | 2025-09-15T16:53:48.487Z | Downloaded tower v0.5.2 |
| 330 | 2025-09-15T16:53:48.511Z | Downloaded toml_parser v1.0.2 |
| 331 | 2025-09-15T16:53:48.511Z | Downloaded thread-id v5.0.0 |
| 332 | 2025-09-15T16:53:48.511Z | Downloaded lock_api v0.4.6 |
| 333 | 2025-09-15T16:53:48.511Z | Downloaded lazy_static v1.5.0 |
| 334 | 2025-09-15T16:53:48.511Z | Downloaded itoa v1.0.1 |
| 335 | 2025-09-15T16:53:48.511Z | Downloaded idna_adapter v1.2.0 |
| 336 | 2025-09-15T16:53:48.511Z | Downloaded icu_provider_macros v1.5.0 |
| 337 | 2025-09-15T16:53:48.511Z | Downloaded icu_locid_transform_data v1.5.0 |
| 338 | 2025-09-15T16:53:48.511Z | Downloaded hyper-rustls v0.27.3 |
| 339 | 2025-09-15T16:53:48.511Z | Downloaded httpdate v1.0.1 |
| 340 | 2025-09-15T16:53:48.511Z | Downloaded http-body v1.0.1 |
| 341 | 2025-09-15T16:53:48.511Z | Downloaded http v1.3.1 |
| 342 | 2025-09-15T16:53:48.511Z | Downloaded goblin v0.10.1 |
| 343 | 2025-09-15T16:53:48.511Z | Downloaded getrandom v0.2.11 |
| 344 | 2025-09-15T16:53:48.511Z | Downloaded dtrace-parser v0.3.0 |
| 345 | 2025-09-15T16:53:48.535Z | Downloaded crossbeam-utils v0.8.15 |
| 346 | 2025-09-15T16:53:48.535Z | Downloaded console v0.15.7 |
| 347 | 2025-09-15T16:53:48.535Z | Downloaded want v0.3.0 |
| 348 | 2025-09-15T16:53:48.535Z | Downloaded usdt v0.6.0 |
| 349 | 2025-09-15T16:53:48.535Z | Downloaded untrusted v0.9.0 |
| 350 | 2025-09-15T16:53:48.535Z | Downloaded tower-service v0.3.3 |
| 351 | 2025-09-15T16:53:48.535Z | Downloaded match_cfg v0.1.0 |
| 352 | 2025-09-15T16:53:48.535Z | Downloaded futures-util v0.3.31 |
| 353 | 2025-09-15T16:53:48.535Z | Downloaded futures-macro v0.3.31 |
| 354 | 2025-09-15T16:53:48.559Z | Downloaded futures-channel v0.3.31 |
| 355 | 2025-09-15T16:53:48.559Z | Downloaded equivalent v1.0.0 |
| 356 | 2025-09-15T16:53:48.559Z | Downloaded hostname v0.4.0 |
| 357 | 2025-09-15T16:53:48.559Z | Downloaded hostname v0.3.1 |
| 358 | 2025-09-15T16:53:48.560Z | Downloaded futures-task v0.3.31 |
| 359 | 2025-09-15T16:53:48.560Z | Downloaded futures-sink v0.3.31 |
| 360 | 2025-09-15T16:53:48.560Z | Downloaded futures-io v0.3.31 |
| 361 | 2025-09-15T16:53:48.560Z | Downloaded fastrand v2.1.1 |
| 362 | 2025-09-15T16:53:48.560Z | Downloaded pest_meta v2.8.1 |
| 363 | 2025-09-15T16:53:48.584Z | Downloaded url v2.5.4 |
| 364 | 2025-09-15T16:53:48.584Z | Downloaded toml v0.9.5 |
| 365 | 2025-09-15T16:53:48.584Z | Downloaded heck v0.5.0 |
| 366 | 2025-09-15T16:53:48.584Z | Downloaded futures v0.3.31 |
| 367 | 2025-09-15T16:53:48.584Z | Downloaded form_urlencoded v1.2.2 |
| 368 | 2025-09-15T16:53:48.584Z | Downloaded foreign-types-shared v0.1.1 |
| 369 | 2025-09-15T16:53:48.584Z | Downloaded foreign-types v0.3.2 |
| 370 | 2025-09-15T16:53:48.584Z | Downloaded fnv v1.0.7 |
| 371 | 2025-09-15T16:53:48.585Z | Downloaded dyn-clone v1.0.4 |
| 372 | 2025-09-15T16:53:48.609Z | Downloaded cfg-if v1.0.0 |
| 373 | 2025-09-15T16:53:48.609Z | Downloaded futures-core v0.3.31 |
| 374 | 2025-09-15T16:53:48.609Z | Downloaded event-listener-strategy v0.5.4 |
| 375 | 2025-09-15T16:53:48.609Z | Downloaded event-listener v5.0.0 |
| 376 | 2025-09-15T16:53:48.609Z | Downloaded displaydoc v0.2.5 |
| 377 | 2025-09-15T16:53:48.609Z | Downloaded chrono v0.4.41 |
| 378 | 2025-09-15T16:53:48.609Z | Downloaded bitflags v2.4.0 |
| 379 | 2025-09-15T16:53:48.633Z | Downloaded digest v0.10.7 |
| 380 | 2025-09-15T16:53:48.633Z | Downloaded base64 v0.22.1 |
| 381 | 2025-09-15T16:53:48.633Z | Downloaded writeable v0.5.5 |
| 382 | 2025-09-15T16:53:48.633Z | Downloaded dof v0.4.0 |
| 383 | 2025-09-15T16:53:48.633Z | Downloaded data-encoding v2.4.0 |
| 384 | 2025-09-15T16:53:48.633Z | Downloaded byteorder v1.4.3 |
| 385 | 2025-09-15T16:53:48.633Z | Downloaded async-trait v0.1.89 |
| 386 | 2025-09-15T16:53:48.633Z | Downloaded debug-ignore v1.0.5 |
| 387 | 2025-09-15T16:53:48.658Z | Downloaded concurrent-queue v2.5.0 |
| 388 | 2025-09-15T16:53:48.658Z | Downloaded block-buffer v0.10.2 |
| 389 | 2025-09-15T16:53:48.658Z | Downloaded camino v1.1.12 |
| 390 | 2025-09-15T16:53:48.658Z | Downloaded bytes v1.10.1 |
| 391 | 2025-09-15T16:53:48.658Z | Downloaded atomic-waker v1.1.2 |
| 392 | 2025-09-15T16:53:48.658Z | Downloaded atomicwrites v0.4.4 |
| 393 | 2025-09-15T16:53:48.658Z | Downloaded async-stream-impl v0.3.6 |
| 394 | 2025-09-15T16:53:48.658Z | Downloaded async-channel v2.5.0 |
| 395 | 2025-09-15T16:53:48.658Z | Downloaded anyhow v1.0.99 |
| 396 | 2025-09-15T16:53:48.658Z | Downloaded errno v0.3.10 |
| 397 | 2025-09-15T16:53:48.658Z | Downloaded buf-list v1.0.3 |
| 398 | 2025-09-15T16:53:48.681Z | Downloaded async-stream v0.3.6 |
| 399 | 2025-09-15T16:53:48.831Z | Compiling proc-macro2 v1.0.101 |
| 400 | 2025-09-15T16:53:48.831Z | Compiling unicode-ident v1.0.12 |
| 401 | 2025-09-15T16:53:48.855Z | Compiling libc v0.2.175 |
| 402 | 2025-09-15T16:53:48.855Z | Compiling cfg-if v1.0.0 |
| 403 | 2025-09-15T16:53:48.855Z | Compiling itoa v1.0.1 |
| 404 | 2025-09-15T16:53:48.855Z | Compiling memchr v2.6.0 |
| 405 | 2025-09-15T16:53:48.855Z | Compiling serde_core v1.0.223 |
| 406 | 2025-09-15T16:53:48.880Z | Compiling serde v1.0.223 |
| 407 | 2025-09-15T16:53:48.880Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.101/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=1d9336fed2d15082 -C extra-filename=-30e9d5b151513eac --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-30e9d5b151513eac -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 408 | 2025-09-15T16:53:48.880Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b17458ffdef1dee -C extra-filename=-eb5ee43862668c9c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 409 | 2025-09-15T16:53:48.880Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.175/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=e116e6af2016acc5 -C extra-filename=-cc44c7c1dee04af3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-cc44c7c1dee04af3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 410 | 2025-09-15T16:53:48.880Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9be5a09015476b60 -C extra-filename=-ccca4e1ddee0daa0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 411 | 2025-09-15T16:53:48.880Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=1c743506326266ff -C extra-filename=-d1fc0ca4a8c78aee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 412 | 2025-09-15T16:53:48.880Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.223/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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=e1c5b0a7d456e619 -C extra-filename=-7a28948fc9c15aab --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-7a28948fc9c15aab -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 413 | 2025-09-15T16:53:48.880Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=3933edab061ff927 -C extra-filename=-1dce84f2db4aa53e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 414 | 2025-09-15T16:53:48.905Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.223/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=31cf2cb8c0e21368 -C extra-filename=-84917dd3cb0a9158 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-84917dd3cb0a9158 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 415 | 2025-09-15T16:53:48.976Z | Compiling pin-project-lite v0.2.12 |
| 416 | 2025-09-15T16:53:48.999Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95beb5e47fba441d -C extra-filename=-40e61469bc34f69f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 417 | 2025-09-15T16:53:49.095Z | Compiling autocfg v1.1.0 |
| 418 | 2025-09-15T16:53:49.120Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=019396fac7f35573 -C extra-filename=-46f2f8f4c5aac822 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 419 | 2025-09-15T16:53:49.120Z | Compiling shlex v1.3.0 |
| 420 | 2025-09-15T16:53:49.120Z | Compiling smallvec v1.13.2 |
| 421 | 2025-09-15T16:53:49.144Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=639961c06519d89c -C extra-filename=-4c426deee622f2f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 422 | 2025-09-15T16:53:49.144Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=c11b5262108fb438 -C extra-filename=-2d5763b389f336d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 423 | 2025-09-15T16:53:49.430Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-84917dd3cb0a9158/build-script-build` |
| 424 | 2025-09-15T16:53:49.456Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-30e9d5b151513eac/build-script-build` |
| 425 | 2025-09-15T16:53:49.480Z | Compiling cc v1.2.16 |
| 426 | 2025-09-15T16:53:49.480Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-7a28948fc9c15aab/build-script-build` |
| 427 | 2025-09-15T16:53:49.480Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=e5d2fec306c41a43 -C extra-filename=-2ece6fcdeba1a7c7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-4c426deee622f2f4.rmeta --cap-lints allow` |
| 428 | 2025-09-15T16:53:49.503Z | Compiling bytes v1.10.1 |
| 429 | 2025-09-15T16:53:49.503Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=7528dff16455801d -C extra-filename=-7cff26a79ab4dead --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 430 | 2025-09-15T16:53:49.504Z | Compiling once_cell v1.20.1 |
| 431 | 2025-09-15T16:53:49.504Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=85841c84a23bb45d -C extra-filename=-35c460553adbbed1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 432 | 2025-09-15T16:53:49.527Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-cc44c7c1dee04af3/build-script-build` |
| 433 | 2025-09-15T16:53:49.556Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.223/src/lib.rs --error-format=json --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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=618344812523e06e -C extra-filename=-f506ceb2caad607c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'` |
| 434 | 2025-09-15T16:53:49.603Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.175/src/lib.rs --error-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::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=a21c1cbe68432414 -C extra-filename=-8c2ef12ba97d30db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
| 435 | 2025-09-15T16:53:49.630Z | Compiling futures-core v0.3.31 |
| 436 | 2025-09-15T16:53:49.667Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=569f197425b8deb7 -C extra-filename=-89fa9a0fe914f1d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 437 | 2025-09-15T16:53:49.822Z | Compiling version_check v0.9.5 |
| 438 | 2025-09-15T16:53:49.845Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c28e89691289e8b -C extra-filename=-279c702c1642785a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 439 | 2025-09-15T16:53:49.869Z | Compiling log v0.4.17 |
| 440 | 2025-09-15T16:53:49.869Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=f8c665b48f70180a -C extra-filename=-48d352fd9e496d1d --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-48d352fd9e496d1d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 441 | 2025-09-15T16:53:49.949Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=24f985de2f6713b0 -C extra-filename=-c855314d1133a188 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-eb5ee43862668c9c.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` |
| 442 | 2025-09-15T16:53:50.165Z | Compiling parking_lot_core v0.9.4 |
| 443 | 2025-09-15T16:53:50.189Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=fd70b3353ef2e91a -C extra-filename=-32317c355ca70d5e --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-32317c355ca70d5e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 444 | 2025-09-15T16:53:50.212Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-48d352fd9e496d1d/build-script-build` |
| 445 | 2025-09-15T16:53:50.236Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=0e9e1278f5bcead3 -C extra-filename=-4cc744b5d1b67ab7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d1fc0ca4a8c78aee.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics` |
| 446 | 2025-09-15T16:53:50.322Z | Compiling scopeguard v1.2.0 |
| 447 | 2025-09-15T16:53:50.345Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=fa6abe68daf9a98f -C extra-filename=-e69ac6ca42573ac0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 448 | 2025-09-15T16:53:50.507Z | Compiling ryu v1.0.5 |
| 449 | 2025-09-15T16:53:50.531Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=cbd10985651b154d -C extra-filename=-4aa52dfead52156d --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-4aa52dfead52156d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 450 | 2025-09-15T16:53:50.607Z | Compiling lock_api v0.4.6 |
| 451 | 2025-09-15T16:53:50.631Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=f2cb09a4c32ec436 -C extra-filename=-e24d9be1642eaefe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rmeta --cap-lints allow` |
| 452 | 2025-09-15T16:53:50.631Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-32317c355ca70d5e/build-script-build` |
| 453 | 2025-09-15T16:53:50.655Z | Compiling quote v1.0.40 |
| 454 | 2025-09-15T16:53:50.655Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=fe9dd98d6c1883d6 -C extra-filename=-eb0269125673b3bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rmeta --cap-lints allow` |
| 455 | 2025-09-15T16:53:50.749Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-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 debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=3d35e592355e7758 -C extra-filename=-6e700b607406ad50 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d1fc0ca4a8c78aee.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-2d5763b389f336d3.rmeta --cap-lints allow` |
| 456 | 2025-09-15T16:53:50.774Z | Compiling slab v0.4.9 |
| 457 | 2025-09-15T16:53:50.774Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7ca20c7b6deb341e -C extra-filename=-9827a6b23e0b73c4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-9827a6b23e0b73c4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-46f2f8f4c5aac822.rlib --cap-lints allow` |
| 458 | 2025-09-15T16:53:51.005Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-4aa52dfead52156d/build-script-build` |
| 459 | 2025-09-15T16:53:51.029Z | Compiling syn v2.0.106 |
| 460 | 2025-09-15T16:53:51.029Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.106/src/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="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=730f35c1203249d2 -C extra-filename=-681cd252cc2adf91 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-eb5ee43862668c9c.rmeta --cap-lints allow` |
| 461 | 2025-09-15T16:53:51.078Z | Compiling futures-sink v0.3.31 |
| 462 | 2025-09-15T16:53:51.101Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bddf02c1361305fa -C extra-filename=-affd5790269c5577 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 463 | 2025-09-15T16:53:51.155Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slab-9827a6b23e0b73c4/build-script-build` |
| 464 | 2025-09-15T16:53:51.258Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=45d2f81ce8a4dc30 -C extra-filename=-76b8907002a3039f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit` |
| 465 | 2025-09-15T16:53:51.287Z | Compiling parking_lot v0.12.1 |
| 466 | 2025-09-15T16:53:51.311Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=a84e092d68d52ef7 -C extra-filename=-aec35c6f22ef34b1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lock_api=/work/oxidecomputer/dropshot/target/debug/deps/liblock_api-e24d9be1642eaefe.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-6e700b607406ad50.rmeta --cap-lints allow` |
| 467 | 2025-09-15T16:53:51.311Z | Compiling signal-hook-registry v1.4.0 |
| 468 | 2025-09-15T16:53:51.311Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29fb37c53cb7da1a -C extra-filename=-90b254314c73eb14 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --cap-lints allow` |
| 469 | 2025-09-15T16:53:51.334Z | Compiling socket2 v0.6.0 |
| 470 | 2025-09-15T16:53:51.334Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=777f19b7bd6fc4e9 -C extra-filename=-64cca72e1029eef6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --cap-lints allow` |
| 471 | 2025-09-15T16:53:51.358Z | Compiling getrandom v0.2.11 |
| 472 | 2025-09-15T16:53:51.358Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=352812bd1ba793b2 -C extra-filename=-c697fcaf2e8210fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d1fc0ca4a8c78aee.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --cap-lints allow` |
| 473 | 2025-09-15T16:53:51.612Z | Compiling mio v1.0.3 |
| 474 | 2025-09-15T16:53:51.637Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-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 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=968c1647017048aa -C extra-filename=-5b2c17c1ec42be99 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --cap-lints allow` |
| 475 | 2025-09-15T16:53:51.739Z | Compiling serde_json v1.0.145 |
| 476 | 2025-09-15T16:53:51.768Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=82eaecba31b4658a -C extra-filename=-8ccd1afe538ef8cc --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-8ccd1afe538ef8cc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 477 | 2025-09-15T16:53:51.807Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=99bca784ad8b8eff -C extra-filename=-4d98de329366cb88 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 478 | 2025-09-15T16:53:52.017Z | Compiling fnv v1.0.7 |
| 479 | 2025-09-15T16:53:52.044Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3d601f36a5cf065e -C extra-filename=-18df4cfff4f53187 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 480 | 2025-09-15T16:53:52.071Z | Compiling futures-channel v0.3.31 |
| 481 | 2025-09-15T16:53:52.071Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=364bfeec6ea046c0 -C extra-filename=-ffb71c2ba0b944d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-affd5790269c5577.rmeta --cap-lints allow` |
| 482 | 2025-09-15T16:53:52.098Z | Compiling thiserror v2.0.16 |
| 483 | 2025-09-15T16:53:52.098Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2472a63ed6162330 -C extra-filename=-c3212cf89d01ff28 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-c3212cf89d01ff28 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 484 | 2025-09-15T16:53:52.098Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-8ccd1afe538ef8cc/build-script-build` |
| 485 | 2025-09-15T16:53:52.124Z | Compiling zeroize v1.7.0 |
| 486 | 2025-09-15T16:53:52.124Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=995c45bf1790d860 -C extra-filename=-ae971e3fa5024fa8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 487 | 2025-09-15T16:53:52.167Z | Compiling http v1.3.1 |
| 488 | 2025-09-15T16:53:52.196Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7e35e19a04134b96 -C extra-filename=-49204f86f8766499 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-18df4cfff4f53187.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ccca4e1ddee0daa0.rmeta --cap-lints allow` |
| 489 | 2025-09-15T16:53:52.196Z | Compiling pin-utils v0.1.0 |
| 490 | 2025-09-15T16:53:52.196Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0031466a4d4db79c -C extra-filename=-c328a97786132641 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 491 | 2025-09-15T16:53:52.276Z | Compiling bitflags v2.4.0 |
| 492 | 2025-09-15T16:53:52.299Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=c692a3db38aca2e3 -C extra-filename=-b0beeb192621a71b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 493 | 2025-09-15T16:53:52.399Z | Compiling rustls-pki-types v1.12.0 |
| 494 | 2025-09-15T16:53:52.423Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=9423159b108b3352 -C extra-filename=-c119413a02f51136 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-ae971e3fa5024fa8.rmeta --cap-lints allow` |
| 495 | 2025-09-15T16:53:52.447Z | Compiling ring v0.17.13 |
| 496 | 2025-09-15T16:53:52.447Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=5612aecb600e8a25 -C extra-filename=-54e9053f3ef168c2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-54e9053f3ef168c2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-2ece6fcdeba1a7c7.rlib --cap-lints allow` |
| 497 | 2025-09-15T16:53:52.558Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-c3212cf89d01ff28/build-script-build` |
| 498 | 2025-09-15T16:53:52.595Z | Compiling stable_deref_trait v1.2.0 |
| 499 | 2025-09-15T16:53:52.622Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7999a0aefa8e34fa -C extra-filename=-5200e8a0488dfdd0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 500 | 2025-09-15T16:53:52.660Z | Compiling futures-task v0.3.31 |
| 501 | 2025-09-15T16:53:52.684Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=f9893d13ab2c7a3e -C extra-filename=-c624c1fbad75c606 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 502 | 2025-09-15T16:53:52.707Z | Compiling futures-io v0.3.31 |
| 503 | 2025-09-15T16:53:52.708Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=7412283e68db3c8e -C extra-filename=-5801f2bf17f68390 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 504 | 2025-09-15T16:53:52.856Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.223/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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=65da41d363926148 -C extra-filename=-5757c204b043f391 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-5757c204b043f391 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 505 | 2025-09-15T16:53:52.930Z | Compiling httparse v1.10.0 |
| 506 | 2025-09-15T16:53:52.954Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.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=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bd71e3230b50f138 -C extra-filename=-64b6d0f306c170ba --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-64b6d0f306c170ba -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 507 | 2025-09-15T16:53:52.978Z | Compiling getrandom v0.3.1 |
| 508 | 2025-09-15T16:53:52.978Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=ebbd01ed79964729 -C extra-filename=-4e70e1e32492f461 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-4e70e1e32492f461 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 509 | 2025-09-15T16:53:53.253Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ring-54e9053f3ef168c2/build-script-build` |
| 510 | 2025-09-15T16:53:53.277Z | Compiling tracing-core v0.1.32 |
| 511 | 2025-09-15T16:53:53.277Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=0c7953a3f6f50660 -C extra-filename=-496055e01ba2d8a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-35c460553adbbed1.rmeta --cap-lints allow` |
| 512 | 2025-09-15T16:53:53.301Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-5757c204b043f391/build-script-build` |
| 513 | 2025-09-15T16:53:53.328Z | Compiling equivalent v1.0.0 |
| 514 | 2025-09-15T16:53:53.351Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b1dd9e3d131734f -C extra-filename=-70feb4c21cea1e73 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 515 | 2025-09-15T16:53:53.375Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.223/src/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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=184583b0784209ec -C extra-filename=-9c6f189786dc2aed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'` |
| 516 | 2025-09-15T16:53:53.375Z | Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-4e70e1e32492f461/build-script-build` |
| 517 | 2025-09-15T16:53:53.403Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.223/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=08faea672a87f4b1 -C extra-filename=-ad5270f6ac32de68 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-ad5270f6ac32de68 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 518 | 2025-09-15T16:53:53.457Z | Compiling hashbrown v0.15.2 |
| 519 | 2025-09-15T16:53:53.481Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=9d2badff84c96b08 -C extra-filename=-a0979d3478169a37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 520 | 2025-09-15T16:53:53.505Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-64b6d0f306c170ba/build-script-build` |
| 521 | 2025-09-15T16:53:53.540Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=82de66165b1128f3 -C extra-filename=-5d8a039823058138 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd_neon_intrinsics --cfg httparse_simd` |
| 522 | 2025-09-15T16:53:53.882Z | Compiling untrusted v0.9.0 |
| 523 | 2025-09-15T16:53:53.906Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30b9466788f11549 -C extra-filename=-b7c7a853b2672c9d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 524 | 2025-09-15T16:53:54.057Z | Compiling ucd-trie v0.1.6 |
| 525 | 2025-09-15T16:53:54.081Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7a1d0583149cb05a -C extra-filename=-a8e57d11309bcc67 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 526 | 2025-09-15T16:53:54.140Z | Compiling tracing v0.1.40 |
| 527 | 2025-09-15T16:53:54.168Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=40dbaec0d5092f7b -C extra-filename=-97b023771e254cab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-496055e01ba2d8a6.rmeta --cap-lints allow` |
| 528 | 2025-09-15T16:53:54.168Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-ad5270f6ac32de68/build-script-build` |
| 529 | 2025-09-15T16:53:54.217Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=8eecb65e0a22b3b1 -C extra-filename=-ca28565ced64b32c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d1fc0ca4a8c78aee.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --cap-lints allow` |
| 530 | 2025-09-15T16:53:54.439Z | Compiling http-body v1.0.1 |
| 531 | 2025-09-15T16:53:54.467Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d4be6c204d3275f -C extra-filename=-1c693f4d0fd9fc24 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --cap-lints allow` |
| 532 | 2025-09-15T16:53:54.467Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=5e2f4e9defc58758 -C extra-filename=-20e585dd39814209 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ccca4e1ddee0daa0.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-1dce84f2db4aa53e.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-76b8907002a3039f.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-f506ceb2caad607c.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
| 533 | 2025-09-15T16:53:54.522Z | Compiling zerocopy v0.8.27 |
| 534 | 2025-09-15T16:53:54.546Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.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="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=4c94a14b455f3741 -C extra-filename=-f0dcf84455dff7f5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-f0dcf84455dff7f5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 535 | 2025-09-15T16:53:54.546Z | Compiling vcpkg v0.2.15 |
| 536 | 2025-09-15T16:53:54.546Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36d963e75ad6fe2c -C extra-filename=-6281fc941cd90b2f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 537 | 2025-09-15T16:53:54.570Z | Compiling pkg-config v0.3.31 |
| 538 | 2025-09-15T16:53:54.570Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cf1624ec8be3583 -C extra-filename=-f192e05f9e2e0577 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 539 | 2025-09-15T16:53:54.664Z | Compiling typenum v1.14.0 |
| 540 | 2025-09-15T16:53:54.688Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=642587f621c0abd6 -C extra-filename=-b4c60f5eaffa6ee0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-b4c60f5eaffa6ee0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 541 | 2025-09-15T16:53:55.105Z | Compiling atomic-waker v1.1.2 |
| 542 | 2025-09-15T16:53:55.129Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=25ee5c6d67f0ef8d -C extra-filename=-d36c451642539470 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 543 | 2025-09-15T16:53:55.288Z | Compiling percent-encoding v2.3.2 |
| 544 | 2025-09-15T16:53:55.311Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=760c07b8c3d22eae -C extra-filename=-ca3ad674d77059ed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 545 | 2025-09-15T16:53:55.385Z | Compiling litemap v0.7.4 |
| 546 | 2025-09-15T16:53:55.411Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=471b6b77311e045a -C extra-filename=-978a008ca68e7e39 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 547 | 2025-09-15T16:53:55.411Z | Compiling base64 v0.22.1 |
| 548 | 2025-09-15T16:53:55.411Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b1895363a2183de6 -C extra-filename=-fc5b037c24c23339 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 549 | 2025-09-15T16:53:55.633Z | Compiling writeable v0.5.5 |
| 550 | 2025-09-15T16:53:55.658Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=0cb00a2eaf2f127c -C extra-filename=-f8711e94e8903763 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 551 | 2025-09-15T16:53:55.658Z | Compiling openssl-sys v0.9.107 |
| 552 | 2025-09-15T16:53:55.658Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=8932522d19bb5898 -C extra-filename=-9401816a13b934c9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-9401816a13b934c9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-2ece6fcdeba1a7c7.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-f192e05f9e2e0577.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-6281fc941cd90b2f.rlib --cap-lints allow` |
| 553 | 2025-09-15T16:53:55.682Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=03df2a10e114cca6 -C extra-filename=-6ec57412bf6b74ce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d1fc0ca4a8c78aee.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-c697fcaf2e8210fc.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-b7c7a853b2672c9d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test` |
| 554 | 2025-09-15T16:53:55.753Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-b4c60f5eaffa6ee0/build-script-main` |
| 555 | 2025-09-15T16:53:55.886Z | Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-f0dcf84455dff7f5/build-script-build` |
| 556 | 2025-09-15T16:53:55.947Z | Compiling errno v0.3.10 |
| 557 | 2025-09-15T16:53:55.970Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=72b4743e6d2ec25d -C extra-filename=-95681ad3f142e8dd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --cap-lints allow` |
| 558 | 2025-09-15T16:53:55.994Z | Compiling generic-array v0.14.5 |
| 559 | 2025-09-15T16:53:55.995Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=c5a172d084ab92bc -C extra-filename=-450359192da78878 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-450359192da78878 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-279c702c1642785a.rlib --cap-lints allow` |
| 560 | 2025-09-15T16:53:56.171Z | Compiling try-lock v0.2.3 |
| 561 | 2025-09-15T16:53:56.194Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7e93576315c6700 -C extra-filename=-0ba9e17d8552fb0a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 562 | 2025-09-15T16:53:56.218Z | Compiling rustix v1.0.2 |
| 563 | 2025-09-15T16:53:56.218Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=822917e1b71909ea -C extra-filename=-a554c7a68d78be9c --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-a554c7a68d78be9c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 564 | 2025-09-15T16:53:56.307Z | Compiling crossbeam-utils v0.8.15 |
| 565 | 2025-09-15T16:53:56.331Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=ea4401364d30d470 -C extra-filename=-11fbc88a78d8e716 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-11fbc88a78d8e716 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 566 | 2025-09-15T16:53:56.331Z | Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-450359192da78878/build-script-build` |
| 567 | 2025-09-15T16:53:56.389Z | Compiling want v0.3.0 |
| 568 | 2025-09-15T16:53:56.420Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=253e0b0e01345d9f -C extra-filename=-8c053dd401026efa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4cc744b5d1b67ab7.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-0ba9e17d8552fb0a.rmeta --cap-lints allow` |
| 569 | 2025-09-15T16:53:56.471Z | Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-9401816a13b934c9/build-script-main` |
| 570 | 2025-09-15T16:53:56.538Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=bc815d933e236fcc -C extra-filename=-cc6854985e4a1c0f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 571 | 2025-09-15T16:53:56.657Z | Compiling subtle v2.5.0 |
| 572 | 2025-09-15T16:53:56.681Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=a7f8a6d21bd9f80f -C extra-filename=-a9e3f99c9bf65241 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 573 | 2025-09-15T16:53:56.682Z | Compiling byteorder v1.4.3 |
| 574 | 2025-09-15T16:53:56.682Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=c81012628ebba464 -C extra-filename=-730d305df33f99e0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 575 | 2025-09-15T16:53:56.716Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-11fbc88a78d8e716/build-script-build` |
| 576 | 2025-09-15T16:53:56.740Z | Compiling tower-service v0.3.3 |
| 577 | 2025-09-15T16:53:56.740Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78283ee539a2ddc1 -C extra-filename=-24a75a130f41be1c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 578 | 2025-09-15T16:53:56.764Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-a554c7a68d78be9c/build-script-build` |
| 579 | 2025-09-15T16:53:56.869Z | Compiling synstructure v0.13.1 |
| 580 | 2025-09-15T16:53:56.893Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=057b26327e83cd6e -C extra-filename=-035b9df0f582d604 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rmeta --cap-lints allow` |
| 581 | 2025-09-15T16:53:56.893Z | Compiling icu_locid_transform_data v1.5.0 |
| 582 | 2025-09-15T16:53:56.893Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c30afe608ac17743 -C extra-filename=-1d7fa077435c1028 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 583 | 2025-09-15T16:53:56.917Z | Compiling powerfmt v0.2.0 |
| 584 | 2025-09-15T16:53:56.917Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=b01613dbbc8c3f6a -C extra-filename=-7ebe33306b3469d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 585 | 2025-09-15T16:53:56.990Z | Compiling num-conv v0.1.0 |
| 586 | 2025-09-15T16:53:57.014Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=432a04f601ba3629 -C extra-filename=-9f6a1b84da08e6a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 587 | 2025-09-15T16:53:57.061Z | Compiling time-core v0.1.2 |
| 588 | 2025-09-15T16:53:57.085Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbdc0a66bf04ebfe -C extra-filename=-22c4cc20c4fbb3ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 589 | 2025-09-15T16:53:57.150Z | Compiling httpdate v1.0.1 |
| 590 | 2025-09-15T16:53:57.176Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7caeb756bf8a6d50 -C extra-filename=-1e8d63d51728995e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 591 | 2025-09-15T16:53:57.236Z | Compiling deranged v0.3.11 |
| 592 | 2025-09-15T16:53:57.260Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=91b8237c34dfed4a -C extra-filename=-d189a87b23ebc0f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-7ebe33306b3469d1.rmeta --cap-lints allow` |
| 593 | 2025-09-15T16:53:57.260Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=ac43e4581c8a004a -C extra-filename=-b99b78925d2d2ef5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-b0beeb192621a71b.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-95681ad3f142e8dd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
| 594 | 2025-09-15T16:53:57.285Z | Compiling time-macros v0.2.18 |
| 595 | 2025-09-15T16:53:57.285Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=88c6acb849dace2a -C extra-filename=-bea708d3009ac0ae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-9f6a1b84da08e6a6.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-22c4cc20c4fbb3ee.rlib --extern proc_macro --cap-lints allow` |
| 596 | 2025-09-15T16:53:57.400Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=0d5bea6eece8dd77 -C extra-filename=-0c4798b8b73e1696 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-cc6854985e4a1c0f.rmeta --cap-lints allow --cfg relaxed_coherence` |
| 597 | 2025-09-15T16:53:57.546Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=6b2f59af5a07b4a4 -C extra-filename=-c8d150a876811951 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d1fc0ca4a8c78aee.rmeta --cap-lints allow` |
| 598 | 2025-09-15T16:53:57.801Z | Compiling rustls-webpki v0.102.8 |
| 599 | 2025-09-15T16:53:57.825Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=8b5256aa0d62574c -C extra-filename=-2482f68a383bf2b2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-6ec57412bf6b74ce.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-b7c7a853b2672c9d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out` |
| 600 | 2025-09-15T16:53:58.383Z | Compiling num_threads v0.1.3 |
| 601 | 2025-09-15T16:53:58.406Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5db98712fef2418 -C extra-filename=-cce89d29c29a11fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 602 | 2025-09-15T16:53:58.431Z | Compiling slog v2.7.0 |
| 603 | 2025-09-15T16:53:58.431Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=5e27eaa3ef2e6a37 -C extra-filename=-1bb4ae1b8a88e900 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-1bb4ae1b8a88e900 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 604 | 2025-09-15T16:53:58.431Z | Compiling icu_properties_data v1.5.0 |
| 605 | 2025-09-15T16:53:58.431Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27305ebf87e0f2b4 -C extra-filename=-36d061d4cf2c2170 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 606 | 2025-09-15T16:53:58.522Z | Compiling fastrand v2.1.1 |
| 607 | 2025-09-15T16:53:58.546Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=26e1b069ac1161db -C extra-filename=-cc748a4c3e6a7031 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 608 | 2025-09-15T16:53:58.695Z | Compiling rustix v0.38.44 |
| 609 | 2025-09-15T16:53:58.719Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=96b52a35fb5c6fd7 -C extra-filename=-ad4024386857b730 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-ad4024386857b730 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 610 | 2025-09-15T16:53:58.878Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-1bb4ae1b8a88e900/build-script-build` |
| 611 | 2025-09-15T16:53:58.938Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ba2f9b7e1bcbc369 -C extra-filename=-df572225880d42d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ccca4e1ddee0daa0.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-1dce84f2db4aa53e.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-76b8907002a3039f.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-9c6f189786dc2aed.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
| 612 | 2025-09-15T16:53:59.036Z | Compiling thread-id v5.0.0 |
| 613 | 2025-09-15T16:53:59.059Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a0ad03b1160fb26 -C extra-filename=-d719c0bd9ab69fe1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --cap-lints allow` |
| 614 | 2025-09-15T16:53:59.103Z | Compiling unicase v2.6.0 |
| 615 | 2025-09-15T16:53:59.127Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=efdab57f5841fb50 -C extra-filename=-8a6f058aba8fb7bf --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-8a6f058aba8fb7bf -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-279c702c1642785a.rlib --cap-lints allow` |
| 616 | 2025-09-15T16:53:59.162Z | Compiling num-traits v0.2.14 |
| 617 | 2025-09-15T16:53:59.186Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=5357bd17145a3d99 -C extra-filename=-bf29c894d8901937 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-bf29c894d8901937 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-46f2f8f4c5aac822.rlib --cap-lints allow` |
| 618 | 2025-09-15T16:53:59.255Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-ad4024386857b730/build-script-build` |
| 619 | 2025-09-15T16:53:59.324Z | Compiling time v0.3.36 |
| 620 | 2025-09-15T16:53:59.349Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=4ae924eb7cd5c5fd -C extra-filename=-46c601baecc3616e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern deranged=/work/oxidecomputer/dropshot/target/debug/deps/libderanged-d189a87b23ebc0f6.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ccca4e1ddee0daa0.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-9f6a1b84da08e6a6.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-cce89d29c29a11fa.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-7ebe33306b3469d1.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-22c4cc20c4fbb3ee.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-bea708d3009ac0ae.so --cap-lints allow` |
| 621 | 2025-09-15T16:53:59.382Z | Compiling foreign-types-shared v0.1.1 |
| 622 | 2025-09-15T16:53:59.406Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b67aab22f3512ac0 -C extra-filename=-8fc90143fd5c54bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 623 | 2025-09-15T16:53:59.431Z | Compiling paste v1.0.15 |
| 624 | 2025-09-15T16:53:59.431Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=730c62f53a0a48b3 -C extra-filename=-b8993bef0993fb5d --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-b8993bef0993fb5d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 625 | 2025-09-15T16:53:59.455Z | Compiling icu_normalizer_data v1.5.0 |
| 626 | 2025-09-15T16:53:59.455Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5c4a1214fd5a10a -C extra-filename=-228292bf1be85f7d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 627 | 2025-09-15T16:53:59.491Z | Compiling utf16_iter v1.0.5 |
| 628 | 2025-09-15T16:53:59.515Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7fadac597da1bb7 -C extra-filename=-4bc678715357a73e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 629 | 2025-09-15T16:53:59.515Z | Compiling openssl v0.10.72 |
| 630 | 2025-09-15T16:53:59.515Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=742a8dcee57355e7 -C extra-filename=-ebc4f2200f9c5e26 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-ebc4f2200f9c5e26 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 631 | 2025-09-15T16:53:59.515Z | Compiling ipnet v2.10.0 |
| 632 | 2025-09-15T16:53:59.539Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=417a0f5cdc7b4004 -C extra-filename=-36a722319678dcd2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 633 | 2025-09-15T16:53:59.539Z | Compiling utf8_iter v1.0.4 |
| 634 | 2025-09-15T16:53:59.539Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee5191ce9c473568 -C extra-filename=-aafb1e2c20606c87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 635 | 2025-09-15T16:53:59.698Z | Compiling write16 v1.0.0 |
| 636 | 2025-09-15T16:53:59.698Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=1e3aa216e84e0834 -C extra-filename=-e614e5777fe05399 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 637 | 2025-09-15T16:53:59.755Z | Compiling openssl-probe v0.1.4 |
| 638 | 2025-09-15T16:53:59.778Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a838aa808081e3e -C extra-filename=-74a95d829a9e3f28 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 639 | 2025-09-15T16:53:59.845Z | Compiling usdt-impl v0.6.0 |
| 640 | 2025-09-15T16:53:59.869Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=6d2711ad12202d10 -C extra-filename=-a807a98fdf74c924 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-a807a98fdf74c924 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 641 | 2025-09-15T16:53:59.869Z | Running `/work/oxidecomputer/dropshot/target/debug/build/paste-b8993bef0993fb5d/build-script-build` |
| 642 | 2025-09-15T16:53:59.899Z | Compiling serde_derive v1.0.223 |
| 643 | 2025-09-15T16:53:59.923Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.223/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=be62b67929522b19 -C extra-filename=-dc3224d66c72cc4c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro --cap-lints allow` |
| 644 | 2025-09-15T16:53:59.923Z | Compiling tokio-macros v2.5.0 |
| 645 | 2025-09-15T16:53:59.923Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98cbe44a99fe477f -C extra-filename=-8d3499fcf93e967d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro --cap-lints allow` |
| 646 | 2025-09-15T16:53:59.947Z | Compiling zerofrom-derive v0.1.5 |
| 647 | 2025-09-15T16:53:59.947Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66f648554680b66c -C extra-filename=-e5251f36f8b361dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-035b9df0f582d604.rlib --extern proc_macro --cap-lints allow` |
| 648 | 2025-09-15T16:54:00.091Z | Compiling yoke-derive v0.7.5 |
| 649 | 2025-09-15T16:54:00.115Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=117cd92fc7bd7287 -C extra-filename=-ca57720ecbc83622 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-035b9df0f582d604.rlib --extern proc_macro --cap-lints allow` |
| 650 | 2025-09-15T16:54:00.216Z | Compiling thiserror-impl v2.0.16 |
| 651 | 2025-09-15T16:54:00.240Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d32d2542a8c1528c -C extra-filename=-ab555b790f4841fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro --cap-lints allow` |
| 652 | 2025-09-15T16:54:00.500Z | Compiling futures-macro v0.3.31 |
| 653 | 2025-09-15T16:54:00.526Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a250b8ccde040c19 -C extra-filename=-89566d76b6c27ab7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro --cap-lints allow` |
| 654 | 2025-09-15T16:54:01.137Z | Compiling tokio v1.47.1 |
| 655 | 2025-09-15T16:54:01.161Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(tokio_uring)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=17338a5541ebf782 -C extra-filename=-67ce3a5ad27bf815 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-5b2c17c1ec42be99.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-aec35c6f22ef34b1.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-90b254314c73eb14.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-64cca72e1029eef6.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-8d3499fcf93e967d.so --cap-lints allow` |
| 656 | 2025-09-15T16:54:01.185Z | Compiling zerovec-derive v0.10.3 |
| 657 | 2025-09-15T16:54:01.185Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc1dbeefdcc976cd -C extra-filename=-5ed04e3a14b24afc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro --cap-lints allow` |
| 658 | 2025-09-15T16:54:01.845Z | Compiling futures-util v0.3.31 |
| 659 | 2025-09-15T16:54:01.869Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=42842297064eac52 -C extra-filename=-d84c9d87901a845a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-ffb71c2ba0b944d0.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-5801f2bf17f68390.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-89566d76b6c27ab7.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-affd5790269c5577.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c624c1fbad75c606.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-1dce84f2db4aa53e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-c328a97786132641.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-4d98de329366cb88.rmeta --cap-lints allow` |
| 660 | 2025-09-15T16:54:01.955Z | Compiling displaydoc v0.2.5 |
| 661 | 2025-09-15T16:54:01.979Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c908b37d7b094cea -C extra-filename=-5f7061ff416f5efe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro --cap-lints allow` |
| 662 | 2025-09-15T16:54:02.146Z | Compiling zerocopy-derive v0.8.27 |
| 663 | 2025-09-15T16:54:02.170Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.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 --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24d90e3cffdc6de8 -C extra-filename=-2ef9790e59e86087 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro --cap-lints allow` |
| 664 | 2025-09-15T16:54:02.300Z | Compiling zerofrom v0.1.5 |
| 665 | 2025-09-15T16:54:02.324Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-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 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=e134105ee3a17817 -C extra-filename=-ef0171e922669362 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom_derive-e5251f36f8b361dc.so --cap-lints allow` |
| 666 | 2025-09-15T16:54:02.367Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=17240b6d463c4b2f -C extra-filename=-e7f13c1d3451e182 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror_impl-ab555b790f4841fa.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
| 667 | 2025-09-15T16:54:02.500Z | Compiling yoke v0.7.5 |
| 668 | 2025-09-15T16:54:02.524Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=1df4983da5c11667 -C extra-filename=-6f871581b84ff942 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-5200e8a0488dfdd0.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-ca57720ecbc83622.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-ef0171e922669362.rmeta --cap-lints allow` |
| 669 | 2025-09-15T16:54:02.524Z | Compiling pest v2.8.1 |
| 670 | 2025-09-15T16:54:02.524Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=389ab4cedd944201 -C extra-filename=-9af70748b99fb1cb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-1dce84f2db4aa53e.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-a8e57d11309bcc67.rmeta --cap-lints allow` |
| 671 | 2025-09-15T16:54:02.836Z | Compiling icu_provider_macros v1.5.0 |
| 672 | 2025-09-15T16:54:02.860Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eae434213063ed9c -C extra-filename=-d91b848968f2138a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro --cap-lints allow` |
| 673 | 2025-09-15T16:54:02.975Z | Compiling zerovec v0.10.4 |
| 674 | 2025-09-15T16:54:02.999Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-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="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=23188ee520d7fea5 -C extra-filename=-03d4d2e7f964c242 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-6f871581b84ff942.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-ef0171e922669362.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-5ed04e3a14b24afc.so --cap-lints allow` |
| 675 | 2025-09-15T16:54:03.113Z | Compiling scroll_derive v0.13.1 |
| 676 | 2025-09-15T16:54:03.136Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=353b9172176f2f41 -C extra-filename=-8ecc92e9c9099728 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro --cap-lints allow` |
| 677 | 2025-09-15T16:54:03.817Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-a807a98fdf74c924/build-script-build` |
| 678 | 2025-09-15T16:54:03.840Z | Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-ebc4f2200f9c5e26/build-script-build` |
| 679 | 2025-09-15T16:54:03.864Z | Compiling openssl-macros v0.1.1 |
| 680 | 2025-09-15T16:54:03.865Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e40cdefa6654f04 -C extra-filename=-352ea687c671c3bc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro --cap-lints allow` |
| 681 | 2025-09-15T16:54:04.546Z | Compiling tinystr v0.7.6 |
| 682 | 2025-09-15T16:54:04.572Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-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 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=dd4155a563ab8f62 -C extra-filename=-b2f1aa64a918993e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-5f7061ff416f5efe.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-03d4d2e7f964c242.rmeta --cap-lints allow` |
| 683 | 2025-09-15T16:54:04.614Z | Compiling pest_meta v2.8.1 |
| 684 | 2025-09-15T16:54:04.638Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=6d839fc79473397b -C extra-filename=-fb30caa0484ab5d5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-9af70748b99fb1cb.rmeta --cap-lints allow` |
| 685 | 2025-09-15T16:54:04.668Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.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="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=27ec4067e04c578d -C extra-filename=-1b48c77f2ea4d5e2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-2ef9790e59e86087.so --cap-lints allow --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` |
| 686 | 2025-09-15T16:54:04.820Z | Compiling icu_collections v1.5.0 |
| 687 | 2025-09-15T16:54:04.844Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=977c4d816e0003e4 -C extra-filename=-6db474adf58cc063 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-5f7061ff416f5efe.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-6f871581b84ff942.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-ef0171e922669362.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-03d4d2e7f964c242.rmeta --cap-lints allow` |
| 688 | 2025-09-15T16:54:04.958Z | Compiling icu_locid v1.5.0 |
| 689 | 2025-09-15T16:54:04.982Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-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="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=ab1417d24ccf8d65 -C extra-filename=-08f7cb26feee67d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-5f7061ff416f5efe.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-978a008ca68e7e39.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-b2f1aa64a918993e.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-f8711e94e8903763.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-03d4d2e7f964c242.rmeta --cap-lints allow` |
| 690 | 2025-09-15T16:54:04.982Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.223/src/lib.rs --error-format=json --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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=49ef51c50c472c1b -C extra-filename=-5c40315e673731a7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-f506ceb2caad607c.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-dc3224d66c72cc4c.so --cap-lints allow --check-cfg 'cfg(no_serde_derive)'` |
| 691 | 2025-09-15T16:54:05.046Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.223/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=9e439c8f9e27e775 -C extra-filename=-8f60e7d0ad07ba6e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-9c6f189786dc2aed.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-dc3224d66c72cc4c.so --cap-lints allow --check-cfg 'cfg(no_serde_derive)'` |
| 692 | 2025-09-15T16:54:06.038Z | Compiling indexmap v2.11.0 |
| 693 | 2025-09-15T16:54:06.063Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=089ab44eefff916a -C extra-filename=-465bc2931b09f803 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern equivalent=/work/oxidecomputer/dropshot/target/debug/deps/libequivalent-70feb4c21cea1e73.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-a0979d3478169a37.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --cap-lints allow` |
| 694 | 2025-09-15T16:54:06.063Z | Compiling icu_provider v1.5.0 |
| 695 | 2025-09-15T16:54:06.063Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-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="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=d903366174090373 -C extra-filename=-d6fcdaabf2137bc7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-5f7061ff416f5efe.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-08f7cb26feee67d3.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-d91b848968f2138a.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-5200e8a0488dfdd0.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-b2f1aa64a918993e.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-f8711e94e8903763.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-6f871581b84ff942.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-ef0171e922669362.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-03d4d2e7f964c242.rmeta --cap-lints allow` |
| 696 | 2025-09-15T16:54:06.087Z | Compiling pest_generator v2.8.1 |
| 697 | 2025-09-15T16:54:06.087Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=98b21ae268bbf2ef -C extra-filename=-d64da74ef0144aaa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-9af70748b99fb1cb.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-fb30caa0484ab5d5.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rmeta --cap-lints allow` |
| 698 | 2025-09-15T16:54:06.428Z | Compiling serde_tokenstream v0.2.2 |
| 699 | 2025-09-15T16:54:06.452Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7de17883fd4d6297 -C extra-filename=-7ae647115a6d0004 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8f60e7d0ad07ba6e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rmeta --cap-lints allow` |
| 700 | 2025-09-15T16:54:06.773Z | Compiling icu_locid_transform v1.5.0 |
| 701 | 2025-09-15T16:54:06.796Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-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="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=224efee1f9662805 -C extra-filename=-a25d57143fc4104e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-5f7061ff416f5efe.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-08f7cb26feee67d3.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-1d7fa077435c1028.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-d6fcdaabf2137bc7.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-b2f1aa64a918993e.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-03d4d2e7f964c242.rmeta --cap-lints allow` |
| 702 | 2025-09-15T16:54:06.876Z | Compiling scroll v0.13.0 |
| 703 | 2025-09-15T16:54:06.900Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=09cdb3fd7612a74c -C extra-filename=-779916a2e090abdc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scroll_derive=/work/oxidecomputer/dropshot/target/debug/deps/libscroll_derive-8ecc92e9c9099728.so --cap-lints allow` |
| 704 | 2025-09-15T16:54:06.901Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-bf29c894d8901937/build-script-build` |
| 705 | 2025-09-15T16:54:07.218Z | Compiling foreign-types v0.3.2 |
| 706 | 2025-09-15T16:54:07.246Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea1eecc019dc215e -C extra-filename=-188fe77998a297dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types_shared-8fc90143fd5c54bd.rmeta --cap-lints allow` |
| 707 | 2025-09-15T16:54:07.246Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-8a6f058aba8fb7bf/build-script-build` |
| 708 | 2025-09-15T16:54:07.269Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=973a1e1df0fc1a6d -C extra-filename=-764db8eaacdf9904 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-b0beeb192621a71b.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-95681ad3f142e8dd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
| 709 | 2025-09-15T16:54:07.318Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=688b3c226df31637 -C extra-filename=-ffdeabb8e40f86e0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128` |
| 710 | 2025-09-15T16:54:07.349Z | Compiling block-buffer v0.10.2 |
| 711 | 2025-09-15T16:54:07.349Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f6cccc65c06b6c5 -C extra-filename=-7b0ae611f5d06f55 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-0c4798b8b73e1696.rmeta --cap-lints allow` |
| 712 | 2025-09-15T16:54:07.414Z | Compiling crypto-common v0.1.6 |
| 713 | 2025-09-15T16:54:07.437Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=565657e83a1a78bb -C extra-filename=-b8819ef569beb9a9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-0c4798b8b73e1696.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-cc6854985e4a1c0f.rmeta --cap-lints allow` |
| 714 | 2025-09-15T16:54:07.538Z | Compiling pest_derive v2.8.1 |
| 715 | 2025-09-15T16:54:07.562Z | Compiling dof v0.4.0 |
| 716 | 2025-09-15T16:54:07.562Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=7321628c6cce15c0 -C extra-filename=-e417814c611e4107 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-9af70748b99fb1cb.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-d64da74ef0144aaa.rlib --extern proc_macro --cap-lints allow` |
| 717 | 2025-09-15T16:54:07.562Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=e1c51fba9d20d28b -C extra-filename=-80327c5456e1d127 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8f60e7d0ad07ba6e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-df572225880d42d0.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-1b48c77f2ea4d5e2.rmeta --cap-lints allow` |
| 718 | 2025-09-15T16:54:07.610Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=be90708075e81c49 -C extra-filename=-b3a768b4c926fbe2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'` |
| 719 | 2025-09-15T16:54:07.724Z | Compiling form_urlencoded v1.2.2 |
| 720 | 2025-09-15T16:54:07.748Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ae033c4acbe527e0 -C extra-filename=-4ca3d9262fd88358 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rmeta --cap-lints allow` |
| 721 | 2025-09-15T16:54:07.952Z | Compiling tokio-util v0.7.7 |
| 722 | 2025-09-15T16:54:07.975Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=1bb87fbe287c59ac -C extra-filename=-c612e00e1f4a96bf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-affd5790269c5577.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-97b023771e254cab.rmeta --cap-lints allow` |
| 723 | 2025-09-15T16:54:08.026Z | Compiling icu_properties v1.5.1 |
| 724 | 2025-09-15T16:54:08.050Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-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 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=a9e64bcb8d27f68f -C extra-filename=-6e3a259c32f3c73e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-5f7061ff416f5efe.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-6db474adf58cc063.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-a25d57143fc4104e.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-36d061d4cf2c2170.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-d6fcdaabf2137bc7.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-b2f1aa64a918993e.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-03d4d2e7f964c242.rmeta --cap-lints allow` |
| 725 | 2025-09-15T16:54:08.310Z | Compiling dtrace-parser v0.3.0 |
| 726 | 2025-09-15T16:54:08.334Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bf7237c470f9757 -C extra-filename=-6b7c0d444ea1976a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-9af70748b99fb1cb.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-e417814c611e4107.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rmeta --cap-lints allow` |
| 727 | 2025-09-15T16:54:08.425Z | Compiling rand_core v0.6.3 |
| 728 | 2025-09-15T16:54:08.449Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-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 debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=30e88c99b9dc6f82 -C extra-filename=-56bbf8fb57604f76 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-c697fcaf2e8210fc.rmeta --cap-lints allow` |
| 729 | 2025-09-15T16:54:08.699Z | Compiling mime v0.3.16 |
| 730 | 2025-09-15T16:54:08.723Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67bbb769aa4e696c -C extra-filename=-1b877b67c121716e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 731 | 2025-09-15T16:54:08.878Z | Compiling h2 v0.4.6 |
| 732 | 2025-09-15T16:54:08.902Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=400ee4ee958675a5 -C extra-filename=-6d1484dccf0ba505 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-d36c451642539470.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-18df4cfff4f53187.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-affd5790269c5577.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-4d98de329366cb88.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-c612e00e1f4a96bf.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-97b023771e254cab.rmeta --cap-lints allow` |
| 733 | 2025-09-15T16:54:08.902Z | Compiling plain v0.2.3 |
| 734 | 2025-09-15T16:54:08.902Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b294daa1bf28856f -C extra-filename=-125e93d2102b73de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 735 | 2025-09-15T16:54:09.061Z | Compiling rustls v0.22.4 |
| 736 | 2025-09-15T16:54:09.086Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=6ddd09a24a45ae86 -C extra-filename=-19a516f179033711 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-19a516f179033711 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 737 | 2025-09-15T16:54:09.086Z | Compiling native-tls v0.2.12 |
| 738 | 2025-09-15T16:54:09.086Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=36ca6e75343ab184 -C extra-filename=-f0a73f9973b3ee34 --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-f0a73f9973b3ee34 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 739 | 2025-09-15T16:54:09.110Z | Compiling semver v1.0.26 |
| 740 | 2025-09-15T16:54:09.110Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=76652ffdd7c33676 -C extra-filename=-16fc0c09dfe4d442 --out-dir /work/oxidecomputer/dropshot/target/debug/build/semver-16fc0c09dfe4d442 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 741 | 2025-09-15T16:54:09.153Z | Compiling ppv-lite86 v0.2.15 |
| 742 | 2025-09-15T16:54:09.177Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=9f1a2c13dbdbdf6c -C extra-filename=-d543fb4a0008ad2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 743 | 2025-09-15T16:54:09.366Z | Compiling rustls v0.23.13 |
| 744 | 2025-09-15T16:54:09.366Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=f012041af7a3d6c0 -C extra-filename=-ac912197f3aae734 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-ac912197f3aae734 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 745 | 2025-09-15T16:54:09.416Z | Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-f0a73f9973b3ee34/build-script-build` |
| 746 | 2025-09-15T16:54:09.440Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-19a516f179033711/build-script-build` |
| 747 | 2025-09-15T16:54:09.464Z | Compiling goblin v0.10.1 |
| 748 | 2025-09-15T16:54:09.464Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=34157558892f263a -C extra-filename=-870baab29d9eff17 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4cc744b5d1b67ab7.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-125e93d2102b73de.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-779916a2e090abdc.rmeta --cap-lints allow` |
| 749 | 2025-09-15T16:54:09.539Z | Running `/work/oxidecomputer/dropshot/target/debug/build/semver-16fc0c09dfe4d442/build-script-build` |
| 750 | 2025-09-15T16:54:09.600Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=5f4a6da9a00d1f6f -C extra-filename=-515d2eb3b07c012b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-730d305df33f99e0.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-80327c5456e1d127.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-6b7c0d444ea1976a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8f60e7d0ad07ba6e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-df572225880d42d0.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-d719c0bd9ab69fe1.rmeta --cap-lints allow --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'` |
| 751 | 2025-09-15T16:54:09.691Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-ac912197f3aae734/build-script-build` |
| 752 | 2025-09-15T16:54:09.715Z | Compiling rand_chacha v0.3.1 |
| 753 | 2025-09-15T16:54:09.715Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=9b1dd6b74102f965 -C extra-filename=-cf532160f31c7ba9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/dropshot/target/debug/deps/libppv_lite86-d543fb4a0008ad2a.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-56bbf8fb57604f76.rmeta --cap-lints allow` |
| 754 | 2025-09-15T16:54:09.738Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=25b812f71a71f733 -C extra-filename=-0a9b9bfbff336a59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-b0beeb192621a71b.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d1fc0ca4a8c78aee.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-188fe77998a297dc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-35c460553adbbed1.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-352ea687c671c3bc.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-b3a768b4c926fbe2.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'` |
| 755 | 2025-09-15T16:54:10.084Z | Compiling digest v0.10.7 |
| 756 | 2025-09-15T16:54:10.109Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=3aba488565c51897 -C extra-filename=-3134bc8b7465634e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern block_buffer=/work/oxidecomputer/dropshot/target/debug/deps/libblock_buffer-7b0ae611f5d06f55.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-b8819ef569beb9a9.rmeta --cap-lints allow` |
| 757 | 2025-09-15T16:54:10.375Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=27d09d979e525b26 -C extra-filename=-6e71a935c6c76d23 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
| 758 | 2025-09-15T16:54:10.544Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=e59914ab105dd42a -C extra-filename=-659b6b7c406f8333 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg has_i128 --cfg has_to_int_unchecked` |
| 759 | 2025-09-15T16:54:10.568Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2376d7fac19d9d25 -C extra-filename=-2707fce9775bf092 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` |
| 760 | 2025-09-15T16:54:10.704Z | Compiling unicode-width v0.1.9 |
| 761 | 2025-09-15T16:54:10.734Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=355450d2964da0bb -C extra-filename=-e589e27c1efb5e45 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 762 | 2025-09-15T16:54:10.854Z | Compiling pretty-hex v0.4.1 |
| 763 | 2025-09-15T16:54:10.878Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=fb347450d65c46ec -C extra-filename=-75be64ed0820bb26 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 764 | 2025-09-15T16:54:11.050Z | Compiling icu_normalizer v1.5.0 |
| 765 | 2025-09-15T16:54:11.076Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-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="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=26967e4a6f1deb51 -C extra-filename=-da0fdc1eb5f2685f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-5f7061ff416f5efe.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-6db474adf58cc063.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-228292bf1be85f7d.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-6e3a259c32f3c73e.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-d6fcdaabf2137bc7.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-2d5763b389f336d3.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-4bc678715357a73e.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-aafb1e2c20606c87.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-e614e5777fe05399.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-03d4d2e7f964c242.rmeta --cap-lints allow` |
| 766 | 2025-09-15T16:54:11.340Z | Compiling cpufeatures v0.2.2 |
| 767 | 2025-09-15T16:54:11.364Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d2005d1b0a621bd -C extra-filename=-9b44a7fbf2f6f1f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 768 | 2025-09-15T16:54:11.426Z | Compiling winnow v0.7.10 |
| 769 | 2025-09-15T16:54:11.450Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=bfcc91b7eb1af710 -C extra-filename=-3147dd1353c3fce3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 770 | 2025-09-15T16:54:11.668Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.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="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=c1e339948928ec88 -C extra-filename=-128f0452ffd1e92b --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-128f0452ffd1e92b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 771 | 2025-09-15T16:54:11.973Z | Compiling idna_adapter v1.2.0 |
| 772 | 2025-09-15T16:54:11.997Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=3360edb02133c5ba -C extra-filename=-b5ac20b6d5961d00 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer-da0fdc1eb5f2685f.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-6e3a259c32f3c73e.rmeta --cap-lints allow` |
| 773 | 2025-09-15T16:54:11.997Z | Compiling lazy_static v1.5.0 |
| 774 | 2025-09-15T16:54:11.997Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=25e11ba80d99d45a -C extra-filename=-99f14ca122f12925 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 775 | 2025-09-15T16:54:12.127Z | Compiling thiserror v1.0.69 |
| 776 | 2025-09-15T16:54:12.151Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7e5bddedd40517b -C extra-filename=-4a752e559668a746 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-4a752e559668a746 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 777 | 2025-09-15T16:54:12.200Z | Compiling iana-time-zone v0.1.47 |
| 778 | 2025-09-15T16:54:12.223Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=55ab0474066b1f34 -C extra-filename=-a7b17ec89e4a41e3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 779 | 2025-09-15T16:54:12.514Z | Compiling hyper v1.7.0 |
| 780 | 2025-09-15T16:54:12.537Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=105e25406d8865f8 -C extra-filename=-e9264a3017aeeaea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-d36c451642539470.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-ffb71c2ba0b944d0.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-6d1484dccf0ba505.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1c693f4d0fd9fc24.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-5d8a039823058138.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-1e8d63d51728995e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ccca4e1ddee0daa0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-c328a97786132641.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-2d5763b389f336d3.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-8c053dd401026efa.rmeta --cap-lints allow` |
| 781 | 2025-09-15T16:54:12.561Z | Compiling unicode-segmentation v1.10.0 |
| 782 | 2025-09-15T16:54:12.561Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=87aa0f36439a91e1 -C extra-filename=-93110977b060b810 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 783 | 2025-09-15T16:54:12.611Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-4a752e559668a746/build-script-build` |
| 784 | 2025-09-15T16:54:12.913Z | Compiling chrono v0.4.41 |
| 785 | 2025-09-15T16:54:12.937Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=b24fde640059efd5 -C extra-filename=-0467066079d7fd42 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/dropshot/target/debug/deps/libiana_time_zone-a7b17ec89e4a41e3.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-659b6b7c406f8333.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --cap-lints allow` |
| 786 | 2025-09-15T16:54:12.998Z | Compiling idna v1.0.3 |
| 787 | 2025-09-15T16:54:13.021Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-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 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=3cffbfdb577f47c0 -C extra-filename=-652b0dcac71f51c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern idna_adapter=/work/oxidecomputer/dropshot/target/debug/deps/libidna_adapter-b5ac20b6d5961d00.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-2d5763b389f336d3.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-aafb1e2c20606c87.rmeta --cap-lints allow` |
| 788 | 2025-09-15T16:54:13.158Z | Compiling newline-converter v0.3.0 |
| 789 | 2025-09-15T16:54:13.182Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9161047071be2d6 -C extra-filename=-d53757cf602ea573 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_segmentation-93110977b060b810.rmeta --cap-lints allow` |
| 790 | 2025-09-15T16:54:13.313Z | Compiling console v0.15.7 |
| 791 | 2025-09-15T16:54:13.337Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=c19cada7e34e95b3 -C extra-filename=-37fee7574a34a62d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-e589e27c1efb5e45.rmeta --cap-lints allow` |
| 792 | 2025-09-15T16:54:13.937Z | Compiling toml_parser v1.0.2 |
| 793 | 2025-09-15T16:54:13.962Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=9d506c144ee3669d -C extra-filename=-09bc80529bc81e78 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-3147dd1353c3fce3.rmeta --cap-lints allow` |
| 794 | 2025-09-15T16:54:14.365Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=08f870f5bbf3c400 -C extra-filename=-aa43252451b234c5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4cc744b5d1b67ab7.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-0a9b9bfbff336a59.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-74a95d829a9e3f28.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-b3a768b4c926fbe2.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
| 795 | 2025-09-15T16:54:14.423Z | Compiling hyper-util v0.1.16 |
| 796 | 2025-09-15T16:54:14.447Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=d7b9190918c04d4f -C extra-filename=-85a71822a9fa4b6e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-ffb71c2ba0b944d0.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d84c9d87901a845a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1c693f4d0fd9fc24.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-36a722319678dcd2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-64cca72e1029eef6.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-97b023771e254cab.rmeta --cap-lints allow` |
| 797 | 2025-09-15T16:54:14.488Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-128f0452ffd1e92b/build-script-build` |
| 798 | 2025-09-15T16:54:14.511Z | Compiling sha1 v0.10.6 |
| 799 | 2025-09-15T16:54:14.511Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=b54f0ae0be4f3ae8 -C extra-filename=-97ddd30583eeea89 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d1fc0ca4a8c78aee.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-9b44a7fbf2f6f1f0.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-3134bc8b7465634e.rmeta --cap-lints allow` |
| 800 | 2025-09-15T16:54:14.853Z | Compiling mime_guess v2.0.5 |
| 801 | 2025-09-15T16:54:14.880Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=bafea538bd199fa1 -C extra-filename=-7eefa35716bf6356 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-7eefa35716bf6356 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-6e71a935c6c76d23.rlib --cap-lints allow` |
| 802 | 2025-09-15T16:54:14.880Z | Compiling rand v0.8.4 |
| 803 | 2025-09-15T16:54:14.880Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "rand_hc", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=6a6fd3999cf30abf -C extra-filename=-0019521d488e5584 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-cf532160f31c7ba9.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-56bbf8fb57604f76.rmeta --cap-lints allow` |
| 804 | 2025-09-15T16:54:15.202Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-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="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=deb746566279d6c0 -C extra-filename=-ce7278bc58301bbd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-870baab29d9eff17.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-75be64ed0820bb26.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-1b48c77f2ea4d5e2.rmeta --cap-lints allow` |
| 805 | 2025-09-15T16:54:15.639Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=7cfd9aa25e8d7170 -C extra-filename=-8c1b26a74273070d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-35c460553adbbed1.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-6ec57412bf6b74ce.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-2482f68a383bf2b2.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-a9e3f99c9bf65241.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-ae971e3fa5024fa8.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
| 806 | 2025-09-15T16:54:15.663Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=ceec7056d3aabb3b -C extra-filename=-4ae52e7a4bd09758 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` |
| 807 | 2025-09-15T16:54:15.745Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=649e037c6735b473 -C extra-filename=-4fc1e74e8822f647 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4cc744b5d1b67ab7.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-6ec57412bf6b74ce.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-2482f68a383bf2b2.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-a9e3f99c9bf65241.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-ae971e3fa5024fa8.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out` |
| 808 | 2025-09-15T16:54:16.087Z | Compiling serde_spanned v1.0.0 |
| 809 | 2025-09-15T16:54:16.112Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=5a80805436e2ca11 -C extra-filename=-5c13e4525b961461 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --cap-lints allow` |
| 810 | 2025-09-15T16:54:16.136Z | Compiling toml_datetime v0.7.0 |
| 811 | 2025-09-15T16:54:16.136Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=16c5e7b09e0958b3 -C extra-filename=-e0bd978826ec0d65 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --cap-lints allow` |
| 812 | 2025-09-15T16:54:16.237Z | Compiling thiserror-impl v1.0.69 |
| 813 | 2025-09-15T16:54:16.261Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f5bd6492d68f5bf -C extra-filename=-0874fa7bc60fe8d9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro --cap-lints allow` |
| 814 | 2025-09-15T16:54:16.321Z | Compiling concurrent-queue v2.5.0 |
| 815 | 2025-09-15T16:54:16.344Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=83c657ed5f92b103 -C extra-filename=-5574366c626e946d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-c8d150a876811951.rmeta --cap-lints allow` |
| 816 | 2025-09-15T16:54:16.611Z | Compiling serde_derive_internals v0.29.0 |
| 817 | 2025-09-15T16:54:16.636Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55d1fcda71b697ce -C extra-filename=-cd919e9e189fb7cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rmeta --cap-lints allow` |
| 818 | 2025-09-15T16:54:16.636Z | Compiling rustls-pemfile v2.1.3 |
| 819 | 2025-09-15T16:54:16.636Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=51364a073943bb9d -C extra-filename=-142267e451f0a445 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --cap-lints allow` |
| 820 | 2025-09-15T16:54:17.000Z | Compiling http-body-util v0.1.3 |
| 821 | 2025-09-15T16:54:17.024Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=237774e7998ed110 -C extra-filename=-b65eae29a22a6c68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1c693f4d0fd9fc24.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --cap-lints allow` |
| 822 | 2025-09-15T16:54:17.194Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.106/src/lib.rs --error-format=json --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="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=eb887bd09785c9f8 -C extra-filename=-f1a2159b70dd7f6f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-eb5ee43862668c9c.rmeta --cap-lints allow` |
| 823 | 2025-09-15T16:54:17.272Z | Compiling multer v3.1.0 |
| 824 | 2025-09-15T16:54:17.296Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=be9cb1fc8182a1a2 -C extra-filename=-0bf39609c31c8460 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-0bf39609c31c8460 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-279c702c1642785a.rlib --cap-lints allow` |
| 825 | 2025-09-15T16:54:17.400Z | Compiling sync_wrapper v1.0.1 |
| 826 | 2025-09-15T16:54:17.424Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=f81ee4dd1037cd78 -C extra-filename=-99764d03c66c6803 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --cap-lints allow` |
| 827 | 2025-09-15T16:54:17.553Z | Compiling thread_local v1.1.4 |
| 828 | 2025-09-15T16:54:17.579Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=906f6bba3ce44c9f -C extra-filename=-c2818a33f305a43b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-35c460553adbbed1.rmeta --cap-lints allow` |
| 829 | 2025-09-15T16:54:17.603Z | Compiling encoding_rs v0.8.32 |
| 830 | 2025-09-15T16:54:17.603Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.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="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=de3357e76910a696 -C extra-filename=-e90d2b371428f6b3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d1fc0ca4a8c78aee.rmeta --cap-lints allow` |
| 831 | 2025-09-15T16:54:17.973Z | Compiling camino v1.1.12 |
| 832 | 2025-09-15T16:54:17.997Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=5920d3b8bf5ae3a5 -C extra-filename=-3983b064e78450e4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-3983b064e78450e4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 833 | 2025-09-15T16:54:18.106Z | Compiling parking v2.2.0 |
| 834 | 2025-09-15T16:54:18.130Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=c0e25f75c018c503 -C extra-filename=-cd19536450621031 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 835 | 2025-09-15T16:54:18.269Z | Compiling match_cfg v0.1.0 |
| 836 | 2025-09-15T16:54:18.293Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=d2546fe97fc49654 -C extra-filename=-c2fc0a4afed188b2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 837 | 2025-09-15T16:54:18.372Z | Compiling toml_writer v1.0.2 |
| 838 | 2025-09-15T16:54:18.396Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=c5705a3acdf69970 -C extra-filename=-f9215c2166d47f6a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 839 | 2025-09-15T16:54:18.422Z | Compiling target-triple v0.1.3 |
| 840 | 2025-09-15T16:54:18.422Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7da89912634775c -C extra-filename=-78e74e2179479d24 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-78e74e2179479d24 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 841 | 2025-09-15T16:54:18.498Z | Compiling heck v0.5.0 |
| 842 | 2025-09-15T16:54:18.498Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f26c955301c87d2 -C extra-filename=-fe020249e7dee3f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 843 | 2025-09-15T16:54:18.797Z | Compiling slog-async v2.8.0 |
| 844 | 2025-09-15T16:54:18.820Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=de90e8d1c80be7c4 -C extra-filename=-e03428d43c4ff60d --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-e03428d43c4ff60d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 845 | 2025-09-15T16:54:18.870Z | Compiling schemars v0.8.22 |
| 846 | 2025-09-15T16:54:18.894Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=4931427dfa84a748 -C extra-filename=-820f6dc404cc1a34 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-820f6dc404cc1a34 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 847 | 2025-09-15T16:54:18.894Z | Compiling tower-layer v0.3.3 |
| 848 | 2025-09-15T16:54:18.894Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=655e3d3da34c77fb -C extra-filename=-73a6807350cbf9f7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 849 | 2025-09-15T16:54:18.918Z | Compiling similar v2.2.1 |
| 850 | 2025-09-15T16:54:18.918Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.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="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=ba9b74c3cd218285 -C extra-filename=-f5181167b960e399 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 851 | 2025-09-15T16:54:19.131Z | Compiling tokio-rustls v0.25.0 |
| 852 | 2025-09-15T16:54:19.154Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=f0d5884172378157 -C extra-filename=-a0913aeadc7ab787 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out` |
| 853 | 2025-09-15T16:54:19.225Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-e03428d43c4ff60d/build-script-build` |
| 854 | 2025-09-15T16:54:19.249Z | Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-820f6dc404cc1a34/build-script-build` |
| 855 | 2025-09-15T16:54:19.273Z | Compiling tower v0.5.2 |
| 856 | 2025-09-15T16:54:19.273Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=002a59cfc164cf27 -C extra-filename=-d7a51932766d794f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d84c9d87901a845a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-99764d03c66c6803.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-73a6807350cbf9f7.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --cap-lints allow` |
| 857 | 2025-09-15T16:54:19.297Z | Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-78e74e2179479d24/build-script-build` |
| 858 | 2025-09-15T16:54:19.320Z | Compiling toml v0.9.5 |
| 859 | 2025-09-15T16:54:19.320Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=9175f1140e725207 -C extra-filename=-097094ae4cd2a994 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-5c13e4525b961461.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-e0bd978826ec0d65.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-09bc80529bc81e78.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-f9215c2166d47f6a.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-3147dd1353c3fce3.rmeta --cap-lints allow` |
| 860 | 2025-09-15T16:54:19.488Z | Running `/work/oxidecomputer/dropshot/target/debug/build/camino-3983b064e78450e4/build-script-build` |
| 861 | 2025-09-15T16:54:19.545Z | Compiling hostname v0.3.1 |
| 862 | 2025-09-15T16:54:19.569Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=b3d26b561ba22a52 -C extra-filename=-5dbf1c760e410e74 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-c2fc0a4afed188b2.rmeta --cap-lints allow` |
| 863 | 2025-09-15T16:54:19.746Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10839dcac2e78546 -C extra-filename=-a33bdc6c99a68c4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror_impl-0874fa7bc60fe8d9.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
| 864 | 2025-09-15T16:54:19.881Z | Compiling event-listener v5.0.0 |
| 865 | 2025-09-15T16:54:19.905Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=b5c660fe71340aea -C extra-filename=-f358b614ca10199e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-5574366c626e946d.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-cd19536450621031.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --cap-lints allow` |
| 866 | 2025-09-15T16:54:20.089Z | Compiling schemars_derive v0.8.22 |
| 867 | 2025-09-15T16:54:20.112Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1cbf9fcb7a7ece6 -C extra-filename=-5460e0d6adb88e27 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-cd919e9e189fb7cd.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro --cap-lints allow` |
| 868 | 2025-09-15T16:54:20.348Z | Compiling tokio-rustls v0.26.0 |
| 869 | 2025-09-15T16:54:20.372Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=e8f61089a609f921 -C extra-filename=-14f9e667814d84f9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8c1b26a74273070d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out` |
| 870 | 2025-09-15T16:54:20.609Z | Running `/work/oxidecomputer/dropshot/target/debug/build/multer-0bf39609c31c8460/build-script-build` |
| 871 | 2025-09-15T16:54:20.635Z | Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-7eefa35716bf6356/build-script-build` |
| 872 | 2025-09-15T16:54:20.663Z | Compiling tokio-native-tls v0.3.1 |
| 873 | 2025-09-15T16:54:20.687Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=77202432e1e06b93 -C extra-filename=-86d6ded39b95b4ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-aa43252451b234c5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64` |
| 874 | 2025-09-15T16:54:20.687Z | Compiling url v2.5.4 |
| 875 | 2025-09-15T16:54:20.687Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=1f82ef737a521582 -C extra-filename=-1bcc47c7417eb093 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-652b0dcac71f51c0.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rmeta --cap-lints allow` |
| 876 | 2025-09-15T16:54:20.734Z | Compiling usdt-attr-macro v0.6.0 |
| 877 | 2025-09-15T16:54:20.758Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5234bdb0fedb0ae9 -C extra-filename=-9075e1a5425d930f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-6b7c0d444ea1976a.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-7ae647115a6d0004.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-515d2eb3b07c012b.rlib --extern proc_macro --cap-lints allow` |
| 878 | 2025-09-15T16:54:20.930Z | Compiling usdt-macro v0.6.0 |
| 879 | 2025-09-15T16:54:20.955Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6aea40e1f012c90 -C extra-filename=-071942ceb02d8a4b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-6b7c0d444ea1976a.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-7ae647115a6d0004.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-515d2eb3b07c012b.rlib --extern proc_macro --cap-lints allow` |
| 880 | 2025-09-15T16:54:21.945Z | Compiling serde_urlencoded v0.7.1 |
| 881 | 2025-09-15T16:54:21.969Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1782bee5986980a -C extra-filename=-fc04314c5520613f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ccca4e1ddee0daa0.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-76b8907002a3039f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --cap-lints allow` |
| 882 | 2025-09-15T16:54:22.053Z | Compiling slog-json v2.6.1 |
| 883 | 2025-09-15T16:54:22.077Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=2a891a78442b60a2 -C extra-filename=-85f1cc9851822c50 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-46c601baecc3616e.rmeta --cap-lints allow` |
| 884 | 2025-09-15T16:54:22.149Z | Compiling futures-executor v0.3.31 |
| 885 | 2025-09-15T16:54:22.173Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=24a7ddaf6ebf3ca3 -C extra-filename=-1c11832e0446d4e5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c624c1fbad75c606.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d84c9d87901a845a.rmeta --cap-lints allow` |
| 886 | 2025-09-15T16:54:22.202Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-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="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=b2772c60426a5347 -C extra-filename=-994e54d8621ac9b1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-730d305df33f99e0.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-ce7278bc58301bbd.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-6b7c0d444ea1976a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f1a2159b70dd7f6f.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-d719c0bd9ab69fe1.rmeta --cap-lints allow --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'` |
| 887 | 2025-09-15T16:54:22.226Z | Compiling uuid v1.18.1 |
| 888 | 2025-09-15T16:54:22.226Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=692834afaac711cb -C extra-filename=-1cb4e84b23f171a2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-ca28565ced64b32c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --cap-lints allow` |
| 889 | 2025-09-15T16:54:22.383Z | Compiling async-stream-impl v0.3.6 |
| 890 | 2025-09-15T16:54:22.407Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=589c6a9285fb84db -C extra-filename=-f9194a6f53081f1a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro --cap-lints allow` |
| 891 | 2025-09-15T16:54:22.407Z | Compiling tempfile v3.21.0 |
| 892 | 2025-09-15T16:54:22.407Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.21.0/src/lib.rs --error-format=json --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="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=7d1e1d6ecfb4b060 -C extra-filename=-d039c2e24130fba6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-cc748a4c3e6a7031.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-ca28565ced64b32c.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-35c460553adbbed1.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-b99b78925d2d2ef5.rmeta --cap-lints allow` |
| 893 | 2025-09-15T16:54:22.603Z | Compiling crossbeam-channel v0.5.1 |
| 894 | 2025-09-15T16:54:22.627Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-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 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossbeam-utils", "default", "std"))' -C metadata=f89f7d2307ccba7d -C extra-filename=-21135059ef035fdc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d1fc0ca4a8c78aee.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-c8d150a876811951.rmeta --cap-lints allow` |
| 895 | 2025-09-15T16:54:22.912Z | Compiling webpki-roots v0.26.5 |
| 896 | 2025-09-15T16:54:22.936Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=761733de8efcee37 -C extra-filename=-20715e8c00d9a21e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --cap-lints allow` |
| 897 | 2025-09-15T16:54:23.090Z | Compiling is-terminal v0.4.12 |
| 898 | 2025-09-15T16:54:23.113Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b29f9be9b3923a2 -C extra-filename=-7caa6b67a61cc45b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --cap-lints allow` |
| 899 | 2025-09-15T16:54:23.147Z | Compiling memmap2 v0.9.8 |
| 900 | 2025-09-15T16:54:23.171Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=1f4d96a11398c552 -C extra-filename=-aee7a5059c11b63d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --cap-lints allow` |
| 901 | 2025-09-15T16:54:23.217Z | Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot) |
| 902 | 2025-09-15T16:54:23.241Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a00972a2debd02ed -C extra-filename=-fefa351ed8ce18b9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-fefa351ed8ce18b9 -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-279c702c1642785a.rlib` |
| 903 | 2025-09-15T16:54:23.412Z | Compiling take_mut v0.2.2 |
| 904 | 2025-09-15T16:54:23.436Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92c10127646c0f31 -C extra-filename=-1b1af375eee22cc0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 905 | 2025-09-15T16:54:23.461Z | Compiling dyn-clone v1.0.4 |
| 906 | 2025-09-15T16:54:23.461Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07da3abdc1f04bb3 -C extra-filename=-c4c2a6118db5b84b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 907 | 2025-09-15T16:54:23.485Z | Compiling spin v0.9.8 |
| 908 | 2025-09-15T16:54:23.485Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=ff5e9cfdec239c0b -C extra-filename=-032f5cfec45558d5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 909 | 2025-09-15T16:54:23.510Z | Compiling utf-8 v0.7.6 |
| 910 | 2025-09-15T16:54:23.510Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9eec27bfd1a37f15 -C extra-filename=-c2f37d046e052ca3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 911 | 2025-09-15T16:54:23.510Z | Compiling anyhow v1.0.99 |
| 912 | 2025-09-15T16:54:23.534Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=fb29f37367c0143f -C extra-filename=-b782ca8a437aa826 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-b782ca8a437aa826 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 913 | 2025-09-15T16:54:23.648Z | Compiling iri-string v0.7.8 |
| 914 | 2025-09-15T16:54:23.648Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=67ba1550646d1702 -C extra-filename=-7c60cfb34bcf5d92 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 915 | 2025-09-15T16:54:23.672Z | Compiling buf-list v1.0.3 |
| 916 | 2025-09-15T16:54:23.672Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=5e50408f92f4180b -C extra-filename=-991f08c6aabec131 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-991f08c6aabec131 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 917 | 2025-09-15T16:54:23.696Z | Compiling data-encoding v2.4.0 |
| 918 | 2025-09-15T16:54:23.696Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=701095a2a1464041 -C extra-filename=-6de91219e94257c7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 919 | 2025-09-15T16:54:23.742Z | Compiling term v1.1.0 |
| 920 | 2025-09-15T16:54:23.766Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=db6befea0398cb84 -C extra-filename=-6e646ba88e0f6b64 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 921 | 2025-09-15T16:54:23.810Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=21c649f01a72c9ad -C extra-filename=-824192634b9afc01 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-e90d2b371428f6b3.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d84c9d87901a845a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-5d8a039823058138.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-1dce84f2db4aa53e.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-1b877b67c121716e.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-032f5cfec45558d5.rmeta --cap-lints allow` |
| 922 | 2025-09-15T16:54:24.045Z | Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-b782ca8a437aa826/build-script-build` |
| 923 | 2025-09-15T16:54:24.169Z | Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-991f08c6aabec131/build-script-build` |
| 924 | 2025-09-15T16:54:24.216Z | Compiling tungstenite v0.24.0 |
| 925 | 2025-09-15T16:54:24.243Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/lib.rs --error-format=json --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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=2caa5035556a8b0d -C extra-filename=-db7a8407cb9b12d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-730d305df33f99e0.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-6de91219e94257c7.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-5d8a039823058138.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4cc744b5d1b67ab7.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-0019521d488e5584.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a33bdc6c99a68c4f.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-c2f37d046e052ca3.rmeta --cap-lints allow` |
| 926 | 2025-09-15T16:54:24.355Z | Compiling slog-term v2.9.2 |
| 927 | 2025-09-15T16:54:24.379Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=2c621c612fa4198b -C extra-filename=-86caf2b8557e309e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-7caa6b67a61cc45b.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-6e646ba88e0f6b64.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-c2818a33f305a43b.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-46c601baecc3616e.rmeta --cap-lints allow` |
| 928 | 2025-09-15T16:54:24.683Z | Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-fefa351ed8ce18b9/build-script-build` |
| 929 | 2025-09-15T16:54:24.739Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=e2d10e0de30e9c88 -C extra-filename=-a2454941070b2897 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-c4c2a6118db5b84b.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-5460e0d6adb88e27.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
| 930 | 2025-09-15T16:54:25.022Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=09f6320115a0c1be -C extra-filename=-0b4f77d74e4ff3a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_channel-21135059ef035fdc.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-1b1af375eee22cc0.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-c2818a33f305a43b.rmeta --cap-lints allow --cfg integer128` |
| 931 | 2025-09-15T16:54:25.212Z | Compiling async-stream v0.3.6 |
| 932 | 2025-09-15T16:54:25.236Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15bf6f4fca8a52ee -C extra-filename=-c5222544a4825850 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream_impl-f9194a6f53081f1a.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --cap-lints allow` |
| 933 | 2025-09-15T16:54:25.353Z | Compiling usdt v0.6.0 |
| 934 | 2025-09-15T16:54:25.377Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-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="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=60820ba59ae52797 -C extra-filename=-65751f2cc26264e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-ce7278bc58301bbd.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-870baab29d9eff17.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-aee7a5059c11b63d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-9075e1a5425d930f.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-994e54d8621ac9b1.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-071942ceb02d8a4b.so --cap-lints allow` |
| 935 | 2025-09-15T16:54:25.494Z | Compiling hyper-rustls v0.27.3 |
| 936 | 2025-09-15T16:54:25.517Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=5802708b2d67eff7 -C extra-filename=-99f1f0dcaccd7ac9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d84c9d87901a845a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8c1b26a74273070d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-14f9e667814d84f9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-20715e8c00d9a21e.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out` |
| 937 | 2025-09-15T16:54:25.589Z | Compiling atomicwrites v0.4.4 |
| 938 | 2025-09-15T16:54:25.613Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4494abb435c31e13 -C extra-filename=-5b8d7c07452871d4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-764db8eaacdf9904.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rmeta --cap-lints allow` |
| 939 | 2025-09-15T16:54:25.791Z | Compiling futures v0.3.31 |
| 940 | 2025-09-15T16:54:25.815Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=c347b976e5b8e805 -C extra-filename=-2b3968e559ce1c4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-ffb71c2ba0b944d0.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-1c11832e0446d4e5.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-5801f2bf17f68390.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-affd5790269c5577.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c624c1fbad75c606.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d84c9d87901a845a.rmeta --cap-lints allow` |
| 941 | 2025-09-15T16:54:25.899Z | Compiling tower-http v0.6.5 |
| 942 | 2025-09-15T16:54:25.923Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-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="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=3714440c091127e9 -C extra-filename=-3f008e4922b5f282 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-b0beeb192621a71b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d84c9d87901a845a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1c693f4d0fd9fc24.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-7c60cfb34bcf5d92.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-d7a51932766d794f.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-73a6807350cbf9f7.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --cap-lints allow` |
| 943 | 2025-09-15T16:54:25.923Z | Compiling slog-bunyan v2.5.0 |
| 944 | 2025-09-15T16:54:25.923Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=8f0aad407b22245e -C extra-filename=-f9a342b63be412e7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5dbf1c760e410e74.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-46c601baecc3616e.rmeta --cap-lints allow` |
| 945 | 2025-09-15T16:54:25.947Z | Compiling hyper-tls v0.6.0 |
| 946 | 2025-09-15T16:54:25.947Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=a70a5733151f2ee0 -C extra-filename=-d3434c474db0dbb7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-aa43252451b234c5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-86d6ded39b95b4ee.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64` |
| 947 | 2025-09-15T16:54:25.978Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=ccba2aafdd3a8fe6 -C extra-filename=-7216eb8ffbb1620a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-1b877b67c121716e.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-6e71a935c6c76d23.rmeta --cap-lints allow` |
| 948 | 2025-09-15T16:54:26.017Z | Compiling event-listener-strategy v0.5.4 |
| 949 | 2025-09-15T16:54:26.041Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=3cf46ec32d397f22 -C extra-filename=-3e37b428f86e7bb9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-f358b614ca10199e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --cap-lints allow` |
| 950 | 2025-09-15T16:54:26.128Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=686b56bbe77645dc -C extra-filename=-6bf7af740b18d1d9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --cap-lints allow --cfg path_buf_capacity --cfg osstring_from_str --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)'` |
| 951 | 2025-09-15T16:54:26.223Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c415ff72407bb82 -C extra-filename=-eb65f194ae26e9e0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(host_os, values("windows"))'` |
| 952 | 2025-09-15T16:54:26.274Z | Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 953 | 2025-09-15T16:54:26.298Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 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 debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4eefb8aecab284b5 -C extra-filename=-7838fa43bf15c45e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-fe020249e7dee3f2.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8f60e7d0ad07ba6e.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-7ae647115a6d0004.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro` |
| 954 | 2025-09-15T16:54:26.339Z | Compiling rustls-native-certs v0.7.0 |
| 955 | 2025-09-15T16:54:26.363Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7afc0bb3ef1c5316 -C extra-filename=-aed39a12d64147c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-74a95d829a9e3f28.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --cap-lints allow` |
| 956 | 2025-09-15T16:54:26.628Z | Compiling openapiv3 v2.2.0 |
| 957 | 2025-09-15T16:54:26.651Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-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="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=e72bae1307aaa732 -C extra-filename=-4ceb83058589b7de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rmeta --cap-lints allow` |
| 958 | 2025-09-15T16:54:26.700Z | Compiling serde_path_to_error v0.1.17 |
| 959 | 2025-09-15T16:54:26.724Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d17bd397e8aea0c8 -C extra-filename=-01a3a03ff952cbfc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ccca4e1ddee0daa0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --cap-lints allow` |
| 960 | 2025-09-15T16:54:26.749Z | Compiling yasna v0.5.2 |
| 961 | 2025-09-15T16:54:26.749Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=b782f91863ffebb6 -C extra-filename=-06e633e5f0c70740 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-46c601baecc3616e.rmeta --cap-lints allow` |
| 962 | 2025-09-15T16:54:26.791Z | Compiling async-trait v0.1.89 |
| 963 | 2025-09-15T16:54:26.815Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c900031a0b7cc825 -C extra-filename=-29604bfec0078697 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro --cap-lints allow` |
| 964 | 2025-09-15T16:54:26.905Z | Compiling pem v3.0.5 |
| 965 | 2025-09-15T16:54:26.929Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1cfa947b7850bc59 -C extra-filename=-610befccd42585ca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rmeta --cap-lints allow` |
| 966 | 2025-09-15T16:54:27.267Z | Compiling waitgroup v0.1.2 |
| 967 | 2025-09-15T16:54:27.292Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c6dd3bf719e8a08 -C extra-filename=-cd36a401aab8d396 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-d36c451642539470.rmeta --cap-lints allow` |
| 968 | 2025-09-15T16:54:27.362Z | Compiling webpki-roots v1.0.0 |
| 969 | 2025-09-15T16:54:27.386Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eccb5d4f3e04cbc8 -C extra-filename=-c585dfe45d644db1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --cap-lints allow` |
| 970 | 2025-09-15T16:54:27.482Z | Compiling hostname v0.4.0 |
| 971 | 2025-09-15T16:54:27.508Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=2e6cd7e1a863625e -C extra-filename=-8488a25f2aeb9e26 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d1fc0ca4a8c78aee.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --cap-lints allow` |
| 972 | 2025-09-15T16:54:27.536Z | Compiling simple-mermaid v0.2.0 |
| 973 | 2025-09-15T16:54:27.536Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73026729d3be664f -C extra-filename=-a815bd4549f3b2ca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 974 | 2025-09-15T16:54:27.560Z | Compiling http-range v0.1.4 |
| 975 | 2025-09-15T16:54:27.560Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e37017398295c0ef -C extra-filename=-83d5cb4a5143d730 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 976 | 2025-09-15T16:54:27.560Z | Compiling glob v0.3.0 |
| 977 | 2025-09-15T16:54:27.560Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=560b1a2fc29a178e -C extra-filename=-a2c52fc4898bf0cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 978 | 2025-09-15T16:54:27.614Z | Compiling debug-ignore v1.0.5 |
| 979 | 2025-09-15T16:54:27.638Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=4b9233f626eed54d -C extra-filename=-9a7db8b58debf48c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 980 | 2025-09-15T16:54:27.702Z | Compiling termcolor v1.1.2 |
| 981 | 2025-09-15T16:54:27.726Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d7d4551cb03a6c3 -C extra-filename=-21ae16a36759a176 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 982 | 2025-09-15T16:54:27.773Z | Compiling hyper-staticfile v0.10.1 |
| 983 | 2025-09-15T16:54:27.797Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=529ef81d33a5182b -C extra-filename=-5168f12f80a37b03 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d84c9d87901a845a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-83d5cb4a5143d730.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-1e8d63d51728995e.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-0019521d488e5584.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-1bcc47c7417eb093.rmeta --cap-lints allow` |
| 984 | 2025-09-15T16:54:27.842Z | Compiling reqwest v0.12.23 |
| 985 | 2025-09-15T16:54:27.869Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=442b04a48ca91ee2 -C extra-filename=-367a72a027602e26 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-e90d2b371428f6b3.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-6d1484dccf0ba505.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1c693f4d0fd9fc24.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-99f1f0dcaccd7ac9.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-d3434c474db0dbb7.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4cc744b5d1b67ab7.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-1b877b67c121716e.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-aa43252451b234c5.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8c1b26a74273070d.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-99764d03c66c6803.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-86d6ded39b95b4ee.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-14f9e667814d84f9.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-d7a51932766d794f.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-3f008e4922b5f282.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-1bcc47c7417eb093.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-c585dfe45d644db1.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 986 | 2025-09-15T16:54:28.026Z | Compiling rcgen v0.14.3 |
| 987 | 2025-09-15T16:54:28.050Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-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="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=c5fa075235d67a47 -C extra-filename=-dfa60689d05ad53e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-6ec57412bf6b74ce.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-46c601baecc3616e.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-06e633e5f0c70740.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out` |
| 988 | 2025-09-15T16:54:28.301Z | Compiling trybuild v1.0.110 |
| 989 | 2025-09-15T16:54:28.326Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.110/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=f03cfb045a7781f0 -C extra-filename=-4a50ba112a4700de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-a2c52fc4898bf0cd.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-dc3224d66c72cc4c.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-eb65f194ae26e9e0.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-21ae16a36759a176.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rmeta --cap-lints allow` |
| 990 | 2025-09-15T16:54:28.350Z | Compiling hyper-rustls v0.26.0 |
| 991 | 2025-09-15T16:54:28.350Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=b20448b47f942386 -C extra-filename=-2f8ef83b148f54e3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d84c9d87901a845a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4cc744b5d1b67ab7.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-aed39a12d64147c0.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out` |
| 992 | 2025-09-15T16:54:28.503Z | Compiling async-channel v2.5.0 |
| 993 | 2025-09-15T16:54:28.527Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=7f878713ccdce74f -C extra-filename=-af6ddba09068e2ba --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-5574366c626e946d.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-3e37b428f86e7bb9.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --cap-lints allow` |
| 994 | 2025-09-15T16:54:28.720Z | Compiling expectorate v1.2.0 |
| 995 | 2025-09-15T16:54:28.744Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=b365ddb86da9dcde -C extra-filename=-55e4e9172a594b3a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomicwrites=/work/oxidecomputer/dropshot/target/debug/deps/libatomicwrites-5b8d7c07452871d4.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-37fee7574a34a62d.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-d53757cf602ea573.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-f5181167b960e399.rmeta --cap-lints allow` |
| 996 | 2025-09-15T16:54:28.811Z | Compiling tokio-tungstenite v0.24.0 |
| 997 | 2025-09-15T16:54:28.835Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=b8630ed433597516 -C extra-filename=-cb8f374f7ad0f65b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d84c9d87901a845a.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4cc744b5d1b67ab7.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-db7a8407cb9b12d1.rmeta --cap-lints allow` |
| 998 | 2025-09-15T16:54:28.868Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=a90e2a085b35316e -C extra-filename=-9da4d8dc9b94eec4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
| 999 | 2025-09-15T16:54:28.957Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=9c11548119962dcb -C extra-filename=-53b78214eb80d597 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds` |
| 1000 | 2025-09-15T16:54:29.264Z | Compiling subprocess v0.2.9 |
| 1001 | 2025-09-15T16:54:29.288Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea44380c82f64acf -C extra-filename=-470e1d5ef8221925 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rmeta --cap-lints allow` |
| 1002 | 2025-09-15T16:54:29.371Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.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 --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=a536fa033453e748 -C extra-filename=-fb39e740959b948b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 1003 | 2025-09-15T16:54:29.558Z | Compiling prettyplease v0.2.37 |
| 1004 | 2025-09-15T16:54:29.582Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=e96e92ba282fc274 -C extra-filename=-c1c45176ae627b22 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-c1c45176ae627b22 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 1005 | 2025-09-15T16:54:29.709Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.21.0/src/lib.rs --error-format=json --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="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=61a8d25b0afba285 -C extra-filename=-dd296d1fe4d96075 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-cc748a4c3e6a7031.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-ca28565ced64b32c.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-fb39e740959b948b.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-b99b78925d2d2ef5.rmeta --cap-lints allow` |
| 1006 | 2025-09-15T16:54:29.734Z | Compiling schema-derive v0.1.0 |
| 1007 | 2025-09-15T16:54:29.734Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2aeabecf1367cf5c -C extra-filename=-a892d92d84492e0d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro --cap-lints allow` |
| 1008 | 2025-09-15T16:54:29.889Z | Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-c1c45176ae627b22/build-script-build` |
| 1009 | 2025-09-15T16:54:29.913Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=eab80b125dd22469 -C extra-filename=-ff62c0efdc640f0d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
| 1010 | 2025-09-15T16:54:30.176Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6272731be150aaa8 -C extra-filename=-d59c7fd9c7365044 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-764db8eaacdf9904.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dd296d1fe4d96075.rmeta --cap-lints allow` |
| 1011 | 2025-09-15T16:54:30.431Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=ec642dfd406e45bd -C extra-filename=-bf3e358e5673ed24 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomicwrites=/work/oxidecomputer/dropshot/target/debug/deps/libatomicwrites-d59c7fd9c7365044.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-37fee7574a34a62d.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-d53757cf602ea573.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-f5181167b960e399.rmeta --cap-lints allow` |
| 1012 | 2025-09-15T16:54:31.227Z | Compiling schema v0.1.0 |
| 1013 | 2025-09-15T16:54:31.251Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d2acbfd91217a76 -C extra-filename=-fa86300d0e7c09b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-a892d92d84492e0d.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rmeta --cap-lints allow` |
| 1014 | 2025-09-15T16:54:31.296Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=033a1a30733e35a8 -C extra-filename=-b810059009d636ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out` |
| 1015 | 2025-09-15T16:54:31.341Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbbff8a81e8edfc8 -C extra-filename=-ee3c52f82ea0ea74 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bf3e358e5673ed24.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-fe020249e7dee3f2.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-ff62c0efdc640f0d.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-fa86300d0e7c09b9.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8f60e7d0ad07ba6e.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-7ae647115a6d0004.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro` |
| 1016 | 2025-09-15T16:54:32.936Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=50306655eacd424f -C extra-filename=-259b8970acd786bf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1017 | 2025-09-15T16:54:38.925Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4eccc60cea4c9a7d -C extra-filename=-ebaaafdeb5360f77 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1018 | 2025-09-15T16:54:38.993Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e2d9c89d5a8f7d5a -C extra-filename=-0caa5c32bc966ea3 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1019 | 2025-09-15T16:54:38.993Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e1e7964ebb0af14a -C extra-filename=-90ebb82c8084c8b9 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1020 | 2025-09-15T16:54:38.993Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a37ec9ab77ce7500 -C extra-filename=-f19e8ffc35e92984 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1021 | 2025-09-15T16:54:38.993Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=701bdf0c7b633d2d -C extra-filename=-4bc238b29ecad5dc --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1022 | 2025-09-15T16:54:38.993Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0fd2cbd3e690f5b2 -C extra-filename=-d31b287aa167803c --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1023 | 2025-09-15T16:54:38.993Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=13d9e1da5145f9c7 -C extra-filename=-5ca0b28162fd93ec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1024 | 2025-09-15T16:54:55.281Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f6d1ad6ae111bf34 -C extra-filename=-ee7c2225e985ce4e --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1025 | 2025-09-15T16:54:55.475Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9cc80ba56f8aacb0 -C extra-filename=-9ea0131c1ee27f8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1026 | 2025-09-15T16:54:56.106Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bc0e5dd51b05baca -C extra-filename=-cf085a82d4d9bece --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1027 | 2025-09-15T16:54:56.377Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=006be49e2f9b7a1b -C extra-filename=-d7d1050e746903a4 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1028 | 2025-09-15T16:54:56.693Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f9ca76c8acf86d27 -C extra-filename=-388997399c8344a8 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1029 | 2025-09-15T16:54:57.594Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9c4351c3f62f0d61 -C extra-filename=-b8c82d377f579831 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1030 | 2025-09-15T16:54:58.212Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8a93395825bacc3c -C extra-filename=-5e480d6d0e5f6a35 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1031 | 2025-09-15T16:55:11.179Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b438af72730235b9 -C extra-filename=-9f3f6c5bb2464ee5 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1032 | 2025-09-15T16:55:11.531Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=345d661bfc28ce30 -C extra-filename=-faa2f170fbcd2fea --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1033 | 2025-09-15T16:55:11.858Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6f470c502d76438b -C extra-filename=-27474317d7e59f40 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1034 | 2025-09-15T16:55:13.856Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c33209e570c91323 -C extra-filename=-8b9d5a6e88eca8f5 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1035 | 2025-09-15T16:55:14.738Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fe526a54202b0dd1 -C extra-filename=-2860428ec71e48bc --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1036 | 2025-09-15T16:55:17.194Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ead139e56f5aa96f -C extra-filename=-758746b6a62c2fe7 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1037 | 2025-09-15T16:55:18.193Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b54feeb30eea32aa -C extra-filename=-2de134e67d18ac76 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1038 | 2025-09-15T16:55:27.908Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d4d134af405aec64 -C extra-filename=-562154c8b2738656 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1039 | 2025-09-15T16:55:28.584Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3e5770a084046501 -C extra-filename=-ec3098677e75f2c5 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1040 | 2025-09-15T16:55:28.831Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d72e9adba5386e7b -C extra-filename=-d79e15e4c8cc6313 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b810059009d636ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7838fa43bf15c45e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1041 | 2025-09-15T16:55:45.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
| 1042 | 2025-09-15T16:55:45.570Z | |
| 1043 | 2025-09-15T16:55:45.570Z | real 2:00.056079170 |
| 1044 | 2025-09-15T16:55:45.570Z | user 11:53.389228074 |
| 1045 | 2025-09-15T16:55:45.570Z | sys 1:49.886781907 |
| 1046 | 2025-09-15T16:55:45.570Z | trap 0.514881001 |
| 1047 | 2025-09-15T16:55:45.570Z | tflt 0.125236333 |
| 1048 | 2025-09-15T16:55:45.594Z | dflt 0.422850724 |
| 1049 | 2025-09-15T16:55:45.594Z | kflt 0.002886301 |
| 1050 | 2025-09-15T16:55:45.594Z | lock 37:02.600666862 |
| 1051 | 2025-09-15T16:55:45.594Z | slp 56:20.445426548 |
| 1052 | 2025-09-15T16:55:45.594Z | lat 47.927886381 |
| 1053 | 2025-09-15T16:55:45.594Z | stop 56.508998062 |
| 1054 | 2025-09-15T16:55:45.594Z | + banner test |
| 1055 | 2025-09-15T16:55:45.594Z | |
| 1056 | 2025-09-15T16:55:45.594Z | ##### ###### #### ##### |
| 1057 | 2025-09-15T16:55:45.594Z | # # # # |
| 1058 | 2025-09-15T16:55:45.594Z | # ##### #### # |
| 1059 | 2025-09-15T16:55:45.594Z | # # # # |
| 1060 | 2025-09-15T16:55:45.594Z | # # # # # |
| 1061 | 2025-09-15T16:55:45.594Z | # ###### #### # |
| 1062 | 2025-09-15T16:55:45.594Z | |
| 1063 | 2025-09-15T16:55:45.594Z | + ptime -m cargo test --all-features --locked --verbose |
| 1064 | 2025-09-15T16:55:45.954Z | Fresh unicode-ident v1.0.12 |
| 1065 | 2025-09-15T16:55:45.954Z | Fresh cfg-if v1.0.0 |
| 1066 | 2025-09-15T16:55:45.954Z | Fresh itoa v1.0.1 |
| 1067 | 2025-09-15T16:55:45.954Z | Fresh memchr v2.6.0 |
| 1068 | 2025-09-15T16:55:45.999Z | Fresh proc-macro2 v1.0.101 |
| 1069 | 2025-09-15T16:55:45.999Z | Fresh pin-project-lite v0.2.12 |
| 1070 | 2025-09-15T16:55:45.999Z | Fresh shlex v1.3.0 |
| 1071 | 2025-09-15T16:55:45.999Z | Fresh autocfg v1.1.0 |
| 1072 | 2025-09-15T16:55:45.999Z | Fresh smallvec v1.13.2 |
| 1073 | 2025-09-15T16:55:45.999Z | Fresh quote v1.0.40 |
| 1074 | 2025-09-15T16:55:45.999Z | Fresh libc v0.2.175 |
| 1075 | 2025-09-15T16:55:45.999Z | Fresh cc v1.2.16 |
| 1076 | 2025-09-15T16:55:45.999Z | Fresh bytes v1.10.1 |
| 1077 | 2025-09-15T16:55:45.999Z | Fresh futures-core v0.3.31 |
| 1078 | 2025-09-15T16:55:45.999Z | Fresh version_check v0.9.5 |
| 1079 | 2025-09-15T16:55:45.999Z | Fresh scopeguard v1.2.0 |
| 1080 | 2025-09-15T16:55:45.999Z | Fresh futures-sink v0.3.31 |
| 1081 | 2025-09-15T16:55:45.999Z | Fresh getrandom v0.2.11 |
| 1082 | 2025-09-15T16:55:45.999Z | Fresh serde_derive v1.0.223 |
| 1083 | 2025-09-15T16:55:45.999Z | Fresh lock_api v0.4.6 |
| 1084 | 2025-09-15T16:55:45.999Z | Fresh synstructure v0.13.1 |
| 1085 | 2025-09-15T16:55:45.999Z | Fresh tokio-macros v2.5.0 |
| 1086 | 2025-09-15T16:55:45.999Z | Fresh log v0.4.17 |
| 1087 | 2025-09-15T16:55:45.999Z | Fresh parking_lot_core v0.9.4 |
| 1088 | 2025-09-15T16:55:45.999Z | Fresh ryu v1.0.5 |
| 1089 | 2025-09-15T16:55:45.999Z | Fresh socket2 v0.6.0 |
| 1090 | 2025-09-15T16:55:46.000Z | Fresh mio v1.0.3 |
| 1091 | 2025-09-15T16:55:46.000Z | Fresh signal-hook-registry v1.4.0 |
| 1092 | 2025-09-15T16:55:46.000Z | Fresh parking_lot v0.12.1 |
| 1093 | 2025-09-15T16:55:46.000Z | Fresh slab v0.4.9 |
| 1094 | 2025-09-15T16:55:46.000Z | Fresh fnv v1.0.7 |
| 1095 | 2025-09-15T16:55:46.000Z | Fresh bitflags v2.4.0 |
| 1096 | 2025-09-15T16:55:46.000Z | Fresh zerofrom-derive v0.1.5 |
| 1097 | 2025-09-15T16:55:46.000Z | Fresh futures-channel v0.3.31 |
| 1098 | 2025-09-15T16:55:46.000Z | Fresh pin-utils v0.1.0 |
| 1099 | 2025-09-15T16:55:46.000Z | Fresh tokio v1.47.1 |
| 1100 | 2025-09-15T16:55:46.000Z | Fresh http v1.3.1 |
| 1101 | 2025-09-15T16:55:46.000Z | Fresh zeroize v1.7.0 |
| 1102 | 2025-09-15T16:55:46.000Z | Fresh zerofrom v0.1.5 |
| 1103 | 2025-09-15T16:55:46.000Z | Fresh yoke-derive v0.7.5 |
| 1104 | 2025-09-15T16:55:46.000Z | Fresh futures-macro v0.3.31 |
| 1105 | 2025-09-15T16:55:46.000Z | Fresh thiserror-impl v2.0.16 |
| 1106 | 2025-09-15T16:55:46.000Z | Fresh rustls-pki-types v1.12.0 |
| 1107 | 2025-09-15T16:55:46.000Z | Fresh stable_deref_trait v1.2.0 |
| 1108 | 2025-09-15T16:55:46.000Z | Fresh futures-task v0.3.31 |
| 1109 | 2025-09-15T16:55:46.000Z | Fresh futures-io v0.3.31 |
| 1110 | 2025-09-15T16:55:46.000Z | Fresh zerovec-derive v0.10.3 |
| 1111 | 2025-09-15T16:55:46.000Z | Fresh thiserror v2.0.16 |
| 1112 | 2025-09-15T16:55:46.000Z | Fresh yoke v0.7.5 |
| 1113 | 2025-09-15T16:55:46.000Z | Fresh futures-util v0.3.31 |
| 1114 | 2025-09-15T16:55:46.000Z | Fresh displaydoc v0.2.5 |
| 1115 | 2025-09-15T16:55:46.000Z | Fresh zerovec v0.10.4 |
| 1116 | 2025-09-15T16:55:46.000Z | Fresh serde_core v1.0.223 |
| 1117 | 2025-09-15T16:55:46.000Z | Fresh tracing-core v0.1.32 |
| 1118 | 2025-09-15T16:55:46.000Z | Fresh equivalent v1.0.0 |
| 1119 | 2025-09-15T16:55:46.000Z | Fresh untrusted v0.9.0 |
| 1120 | 2025-09-15T16:55:46.000Z | Fresh httparse v1.10.0 |
| 1121 | 2025-09-15T16:55:46.000Z | Fresh getrandom v0.3.1 |
| 1122 | 2025-09-15T16:55:46.000Z | Fresh hashbrown v0.15.2 |
| 1123 | 2025-09-15T16:55:46.000Z | Fresh ucd-trie v0.1.6 |
| 1124 | 2025-09-15T16:55:46.000Z | Fresh tracing v0.1.40 |
| 1125 | 2025-09-15T16:55:46.000Z | Fresh ring v0.17.13 |
| 1126 | 2025-09-15T16:55:46.000Z | Fresh tinystr v0.7.6 |
| 1127 | 2025-09-15T16:55:46.000Z | Fresh pest v2.8.1 |
| 1128 | 2025-09-15T16:55:46.000Z | Fresh serde v1.0.223 |
| 1129 | 2025-09-15T16:55:46.001Z | Fresh indexmap v2.11.0 |
| 1130 | 2025-09-15T16:55:46.001Z | Fresh http-body v1.0.1 |
| 1131 | 2025-09-15T16:55:46.001Z | Fresh errno v0.3.10 |
| 1132 | 2025-09-15T16:55:46.001Z | Fresh vcpkg v0.2.15 |
| 1133 | 2025-09-15T16:55:46.001Z | Fresh writeable v0.5.5 |
| 1134 | 2025-09-15T16:55:46.001Z | Fresh percent-encoding v2.3.2 |
| 1135 | 2025-09-15T16:55:46.001Z | Fresh pkg-config v0.3.31 |
| 1136 | 2025-09-15T16:55:46.001Z | Fresh atomic-waker v1.1.2 |
| 1137 | 2025-09-15T16:55:46.001Z | Fresh base64 v0.22.1 |
| 1138 | 2025-09-15T16:55:46.001Z | Fresh litemap v0.7.4 |
| 1139 | 2025-09-15T16:55:46.001Z | Fresh icu_locid v1.5.0 |
| 1140 | 2025-09-15T16:55:46.001Z | Fresh pest_meta v2.8.1 |
| 1141 | 2025-09-15T16:55:46.001Z | Fresh tokio-util v0.7.7 |
| 1142 | 2025-09-15T16:55:46.002Z | Fresh zerocopy-derive v0.8.27 |
| 1143 | 2025-09-15T16:55:46.002Z | Fresh icu_provider_macros v1.5.0 |
| 1144 | 2025-09-15T16:55:46.002Z | Fresh try-lock v0.2.3 |
| 1145 | 2025-09-15T16:55:46.002Z | Fresh typenum v1.14.0 |
| 1146 | 2025-09-15T16:55:46.002Z | Fresh h2 v0.4.6 |
| 1147 | 2025-09-15T16:55:46.002Z | Fresh rustix v1.0.2 |
| 1148 | 2025-09-15T16:55:46.002Z | Fresh want v0.3.0 |
| 1149 | 2025-09-15T16:55:46.002Z | Fresh icu_provider v1.5.0 |
| 1150 | 2025-09-15T16:55:46.002Z | Fresh pest_generator v2.8.1 |
| 1151 | 2025-09-15T16:55:46.002Z | Fresh zerocopy v0.8.27 |
| 1152 | 2025-09-15T16:55:46.002Z | Fresh rustls-webpki v0.102.8 |
| 1153 | 2025-09-15T16:55:46.002Z | Fresh fastrand v2.1.1 |
| 1154 | 2025-09-15T16:55:46.002Z | Fresh time-core v0.1.2 |
| 1155 | 2025-09-15T16:55:46.002Z | Fresh tower-service v0.3.3 |
| 1156 | 2025-09-15T16:55:46.002Z | Fresh num-conv v0.1.0 |
| 1157 | 2025-09-15T16:55:46.002Z | Fresh icu_locid_transform_data v1.5.0 |
| 1158 | 2025-09-15T16:55:46.002Z | Fresh byteorder v1.4.3 |
| 1159 | 2025-09-15T16:55:46.002Z | Fresh subtle v2.5.0 |
| 1160 | 2025-09-15T16:55:46.002Z | Fresh powerfmt v0.2.0 |
| 1161 | 2025-09-15T16:55:46.003Z | Fresh httpdate v1.0.1 |
| 1162 | 2025-09-15T16:55:46.003Z | Fresh time-macros v0.2.18 |
| 1163 | 2025-09-15T16:55:46.003Z | Fresh deranged v0.3.11 |
| 1164 | 2025-09-15T16:55:46.003Z | Fresh icu_locid_transform v1.5.0 |
| 1165 | 2025-09-15T16:55:46.003Z | Fresh crossbeam-utils v0.8.15 |
| 1166 | 2025-09-15T16:55:46.003Z | Fresh pest_derive v2.8.1 |
| 1167 | 2025-09-15T16:55:46.003Z | Fresh generic-array v0.14.5 |
| 1168 | 2025-09-15T16:55:46.027Z | Fresh hyper v1.7.0 |
| 1169 | 2025-09-15T16:55:46.027Z | Fresh serde_tokenstream v0.2.2 |
| 1170 | 2025-09-15T16:55:46.027Z | Fresh icu_collections v1.5.0 |
| 1171 | 2025-09-15T16:55:46.027Z | Fresh num_threads v0.1.3 |
| 1172 | 2025-09-15T16:55:46.027Z | Fresh icu_properties_data v1.5.0 |
| 1173 | 2025-09-15T16:55:46.027Z | Fresh rustix v0.38.44 |
| 1174 | 2025-09-15T16:55:46.027Z | Fresh time v0.3.36 |
| 1175 | 2025-09-15T16:55:46.027Z | Fresh icu_properties v1.5.1 |
| 1176 | 2025-09-15T16:55:46.027Z | Fresh dtrace-parser v0.3.0 |
| 1177 | 2025-09-15T16:55:46.027Z | Fresh serde_json v1.0.145 |
| 1178 | 2025-09-15T16:55:46.027Z | Fresh scroll_derive v0.13.1 |
| 1179 | 2025-09-15T16:55:46.027Z | Fresh thread-id v5.0.0 |
| 1180 | 2025-09-15T16:55:46.027Z | Fresh utf8_iter v1.0.4 |
| 1181 | 2025-09-15T16:55:46.027Z | Fresh utf16_iter v1.0.5 |
| 1182 | 2025-09-15T16:55:46.028Z | Fresh write16 v1.0.0 |
| 1183 | 2025-09-15T16:55:46.028Z | Fresh icu_normalizer_data v1.5.0 |
| 1184 | 2025-09-15T16:55:46.028Z | Fresh openssl-probe v0.1.4 |
| 1185 | 2025-09-15T16:55:46.028Z | Fresh foreign-types-shared v0.1.1 |
| 1186 | 2025-09-15T16:55:46.028Z | Fresh ipnet v2.10.0 |
| 1187 | 2025-09-15T16:55:46.028Z | Fresh icu_normalizer v1.5.0 |
| 1188 | 2025-09-15T16:55:46.028Z | Fresh slog v2.7.0 |
| 1189 | 2025-09-15T16:55:46.028Z | Fresh hyper-util v0.1.16 |
| 1190 | 2025-09-15T16:55:46.028Z | Fresh foreign-types v0.3.2 |
| 1191 | 2025-09-15T16:55:46.028Z | Fresh scroll v0.13.0 |
| 1192 | 2025-09-15T16:55:46.028Z | Fresh paste v1.0.15 |
| 1193 | 2025-09-15T16:55:46.028Z | Fresh block-buffer v0.10.2 |
| 1194 | 2025-09-15T16:55:46.028Z | Fresh crypto-common v0.1.6 |
| 1195 | 2025-09-15T16:55:46.028Z | Fresh openssl-sys v0.9.107 |
| 1196 | 2025-09-15T16:55:46.028Z | Fresh form_urlencoded v1.2.2 |
| 1197 | 2025-09-15T16:55:46.028Z | Fresh rand_core v0.6.3 |
| 1198 | 2025-09-15T16:55:46.028Z | Fresh openssl-macros v0.1.1 |
| 1199 | 2025-09-15T16:55:46.028Z | Fresh lazy_static v1.5.0 |
| 1200 | 2025-09-15T16:55:46.028Z | Fresh unicode-segmentation v1.10.0 |
| 1201 | 2025-09-15T16:55:46.028Z | Fresh plain v0.2.3 |
| 1202 | 2025-09-15T16:55:46.028Z | Fresh mime v0.3.16 |
| 1203 | 2025-09-15T16:55:46.028Z | Fresh unicode-width v0.1.9 |
| 1204 | 2025-09-15T16:55:46.028Z | Fresh ppv-lite86 v0.2.15 |
| 1205 | 2025-09-15T16:55:46.028Z | Fresh digest v0.10.7 |
| 1206 | 2025-09-15T16:55:46.028Z | Fresh goblin v0.10.1 |
| 1207 | 2025-09-15T16:55:46.028Z | Fresh console v0.15.7 |
| 1208 | 2025-09-15T16:55:46.028Z | Fresh rand_chacha v0.3.1 |
| 1209 | 2025-09-15T16:55:46.028Z | Fresh openssl v0.10.72 |
| 1210 | 2025-09-15T16:55:46.028Z | Fresh newline-converter v0.3.0 |
| 1211 | 2025-09-15T16:55:46.028Z | Fresh unicase v2.6.0 |
| 1212 | 2025-09-15T16:55:46.028Z | Fresh idna_adapter v1.2.0 |
| 1213 | 2025-09-15T16:55:46.028Z | Fresh num-traits v0.2.14 |
| 1214 | 2025-09-15T16:55:46.028Z | Fresh semver v1.0.26 |
| 1215 | 2025-09-15T16:55:46.028Z | Fresh pretty-hex v0.4.1 |
| 1216 | 2025-09-15T16:55:46.028Z | Fresh heck v0.5.0 |
| 1217 | 2025-09-15T16:55:46.028Z | Fresh winnow v0.7.10 |
| 1218 | 2025-09-15T16:55:46.028Z | Fresh iana-time-zone v0.1.47 |
| 1219 | 2025-09-15T16:55:46.029Z | Fresh cpufeatures v0.2.2 |
| 1220 | 2025-09-15T16:55:46.029Z | Fresh similar v2.2.1 |
| 1221 | 2025-09-15T16:55:46.029Z | Fresh toml_parser v1.0.2 |
| 1222 | 2025-09-15T16:55:46.029Z | Fresh dof v0.4.0 |
| 1223 | 2025-09-15T16:55:46.029Z | Fresh sha1 v0.10.6 |
| 1224 | 2025-09-15T16:55:46.029Z | Fresh chrono v0.4.41 |
| 1225 | 2025-09-15T16:55:46.029Z | Fresh idna v1.0.3 |
| 1226 | 2025-09-15T16:55:46.029Z | Fresh rand v0.8.4 |
| 1227 | 2025-09-15T16:55:46.029Z | Fresh native-tls v0.2.12 |
| 1228 | 2025-09-15T16:55:46.029Z | Fresh rustls v0.22.4 |
| 1229 | 2025-09-15T16:55:46.029Z | Fresh rustls v0.23.13 |
| 1230 | 2025-09-15T16:55:46.029Z | Fresh concurrent-queue v2.5.0 |
| 1231 | 2025-09-15T16:55:46.029Z | Fresh rustls-pemfile v2.1.3 |
| 1232 | 2025-09-15T16:55:46.029Z | Fresh http-body-util v0.1.3 |
| 1233 | 2025-09-15T16:55:46.029Z | Fresh serde_spanned v1.0.0 |
| 1234 | 2025-09-15T16:55:46.029Z | Fresh toml_datetime v0.7.0 |
| 1235 | 2025-09-15T16:55:46.029Z | Fresh serde_derive_internals v0.29.0 |
| 1236 | 2025-09-15T16:55:46.029Z | Fresh thiserror-impl v1.0.69 |
| 1237 | 2025-09-15T16:55:46.029Z | Fresh syn v2.0.106 |
| 1238 | 2025-09-15T16:55:46.029Z | Fresh thread_local v1.1.4 |
| 1239 | 2025-09-15T16:55:46.029Z | Fresh sync_wrapper v1.0.1 |
| 1240 | 2025-09-15T16:55:46.029Z | Fresh encoding_rs v0.8.32 |
| 1241 | 2025-09-15T16:55:46.029Z | Fresh tower-layer v0.3.3 |
| 1242 | 2025-09-15T16:55:46.029Z | Fresh parking v2.2.0 |
| 1243 | 2025-09-15T16:55:46.029Z | Fresh toml_writer v1.0.2 |
| 1244 | 2025-09-15T16:55:46.029Z | Fresh match_cfg v0.1.0 |
| 1245 | 2025-09-15T16:55:46.029Z | Fresh tower v0.5.2 |
| 1246 | 2025-09-15T16:55:46.029Z | Fresh hostname v0.3.1 |
| 1247 | 2025-09-15T16:55:46.029Z | Fresh event-listener v5.0.0 |
| 1248 | 2025-09-15T16:55:46.029Z | Fresh toml v0.9.5 |
| 1249 | 2025-09-15T16:55:46.029Z | Fresh usdt-impl v0.6.0 |
| 1250 | 2025-09-15T16:55:46.029Z | Fresh tokio-rustls v0.26.0 |
| 1251 | 2025-09-15T16:55:46.029Z | Fresh schemars_derive v0.8.22 |
| 1252 | 2025-09-15T16:55:46.029Z | Fresh thiserror v1.0.69 |
| 1253 | 2025-09-15T16:55:46.029Z | Fresh url v2.5.4 |
| 1254 | 2025-09-15T16:55:46.030Z | Fresh tokio-native-tls v0.3.1 |
| 1255 | 2025-09-15T16:55:46.030Z | Fresh tokio-rustls v0.25.0 |
| 1256 | 2025-09-15T16:55:46.030Z | Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 1257 | 2025-09-15T16:55:46.030Z | Fresh usdt-macro v0.6.0 |
| 1258 | 2025-09-15T16:55:46.030Z | Fresh usdt-attr-macro v0.6.0 |
| 1259 | 2025-09-15T16:55:46.030Z | Fresh serde_urlencoded v0.7.1 |
| 1260 | 2025-09-15T16:55:46.030Z | Fresh slog-json v2.6.1 |
| 1261 | 2025-09-15T16:55:46.030Z | Fresh crossbeam-channel v0.5.1 |
| 1262 | 2025-09-15T16:55:46.030Z | Fresh uuid v1.18.1 |
| 1263 | 2025-09-15T16:55:46.030Z | Fresh futures-executor v0.3.31 |
| 1264 | 2025-09-15T16:55:46.030Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89375ac6dc63b7b5 -C extra-filename=-a47893543415c0c2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-fe020249e7dee3f2.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8f60e7d0ad07ba6e.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-7ae647115a6d0004.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro` |
| 1265 | 2025-09-15T16:55:46.030Z | Fresh webpki-roots v0.26.5 |
| 1266 | 2025-09-15T16:55:46.031Z | Fresh async-stream-impl v0.3.6 |
| 1267 | 2025-09-15T16:55:46.031Z | Fresh is-terminal v0.4.12 |
| 1268 | 2025-09-15T16:55:46.055Z | Fresh memmap2 v0.9.8 |
| 1269 | 2025-09-15T16:55:46.055Z | Fresh spin v0.9.8 |
| 1270 | 2025-09-15T16:55:46.055Z | Fresh iri-string v0.7.8 |
| 1271 | 2025-09-15T16:55:46.055Z | Fresh term v1.1.0 |
| 1272 | 2025-09-15T16:55:46.055Z | Fresh take_mut v0.2.2 |
| 1273 | 2025-09-15T16:55:46.055Z | Fresh data-encoding v2.4.0 |
| 1274 | 2025-09-15T16:55:46.055Z | Fresh dyn-clone v1.0.4 |
| 1275 | 2025-09-15T16:55:46.055Z | Fresh utf-8 v0.7.6 |
| 1276 | 2025-09-15T16:55:46.055Z | Fresh schemars v0.8.22 |
| 1277 | 2025-09-15T16:55:46.055Z | Fresh slog-term v2.9.2 |
| 1278 | 2025-09-15T16:55:46.055Z | Fresh tungstenite v0.24.0 |
| 1279 | 2025-09-15T16:55:46.056Z | Fresh slog-async v2.8.0 |
| 1280 | 2025-09-15T16:55:46.056Z | Fresh hyper-rustls v0.27.3 |
| 1281 | 2025-09-15T16:55:46.056Z | Fresh multer v3.1.0 |
| 1282 | 2025-09-15T16:55:46.056Z | Fresh async-stream v0.3.6 |
| 1283 | 2025-09-15T16:55:46.056Z | Fresh tower-http v0.6.5 |
| 1284 | 2025-09-15T16:55:46.056Z | Fresh usdt v0.6.0 |
| 1285 | 2025-09-15T16:55:46.056Z | Fresh slog-bunyan v2.5.0 |
| 1286 | 2025-09-15T16:55:46.056Z | Fresh futures v0.3.31 |
| 1287 | 2025-09-15T16:55:46.056Z | Fresh hyper-tls v0.6.0 |
| 1288 | 2025-09-15T16:55:46.056Z | Fresh mime_guess v2.0.5 |
| 1289 | 2025-09-15T16:55:46.056Z | Fresh target-triple v0.1.3 |
| 1290 | 2025-09-15T16:55:46.056Z | Fresh camino v1.1.12 |
| 1291 | 2025-09-15T16:55:46.056Z | Fresh event-listener-strategy v0.5.4 |
| 1292 | 2025-09-15T16:55:46.056Z | Fresh rustls-native-certs v0.7.0 |
| 1293 | 2025-09-15T16:55:46.056Z | Fresh yasna v0.5.2 |
| 1294 | 2025-09-15T16:55:46.056Z | Fresh waitgroup v0.1.2 |
| 1295 | 2025-09-15T16:55:46.056Z | Fresh pem v3.0.5 |
| 1296 | 2025-09-15T16:55:46.056Z | Fresh openapiv3 v2.2.0 |
| 1297 | 2025-09-15T16:55:46.056Z | Fresh webpki-roots v1.0.0 |
| 1298 | 2025-09-15T16:55:46.056Z | Fresh serde_path_to_error v0.1.17 |
| 1299 | 2025-09-15T16:55:46.056Z | Fresh async-trait v0.1.89 |
| 1300 | 2025-09-15T16:55:46.056Z | Fresh hostname v0.4.0 |
| 1301 | 2025-09-15T16:55:46.056Z | Fresh http-range v0.1.4 |
| 1302 | 2025-09-15T16:55:46.056Z | Fresh glob v0.3.0 |
| 1303 | 2025-09-15T16:55:46.056Z | Fresh simple-mermaid v0.2.0 |
| 1304 | 2025-09-15T16:55:46.056Z | Fresh termcolor v1.1.2 |
| 1305 | 2025-09-15T16:55:46.056Z | Fresh debug-ignore v1.0.5 |
| 1306 | 2025-09-15T16:55:46.056Z | Fresh reqwest v0.12.23 |
| 1307 | 2025-09-15T16:55:46.056Z | Fresh hyper-staticfile v0.10.1 |
| 1308 | 2025-09-15T16:55:46.056Z | Fresh trybuild v1.0.110 |
| 1309 | 2025-09-15T16:55:46.056Z | Fresh rcgen v0.14.3 |
| 1310 | 2025-09-15T16:55:46.056Z | Fresh async-channel v2.5.0 |
| 1311 | 2025-09-15T16:55:46.056Z | Fresh hyper-rustls v0.26.0 |
| 1312 | 2025-09-15T16:55:46.056Z | Fresh tokio-tungstenite v0.24.0 |
| 1313 | 2025-09-15T16:55:46.056Z | Fresh buf-list v1.0.3 |
| 1314 | 2025-09-15T16:55:46.056Z | Fresh anyhow v1.0.99 |
| 1315 | 2025-09-15T16:55:46.056Z | Fresh subprocess v0.2.9 |
| 1316 | 2025-09-15T16:55:46.056Z | Fresh once_cell v1.20.1 |
| 1317 | 2025-09-15T16:55:46.057Z | Fresh schema-derive v0.1.0 |
| 1318 | 2025-09-15T16:55:46.057Z | Fresh tempfile v3.21.0 |
| 1319 | 2025-09-15T16:55:46.057Z | Fresh schema v0.1.0 |
| 1320 | 2025-09-15T16:55:46.057Z | Fresh atomicwrites v0.4.4 |
| 1321 | 2025-09-15T16:55:46.057Z | Fresh prettyplease v0.2.37 |
| 1322 | 2025-09-15T16:55:46.057Z | Fresh expectorate v1.2.0 |
| 1323 | 2025-09-15T16:55:48.411Z | Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot) |
| 1324 | 2025-09-15T16:55:48.477Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bd5a57b5da42d36e -C extra-filename=-91a5213ef0b6a85c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out` |
| 1325 | 2025-09-15T16:55:48.477Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=69cb691402c1a2e5 -C extra-filename=-acefb4020a52d766 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1326 | 2025-09-15T16:55:56.115Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=06141fc04627206f -C extra-filename=-0b98fd58cbdd645f --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1327 | 2025-09-15T16:55:56.182Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d60393d207e2def5 -C extra-filename=-9916bfc39a8c6a86 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1328 | 2025-09-15T16:55:56.182Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0695f582da7c59cb -C extra-filename=-0cfed8d56e8e7b17 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1329 | 2025-09-15T16:55:56.182Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d1fd00fad39a7ebe -C extra-filename=-4b64782640d69a11 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1330 | 2025-09-15T16:55:56.183Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=af9181c6c08da264 -C extra-filename=-f3d7588730265e12 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1331 | 2025-09-15T16:55:56.183Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c64895de8c10a8db -C extra-filename=-3d92768be3155f7c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1332 | 2025-09-15T16:55:56.183Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=04e76132f18512ad -C extra-filename=-7298c1e12e1a4ce3 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1333 | 2025-09-15T16:55:57.268Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a56ba522daec8e95 -C extra-filename=-90970e1845fdc5bb --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1334 | 2025-09-15T16:56:07.917Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=542e611754638079 -C extra-filename=-e1c3c7daf3ce4613 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1335 | 2025-09-15T16:56:11.333Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1595eccbe745c565 -C extra-filename=-56ac76a821cf309f --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1336 | 2025-09-15T16:56:12.251Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7425c2290fb6061c -C extra-filename=-44b38c683f4ffe06 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1337 | 2025-09-15T16:56:12.587Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8ab8dfa37cea3bf3 -C extra-filename=-afe63fd4b52f0eb7 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1338 | 2025-09-15T16:56:12.660Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f4482d3ae6f4873a -C extra-filename=-b02c05b993e6f180 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1339 | 2025-09-15T16:56:13.177Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b8a86d1bfda8e82f -C extra-filename=-21a699d9b346e235 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1340 | 2025-09-15T16:56:28.338Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a5cc94105dcc213c -C extra-filename=-9f8889a2a3ef3efe --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1341 | 2025-09-15T16:56:29.599Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c1cc888dc3fe9bae -C extra-filename=-4e7bc0755e4b95d4 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1342 | 2025-09-15T16:56:29.897Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4324818b92223b99 -C extra-filename=-4c3f9c97e9ba600b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1343 | 2025-09-15T16:56:31.447Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6adb6642d9424f3b -C extra-filename=-9b0820851f917a30 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1344 | 2025-09-15T16:56:32.605Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=da04763c1ae189d3 -C extra-filename=-76e45978a113108c --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1345 | 2025-09-15T16:56:32.952Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ff84fc43a4863a7e -C extra-filename=-40acd43950dcc5a2 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1346 | 2025-09-15T16:56:34.150Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cbe2bba49adbae1e -C extra-filename=-551f65849507c608 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1347 | 2025-09-15T16:56:46.442Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ed275fb1b3ab3309 -C extra-filename=-f2d32e6e2b3b87db --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1348 | 2025-09-15T16:56:46.672Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bc9f4990bfd16b69 -C extra-filename=-4141cf80a62888b0 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1349 | 2025-09-15T16:56:49.049Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=705b5d2eed4c56ac -C extra-filename=-9a68cda8080e0a56 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64` |
| 1350 | 2025-09-15T16:57:02.611Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s |
| 1351 | 2025-09-15T16:57:02.656Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-acefb4020a52d766` |
| 1352 | 2025-09-15T16:57:02.722Z | |
| 1353 | 2025-09-15T16:57:02.722Z | running 108 tests |
| 1354 | 2025-09-15T16:57:02.722Z | test api_description::test::test_endpoint_versions_overlaps ... ok |
| 1355 | 2025-09-15T16:57:02.722Z | test api_description::test::test_endpoint_versions_range ... ok |
| 1356 | 2025-09-15T16:57:02.722Z | test api_description::test::test_endpoint_versions_matches ... ok |
| 1357 | 2025-09-15T16:57:02.722Z | test api_description::test::test_badpath4 - should panic ... ok |
| 1358 | 2025-09-15T16:57:02.722Z | test api_description::test::test_tags_need_one ... ok |
| 1359 | 2025-09-15T16:57:02.722Z | test api_description::test::test_tag_config_deserialize_old ... ok |
| 1360 | 2025-09-15T16:57:02.722Z | test api_description::test::test_badpath1 ... ok |
| 1361 | 2025-09-15T16:57:02.722Z | test api_description::test::test_badpath2 ... ok |
| 1362 | 2025-09-15T16:57:02.722Z | test api_description::test::test_badpath3 ... ok |
| 1363 | 2025-09-15T16:57:02.722Z | test api_description::test::test_dup_names ... ok |
| 1364 | 2025-09-15T16:57:02.722Z | test api_description::test::test_tags_too_many ... ok |
| 1365 | 2025-09-15T16:57:02.722Z | test api_description::test::test_tags_just_right ... ok |
| 1366 | 2025-09-15T16:57:02.723Z | test error::test::test_serialize_error_response_body ... ok |
| 1367 | 2025-09-15T16:57:02.723Z | test extractor::metadata::test::test_metadata_flattened ... ok |
| 1368 | 2025-09-15T16:57:02.723Z | test extractor::metadata::test::test_metadata_simple ... ok |
| 1369 | 2025-09-15T16:57:02.723Z | test extractor::metadata::test::test_metadata_pagination ... ok |
| 1370 | 2025-09-15T16:57:02.723Z | test from_map::test::test_deep ... ok |
| 1371 | 2025-09-15T16:57:02.723Z | test extractor::header::tests::test_header_parsing ... ok |
| 1372 | 2025-09-15T16:57:02.723Z | test from_map::test::test_case_insensitive ... ok |
| 1373 | 2025-09-15T16:57:02.723Z | test from_map::test::test_lone_literal ... ok |
| 1374 | 2025-09-15T16:57:02.723Z | test extractor::metadata::test::test_metadata_flattened_enum ... ok |
| 1375 | 2025-09-15T16:57:02.723Z | test from_map::test::test_missing_data1 ... ok |
| 1376 | 2025-09-15T16:57:02.723Z | test from_map::test::test_missing_data2 ... ok |
| 1377 | 2025-09-15T16:57:02.723Z | test from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok |
| 1378 | 2025-09-15T16:57:02.723Z | test from_map::test::test_types ... ok |
| 1379 | 2025-09-15T16:57:02.723Z | test logging::test::test_config_bad_file_no_level ... ok |
| 1380 | 2025-09-15T16:57:02.723Z | test logging::test::test_config_bad_file_no_file ... ok |
| 1381 | 2025-09-15T16:57:02.723Z | test logging::test::test_config_bad_log_mode ... ok |
| 1382 | 2025-09-15T16:57:02.723Z | test extractor::body::tests::test_content_plus_json ... ok |
| 1383 | 2025-09-15T16:57:02.723Z | test logging::test::test_config_bad_file_bad_path_type ... ok |
| 1384 | 2025-09-15T16:57:02.723Z | test logging::test::test_config_bad_file_path_exists_fail ... ok |
| 1385 | 2025-09-15T16:57:02.723Z | test logging::test::test_config_bad_terminal_no_level ... ok |
| 1386 | 2025-09-15T16:57:02.723Z | test pagination::test::test_pagination_schema ... ok |
| 1387 | 2025-09-15T16:57:02.723Z | test pagination::test::test_results_page ... ok |
| 1388 | 2025-09-15T16:57:02.723Z | test logging::test::test_config_bad_terminal_bad_level ... ok |
| 1389 | 2025-09-15T16:57:02.723Z | test pagination::test::test_page_token_serialization ... ok |
| 1390 | 2025-09-15T16:57:02.723Z | test router::test::test_bad_path_segment2 - should panic ... ok |
| 1391 | 2025-09-15T16:57:02.723Z | test router::test::test_bad_path_segment1 - should panic ... ok |
| 1392 | 2025-09-15T16:57:02.723Z | test router::test::test_duplicate_route1 - should panic ... ok |
| 1393 | 2025-09-15T16:57:02.723Z | test logging::test::test_config_stderr_terminal ... ok |
| 1394 | 2025-09-15T16:57:02.723Z | test router::test::test_bad_path_segment4 - should panic ... ok |
| 1395 | 2025-09-15T16:57:02.723Z | test pagination::test::test_pagparams_parsing ... ok |
| 1396 | 2025-09-15T16:57:02.723Z | test api_description::test::test_tags_set ... ok |
| 1397 | 2025-09-15T16:57:02.723Z | note: configured to log to "/tmp/dropshot-acefb4020a52d766.2128.file_dir/log.out" |
| 1398 | 2025-09-15T16:57:02.723Z | test router::test::test_bogus_regex - should panic ... ok |
| 1399 | 2025-09-15T16:57:02.723Z | test router::test::test_bad_path_segment3 - should panic ... ok |
| 1400 | 2025-09-15T16:57:02.723Z | test router::test::test_duplicate_route_same_version - should panic ... ok |
| 1401 | 2025-09-15T16:57:02.723Z | test router::test::test_embedded_non_variable ... ok |
| 1402 | 2025-09-15T16:57:02.723Z | test router::test::test_empty_variable ... ok |
| 1403 | 2025-09-15T16:57:02.723Z | test router::test::test_duplicate_route2 - should panic ... ok |
| 1404 | 2025-09-15T16:57:02.723Z | test router::test::test_duplicate_varname - should panic ... ok |
| 1405 | 2025-09-15T16:57:02.724Z | test router::test::test_duplicate_route3 - should panic ... ok |
| 1406 | 2025-09-15T16:57:02.724Z | test router::test::test_duplicate_route_overlapping_version - should panic ... ok |
| 1407 | 2025-09-15T16:57:02.724Z | test router::test::test_iter_null ... ok |
| 1408 | 2025-09-15T16:57:02.724Z | test router::test::test_inconsistent_varname - should panic ... ok |
| 1409 | 2025-09-15T16:57:02.724Z | test router::test::test_iter ... ok |
| 1410 | 2025-09-15T16:57:02.724Z | test router::test::test_literal_after_regex - should panic ... ok |
| 1411 | 2025-09-15T16:57:02.724Z | test router::test::test_literal_after_variable - should panic ... ok |
| 1412 | 2025-09-15T16:57:02.724Z | note: configured to log to "/tmp/dropshot-acefb4020a52d766.2128.file_dir/log.out" |
| 1413 | 2025-09-15T16:57:02.724Z | test router::test::test_error_cases ... ok |
| 1414 | 2025-09-15T16:57:02.724Z | test router::test::test_iter2 ... ok |
| 1415 | 2025-09-15T16:57:02.724Z | test router::test::test_map_bad_value ... ok |
| 1416 | 2025-09-15T16:57:02.724Z | test router::test::test_map_bad_seq ... ok |
| 1417 | 2025-09-15T16:57:02.724Z | test router::test::test_map ... ok |
| 1418 | 2025-09-15T16:57:02.724Z | test router::test::test_router_basic ... ok |
| 1419 | 2025-09-15T16:57:02.724Z | test router::test::test_router_versioned ... ok |
| 1420 | 2025-09-15T16:57:02.724Z | test router::test::test_more_after_regex - should panic ... ok |
| 1421 | 2025-09-15T16:57:02.724Z | test router::test::test_path_segment ... ok |
| 1422 | 2025-09-15T16:57:02.724Z | test router::test::test_segments ... ok |
| 1423 | 2025-09-15T16:57:02.724Z | test router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok |
| 1424 | 2025-09-15T16:57:02.724Z | note: configured to log to "/tmp/dropshot-acefb4020a52d766.2128.file_dir/log.out" |
| 1425 | 2025-09-15T16:57:02.724Z | test router::test::test_variable_name_empty - should panic ... ok |
| 1426 | 2025-09-15T16:57:02.724Z | test router::test::test_variable_after_literal - should panic ... ok |
| 1427 | 2025-09-15T16:57:02.724Z | test router::test::test_variable_name_bad_start - should panic ... ok |
| 1428 | 2025-09-15T16:57:02.724Z | test router::test::test_variable_rename ... ok |
| 1429 | 2025-09-15T16:57:02.724Z | test router::test::test_variables_basic ... ok |
| 1430 | 2025-09-15T16:57:02.724Z | test router::test::test_variables_glob ... ok |
| 1431 | 2025-09-15T16:57:02.724Z | test logging::test::test_config_file ... ok |
| 1432 | 2025-09-15T16:57:02.724Z | test router::test::test_variable_name_bad_end - should panic ... ok |
| 1433 | 2025-09-15T16:57:02.724Z | test router::test::test_variables_multi ... ok |
| 1434 | 2025-09-15T16:57:02.724Z | test schema_util::test::test_empty_struct ... ok |
| 1435 | 2025-09-15T16:57:02.724Z | test schema_util::test::test_additional_properties ... ok |
| 1436 | 2025-09-15T16:57:02.724Z | test schema_util::test::test_two_types - should panic ... ok |
| 1437 | 2025-09-15T16:57:02.724Z | test schema_util::test::test_garbage_barge_structure_conversion ... ok |
| 1438 | 2025-09-15T16:57:02.724Z | test schema_util::test::test_nullable ... ok |
| 1439 | 2025-09-15T16:57:02.749Z | test schema_util::test::test_extension_conversion ... ok |
| 1440 | 2025-09-15T16:57:02.749Z | test test_util::test::test_bunyan_bad_hostname - should panic ... ok |
| 1441 | 2025-09-15T16:57:02.749Z | test test_util::test::test_bunyan_bad_name - should panic ... ok |
| 1442 | 2025-09-15T16:57:02.749Z | test test_util::test::test_bunyan_bad_pid - should panic ... ok |
| 1443 | 2025-09-15T16:57:02.749Z | test test_util::test::test_bunyan_seq_bad_order - should panic ... ok |
| 1444 | 2025-09-15T16:57:02.749Z | test test_util::test::test_bunyan_easy_cases ... ok |
| 1445 | 2025-09-15T16:57:02.749Z | test schema_util::test::test_schema2struct_with_enum_variants ... ok |
| 1446 | 2025-09-15T16:57:02.749Z | test test_util::test::test_bunyan_seq_easy_cases ... ok |
| 1447 | 2025-09-15T16:57:02.749Z | test test_util::test::test_bunyan_bad_v - should panic ... ok |
| 1448 | 2025-09-15T16:57:02.749Z | test test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok |
| 1449 | 2025-09-15T16:57:02.749Z | test test_util::test::test_bunyan_seq_lower_violated - should panic ... ok |
| 1450 | 2025-09-15T16:57:02.749Z | test test_util::test::test_bunyan_seq_upper_violated - should panic ... ok |
| 1451 | 2025-09-15T16:57:02.749Z | test schema_util::test::test_embedded_schema ... ok |
| 1452 | 2025-09-15T16:57:02.749Z | test to_map::test::test_to_map_enum ... ok |
| 1453 | 2025-09-15T16:57:02.749Z | test to_map::test::test_to_map_num ... ok |
| 1454 | 2025-09-15T16:57:02.749Z | test to_map::test::test_to_map_seq ... ok |
| 1455 | 2025-09-15T16:57:02.749Z | test to_map::test::test_struct_with_options ... ok |
| 1456 | 2025-09-15T16:57:02.749Z | test to_map::test::test_to_map_valid ... ok |
| 1457 | 2025-09-15T16:57:02.749Z | test server::test::test_drop_server_without_close_okay ... ok |
| 1458 | 2025-09-15T16:57:02.749Z | test type_util::tests::test_recursive_type - should panic ... ok |
| 1459 | 2025-09-15T16:57:02.749Z | test type_util::tests::test_commented_ref ... ok |
| 1460 | 2025-09-15T16:57:02.749Z | test type_util::tests::test_reflexive_type - should panic ... ok |
| 1461 | 2025-09-15T16:57:02.749Z | test to_map::test::test_to_map_vec ... ok |
| 1462 | 2025-09-15T16:57:02.749Z | test websocket::tests::test_ws_upg_task_is_spawned ... ok |
| 1463 | 2025-09-15T16:57:02.749Z | test server::test::test_server_run_then_close ... ok |
| 1464 | 2025-09-15T16:57:02.749Z | test server::test::test_http_acceptor_happy_path ... ok |
| 1465 | 2025-09-15T16:57:02.749Z | |
| 1466 | 2025-09-15T16:57:02.749Z | test result: ok. 108 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
| 1467 | 2025-09-15T16:57:02.749Z | |
| 1468 | 2025-09-15T16:57:02.749Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-3d92768be3155f7c` |
| 1469 | 2025-09-15T16:57:02.749Z | |
| 1470 | 2025-09-15T16:57:02.749Z | running 1 test |
| 1471 | 2025-09-15T16:57:03.239Z | Compiling proc-macro2 v1.0.101 |
| 1472 | 2025-09-15T16:57:03.239Z | Compiling unicode-ident v1.0.12 |
| 1473 | 2025-09-15T16:57:03.263Z | Compiling libc v0.2.175 |
| 1474 | 2025-09-15T16:57:03.263Z | Checking cfg-if v1.0.0 |
| 1475 | 2025-09-15T16:57:03.263Z | Checking itoa v1.0.1 |
| 1476 | 2025-09-15T16:57:03.263Z | Compiling serde_core v1.0.223 |
| 1477 | 2025-09-15T16:57:03.263Z | Compiling serde v1.0.223 |
| 1478 | 2025-09-15T16:57:03.263Z | Checking pin-project-lite v0.2.12 |
| 1479 | 2025-09-15T16:57:03.348Z | Compiling autocfg v1.1.0 |
| 1480 | 2025-09-15T16:57:03.405Z | Compiling shlex v1.3.0 |
| 1481 | 2025-09-15T16:57:03.461Z | Compiling version_check v0.9.5 |
| 1482 | 2025-09-15T16:57:03.492Z | Checking memchr v2.6.0 |
| 1483 | 2025-09-15T16:57:03.745Z | Compiling cc v1.2.16 |
| 1484 | 2025-09-15T16:57:03.877Z | Checking bytes v1.10.1 |
| 1485 | 2025-09-15T16:57:04.056Z | Checking once_cell v1.20.1 |
| 1486 | 2025-09-15T16:57:04.198Z | Checking smallvec v1.13.2 |
| 1487 | 2025-09-15T16:57:04.460Z | Checking futures-core v0.3.31 |
| 1488 | 2025-09-15T16:57:04.493Z | Compiling log v0.4.17 |
| 1489 | 2025-09-15T16:57:04.565Z | Compiling parking_lot_core v0.9.4 |
| 1490 | 2025-09-15T16:57:04.645Z | Compiling ryu v1.0.5 |
| 1491 | 2025-09-15T16:57:04.924Z | Checking scopeguard v1.2.0 |
| 1492 | 2025-09-15T16:57:05.045Z | Compiling thiserror v2.0.16 |
| 1493 | 2025-09-15T16:57:05.073Z | Checking lock_api v0.4.6 |
| 1494 | 2025-09-15T16:57:05.115Z | Compiling slab v0.4.9 |
| 1495 | 2025-09-15T16:57:05.193Z | Checking futures-sink v0.3.31 |
| 1496 | 2025-09-15T16:57:05.342Z | Compiling quote v1.0.40 |
| 1497 | 2025-09-15T16:57:05.396Z | Checking mio v1.0.3 |
| 1498 | 2025-09-15T16:57:05.493Z | Checking parking_lot v0.12.1 |
| 1499 | 2025-09-15T16:57:05.629Z | Checking getrandom v0.2.11 |
| 1500 | 2025-09-15T16:57:05.665Z | Checking signal-hook-registry v1.4.0 |
| 1501 | 2025-09-15T16:57:05.813Z | Compiling syn v2.0.106 |
| 1502 | 2025-09-15T16:57:05.870Z | Checking socket2 v0.6.0 |
| 1503 | 2025-09-15T16:57:05.913Z | Compiling serde_json v1.0.145 |
| 1504 | 2025-09-15T16:57:05.964Z | Checking fnv v1.0.7 |
| 1505 | 2025-09-15T16:57:05.997Z | Checking futures-channel v0.3.31 |
| 1506 | 2025-09-15T16:57:06.094Z | Checking http v1.3.1 |
| 1507 | 2025-09-15T16:57:06.189Z | Checking zeroize v1.7.0 |
| 1508 | 2025-09-15T16:57:06.271Z | Checking pin-utils v0.1.0 |
| 1509 | 2025-09-15T16:57:06.365Z | Checking futures-io v0.3.31 |
| 1510 | 2025-09-15T16:57:06.415Z | Checking rustls-pki-types v1.12.0 |
| 1511 | 2025-09-15T16:57:06.530Z | Checking stable_deref_trait v1.2.0 |
| 1512 | 2025-09-15T16:57:06.614Z | Checking futures-task v0.3.31 |
| 1513 | 2025-09-15T16:57:06.642Z | Compiling httparse v1.10.0 |
| 1514 | 2025-09-15T16:57:06.887Z | Compiling zerocopy v0.8.27 |
| 1515 | 2025-09-15T16:57:06.912Z | Compiling ucd-trie v0.1.6 |
| 1516 | 2025-09-15T16:57:07.125Z | Compiling ring v0.17.13 |
| 1517 | 2025-09-15T16:57:07.425Z | Checking tracing-core v0.1.32 |
| 1518 | 2025-09-15T16:57:07.583Z | Checking hashbrown v0.15.2 |
| 1519 | 2025-09-15T16:57:07.628Z | Checking bitflags v2.4.0 |
| 1520 | 2025-09-15T16:57:07.695Z | Checking equivalent v1.0.0 |
| 1521 | 2025-09-15T16:57:07.721Z | Checking untrusted v0.9.0 |
| 1522 | 2025-09-15T16:57:07.816Z | Checking http-body v1.0.1 |
| 1523 | 2025-09-15T16:57:07.897Z | Checking base64 v0.22.1 |
| 1524 | 2025-09-15T16:57:07.922Z | Compiling vcpkg v0.2.15 |
| 1525 | 2025-09-15T16:57:08.012Z | Checking tracing v0.1.40 |
| 1526 | 2025-09-15T16:57:08.285Z | Checking percent-encoding v2.3.2 |
| 1527 | 2025-09-15T16:57:08.310Z | Compiling pkg-config v0.3.31 |
| 1528 | 2025-09-15T16:57:08.428Z | Compiling typenum v1.14.0 |
| 1529 | 2025-09-15T16:57:08.505Z | Checking atomic-waker v1.1.2 |
| 1530 | 2025-09-15T16:57:08.533Z | Checking litemap v0.7.4 |
| 1531 | 2025-09-15T16:57:08.650Z | Checking writeable v0.5.5 |
| 1532 | 2025-09-15T16:57:08.952Z | Compiling generic-array v0.14.5 |
| 1533 | 2025-09-15T16:57:09.336Z | Checking try-lock v0.2.3 |
| 1534 | 2025-09-15T16:57:09.471Z | Compiling crossbeam-utils v0.8.15 |
| 1535 | 2025-09-15T16:57:09.576Z | Checking want v0.3.0 |
| 1536 | 2025-09-15T16:57:09.715Z | Compiling openssl-sys v0.9.107 |
| 1537 | 2025-09-15T16:57:09.910Z | Compiling unicase v2.6.0 |
| 1538 | 2025-09-15T16:57:09.974Z | Checking httpdate v1.0.1 |
| 1539 | 2025-09-15T16:57:10.201Z | Checking tower-service v0.3.3 |
| 1540 | 2025-09-15T16:57:10.226Z | Checking icu_locid_transform_data v1.5.0 |
| 1541 | 2025-09-15T16:57:10.262Z | Compiling getrandom v0.3.1 |
| 1542 | 2025-09-15T16:57:10.318Z | Compiling num-conv v0.1.0 |
| 1543 | 2025-09-15T16:57:10.343Z | Compiling time-core v0.1.2 |
| 1544 | 2025-09-15T16:57:10.391Z | Checking subtle v2.5.0 |
| 1545 | 2025-09-15T16:57:10.593Z | Checking powerfmt v0.2.0 |
| 1546 | 2025-09-15T16:57:10.620Z | Compiling time-macros v0.2.18 |
| 1547 | 2025-09-15T16:57:10.848Z | Checking deranged v0.3.11 |
| 1548 | 2025-09-15T16:57:11.824Z | Compiling slog v2.7.0 |
| 1549 | 2025-09-15T16:57:11.849Z | Checking num_threads v0.1.3 |
| 1550 | 2025-09-15T16:57:11.935Z | Compiling synstructure v0.13.1 |
| 1551 | 2025-09-15T16:57:11.960Z | Checking icu_properties_data v1.5.0 |
| 1552 | 2025-09-15T16:57:12.353Z | Compiling num-traits v0.2.14 |
| 1553 | 2025-09-15T16:57:12.546Z | Checking rustls-webpki v0.102.8 |
| 1554 | 2025-09-15T16:57:12.641Z | Checking openssl-probe v0.1.4 |
| 1555 | 2025-09-15T16:57:12.713Z | Compiling semver v1.0.26 |
| 1556 | 2025-09-15T16:57:12.802Z | Checking foreign-types-shared v0.1.1 |
| 1557 | 2025-09-15T16:57:12.985Z | Checking ipnet v2.10.0 |
| 1558 | 2025-09-15T16:57:13.100Z | Checking utf8_iter v1.0.4 |
| 1559 | 2025-09-15T16:57:13.203Z | Checking write16 v1.0.0 |
| 1560 | 2025-09-15T16:57:13.233Z | Compiling usdt-impl v0.6.0 |
| 1561 | 2025-09-15T16:57:13.285Z | Checking time v0.3.36 |
| 1562 | 2025-09-15T16:57:13.311Z | Checking utf16_iter v1.0.5 |
| 1563 | 2025-09-15T16:57:13.342Z | Compiling openssl v0.10.72 |
| 1564 | 2025-09-15T16:57:13.377Z | Checking icu_normalizer_data v1.5.0 |
| 1565 | 2025-09-15T16:57:13.497Z | Checking foreign-types v0.3.2 |
| 1566 | 2025-09-15T16:57:13.582Z | Compiling thread-id v5.0.0 |
| 1567 | 2025-09-15T16:57:13.708Z | Checking block-buffer v0.10.2 |
| 1568 | 2025-09-15T16:57:13.818Z | Checking crypto-common v0.1.6 |
| 1569 | 2025-09-15T16:57:13.994Z | Checking form_urlencoded v1.2.2 |
| 1570 | 2025-09-15T16:57:14.062Z | Checking rand_core v0.6.3 |
| 1571 | 2025-09-15T16:57:14.117Z | Checking errno v0.3.10 |
| 1572 | 2025-09-15T16:57:14.142Z | Compiling native-tls v0.2.12 |
| 1573 | 2025-09-15T16:57:14.264Z | Compiling rustls v0.22.4 |
| 1574 | 2025-09-15T16:57:14.297Z | Checking ppv-lite86 v0.2.15 |
| 1575 | 2025-09-15T16:57:14.340Z | Compiling rustix v1.0.2 |
| 1576 | 2025-09-15T16:57:14.371Z | Checking plain v0.2.3 |
| 1577 | 2025-09-15T16:57:14.516Z | Checking mime v0.3.16 |
| 1578 | 2025-09-15T16:57:14.541Z | Compiling byteorder v1.4.3 |
| 1579 | 2025-09-15T16:57:14.800Z | Compiling rustls v0.23.13 |
| 1580 | 2025-09-15T16:57:14.870Z | Checking rand_chacha v0.3.1 |
| 1581 | 2025-09-15T16:57:14.954Z | Checking digest v0.10.7 |
| 1582 | 2025-09-15T16:57:15.191Z | Compiling thiserror v1.0.69 |
| 1583 | 2025-09-15T16:57:15.216Z | Checking pretty-hex v0.4.1 |
| 1584 | 2025-09-15T16:57:15.241Z | Compiling rustix v0.38.44 |
| 1585 | 2025-09-15T16:57:15.266Z | Checking cpufeatures v0.2.2 |
| 1586 | 2025-09-15T16:57:15.291Z | Checking iana-time-zone v0.1.47 |
| 1587 | 2025-09-15T16:57:15.356Z | Checking sha1 v0.10.6 |
| 1588 | 2025-09-15T16:57:15.429Z | Compiling mime_guess v2.0.5 |
| 1589 | 2025-09-15T16:57:15.609Z | Checking rand v0.8.4 |
| 1590 | 2025-09-15T16:57:16.251Z | Compiling serde_derive_internals v0.29.0 |
| 1591 | 2025-09-15T16:57:16.476Z | Checking concurrent-queue v2.5.0 |
| 1592 | 2025-09-15T16:57:16.765Z | Checking rustls-pemfile v2.1.3 |
| 1593 | 2025-09-15T16:57:16.790Z | Checking http-body-util v0.1.3 |
| 1594 | 2025-09-15T16:57:17.018Z | Checking sync_wrapper v1.0.1 |
| 1595 | 2025-09-15T16:57:17.043Z | Checking thread_local v1.1.4 |
| 1596 | 2025-09-15T16:57:17.155Z | Compiling multer v3.1.0 |
| 1597 | 2025-09-15T16:57:17.179Z | Checking encoding_rs v0.8.32 |
| 1598 | 2025-09-15T16:57:17.225Z | Compiling serde_derive v1.0.223 |
| 1599 | 2025-09-15T16:57:17.284Z | Compiling tokio-macros v2.5.0 |
| 1600 | 2025-09-15T16:57:17.501Z | Compiling thiserror-impl v2.0.16 |
| 1601 | 2025-09-15T16:57:18.426Z | Compiling zerofrom-derive v0.1.5 |
| 1602 | 2025-09-15T16:57:18.750Z | Compiling yoke-derive v0.7.5 |
| 1603 | 2025-09-15T16:57:18.926Z | Compiling futures-macro v0.3.31 |
| 1604 | 2025-09-15T16:57:18.989Z | Checking tokio v1.47.1 |
| 1605 | 2025-09-15T16:57:19.352Z | Compiling zerovec-derive v0.10.3 |
| 1606 | 2025-09-15T16:57:19.725Z | Compiling displaydoc v0.2.5 |
| 1607 | 2025-09-15T16:57:20.897Z | Checking futures-util v0.3.31 |
| 1608 | 2025-09-15T16:57:21.097Z | Compiling pest v2.8.1 |
| 1609 | 2025-09-15T16:57:21.555Z | Compiling zerocopy-derive v0.8.27 |
| 1610 | 2025-09-15T16:57:21.799Z | Compiling icu_provider_macros v1.5.0 |
| 1611 | 2025-09-15T16:57:21.985Z | Compiling scroll_derive v0.13.1 |
| 1612 | 2025-09-15T16:57:22.357Z | Checking zerofrom v0.1.5 |
| 1613 | 2025-09-15T16:57:22.556Z | Checking yoke v0.7.5 |
| 1614 | 2025-09-15T16:57:22.852Z | Checking zerovec v0.10.4 |
| 1615 | 2025-09-15T16:57:23.068Z | Compiling openssl-macros v0.1.1 |
| 1616 | 2025-09-15T16:57:23.526Z | Compiling pest_meta v2.8.1 |
| 1617 | 2025-09-15T16:57:23.881Z | Checking scroll v0.13.0 |
| 1618 | 2025-09-15T16:57:24.270Z | Checking tinystr v0.7.6 |
| 1619 | 2025-09-15T16:57:24.576Z | Checking icu_locid v1.5.0 |
| 1620 | 2025-09-15T16:57:24.709Z | Checking icu_collections v1.5.0 |
| 1621 | 2025-09-15T16:57:24.810Z | Compiling pest_generator v2.8.1 |
| 1622 | 2025-09-15T16:57:24.942Z | Checking indexmap v2.11.0 |
| 1623 | 2025-09-15T16:57:24.978Z | Checking tokio-util v0.7.7 |
| 1624 | 2025-09-15T16:57:25.412Z | Checking icu_provider v1.5.0 |
| 1625 | 2025-09-15T16:57:25.442Z | Compiling serde_tokenstream v0.2.2 |
| 1626 | 2025-09-15T16:57:25.965Z | Checking icu_locid_transform v1.5.0 |
| 1627 | 2025-09-15T16:57:25.993Z | Checking goblin v0.10.1 |
| 1628 | 2025-09-15T16:57:26.019Z | Checking h2 v0.4.6 |
| 1629 | 2025-09-15T16:57:26.782Z | Checking icu_properties v1.5.1 |
| 1630 | 2025-09-15T16:57:27.625Z | Compiling pest_derive v2.8.1 |
| 1631 | 2025-09-15T16:57:28.285Z | Compiling dof v0.4.0 |
| 1632 | 2025-09-15T16:57:28.366Z | Checking chrono v0.4.41 |
| 1633 | 2025-09-15T16:57:28.391Z | Compiling thiserror-impl v1.0.69 |
| 1634 | 2025-09-15T16:57:28.620Z | Compiling camino v1.1.12 |
| 1635 | 2025-09-15T16:57:28.831Z | Compiling dtrace-parser v0.3.0 |
| 1636 | 2025-09-15T16:57:29.348Z | Compiling paste v1.0.15 |
| 1637 | 2025-09-15T16:57:29.388Z | Checking hyper v1.7.0 |
| 1638 | 2025-09-15T16:57:29.543Z | Checking icu_normalizer v1.5.0 |
| 1639 | 2025-09-15T16:57:29.866Z | Checking fastrand v2.1.1 |
| 1640 | 2025-09-15T16:57:30.074Z | Checking tower-layer v0.3.3 |
| 1641 | 2025-09-15T16:57:30.178Z | Checking winnow v0.7.10 |
| 1642 | 2025-09-15T16:57:30.206Z | Checking idna_adapter v1.2.0 |
| 1643 | 2025-09-15T16:57:30.324Z | Checking match_cfg v0.1.0 |
| 1644 | 2025-09-15T16:57:30.389Z | Checking idna v1.0.3 |
| 1645 | 2025-09-15T16:57:30.420Z | Compiling slog-async v2.8.0 |
| 1646 | 2025-09-15T16:57:30.627Z | Checking parking v2.2.0 |
| 1647 | 2025-09-15T16:57:30.800Z | Compiling schemars v0.8.22 |
| 1648 | 2025-09-15T16:57:30.848Z | Checking url v2.5.4 |
| 1649 | 2025-09-15T16:57:31.010Z | Checking event-listener v5.0.0 |
| 1650 | 2025-09-15T16:57:31.082Z | Checking hyper-util v0.1.16 |
| 1651 | 2025-09-15T16:57:31.147Z | Compiling usdt-macro v0.6.0 |
| 1652 | 2025-09-15T16:57:31.200Z | Compiling usdt-attr-macro v0.6.0 |
| 1653 | 2025-09-15T16:57:31.372Z | Checking hostname v0.3.1 |
| 1654 | 2025-09-15T16:57:31.513Z | Checking tower v0.5.2 |
| 1655 | 2025-09-15T16:57:31.559Z | Checking tempfile v3.21.0 |
| 1656 | 2025-09-15T16:57:31.917Z | Checking tokio-native-tls v0.3.1 |
| 1657 | 2025-09-15T16:57:31.973Z | Checking tokio-rustls v0.25.0 |
| 1658 | 2025-09-15T16:57:32.150Z | Checking tokio-rustls v0.26.0 |
| 1659 | 2025-09-15T16:57:32.178Z | Checking uuid v1.18.1 |
| 1660 | 2025-09-15T16:57:32.218Z | Checking serde_urlencoded v0.7.1 |
| 1661 | 2025-09-15T16:57:32.288Z | Checking slog-json v2.6.1 |
| 1662 | 2025-09-15T16:57:32.367Z | Checking toml_parser v1.0.2 |
| 1663 | 2025-09-15T16:57:32.488Z | Checking serde_spanned v1.0.0 |
| 1664 | 2025-09-15T16:57:32.525Z | Checking toml_datetime v0.7.0 |
| 1665 | 2025-09-15T16:57:32.607Z | Checking futures-executor v0.3.31 |
| 1666 | 2025-09-15T16:57:32.688Z | Compiling schemars_derive v0.8.22 |
| 1667 | 2025-09-15T16:57:32.765Z | Compiling async-stream-impl v0.3.6 |
| 1668 | 2025-09-15T16:57:33.011Z | Checking crossbeam-channel v0.5.1 |
| 1669 | 2025-09-15T16:57:33.036Z | Checking webpki-roots v0.26.5 |
| 1670 | 2025-09-15T16:57:33.092Z | Checking memmap2 v0.9.8 |
| 1671 | 2025-09-15T16:57:33.117Z | Checking is-terminal v0.4.12 |
| 1672 | 2025-09-15T16:57:33.222Z | Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot) |
| 1673 | 2025-09-15T16:57:33.248Z | Checking utf-8 v0.7.6 |
| 1674 | 2025-09-15T16:57:33.347Z | Checking data-encoding v2.4.0 |
| 1675 | 2025-09-15T16:57:33.432Z | Compiling buf-list v1.0.3 |
| 1676 | 2025-09-15T16:57:33.497Z | Checking spin v0.9.8 |
| 1677 | 2025-09-15T16:57:33.588Z | Checking iri-string v0.7.8 |
| 1678 | 2025-09-15T16:57:33.613Z | Checking term v1.1.0 |
| 1679 | 2025-09-15T16:57:33.678Z | Compiling heck v0.5.0 |
| 1680 | 2025-09-15T16:57:33.815Z | Checking dyn-clone v1.0.4 |
| 1681 | 2025-09-15T16:57:33.944Z | Checking unicode-width v0.1.9 |
| 1682 | 2025-09-15T16:57:33.994Z | Compiling anyhow v1.0.99 |
| 1683 | 2025-09-15T16:57:34.138Z | Checking lazy_static v1.5.0 |
| 1684 | 2025-09-15T16:57:34.163Z | Checking toml_writer v1.0.2 |
| 1685 | 2025-09-15T16:57:34.190Z | Checking unicode-segmentation v1.10.0 |
| 1686 | 2025-09-15T16:57:34.215Z | Checking take_mut v0.2.2 |
| 1687 | 2025-09-15T16:57:34.282Z | Checking console v0.15.7 |
| 1688 | 2025-09-15T16:57:34.378Z | Checking async-stream v0.3.6 |
| 1689 | 2025-09-15T16:57:34.472Z | Checking toml v0.9.5 |
| 1690 | 2025-09-15T16:57:34.573Z | Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 1691 | 2025-09-15T16:57:34.659Z | Checking atomicwrites v0.4.4 |
| 1692 | 2025-09-15T16:57:34.689Z | Checking newline-converter v0.3.0 |
| 1693 | 2025-09-15T16:57:34.846Z | Checking slog-term v2.9.2 |
| 1694 | 2025-09-15T16:57:34.871Z | Checking tungstenite v0.24.0 |
| 1695 | 2025-09-15T16:57:35.074Z | Checking usdt v0.6.0 |
| 1696 | 2025-09-15T16:57:35.224Z | Checking hyper-rustls v0.27.3 |
| 1697 | 2025-09-15T16:57:35.520Z | Checking hyper-tls v0.6.0 |
| 1698 | 2025-09-15T16:57:35.581Z | Checking futures v0.3.31 |
| 1699 | 2025-09-15T16:57:35.633Z | Checking slog-bunyan v2.5.0 |
| 1700 | 2025-09-15T16:57:35.791Z | Checking event-listener-strategy v0.5.4 |
| 1701 | 2025-09-15T16:57:35.816Z | Checking openapiv3 v2.2.0 |
| 1702 | 2025-09-15T16:57:35.856Z | Checking serde_path_to_error v0.1.17 |
| 1703 | 2025-09-15T16:57:35.881Z | Checking tower-http v0.6.5 |
| 1704 | 2025-09-15T16:57:35.999Z | Compiling async-trait v0.1.89 |
| 1705 | 2025-09-15T16:57:36.172Z | Checking rustls-native-certs v0.7.0 |
| 1706 | 2025-09-15T16:57:36.318Z | Checking yasna v0.5.2 |
| 1707 | 2025-09-15T16:57:36.348Z | Checking waitgroup v0.1.2 |
| 1708 | 2025-09-15T16:57:36.401Z | Checking pem v3.0.5 |
| 1709 | 2025-09-15T16:57:36.498Z | Checking webpki-roots v1.0.0 |
| 1710 | 2025-09-15T16:57:36.647Z | Checking hostname v0.4.0 |
| 1711 | 2025-09-15T16:57:36.676Z | Checking similar v2.2.1 |
| 1712 | 2025-09-15T16:57:36.758Z | Checking simple-mermaid v0.2.0 |
| 1713 | 2025-09-15T16:57:36.793Z | Checking http-range v0.1.4 |
| 1714 | 2025-09-15T16:57:36.860Z | Checking debug-ignore v1.0.5 |
| 1715 | 2025-09-15T16:57:36.971Z | Checking hyper-staticfile v0.10.1 |
| 1716 | 2025-09-15T16:57:37.013Z | Checking reqwest v0.12.23 |
| 1717 | 2025-09-15T16:57:37.058Z | Checking rcgen v0.14.3 |
| 1718 | 2025-09-15T16:57:37.284Z | Checking expectorate v1.2.0 |
| 1719 | 2025-09-15T16:57:37.339Z | Checking hyper-rustls v0.26.0 |
| 1720 | 2025-09-15T16:57:37.421Z | Checking async-channel v2.5.0 |
| 1721 | 2025-09-15T16:57:37.475Z | Checking tokio-tungstenite v0.24.0 |
| 1722 | 2025-09-15T16:57:37.773Z | Checking subprocess v0.2.9 |
| 1723 | 2025-09-15T16:57:42.119Z | Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
| 1724 | 2025-09-15T16:57:42.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.48s |
| 1725 | 2025-09-15T16:57:42.633Z | |
| 1726 | 2025-09-15T16:57:42.633Z | |
| 1727 | 2025-09-15T16:57:53.697Z | test tests/fail/bad_channel10.rs ... ok |
| 1728 | 2025-09-15T16:57:53.697Z | test tests/fail/bad_channel11.rs ... ok |
| 1729 | 2025-09-15T16:57:53.697Z | test tests/fail/bad_channel12.rs ... ok |
| 1730 | 2025-09-15T16:57:53.697Z | test tests/fail/bad_channel13.rs ... ok |
| 1731 | 2025-09-15T16:57:53.697Z | test tests/fail/bad_channel14.rs ... ok |
| 1732 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel15.rs ... ok |
| 1733 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel17.rs ... ok |
| 1734 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel18.rs ... ok |
| 1735 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel19.rs ... ok |
| 1736 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel1a.rs ... ok |
| 1737 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel1b.rs ... ok |
| 1738 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel2.rs ... ok |
| 1739 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel20.rs ... ok |
| 1740 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel21.rs ... ok |
| 1741 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel22.rs ... ok |
| 1742 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel23.rs ... ok |
| 1743 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel24.rs ... ok |
| 1744 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel25.rs ... ok |
| 1745 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel26.rs ... ok |
| 1746 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel27.rs ... ok |
| 1747 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel28.rs ... ok |
| 1748 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel3.rs ... ok |
| 1749 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel4.rs ... ok |
| 1750 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel5.rs ... ok |
| 1751 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel6.rs ... ok |
| 1752 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel8.rs ... ok |
| 1753 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_channel9.rs ... ok |
| 1754 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_endpoint1.rs ... ok |
| 1755 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_endpoint10.rs ... ok |
| 1756 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_endpoint11.rs ... ok |
| 1757 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_endpoint12.rs ... ok |
| 1758 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_endpoint13.rs ... ok |
| 1759 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_endpoint14.rs ... ok |
| 1760 | 2025-09-15T16:57:53.768Z | test tests/fail/bad_endpoint15.rs ... ok |
| 1761 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint16.rs ... ok |
| 1762 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint17.rs ... ok |
| 1763 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint18.rs ... ok |
| 1764 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint19.rs ... ok |
| 1765 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint2.rs ... ok |
| 1766 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint20.rs ... ok |
| 1767 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint21.rs ... ok |
| 1768 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint22.rs ... ok |
| 1769 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint23.rs ... ok |
| 1770 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint24.rs ... ok |
| 1771 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint25.rs ... ok |
| 1772 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint26.rs ... ok |
| 1773 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint27.rs ... ok |
| 1774 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint28.rs ... ok |
| 1775 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint3.rs ... ok |
| 1776 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint4.rs ... ok |
| 1777 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint5.rs ... ok |
| 1778 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint6.rs ... ok |
| 1779 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint7.rs ... ok |
| 1780 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint8.rs ... ok |
| 1781 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_endpoint9.rs ... ok |
| 1782 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_trait_channel10.rs ... ok |
| 1783 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_trait_channel11.rs ... ok |
| 1784 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_trait_channel12.rs ... ok |
| 1785 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_trait_channel13.rs ... ok |
| 1786 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_trait_channel14.rs ... ok |
| 1787 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_trait_channel15.rs ... ok |
| 1788 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_trait_channel17.rs ... ok |
| 1789 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_trait_channel18.rs ... ok |
| 1790 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_trait_channel19.rs ... ok |
| 1791 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_trait_channel1a.rs ... ok |
| 1792 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_trait_channel1b.rs ... ok |
| 1793 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_trait_channel2.rs ... ok |
| 1794 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_trait_channel20.rs ... ok |
| 1795 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_trait_channel21.rs ... ok |
| 1796 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_trait_channel22.rs ... ok |
| 1797 | 2025-09-15T16:57:53.769Z | test tests/fail/bad_trait_channel23.rs ... ok |
| 1798 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_channel24.rs ... ok |
| 1799 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_channel25.rs ... ok |
| 1800 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_channel26.rs ... ok |
| 1801 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_channel28.rs ... ok |
| 1802 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_channel3.rs ... ok |
| 1803 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_channel4.rs ... ok |
| 1804 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_channel5.rs ... ok |
| 1805 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_channel6.rs ... ok |
| 1806 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_channel8.rs ... ok |
| 1807 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_channel9.rs ... ok |
| 1808 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint1.rs ... ok |
| 1809 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint10.rs ... ok |
| 1810 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint11.rs ... ok |
| 1811 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint12.rs ... ok |
| 1812 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint13.rs ... ok |
| 1813 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint14.rs ... ok |
| 1814 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint15.rs ... ok |
| 1815 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint16.rs ... ok |
| 1816 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint17.rs ... ok |
| 1817 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint18.rs ... ok |
| 1818 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint19.rs ... ok |
| 1819 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint2.rs ... ok |
| 1820 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint20.rs ... ok |
| 1821 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint21.rs ... ok |
| 1822 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint22.rs ... ok |
| 1823 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint23.rs ... ok |
| 1824 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint24.rs ... ok |
| 1825 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint25.rs ... ok |
| 1826 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint26.rs ... ok |
| 1827 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint27.rs ... ok |
| 1828 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint28.rs ... ok |
| 1829 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint3.rs ... ok |
| 1830 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint4.rs ... ok |
| 1831 | 2025-09-15T16:57:53.770Z | test tests/fail/bad_trait_endpoint5.rs ... ok |
| 1832 | 2025-09-15T16:57:53.797Z | test tests/fail/bad_trait_endpoint6.rs ... ok |
| 1833 | 2025-09-15T16:57:53.797Z | test tests/fail/bad_trait_endpoint7.rs ... ok |
| 1834 | 2025-09-15T16:57:53.797Z | test tests/fail/bad_trait_endpoint8.rs ... ok |
| 1835 | 2025-09-15T16:57:53.797Z | test tests/fail/bad_trait_endpoint9.rs ... ok |
| 1836 | 2025-09-15T16:57:53.797Z | test tests/fail/bad_trait_endpoint_error.rs ... ok |
| 1837 | 2025-09-15T16:57:53.797Z | test tests/fail/bad_trait_only1.rs ... ok |
| 1838 | 2025-09-15T16:57:53.797Z | test tests/fail/bad_trait_only10.rs ... ok |
| 1839 | 2025-09-15T16:57:53.797Z | test tests/fail/bad_trait_only11.rs ... ok |
| 1840 | 2025-09-15T16:57:53.797Z | test tests/fail/bad_trait_only12.rs ... ok |
| 1841 | 2025-09-15T16:57:53.797Z | test tests/fail/bad_trait_only13.rs ... ok |
| 1842 | 2025-09-15T16:57:53.797Z | test tests/fail/bad_trait_only14.rs ... ok |
| 1843 | 2025-09-15T16:57:53.797Z | test tests/fail/bad_trait_only15.rs ... ok |
| 1844 | 2025-09-15T16:57:53.798Z | test tests/fail/bad_trait_only16.rs ... ok |
| 1845 | 2025-09-15T16:57:53.798Z | test tests/fail/bad_trait_only17.rs ... ok |
| 1846 | 2025-09-15T16:57:53.798Z | test tests/fail/bad_trait_only18.rs ... ok |
| 1847 | 2025-09-15T16:57:53.798Z | test tests/fail/bad_trait_only19.rs ... ok |
| 1848 | 2025-09-15T16:57:53.798Z | test tests/fail/bad_trait_only2.rs ... ok |
| 1849 | 2025-09-15T16:57:53.798Z | test tests/fail/bad_trait_only20.rs ... ok |
| 1850 | 2025-09-15T16:57:53.798Z | test tests/fail/bad_trait_only21.rs ... ok |
| 1851 | 2025-09-15T16:57:53.798Z | test tests/fail/bad_trait_only22.rs ... ok |
| 1852 | 2025-09-15T16:57:53.798Z | test tests/fail/bad_trait_only3.rs ... ok |
| 1853 | 2025-09-15T16:57:53.798Z | test tests/fail/bad_trait_only4.rs ... ok |
| 1854 | 2025-09-15T16:57:53.798Z | test tests/fail/bad_trait_only5.rs ... ok |
| 1855 | 2025-09-15T16:57:53.798Z | test tests/fail/bad_trait_only6.rs ... ok |
| 1856 | 2025-09-15T16:57:53.798Z | test tests/fail/bad_trait_only7.rs ... ok |
| 1857 | 2025-09-15T16:57:53.798Z | test tests/fail/bad_trait_only8.rs ... ok |
| 1858 | 2025-09-15T16:57:53.798Z | test tests/fail/bad_trait_only9.rs ... ok |
| 1859 | 2025-09-15T16:57:53.798Z | test tests/fail/bad_version_backwards.rs ... ok |
| 1860 | 2025-09-15T16:57:53.798Z | test tests/fail/unused_endpoint.rs ... ok |
| 1861 | 2025-09-15T16:57:53.798Z | |
| 1862 | 2025-09-15T16:57:53.798Z | |
| 1863 | 2025-09-15T16:57:53.798Z | test fail ... ok |
| 1864 | 2025-09-15T16:57:53.798Z | |
| 1865 | 2025-09-15T16:57:53.798Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 51.01s |
| 1866 | 2025-09-15T16:57:53.798Z | |
| 1867 | 2025-09-15T16:57:53.798Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-4b64782640d69a11` |
| 1868 | 2025-09-15T16:57:53.798Z | |
| 1869 | 2025-09-15T16:57:53.798Z | running 82 tests |
| 1870 | 2025-09-15T16:57:53.798Z | test api_trait::test_api_trait_with_disallowed_tags ... ok |
| 1871 | 2025-09-15T16:57:53.798Z | test config::test_config_bad_bind_address_port_too_small ... ok |
| 1872 | 2025-09-15T16:57:53.798Z | test config::test_config_bad_bind_address_garbage ... ok |
| 1873 | 2025-09-15T16:57:53.798Z | test config::test_config_bad_bind_address_port_too_large ... ok |
| 1874 | 2025-09-15T16:57:53.798Z | test config::test_config_bad_request_body_max_bytes_negative ... ok |
| 1875 | 2025-09-15T16:57:53.798Z | test api_trait::test_api_trait_with_empty_tag_config ... ok |
| 1876 | 2025-09-15T16:57:53.798Z | test api_trait::test_api_trait_with_complex_tags ... ok |
| 1877 | 2025-09-15T16:57:53.798Z | test config::test_config_bad_request_body_max_bytes_too_large ... ok |
| 1878 | 2025-09-15T16:57:53.798Z | test config::test_config_deprecated_request_body_max_bytes ... ok |
| 1879 | 2025-09-15T16:57:53.798Z | test config::test_valid_config_all_settings ... ok |
| 1880 | 2025-09-15T16:57:53.798Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-config_handler_task_mode_detached.3000.5.log" |
| 1881 | 2025-09-15T16:57:53.798Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_unversioned_servers_with_versioned_routes.3000.6.log" |
| 1882 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-config_bind_address_http.3000.2.log" |
| 1883 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-config_bind_address_https_buffer.3000.0.log" |
| 1884 | 2025-09-15T16:57:53.799Z | test config::test_valid_config_basic ... ok |
| 1885 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-api_trait_basic.3000.1.log" |
| 1886 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-config_handler_task_mode_cancel.3000.3.log" |
| 1887 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-config_bind_address_https.3000.4.log" |
| 1888 | 2025-09-15T16:57:53.799Z | test config::test_valid_config_empty ... ok |
| 1889 | 2025-09-15T16:57:53.799Z | test config::test_unversioned_servers_with_versioned_routes ... ok |
| 1890 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_enum_extractor_error.3000.7.log" |
| 1891 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_enum_user_error.3000.8.log" |
| 1892 | 2025-09-15T16:57:53.799Z | test config::test_config_handler_task_mode_cancel ... ok |
| 1893 | 2025-09-15T16:57:53.799Z | test config::test_config_handler_task_mode_detached ... ok |
| 1894 | 2025-09-15T16:57:53.799Z | test custom_errors::test_enum_user_error ... ok |
| 1895 | 2025-09-15T16:57:53.799Z | test custom_errors::test_enum_extractor_error ... ok |
| 1896 | 2025-09-15T16:57:53.799Z | test custom_errors::test_trait_based_api ... ok |
| 1897 | 2025-09-15T16:57:53.799Z | test api_trait::test_api_trait_basic ... ok |
| 1898 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_struct_extractor_error.3000.9.log" |
| 1899 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_struct_user_error.3000.10.log" |
| 1900 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_trait_enum_user_error.3000.11.log" |
| 1901 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_trait_struct_user_error.3000.12.log" |
| 1902 | 2025-09-15T16:57:53.799Z | test config::test_config_bind_address_http ... ok |
| 1903 | 2025-09-15T16:57:53.799Z | test custom_errors::test_struct_user_error ... ok |
| 1904 | 2025-09-15T16:57:53.799Z | test custom_errors::test_trait_enum_user_error ... ok |
| 1905 | 2025-09-15T16:57:53.799Z | test custom_errors::test_trait_struct_user_error ... ok |
| 1906 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_302_bogus.3000.13.log" |
| 1907 | 2025-09-15T16:57:53.799Z | test custom_errors::test_struct_extractor_error ... ok |
| 1908 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_307_temporary_redirect.3000.14.log" |
| 1909 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_302_found.3000.17.log" |
| 1910 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_delete_request.3000.16.log" |
| 1911 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_303_see_other.3000.15.log" |
| 1912 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-demo1.3000.18.log" |
| 1913 | 2025-09-15T16:57:53.799Z | test demo::test_302_bogus ... ok |
| 1914 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-demo2json.3000.19.log" |
| 1915 | 2025-09-15T16:57:53.799Z | test demo::test_303_see_other ... ok |
| 1916 | 2025-09-15T16:57:53.799Z | test demo::test_307_temporary_redirect ... ok |
| 1917 | 2025-09-15T16:57:53.799Z | test demo::test_302_found ... ok |
| 1918 | 2025-09-15T16:57:53.799Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-demo2query.3000.20.log" |
| 1919 | 2025-09-15T16:57:53.800Z | test demo::test_delete_request ... ok |
| 1920 | 2025-09-15T16:57:53.800Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-demo3json.3000.21.log" |
| 1921 | 2025-09-15T16:57:53.800Z | test demo::test_demo1 ... ok |
| 1922 | 2025-09-15T16:57:53.800Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-demo_path_param_string.3000.23.log" |
| 1923 | 2025-09-15T16:57:53.800Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-demo2urlencoded.3000.22.log" |
| 1924 | 2025-09-15T16:57:53.800Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-demo_path_param_u32.3000.24.log" |
| 1925 | 2025-09-15T16:57:53.800Z | test demo::test_demo2json ... ok |
| 1926 | 2025-09-15T16:57:53.800Z | test demo::test_demo2query ... ok |
| 1927 | 2025-09-15T16:57:53.800Z | test demo::test_demo3json ... ok |
| 1928 | 2025-09-15T16:57:53.800Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-demo_path_param_uuid.3000.25.log" |
| 1929 | 2025-09-15T16:57:53.800Z | test demo::test_demo_path_param_u32 ... ok |
| 1930 | 2025-09-15T16:57:53.800Z | test demo::test_demo2urlencoded ... ok |
| 1931 | 2025-09-15T16:57:53.800Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_head_request.3000.26.log" |
| 1932 | 2025-09-15T16:57:53.825Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-demo_websocket.3000.27.log" |
| 1933 | 2025-09-15T16:57:53.826Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_header_request.3000.28.log" |
| 1934 | 2025-09-15T16:57:53.826Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_large_typed_body.3000.29.log" |
| 1935 | 2025-09-15T16:57:53.826Z | test demo::test_header_request ... ok |
| 1936 | 2025-09-15T16:57:53.826Z | test demo::test_demo_path_param_uuid ... ok |
| 1937 | 2025-09-15T16:57:53.826Z | test demo::test_head_request ... ok |
| 1938 | 2025-09-15T16:57:53.826Z | test demo::test_demo_path_param_string ... ok |
| 1939 | 2025-09-15T16:57:53.826Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-tet_raw_request.3000.30.log" |
| 1940 | 2025-09-15T16:57:53.826Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_request_compat.3000.31.log" |
| 1941 | 2025-09-15T16:57:53.826Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_request_remote_addr.3000.32.log" |
| 1942 | 2025-09-15T16:57:53.826Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_streaming_body.3000.33.log" |
| 1943 | 2025-09-15T16:57:53.826Z | test demo::test_raw_request ... ok |
| 1944 | 2025-09-15T16:57:53.826Z | test demo::test_large_typed_body ... ok |
| 1945 | 2025-09-15T16:57:53.826Z | test demo::test_request_remote_addr ... ok |
| 1946 | 2025-09-15T16:57:53.826Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-graceful_shutdown_with_detached_handler.3000.34.log" |
| 1947 | 2025-09-15T16:57:53.826Z | test demo::test_request_compat ... ok |
| 1948 | 2025-09-15T16:57:53.826Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_untyped_body.3000.35.log" |
| 1949 | 2025-09-15T16:57:53.826Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-multipart_client.3000.36.log" |
| 1950 | 2025-09-15T16:57:53.826Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-multipart_client.3000.37.log" |
| 1951 | 2025-09-15T16:57:53.826Z | test multipart::no_content_type ... ok |
| 1952 | 2025-09-15T16:57:53.826Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-multipart_client.3000.38.log" |
| 1953 | 2025-09-15T16:57:53.826Z | test demo::test_streaming_body ... ok |
| 1954 | 2025-09-15T16:57:53.826Z | test multipart::missing_boundary ... ok |
| 1955 | 2025-09-15T16:57:53.826Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-multipart_client.3000.39.log" |
| 1956 | 2025-09-15T16:57:53.826Z | test multipart::test_multipart_client ... ok |
| 1957 | 2025-09-15T16:57:53.826Z | test multipart::weird_content_type ... ok |
| 1958 | 2025-09-15T16:57:53.826Z | test demo::test_untyped_body ... ok |
| 1959 | 2025-09-15T16:57:53.826Z | test config::test_config_bind_address_https ... ok |
| 1960 | 2025-09-15T16:57:53.826Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-pagination-basic.3000.40.log" |
| 1961 | 2025-09-15T16:57:53.826Z | test demo::test_demo_websocket ... ok |
| 1962 | 2025-09-15T16:57:53.826Z | test openapi::test_openapi_custom_error_types ... ok |
| 1963 | 2025-09-15T16:57:53.826Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-pagination-multiple-resources.3000.41.log" |
| 1964 | 2025-09-15T16:57:53.826Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-pagination-multiple-sorts.3000.42.log" |
| 1965 | 2025-09-15T16:57:53.826Z | test openapi::test_openapi_custom_error_types_trait_based ... ok |
| 1966 | 2025-09-15T16:57:53.827Z | test config::test_config_bind_address_https_buffer ... ok |
| 1967 | 2025-09-15T16:57:53.827Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-basic.3000.43.log" |
| 1968 | 2025-09-15T16:57:53.827Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-dictionary.3000.44.log" |
| 1969 | 2025-09-15T16:57:53.827Z | test openapi::test_openapi ... ok |
| 1970 | 2025-09-15T16:57:53.827Z | test openapi::test_openapi_fuller ... ok |
| 1971 | 2025-09-15T16:57:53.827Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-empty.3000.45.log" |
| 1972 | 2025-09-15T16:57:53.827Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-errors.3000.46.log" |
| 1973 | 2025-09-15T16:57:53.827Z | test pagination::test_paginate_empty ... ok |
| 1974 | 2025-09-15T16:57:53.827Z | test pagination::test_paginate_errors ... ok |
| 1975 | 2025-09-15T16:57:53.827Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-extra_params.3000.47.log" |
| 1976 | 2025-09-15T16:57:53.827Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-required_params.3000.48.log" |
| 1977 | 2025-09-15T16:57:53.827Z | test pagination::test_paginate_extra_params ... ok |
| 1978 | 2025-09-15T16:57:53.827Z | test pagination::test_paginate_with_required_params ... ok |
| 1979 | 2025-09-15T16:57:53.827Z | test path_names::test_path_names ... ok |
| 1980 | 2025-09-15T16:57:53.827Z | test pagination_schema::test_pagination_schema ... ok |
| 1981 | 2025-09-15T16:57:53.827Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_no_tls.3000.49.log" |
| 1982 | 2025-09-15T16:57:53.827Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_with_tls.3000.50.log" |
| 1983 | 2025-09-15T16:57:53.827Z | test starter::test_no_tls ... ok |
| 1984 | 2025-09-15T16:57:53.827Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-non_streaming_servers_do_not_use_transfer_encoding.3000.51.log" |
| 1985 | 2025-09-15T16:57:53.852Z | test streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok |
| 1986 | 2025-09-15T16:57:53.852Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-streaming_server_buffered_client.3000.52.log" |
| 1987 | 2025-09-15T16:57:53.877Z | test pagination::test_paginate_basic ... ok |
| 1988 | 2025-09-15T16:57:53.877Z | test streaming::test_streaming_server_buffered_client ... ok |
| 1989 | 2025-09-15T16:57:53.877Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-streaming_server_streaming_client.3000.53.log" |
| 1990 | 2025-09-15T16:57:53.877Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_server_is_http.3000.54.log" |
| 1991 | 2025-09-15T16:57:53.877Z | test tls::test_server_is_http ... ok |
| 1992 | 2025-09-15T16:57:53.877Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_server_is_https.3000.55.log" |
| 1993 | 2025-09-15T16:57:53.902Z | test streaming::test_streaming_server_streaming_client ... ok |
| 1994 | 2025-09-15T16:57:53.902Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_tls_aborted_negotiation.3000.56.log" |
| 1995 | 2025-09-15T16:57:54.146Z | test starter::test_with_tls ... ok |
| 1996 | 2025-09-15T16:57:54.172Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_tls_certificate_loading.3000.57.log" |
| 1997 | 2025-09-15T16:57:54.172Z | test tls::test_server_is_https ... ok |
| 1998 | 2025-09-15T16:57:54.172Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_tls_only.3000.58.log" |
| 1999 | 2025-09-15T16:57:54.451Z | test tls::test_tls_certificate_loading ... ok |
| 2000 | 2025-09-15T16:57:54.476Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_tls_refresh_certificates.3000.59.log" |
| 2001 | 2025-09-15T16:57:54.502Z | test tls::test_tls_aborted_negotiation ... ok |
| 2002 | 2025-09-15T16:57:54.527Z | note: configured to log to "/tmp/integration_tests-4b64782640d69a11-test_versions.3000.60.log" |
| 2003 | 2025-09-15T16:57:54.558Z | test versions::test_versions ... ok |
| 2004 | 2025-09-15T16:57:54.584Z | test versions::test_versions_openapi ... ok |
| 2005 | 2025-09-15T16:57:54.584Z | test versions::test_versions_openapi_same_names ... ok |
| 2006 | 2025-09-15T16:57:54.784Z | test tls::test_tls_refresh_certificates ... ok |
| 2007 | 2025-09-15T16:57:54.810Z | test tls::test_tls_only ... ok |
| 2008 | 2025-09-15T16:57:55.042Z | test pagination::test_example_basic ... ok |
| 2009 | 2025-09-15T16:57:55.352Z | test pagination::test_paginate_dictionary ... ok |
| 2010 | 2025-09-15T16:57:55.771Z | test detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok |
| 2011 | 2025-09-15T16:57:58.094Z | test pagination::test_example_multiple_sorts ... ok |
| 2012 | 2025-09-15T16:57:59.321Z | test pagination::test_example_multiple_resources ... ok |
| 2013 | 2025-09-15T16:57:59.322Z | |
| 2014 | 2025-09-15T16:57:59.322Z | test result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.60s |
| 2015 | 2025-09-15T16:57:59.322Z | |
| 2016 | 2025-09-15T16:57:59.347Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-ee3c52f82ea0ea74` |
| 2017 | 2025-09-15T16:57:59.347Z | |
| 2018 | 2025-09-15T16:57:59.347Z | running 35 tests |
| 2019 | 2025-09-15T16:57:59.372Z | test channel::tests::test_channel_operation_id ... ok |
| 2020 | 2025-09-15T16:57:59.372Z | test channel::tests::test_channel_with_versions ... ok |
| 2021 | 2025-09-15T16:57:59.372Z | test channel::tests::test_channel_with_unnamed_params ... ok |
| 2022 | 2025-09-15T16:57:59.372Z | test api_trait::tests::test_api_trait_no_endpoints ... ok |
| 2023 | 2025-09-15T16:57:59.372Z | test endpoint::tests::test_endpoint_bad_string ... ok |
| 2024 | 2025-09-15T16:57:59.372Z | test endpoint::tests::test_endpoint_bad_metadata ... ok |
| 2025 | 2025-09-15T16:57:59.372Z | test endpoint::tests::test_endpoint_bad_context_receiver ... ok |
| 2026 | 2025-09-15T16:57:59.372Z | test doc::tests::test_extract_summary_description ... ok |
| 2027 | 2025-09-15T16:57:59.372Z | test endpoint::tests::test_endpoint_bad_versions ... ok |
| 2028 | 2025-09-15T16:57:59.372Z | test channel::tests::test_channel_with_custom_params ... ok |
| 2029 | 2025-09-15T16:57:59.372Z | test endpoint::tests::test_endpoint_invalid_item ... ok |
| 2030 | 2025-09-15T16:57:59.372Z | test endpoint::tests::test_endpoint_no_arguments ... ok |
| 2031 | 2025-09-15T16:57:59.372Z | test endpoint::tests::test_endpoint_not_async ... ok |
| 2032 | 2025-09-15T16:57:59.372Z | test api_trait::tests::test_api_trait_operation_id ... ok |
| 2033 | 2025-09-15T16:57:59.372Z | test endpoint::tests::test_endpoint_basic ... ok |
| 2034 | 2025-09-15T16:57:59.372Z | test endpoint::tests::test_endpoint_content_type ... ok |
| 2035 | 2025-09-15T16:57:59.372Z | test endpoint::tests::test_endpoint_context_fully_qualified_names ... ok |
| 2036 | 2025-09-15T16:57:59.373Z | test endpoint::tests::test_endpoint_pub_crate ... ok |
| 2037 | 2025-09-15T16:57:59.373Z | test api_trait::tests::test_api_trait_basic ... ok |
| 2038 | 2025-09-15T16:57:59.373Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok |
| 2039 | 2025-09-15T16:57:59.373Z | test api_trait::tests::test_api_trait_with_custom_params ... ok |
| 2040 | 2025-09-15T16:57:59.373Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok |
| 2041 | 2025-09-15T16:57:59.373Z | test endpoint::tests::test_endpoint_with_doc ... ok |
| 2042 | 2025-09-15T16:57:59.373Z | test endpoint::tests::test_endpoint_with_empty_where_clause ... ok |
| 2043 | 2025-09-15T16:57:59.373Z | test endpoint::tests::test_endpoint_with_query ... ok |
| 2044 | 2025-09-15T16:57:59.373Z | test endpoint::tests::test_endpoint_with_versions_all ... ok |
| 2045 | 2025-09-15T16:57:59.373Z | test endpoint::tests::test_endpoint_with_custom_params ... ok |
| 2046 | 2025-09-15T16:57:59.373Z | test endpoint::tests::test_endpoint_with_tags ... ok |
| 2047 | 2025-09-15T16:57:59.373Z | test syn_parsing::tests::test_busted_function ... ok |
| 2048 | 2025-09-15T16:57:59.373Z | test endpoint::tests::test_endpoint_with_unnamed_params ... ok |
| 2049 | 2025-09-15T16:57:59.373Z | test params::tests::test_extract_rqctx_ty_param ... ok |
| 2050 | 2025-09-15T16:57:59.373Z | test endpoint::tests::test_operation_id ... ok |
| 2051 | 2025-09-15T16:57:59.373Z | test endpoint::tests::test_endpoint_with_versions_until ... ok |
| 2052 | 2025-09-15T16:57:59.373Z | test endpoint::tests::test_endpoint_with_versions_from ... ok |
| 2053 | 2025-09-15T16:57:59.373Z | test endpoint::tests::test_endpoint_with_versions_from_until ... ok |
| 2054 | 2025-09-15T16:57:59.373Z | |
| 2055 | 2025-09-15T16:57:59.373Z | test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 2056 | 2025-09-15T16:57:59.373Z | |
| 2057 | 2025-09-15T16:57:59.398Z | Doc-tests dropshot |
| 2058 | 2025-09-15T16:57:59.399Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-9da4d8dc9b94eec4.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c5222544a4825850.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-29604bfec0078697.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6bf7af740b18d1d9.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0467066079d7fd42.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-91a5213ef0b6a85c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-55e4e9172a594b3a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4ca3d9262fd88358.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3968e559ce1c4f.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8488a25f2aeb9e26.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e9264a3017aeeaea.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2f8ef83b148f54e3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-5168f12f80a37b03.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-85a71822a9fa4b6e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-465bc2931b09f803.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8c2ef12ba97d30db.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-824192634b9afc01.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4ceb83058589b7de.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ca3ad674d77059ed.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-dfa60689d05ad53e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-367a72a027602e26.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4fc1e74e8822f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a2454941070b2897.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c40315e673731a7.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-20e585dd39814209.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-01a3a03ff952cbfc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-fc04314c5520613f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9a342b63be412e7.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-85f1cc9851822c50.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-86caf2b8557e309e.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-470e1d5ef8221925.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d039c2e24130fba6.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e7f13c1d3451e182.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-67ce3a5ad27bf815.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0913aeadc7ab787.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-cb8f374f7ad0f65b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-097094ae4cd2a994.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4a50ba112a4700de.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-65751f2cc26264e6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1cb4e84b23f171a2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd36a401aab8d396.rlib -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --error-format human` |
| 2059 | 2025-09-15T16:57:59.951Z | |
| 2060 | 2025-09-15T16:57:59.951Z | running 23 tests |
| 2061 | 2025-09-15T16:58:01.805Z | test dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok |
| 2062 | 2025-09-15T16:58:01.805Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored |
| 2063 | 2025-09-15T16:58:01.806Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored |
| 2064 | 2025-09-15T16:58:01.831Z | test dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok |
| 2065 | 2025-09-15T16:58:06.027Z | test dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok |
| 2066 | 2025-09-15T16:58:06.027Z | test dropshot/src/lib.rs - (line 322) ... ignored |
| 2067 | 2025-09-15T16:58:06.142Z | test dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok |
| 2068 | 2025-09-15T16:58:06.325Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 350) ... ok |
| 2069 | 2025-09-15T16:58:06.382Z | test dropshot/src/lib.rs - (line 46) - compile ... ok |
| 2070 | 2025-09-15T16:58:06.408Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 375) ... ok |
| 2071 | 2025-09-15T16:58:06.528Z | test dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok |
| 2072 | 2025-09-15T16:58:06.598Z | test dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok |
| 2073 | 2025-09-15T16:58:06.598Z | test dropshot/src/lib.rs - channel (line 1158) ... ignored |
| 2074 | 2025-09-15T16:58:06.598Z | test dropshot/src/lib.rs - endpoint (line 1203) ... ignored |
| 2075 | 2025-09-15T16:58:07.812Z | test dropshot/src/lib.rs - (line 376) ... ok |
| 2076 | 2025-09-15T16:58:08.145Z | test dropshot/src/lib.rs - api_description (line 1023) ... ok |
| 2077 | 2025-09-15T16:58:08.264Z | test dropshot/src/lib.rs - (line 110) ... ok |
| 2078 | 2025-09-15T16:58:08.290Z | test dropshot/src/lib.rs - api_description (line 1084) ... ok |
| 2079 | 2025-09-15T16:58:08.316Z | test dropshot/src/lib.rs - (line 639) ... ok |
| 2080 | 2025-09-15T16:58:08.483Z | test dropshot/src/lib.rs - (line 189) ... ok |
| 2081 | 2025-09-15T16:58:09.544Z | test dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok |
| 2082 | 2025-09-15T16:58:12.000Z | test dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok |
| 2083 | 2025-09-15T16:58:13.515Z | test dropshot/src/lib.rs - (line 475) ... ok |
| 2084 | 2025-09-15T16:58:13.515Z | |
| 2085 | 2025-09-15T16:58:13.540Z | test result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 13.57s |
| 2086 | 2025-09-15T16:58:13.540Z | |
| 2087 | 2025-09-15T16:58:13.567Z | Doc-tests dropshot_endpoint |
| 2088 | 2025-09-15T16:58:13.592Z | Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a47893543415c0c2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bf3e358e5673ed24.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-fe020249e7dee3f2.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-ff62c0efdc640f0d.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c855314d1133a188.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-eb0269125673b3bb.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-fa86300d0e7c09b9.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8f60e7d0ad07ba6e.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-7ae647115a6d0004.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-681cd252cc2adf91.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human` |
| 2089 | 2025-09-15T16:58:13.825Z | |
| 2090 | 2025-09-15T16:58:13.825Z | running 0 tests |
| 2091 | 2025-09-15T16:58:13.825Z | |
| 2092 | 2025-09-15T16:58:13.850Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2093 | 2025-09-15T16:58:13.850Z | |
| 2094 | 2025-09-15T16:58:13.875Z | |
| 2095 | 2025-09-15T16:58:13.875Z | real 2:28.282391704 |
| 2096 | 2025-09-15T16:58:13.875Z | user 12:35.029669062 |
| 2097 | 2025-09-15T16:58:13.875Z | sys 2:26.701987541 |
| 2098 | 2025-09-15T16:58:13.875Z | trap 0.544155549 |
| 2099 | 2025-09-15T16:58:13.875Z | tflt 0.207379338 |
| 2100 | 2025-09-15T16:58:13.875Z | dflt 0.215983092 |
| 2101 | 2025-09-15T16:58:13.875Z | kflt 0.000167250 |
| 2102 | 2025-09-15T16:58:13.875Z | lock 41:17.473492563 |
| 2103 | 2025-09-15T16:58:13.875Z | slp 1:06:04.776941457 |
| 2104 | 2025-09-15T16:58:13.875Z | lat 48.405758656 |
| 2105 | 2025-09-15T16:58:13.875Z | stop 50.671531194 |
| 2106 | 2025-09-15T16:58:13.875Z | + banner docs |
| 2107 | 2025-09-15T16:58:13.900Z | |
| 2108 | 2025-09-15T16:58:13.901Z | ##### #### #### #### |
| 2109 | 2025-09-15T16:58:13.901Z | # # # # # # # |
| 2110 | 2025-09-15T16:58:13.901Z | # # # # # #### |
| 2111 | 2025-09-15T16:58:13.901Z | # # # # # # |
| 2112 | 2025-09-15T16:58:13.901Z | # # # # # # # # |
| 2113 | 2025-09-15T16:58:13.901Z | ##### #### #### #### |
| 2114 | 2025-09-15T16:58:13.901Z | |
| 2115 | 2025-09-15T16:58:13.901Z | + ptime -m cargo doc --no-deps --lib --bins --examples |
| 2116 | 2025-09-15T16:58:14.331Z | Compiling proc-macro2 v1.0.101 |
| 2117 | 2025-09-15T16:58:14.331Z | Compiling unicode-ident v1.0.12 |
| 2118 | 2025-09-15T16:58:14.332Z | Checking cfg-if v1.0.0 |
| 2119 | 2025-09-15T16:58:14.366Z | Checking itoa v1.0.1 |
| 2120 | 2025-09-15T16:58:14.366Z | Checking pin-project-lite v0.2.12 |
| 2121 | 2025-09-15T16:58:14.366Z | Checking libc v0.2.175 |
| 2122 | 2025-09-15T16:58:14.366Z | Checking serde_core v1.0.223 |
| 2123 | 2025-09-15T16:58:14.366Z | Checking once_cell v1.20.1 |
| 2124 | 2025-09-15T16:58:14.465Z | Checking bytes v1.10.1 |
| 2125 | 2025-09-15T16:58:14.494Z | Checking smallvec v1.13.2 |
| 2126 | 2025-09-15T16:58:14.550Z | Checking futures-core v0.3.31 |
| 2127 | 2025-09-15T16:58:14.578Z | Checking memchr v2.6.0 |
| 2128 | 2025-09-15T16:58:14.654Z | Checking scopeguard v1.2.0 |
| 2129 | 2025-09-15T16:58:14.732Z | Checking futures-sink v0.3.31 |
| 2130 | 2025-09-15T16:58:14.780Z | Checking slab v0.4.9 |
| 2131 | 2025-09-15T16:58:14.806Z | Checking lock_api v0.4.6 |
| 2132 | 2025-09-15T16:58:14.882Z | Checking fnv v1.0.7 |
| 2133 | 2025-09-15T16:58:15.012Z | Checking futures-channel v0.3.31 |
| 2134 | 2025-09-15T16:58:15.037Z | Checking log v0.4.17 |
| 2135 | 2025-09-15T16:58:15.131Z | Checking zeroize v1.7.0 |
| 2136 | 2025-09-15T16:58:15.255Z | Checking pin-utils v0.1.0 |
| 2137 | 2025-09-15T16:58:15.294Z | Checking parking_lot_core v0.9.4 |
| 2138 | 2025-09-15T16:58:15.319Z | Checking mio v1.0.3 |
| 2139 | 2025-09-15T16:58:15.345Z | Checking getrandom v0.2.11 |
| 2140 | 2025-09-15T16:58:15.345Z | Checking signal-hook-registry v1.4.0 |
| 2141 | 2025-09-15T16:58:15.370Z | Checking socket2 v0.6.0 |
| 2142 | 2025-09-15T16:58:15.370Z | Checking http v1.3.1 |
| 2143 | 2025-09-15T16:58:15.563Z | Compiling quote v1.0.40 |
| 2144 | 2025-09-15T16:58:15.588Z | Checking rustls-pki-types v1.12.0 |
| 2145 | 2025-09-15T16:58:15.613Z | Checking parking_lot v0.12.1 |
| 2146 | 2025-09-15T16:58:15.788Z | Checking futures-io v0.3.31 |
| 2147 | 2025-09-15T16:58:15.834Z | Checking futures-task v0.3.31 |
| 2148 | 2025-09-15T16:58:15.919Z | Compiling syn v2.0.106 |
| 2149 | 2025-09-15T16:58:15.959Z | Checking stable_deref_trait v1.2.0 |
| 2150 | 2025-09-15T16:58:15.986Z | Checking httparse v1.10.0 |
| 2151 | 2025-09-15T16:58:16.068Z | Checking tracing-core v0.1.32 |
| 2152 | 2025-09-15T16:58:16.093Z | Checking untrusted v0.9.0 |
| 2153 | 2025-09-15T16:58:16.093Z | Checking equivalent v1.0.0 |
| 2154 | 2025-09-15T16:58:16.093Z | Checking hashbrown v0.15.2 |
| 2155 | 2025-09-15T16:58:16.207Z | Checking percent-encoding v2.3.2 |
| 2156 | 2025-09-15T16:58:16.250Z | Checking ring v0.17.13 |
| 2157 | 2025-09-15T16:58:16.326Z | Checking bitflags v2.4.0 |
| 2158 | 2025-09-15T16:58:16.436Z | Checking base64 v0.22.1 |
| 2159 | 2025-09-15T16:58:16.460Z | Checking http-body v1.0.1 |
| 2160 | 2025-09-15T16:58:16.577Z | Checking atomic-waker v1.1.2 |
| 2161 | 2025-09-15T16:58:16.626Z | Checking tracing v0.1.40 |
| 2162 | 2025-09-15T16:58:16.655Z | Checking ryu v1.0.5 |
| 2163 | 2025-09-15T16:58:16.726Z | Checking litemap v0.7.4 |
| 2164 | 2025-09-15T16:58:16.860Z | Checking writeable v0.5.5 |
| 2165 | 2025-09-15T16:58:16.886Z | Checking try-lock v0.2.3 |
| 2166 | 2025-09-15T16:58:16.911Z | Checking typenum v1.14.0 |
| 2167 | 2025-09-15T16:58:16.944Z | Compiling num-conv v0.1.0 |
| 2168 | 2025-09-15T16:58:17.020Z | Checking want v0.3.0 |
| 2169 | 2025-09-15T16:58:17.051Z | Checking httpdate v1.0.1 |
| 2170 | 2025-09-15T16:58:17.167Z | Checking powerfmt v0.2.0 |
| 2171 | 2025-09-15T16:58:17.206Z | Checking tower-service v0.3.3 |
| 2172 | 2025-09-15T16:58:17.231Z | Checking subtle v2.5.0 |
| 2173 | 2025-09-15T16:58:17.280Z | Compiling time-core v0.1.2 |
| 2174 | 2025-09-15T16:58:17.336Z | Checking crossbeam-utils v0.8.15 |
| 2175 | 2025-09-15T16:58:17.421Z | Checking deranged v0.3.11 |
| 2176 | 2025-09-15T16:58:17.448Z | Checking icu_locid_transform_data v1.5.0 |
| 2177 | 2025-09-15T16:58:17.474Z | Compiling time-macros v0.2.18 |
| 2178 | 2025-09-15T16:58:17.658Z | Checking serde_json v1.0.145 |
| 2179 | 2025-09-15T16:58:17.761Z | Checking generic-array v0.14.5 |
| 2180 | 2025-09-15T16:58:17.787Z | Checking num_threads v0.1.3 |
| 2181 | 2025-09-15T16:58:17.904Z | Checking getrandom v0.3.1 |
| 2182 | 2025-09-15T16:58:17.982Z | Checking ipnet v2.10.0 |
| 2183 | 2025-09-15T16:58:18.097Z | Checking icu_properties_data v1.5.0 |
| 2184 | 2025-09-15T16:58:18.134Z | Checking rustls-webpki v0.102.8 |
| 2185 | 2025-09-15T16:58:18.305Z | Checking slog v2.7.0 |
| 2186 | 2025-09-15T16:58:18.385Z | Checking form_urlencoded v1.2.2 |
| 2187 | 2025-09-15T16:58:18.494Z | Checking mime v0.3.16 |
| 2188 | 2025-09-15T16:58:18.579Z | Checking foreign-types-shared v0.1.1 |
| 2189 | 2025-09-15T16:58:18.686Z | Checking crypto-common v0.1.6 |
| 2190 | 2025-09-15T16:58:18.711Z | Checking block-buffer v0.10.2 |
| 2191 | 2025-09-15T16:58:18.711Z | Checking write16 v1.0.0 |
| 2192 | 2025-09-15T16:58:18.788Z | Checking utf16_iter v1.0.5 |
| 2193 | 2025-09-15T16:58:18.813Z | Checking openssl-probe v0.1.4 |
| 2194 | 2025-09-15T16:58:18.842Z | Checking icu_normalizer_data v1.5.0 |
| 2195 | 2025-09-15T16:58:18.871Z | Checking utf8_iter v1.0.4 |
| 2196 | 2025-09-15T16:58:18.896Z | Checking foreign-types v0.3.2 |
| 2197 | 2025-09-15T16:58:18.921Z | Checking digest v0.10.7 |
| 2198 | 2025-09-15T16:58:18.946Z | Checking num-traits v0.2.14 |
| 2199 | 2025-09-15T16:58:18.971Z | Checking openssl-sys v0.9.107 |
| 2200 | 2025-09-15T16:58:18.971Z | Checking rand_core v0.6.3 |
| 2201 | 2025-09-15T16:58:18.997Z | Checking errno v0.3.10 |
| 2202 | 2025-09-15T16:58:19.101Z | Checking cpufeatures v0.2.2 |
| 2203 | 2025-09-15T16:58:19.199Z | Checking iana-time-zone v0.1.47 |
| 2204 | 2025-09-15T16:58:19.224Z | Checking ppv-lite86 v0.2.15 |
| 2205 | 2025-09-15T16:58:19.225Z | Checking winnow v0.7.10 |
| 2206 | 2025-09-15T16:58:19.285Z | Checking sha1 v0.10.6 |
| 2207 | 2025-09-15T16:58:19.354Z | Checking rustls v0.22.4 |
| 2208 | 2025-09-15T16:58:19.528Z | Compiling unicase v2.6.0 |
| 2209 | 2025-09-15T16:58:19.580Z | Checking time v0.3.36 |
| 2210 | 2025-09-15T16:58:19.756Z | Checking rand_chacha v0.3.1 |
| 2211 | 2025-09-15T16:58:19.839Z | Checking rustls-pemfile v2.1.3 |
| 2212 | 2025-09-15T16:58:19.959Z | Checking http-body-util v0.1.3 |
| 2213 | 2025-09-15T16:58:19.995Z | Checking thread_local v1.1.4 |
| 2214 | 2025-09-15T16:58:20.077Z | Checking encoding_rs v0.8.32 |
| 2215 | 2025-09-15T16:58:20.102Z | Checking toml_writer v1.0.2 |
| 2216 | 2025-09-15T16:58:20.245Z | Checking match_cfg v0.1.0 |
| 2217 | 2025-09-15T16:58:20.322Z | Checking rand v0.8.4 |
| 2218 | 2025-09-15T16:58:20.347Z | Checking hostname v0.3.1 |
| 2219 | 2025-09-15T16:58:20.395Z | Compiling mime_guess v2.0.5 |
| 2220 | 2025-09-15T16:58:20.477Z | Checking rustix v1.0.2 |
| 2221 | 2025-09-15T16:58:20.989Z | Checking rustls v0.23.13 |
| 2222 | 2025-09-15T16:58:21.195Z | Compiling semver v1.0.26 |
| 2223 | 2025-09-15T16:58:21.403Z | Checking toml_parser v1.0.2 |
| 2224 | 2025-09-15T16:58:21.629Z | Checking concurrent-queue v2.5.0 |
| 2225 | 2025-09-15T16:58:21.707Z | Checking crossbeam-channel v0.5.1 |
| 2226 | 2025-09-15T16:58:21.733Z | Checking is-terminal v0.4.12 |
| 2227 | 2025-09-15T16:58:21.824Z | Checking sync_wrapper v1.0.1 |
| 2228 | 2025-09-15T16:58:21.857Z | Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot) |
| 2229 | 2025-09-15T16:58:21.924Z | Compiling synstructure v0.13.1 |
| 2230 | 2025-09-15T16:58:21.974Z | Compiling serde_derive_internals v0.29.0 |
| 2231 | 2025-09-15T16:58:22.025Z | Checking dyn-clone v1.0.4 |
| 2232 | 2025-09-15T16:58:22.076Z | Checking parking v2.2.0 |
| 2233 | 2025-09-15T16:58:22.155Z | Checking tower-layer v0.3.3 |
| 2234 | 2025-09-15T16:58:22.220Z | Checking fastrand v2.1.1 |
| 2235 | 2025-09-15T16:58:22.246Z | Checking spin v0.9.8 |
| 2236 | 2025-09-15T16:58:22.334Z | Checking take_mut v0.2.2 |
| 2237 | 2025-09-15T16:58:22.401Z | Checking term v1.1.0 |
| 2238 | 2025-09-15T16:58:22.426Z | Checking event-listener v5.0.0 |
| 2239 | 2025-09-15T16:58:22.489Z | Checking slog-async v2.8.0 |
| 2240 | 2025-09-15T16:58:22.525Z | Checking tempfile v3.21.0 |
| 2241 | 2025-09-15T16:58:22.780Z | Checking rustix v0.38.44 |
| 2242 | 2025-09-15T16:58:22.827Z | Checking waitgroup v0.1.2 |
| 2243 | 2025-09-15T16:58:22.864Z | Checking webpki-roots v0.26.5 |
| 2244 | 2025-09-15T16:58:22.928Z | Checking hostname v0.4.0 |
| 2245 | 2025-09-15T16:58:22.974Z | Checking utf-8 v0.7.6 |
| 2246 | 2025-09-15T16:58:23.034Z | Checking data-encoding v2.4.0 |
| 2247 | 2025-09-15T16:58:23.061Z | Checking iri-string v0.7.8 |
| 2248 | 2025-09-15T16:58:23.086Z | Checking unicode-width v0.1.9 |
| 2249 | 2025-09-15T16:58:23.184Z | Checking lazy_static v1.5.0 |
| 2250 | 2025-09-15T16:58:23.231Z | Checking debug-ignore v1.0.5 |
| 2251 | 2025-09-15T16:58:23.320Z | Checking byteorder v1.4.3 |
| 2252 | 2025-09-15T16:58:23.380Z | Checking unicode-segmentation v1.10.0 |
| 2253 | 2025-09-15T16:58:23.497Z | Checking console v0.15.7 |
| 2254 | 2025-09-15T16:58:23.691Z | Checking event-listener-strategy v0.5.4 |
| 2255 | 2025-09-15T16:58:23.869Z | Checking newline-converter v0.3.0 |
| 2256 | 2025-09-15T16:58:23.894Z | Checking target-triple v0.1.3 |
| 2257 | 2025-09-15T16:58:23.968Z | Checking yasna v0.5.2 |
| 2258 | 2025-09-15T16:58:23.994Z | Checking rustls-native-certs v0.7.0 |
| 2259 | 2025-09-15T16:58:24.065Z | Checking pem v3.0.5 |
| 2260 | 2025-09-15T16:58:24.090Z | Checking webpki-roots v1.0.0 |
| 2261 | 2025-09-15T16:58:24.090Z | Checking atomicwrites v0.4.4 |
| 2262 | 2025-09-15T16:58:24.164Z | Checking termcolor v1.1.2 |
| 2263 | 2025-09-15T16:58:24.255Z | Checking glob v0.3.0 |
| 2264 | 2025-09-15T16:58:24.280Z | Checking similar v2.2.1 |
| 2265 | 2025-09-15T16:58:24.319Z | Checking http-range v0.1.4 |
| 2266 | 2025-09-15T16:58:24.502Z | Checking async-channel v2.5.0 |
| 2267 | 2025-09-15T16:58:24.528Z | Checking buf-list v1.0.3 |
| 2268 | 2025-09-15T16:58:24.553Z | Checking anyhow v1.0.99 |
| 2269 | 2025-09-15T16:58:24.741Z | Checking rcgen v0.14.3 |
| 2270 | 2025-09-15T16:58:24.775Z | Checking subprocess v0.2.9 |
| 2271 | 2025-09-15T16:58:24.875Z | Checking heck v0.5.0 |
| 2272 | 2025-09-15T16:58:24.900Z | Checking expectorate v1.2.0 |
| 2273 | 2025-09-15T16:58:24.989Z | Compiling serde_derive v1.0.223 |
| 2274 | 2025-09-15T16:58:25.071Z | Compiling tokio-macros v2.5.0 |
| 2275 | 2025-09-15T16:58:25.096Z | Compiling futures-macro v0.3.31 |
| 2276 | 2025-09-15T16:58:25.215Z | Compiling zerofrom-derive v0.1.5 |
| 2277 | 2025-09-15T16:58:25.267Z | Compiling yoke-derive v0.7.5 |
| 2278 | 2025-09-15T16:58:25.476Z | Compiling zerovec-derive v0.10.3 |
| 2279 | 2025-09-15T16:58:25.550Z | Compiling displaydoc v0.2.5 |
| 2280 | 2025-09-15T16:58:26.245Z | Checking tokio v1.47.1 |
| 2281 | 2025-09-15T16:58:26.492Z | Checking futures-util v0.3.31 |
| 2282 | 2025-09-15T16:58:26.763Z | Compiling icu_provider_macros v1.5.0 |
| 2283 | 2025-09-15T16:58:27.197Z | Compiling openssl-macros v0.1.1 |
| 2284 | 2025-09-15T16:58:27.395Z | Compiling schemars_derive v0.8.22 |
| 2285 | 2025-09-15T16:58:27.668Z | Checking zerofrom v0.1.5 |
| 2286 | 2025-09-15T16:58:27.693Z | Compiling async-stream-impl v0.3.6 |
| 2287 | 2025-09-15T16:58:27.867Z | Checking yoke v0.7.5 |
| 2288 | 2025-09-15T16:58:27.895Z | Checking openssl v0.10.72 |
| 2289 | 2025-09-15T16:58:28.069Z | Compiling thiserror-impl v1.0.69 |
| 2290 | 2025-09-15T16:58:28.179Z | Checking zerovec v0.10.4 |
| 2291 | 2025-09-15T16:58:28.684Z | Compiling thiserror-impl v2.0.16 |
| 2292 | 2025-09-15T16:58:29.530Z | Checking tinystr v0.7.6 |
| 2293 | 2025-09-15T16:58:29.556Z | Checking icu_collections v1.5.0 |
| 2294 | 2025-09-15T16:58:29.847Z | Checking icu_locid v1.5.0 |
| 2295 | 2025-09-15T16:58:29.998Z | Checking serde v1.0.223 |
| 2296 | 2025-09-15T16:58:30.159Z | Checking thiserror v1.0.69 |
| 2297 | 2025-09-15T16:58:30.298Z | Checking async-stream v0.3.6 |
| 2298 | 2025-09-15T16:58:30.380Z | Checking futures-executor v0.3.31 |
| 2299 | 2025-09-15T16:58:30.493Z | Checking multer v3.1.0 |
| 2300 | 2025-09-15T16:58:30.613Z | Checking futures v0.3.31 |
| 2301 | 2025-09-15T16:58:30.704Z | Checking icu_provider v1.5.0 |
| 2302 | 2025-09-15T16:58:30.730Z | Compiling async-trait v0.1.89 |
| 2303 | 2025-09-15T16:58:30.814Z | Checking indexmap v2.11.0 |
| 2304 | 2025-09-15T16:58:30.859Z | Checking chrono v0.4.41 |
| 2305 | 2025-09-15T16:58:30.927Z | Checking toml_datetime v0.7.0 |
| 2306 | 2025-09-15T16:58:31.105Z | Checking serde_spanned v1.0.0 |
| 2307 | 2025-09-15T16:58:31.260Z | Checking icu_locid_transform v1.5.0 |
| 2308 | 2025-09-15T16:58:31.286Z | Compiling serde_tokenstream v0.2.2 |
| 2309 | 2025-09-15T16:58:31.315Z | Checking toml v0.9.5 |
| 2310 | 2025-09-15T16:58:31.736Z | Checking slog-json v2.6.1 |
| 2311 | 2025-09-15T16:58:31.881Z | Checking uuid v1.18.1 |
| 2312 | 2025-09-15T16:58:31.981Z | Checking serde_urlencoded v0.7.1 |
| 2313 | 2025-09-15T16:58:32.111Z | Checking icu_properties v1.5.1 |
| 2314 | 2025-09-15T16:58:32.203Z | Checking tokio-util v0.7.7 |
| 2315 | 2025-09-15T16:58:32.281Z | Checking native-tls v0.2.12 |
| 2316 | 2025-09-15T16:58:32.344Z | Checking tokio-rustls v0.25.0 |
| 2317 | 2025-09-15T16:58:32.399Z | Checking tokio-rustls v0.26.0 |
| 2318 | 2025-09-15T16:58:32.464Z | Checking tower v0.5.2 |
| 2319 | 2025-09-15T16:58:32.526Z | Checking slog-bunyan v2.5.0 |
| 2320 | 2025-09-15T16:58:32.551Z | Checking schemars v0.8.22 |
| 2321 | 2025-09-15T16:58:32.581Z | Checking tokio-native-tls v0.3.1 |
| 2322 | 2025-09-15T16:58:32.676Z | Checking slog-term v2.9.2 |
| 2323 | 2025-09-15T16:58:32.730Z | Checking openapiv3 v2.2.0 |
| 2324 | 2025-09-15T16:58:32.784Z | Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 2325 | 2025-09-15T16:58:32.839Z | Checking thiserror v2.0.16 |
| 2326 | 2025-09-15T16:58:32.943Z | Checking h2 v0.4.6 |
| 2327 | 2025-09-15T16:58:32.996Z | Checking serde_path_to_error v0.1.17 |
| 2328 | 2025-09-15T16:58:33.122Z | Checking camino v1.1.12 |
| 2329 | 2025-09-15T16:58:33.180Z | Checking tower-http v0.6.5 |
| 2330 | 2025-09-15T16:58:33.510Z | Checking tungstenite v0.24.0 |
| 2331 | 2025-09-15T16:58:33.588Z | Checking trybuild v1.0.110 |
| 2332 | 2025-09-15T16:58:34.236Z | Checking tokio-tungstenite v0.24.0 |
| 2333 | 2025-09-15T16:58:34.950Z | Checking icu_normalizer v1.5.0 |
| 2334 | 2025-09-15T16:58:35.591Z | Checking idna_adapter v1.2.0 |
| 2335 | 2025-09-15T16:58:35.769Z | Checking idna v1.0.3 |
| 2336 | 2025-09-15T16:58:36.177Z | Checking url v2.5.4 |
| 2337 | 2025-09-15T16:58:36.332Z | Checking hyper v1.7.0 |
| 2338 | 2025-09-15T16:58:37.874Z | Checking hyper-util v0.1.16 |
| 2339 | 2025-09-15T16:58:37.874Z | Checking hyper-staticfile v0.10.1 |
| 2340 | 2025-09-15T16:58:39.056Z | Documenting dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 2341 | 2025-09-15T16:58:39.608Z | Checking hyper-rustls v0.27.3 |
| 2342 | 2025-09-15T16:58:39.609Z | Checking hyper-tls v0.6.0 |
| 2343 | 2025-09-15T16:58:39.634Z | Documenting dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot) |
| 2344 | 2025-09-15T16:58:39.634Z | Checking hyper-rustls v0.26.0 |
| 2345 | 2025-09-15T16:58:39.904Z | Checking reqwest v0.12.23 |
| 2346 | 2025-09-15T16:58:41.862Z | warning: unresolved link to `Query` |
| 2347 | 2025-09-15T16:58:41.862Z | --> dropshot/src/extractor/header.rs:26:29 |
| 2348 | 2025-09-15T16:58:41.862Z | | |
| 2349 | 2025-09-15T16:58:41.862Z | 26 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case- |
| 2350 | 2025-09-15T16:58:41.862Z | | ^^^^^ no item named `Query` in scope |
| 2351 | 2025-09-15T16:58:41.862Z | | |
| 2352 | 2025-09-15T16:58:41.862Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 2353 | 2025-09-15T16:58:41.862Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 2354 | 2025-09-15T16:58:41.862Z | |
| 2355 | 2025-09-15T16:58:41.862Z | warning: unresolved link to `Path` |
| 2356 | 2025-09-15T16:58:41.862Z | --> dropshot/src/extractor/header.rs:26:43 |
| 2357 | 2025-09-15T16:58:41.862Z | | |
| 2358 | 2025-09-15T16:58:41.862Z | 26 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case- |
| 2359 | 2025-09-15T16:58:41.862Z | | ^^^^ no item named `Path` in scope |
| 2360 | 2025-09-15T16:58:41.862Z | | |
| 2361 | 2025-09-15T16:58:41.862Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 2362 | 2025-09-15T16:58:41.862Z | |
| 2363 | 2025-09-15T16:58:42.324Z | warning: `dropshot` (lib doc) generated 2 warnings |
| 2364 | 2025-09-15T16:58:48.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.57s |
| 2365 | 2025-09-15T16:58:48.572Z | Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files |
| 2366 | 2025-09-15T16:58:48.597Z | |
| 2367 | 2025-09-15T16:58:48.597Z | real 34.692130758 |
| 2368 | 2025-09-15T16:58:48.597Z | user 2:47.383882564 |
| 2369 | 2025-09-15T16:58:48.597Z | sys 41.800869966 |
| 2370 | 2025-09-15T16:58:48.597Z | trap 0.101193709 |
| 2371 | 2025-09-15T16:58:48.597Z | tflt 0.132015740 |
| 2372 | 2025-09-15T16:58:48.597Z | dflt 0.017736696 |
| 2373 | 2025-09-15T16:58:48.597Z | kflt 0.000161559 |
| 2374 | 2025-09-15T16:58:48.597Z | lock 6:11.695401237 |
| 2375 | 2025-09-15T16:58:48.597Z | slp 10:20.473191977 |
| 2376 | 2025-09-15T16:58:48.597Z | lat 10.835355673 |
| 2377 | 2025-09-15T16:58:48.597Z | stop 19.061178494 |
| 2378 | 2025-09-15T16:58:48.597Z | process exited: duration 320308 ms, exit code 0 |
| |
| 2379 | 2025-09-15T16:58:48.649Z | found 0 output files |