|
|
|
| 1 | 2026-09-15T16:19:42.934Z | job assigned to worker 01M2JXTBTDVQBE6HT76BZ507FY [factory aws, i-0d33d391ec3af05c9] (queued for 58 s) |
| |
| 2 | 2026-09-15T16:19:49.511Z | starting task 0: "setup" |
| 3 | 2026-09-15T16:19:49.516Z | ++ uname -s |
| 4 | 2026-09-15T16:19:49.519Z | + kern=SunOS |
| 5 | 2026-09-15T16:19:49.519Z | + build_user=build |
| 6 | 2026-09-15T16:19:49.519Z | + build_uid=12345 |
| 7 | 2026-09-15T16:19:49.519Z | + work_dir=/work |
| 8 | 2026-09-15T16:19:49.519Z | + input_dir=/input |
| 9 | 2026-09-15T16:19:49.519Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-15T16:19:49.519Z | + case "$kern" in |
| 11 | 2026-09-15T16:19:49.519Z | + groupadd -g 12345 build |
| 12 | 2026-09-15T16:19:49.519Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-15T16:19:51.525Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-15T16:19:51.620Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-15T16:19:51.623Z | + home_fs=zfs |
| 16 | 2026-09-15T16:19:51.623Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-15T16:19:51.623Z | + mkdir -p /home/build |
| 18 | 2026-09-15T16:19:51.623Z | + chown build:build /home/build /work |
| 19 | 2026-09-15T16:19:53.667Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-15T16:19:53.679Z | process exited: duration 4118 ms, exit code 0 |
| |
| 21 | 2026-09-15T16:19:53.692Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-15T16:19:53.699Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-09-15T16:19:53.699Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-09-15T16:19:53.699Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-09-15T16:19:53.699Z | * rust toolchain channel = "stable" |
| 26 | 2026-09-15T16:19:53.699Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-15T16:19:53.699Z | * rust toolchain profile = "default" |
| 28 | 2026-09-15T16:19:53.699Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-15T16:19:53.699Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-09-15T16:19:53.816Z | info: downloading installer |
| 31 | 2026-09-15T16:19:55.127Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-09-15T16:19:55.127Z | warn: /opt/ooce/bin |
| 33 | 2026-09-15T16:19:55.127Z | warn: This could mean one of the following: |
| 34 | 2026-09-15T16:19:55.127Z | warn: - You have already installed rustup: you can quit the installer right now. |
| 35 | 2026-09-15T16:19:55.127Z | warn: - You haven't installed rustup yet, but have Rust installed from elsewhere. |
| 36 | 2026-09-15T16:19:55.127Z | warn: In the latter case, rustup can coexist with and adopt your existing Rust. |
| 37 | 2026-09-15T16:19:55.127Z | warn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes, |
| 38 | 2026-09-15T16:19:55.127Z | warn: or pass `-y` to ignore all ignorable checks, then follow the instructions at: |
| 39 | 2026-09-15T16:19:55.127Z | warn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html> |
| 40 | 2026-09-15T16:19:55.127Z | error: cannot install while Rust is installed |
| 41 | 2026-09-15T16:19:55.127Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 42 | 2026-09-15T16:19:55.141Z | info: profile set to default |
| 43 | 2026-09-15T16:19:55.141Z | info: default host tuple is x86_64-unknown-illumos |
| 44 | 2026-09-15T16:19:55.144Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 45 | 2026-09-15T16:19:55.296Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 46 | 2026-09-15T16:19:55.298Z | info: downloading 6 components |
| 47 | 2026-09-15T16:20:09.799Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 48 | 2026-09-15T16:20:09.800Z | |
| 49 | 2026-09-15T16:20:09.829Z | stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 50 | 2026-09-15T16:20:09.829Z | |
| 51 | 2026-09-15T16:20:09.833Z | |
| 52 | 2026-09-15T16:20:09.833Z | Rust is installed now. Great! |
| 53 | 2026-09-15T16:20:09.833Z | |
| 54 | 2026-09-15T16:20:09.833Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 55 | 2026-09-15T16:20:09.833Z | environment variable. This has not been done automatically. |
| 56 | 2026-09-15T16:20:09.833Z | |
| 57 | 2026-09-15T16:20:09.833Z | To configure your current shell, you need to source |
| 58 | 2026-09-15T16:20:09.833Z | the corresponding env file under $HOME/.cargo. |
| 59 | 2026-09-15T16:20:09.833Z | |
| 60 | 2026-09-15T16:20:09.833Z | Consider running the right command for your shell (note the leading DOT): |
| 61 | 2026-09-15T16:20:09.833Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 62 | 2026-09-15T16:20:09.833Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 63 | 2026-09-15T16:20:09.833Z | CC_x86_64-unknown-illumos = None |
| 64 | 2026-09-15T16:20:09.833Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 65 | 2026-09-15T16:20:09.833Z | CC_x86_64_unknown_illumos = None |
| 66 | 2026-09-15T16:20:09.833Z | cargo:rerun-if-env-changed=HOST_CC |
| 67 | 2026-09-15T16:20:09.833Z | HOST_CC = None |
| 68 | 2026-09-15T16:20:09.833Z | cargo:rerun-if-env-changed=CC |
| 69 | 2026-09-15T16:20:09.833Z | CC = None |
| 70 | 2026-09-15T16:20:09.833Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 71 | 2026-09-15T16:20:10.014Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 72 | 2026-09-15T16:20:10.014Z | CRATE_CC_NO_DEFAULTS = None |
| 73 | 2026-09-15T16:20:10.014Z | cargo:rerun-if-env-changed=CFLAGS |
| 74 | 2026-09-15T16:20:10.014Z | CFLAGS = None |
| 75 | 2026-09-15T16:20:10.014Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 76 | 2026-09-15T16:20:10.014Z | HOST_CFLAGS = None |
| 77 | 2026-09-15T16:20:10.014Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 78 | 2026-09-15T16:20:10.014Z | CFLAGS_x86_64_unknown_illumos = None |
| 79 | 2026-09-15T16:20:10.014Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 80 | 2026-09-15T16:20:10.014Z | CFLAGS_x86_64-unknown-illumos = None |
| 81 | 2026-09-15T16:20:10.118Z | + rustup --version |
| 82 | 2026-09-15T16:20:10.123Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 83 | 2026-09-15T16:20:10.127Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 84 | 2026-09-15T16:20:10.145Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 85 | 2026-09-15T16:20:10.149Z | + cargo --version |
| 86 | 2026-09-15T16:20:10.215Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 87 | 2026-09-15T16:20:10.215Z | + rustc --version |
| 88 | 2026-09-15T16:20:10.215Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 89 | 2026-09-15T16:20:10.215Z | process exited: duration 16501 ms, exit code 0 |
| |
| 90 | 2026-09-15T16:20:10.235Z | starting task 2: "authentication" |
| 91 | 2026-09-15T16:20:10.245Z | process exited: duration 18 ms, exit code 0 |
| |
| 92 | 2026-09-15T16:20:10.252Z | starting task 3: "clone repository" |
| 93 | 2026-09-15T16:20:10.257Z | + mkdir -p /work/oxidecomputer/dropshot |
| 94 | 2026-09-15T16:20:10.261Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
| 95 | 2026-09-15T16:20:10.296Z | Cloning into '/work/oxidecomputer/dropshot'... |
| 96 | 2026-09-15T16:20:11.124Z | + cd /work/oxidecomputer/dropshot |
| 97 | 2026-09-15T16:20:11.124Z | + git fetch origin 3bcb9c3107606e48b81099bfc9b34c8be9cc0016 |
| 98 | 2026-09-15T16:20:11.453Z | From https://github.com/oxidecomputer/dropshot |
| 99 | 2026-09-15T16:20:11.453Z | * branch 3bcb9c3107606e48b81099bfc9b34c8be9cc0016 -> FETCH_HEAD |
| 100 | 2026-09-15T16:20:11.457Z | + [[ -n dependabot/cargo/flate2-1.1.10 ]] |
| 101 | 2026-09-15T16:20:11.470Z | ++ git branch --show-current |
| 102 | 2026-09-15T16:20:11.470Z | + current=main |
| 103 | 2026-09-15T16:20:11.470Z | + [[ main != dependabot/cargo/flate2-1.1.10 ]] |
| 104 | 2026-09-15T16:20:11.470Z | + git branch -f dependabot/cargo/flate2-1.1.10 3bcb9c3107606e48b81099bfc9b34c8be9cc0016 |
| 105 | 2026-09-15T16:20:11.475Z | + git checkout -f dependabot/cargo/flate2-1.1.10 |
| 106 | 2026-09-15T16:20:11.488Z | Switched to branch 'dependabot/cargo/flate2-1.1.10' |
| 107 | 2026-09-15T16:20:11.488Z | + git reset --hard 3bcb9c3107606e48b81099bfc9b34c8be9cc0016 |
| 108 | 2026-09-15T16:20:11.492Z | HEAD is now at 3bcb9c3 Bump flate2 from 1.1.9 to 1.1.10 |
| 109 | 2026-09-15T16:20:11.492Z | process exited: duration 1228 ms, exit code 0 |
| |
| 110 | 2026-09-15T16:20:11.499Z | starting task 4: "build" |
| 111 | 2026-09-15T16:20:11.502Z | + cargo --version |
| 112 | 2026-09-15T16:20:11.508Z | info: syncing channel updates for 1.98.1-x86_64-unknown-illumos |
| 113 | 2026-09-15T16:20:11.676Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 114 | 2026-09-15T16:20:11.680Z | info: downloading 6 components |
| 115 | 2026-09-15T16:20:27.111Z | warn: the missing active toolchain `1.98.1-x86_64-unknown-illumos` has been auto-installed |
| 116 | 2026-09-15T16:20:27.111Z | warn: this might cause rustup commands to take longer time to finish than expected |
| 117 | 2026-09-15T16:20:27.111Z | info: you may opt out with `RUSTUP_AUTO_INSTALL=0` or `rustup set auto-install disable` |
| 118 | 2026-09-15T16:20:27.221Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 119 | 2026-09-15T16:20:27.225Z | + rustc --version |
| 120 | 2026-09-15T16:20:27.253Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 121 | 2026-09-15T16:20:27.257Z | + banner build |
| 122 | 2026-09-15T16:20:27.262Z | |
| 123 | 2026-09-15T16:20:27.262Z | ##### # # # # ##### |
| 124 | 2026-09-15T16:20:27.262Z | # # # # # # # # |
| 125 | 2026-09-15T16:20:27.262Z | ##### # # # # # # |
| 126 | 2026-09-15T16:20:27.262Z | # # # # # # # # |
| 127 | 2026-09-15T16:20:27.262Z | # # # # # # # # |
| 128 | 2026-09-15T16:20:27.262Z | ##### #### # ###### ##### |
| 129 | 2026-09-15T16:20:27.262Z | |
| 130 | 2026-09-15T16:20:27.262Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
| 131 | 2026-09-15T16:20:27.371Z | Updating crates.io index |
| 132 | 2026-09-15T16:20:29.118Z | Downloading crates ... |
| 133 | 2026-09-15T16:20:29.169Z | Downloaded rand_pcg v0.10.2 |
| 134 | 2026-09-15T16:20:29.178Z | Downloaded schema v0.2.1 |
| 135 | 2026-09-15T16:20:29.188Z | Downloaded scroll_derive v0.13.1 |
| 136 | 2026-09-15T16:20:29.195Z | Downloaded sha1 v0.11.0 |
| 137 | 2026-09-15T16:20:29.195Z | Downloaded rustc-hash v2.0.0 |
| 138 | 2026-09-15T16:20:29.199Z | Downloaded httparse v1.10.0 |
| 139 | 2026-09-15T16:20:29.199Z | Downloaded adler2 v2.0.1 |
| 140 | 2026-09-15T16:20:29.199Z | Downloaded schemars_derive v0.8.22 |
| 141 | 2026-09-15T16:20:29.199Z | Downloaded signal-hook-registry v1.4.0 |
| 142 | 2026-09-15T16:20:29.199Z | Downloaded slog-async v2.8.0 |
| 143 | 2026-09-15T16:20:29.203Z | Downloaded rusticata-macros v4.1.0 |
| 144 | 2026-09-15T16:20:29.203Z | Downloaded lock_api v0.4.6 |
| 145 | 2026-09-15T16:20:29.212Z | Downloaded rustls-pemfile v2.2.0 |
| 146 | 2026-09-15T16:20:29.212Z | Downloaded serde_derive_internals v0.29.0 |
| 147 | 2026-09-15T16:20:29.212Z | Downloaded utf8_iter v1.0.4 |
| 148 | 2026-09-15T16:20:29.212Z | Downloaded http-body-util v0.1.5 |
| 149 | 2026-09-15T16:20:29.217Z | Downloaded icu_properties v1.5.1 |
| 150 | 2026-09-15T16:20:29.217Z | Downloaded lru-slab v0.1.2 |
| 151 | 2026-09-15T16:20:29.217Z | Downloaded paste v1.0.15 |
| 152 | 2026-09-15T16:20:29.217Z | Downloaded rustls-native-certs v0.8.3 |
| 153 | 2026-09-15T16:20:29.223Z | Downloaded unicode-ident v1.0.12 |
| 154 | 2026-09-15T16:20:29.223Z | Downloaded hybrid-array v0.4.8 |
| 155 | 2026-09-15T16:20:29.230Z | Downloaded itoa v1.0.1 |
| 156 | 2026-09-15T16:20:29.230Z | Downloaded serde_core v1.0.229 |
| 157 | 2026-09-15T16:20:29.230Z | Downloaded socket2 v0.5.9 |
| 158 | 2026-09-15T16:20:29.230Z | Downloaded httpdate v1.0.1 |
| 159 | 2026-09-15T16:20:29.235Z | Downloaded rcgen v0.14.10 |
| 160 | 2026-09-15T16:20:29.242Z | Downloaded http-body v1.0.1 |
| 161 | 2026-09-15T16:20:29.242Z | Downloaded is-terminal v0.4.12 |
| 162 | 2026-09-15T16:20:29.242Z | Downloaded lazy_static v1.5.0 |
| 163 | 2026-09-15T16:20:29.242Z | Downloaded tinyvec_macros v0.1.0 |
| 164 | 2026-09-15T16:20:29.242Z | Downloaded tower-service v0.3.3 |
| 165 | 2026-09-15T16:20:29.246Z | Downloaded icu_provider_macros v1.5.0 |
| 166 | 2026-09-15T16:20:29.246Z | Downloaded mime v0.3.16 |
| 167 | 2026-09-15T16:20:29.246Z | Downloaded simple-mermaid v0.2.0 |
| 168 | 2026-09-15T16:20:29.246Z | Downloaded untrusted v0.9.0 |
| 169 | 2026-09-15T16:20:29.252Z | Downloaded tokio-macros v2.7.0 |
| 170 | 2026-09-15T16:20:29.252Z | Downloaded idna_adapter v1.2.0 |
| 171 | 2026-09-15T16:20:29.252Z | Downloaded hostname v0.3.1 |
| 172 | 2026-09-15T16:20:29.258Z | Downloaded serde_spanned v1.1.1 |
| 173 | 2026-09-15T16:20:29.258Z | Downloaded litemap v0.7.4 |
| 174 | 2026-09-15T16:20:29.262Z | Downloaded getrandom v0.2.11 |
| 175 | 2026-09-15T16:20:29.262Z | Downloaded match_cfg v0.1.0 |
| 176 | 2026-09-15T16:20:29.262Z | Downloaded powerfmt v0.2.0 |
| 177 | 2026-09-15T16:20:29.262Z | Downloaded thread_local v1.1.4 |
| 178 | 2026-09-15T16:20:29.266Z | Downloaded stable_deref_trait v1.2.0 |
| 179 | 2026-09-15T16:20:29.266Z | Downloaded heck v0.5.0 |
| 180 | 2026-09-15T16:20:29.266Z | Downloaded hostname v0.4.2 |
| 181 | 2026-09-15T16:20:29.266Z | Downloaded usdt v0.6.0 |
| 182 | 2026-09-15T16:20:29.270Z | Downloaded openssl-probe v0.2.1 |
| 183 | 2026-09-15T16:20:29.273Z | Downloaded try-lock v0.2.3 |
| 184 | 2026-09-15T16:20:29.273Z | Downloaded usdt-attr-macro v0.6.0 |
| 185 | 2026-09-15T16:20:29.273Z | Downloaded iana-time-zone v0.1.47 |
| 186 | 2026-09-15T16:20:29.277Z | Downloaded parking v2.2.0 |
| 187 | 2026-09-15T16:20:29.280Z | Downloaded serde_urlencoded v0.7.1 |
| 188 | 2026-09-15T16:20:29.280Z | Downloaded usdt-macro v0.6.0 |
| 189 | 2026-09-15T16:20:29.283Z | Downloaded write16 v1.0.0 |
| 190 | 2026-09-15T16:20:29.286Z | Downloaded want v0.3.0 |
| 191 | 2026-09-15T16:20:29.286Z | Downloaded target-triple v1.0.0 |
| 192 | 2026-09-15T16:20:29.293Z | Downloaded waitgroup v0.1.2 |
| 193 | 2026-09-15T16:20:29.296Z | Downloaded plain v0.2.3 |
| 194 | 2026-09-15T16:20:29.296Z | Downloaded quinn-udp v0.5.5 |
| 195 | 2026-09-15T16:20:29.296Z | Downloaded scopeguard v1.2.0 |
| 196 | 2026-09-15T16:20:29.296Z | Downloaded schema-derive v0.2.1 |
| 197 | 2026-09-15T16:20:29.296Z | Downloaded slog-bunyan v2.5.0 |
| 198 | 2026-09-15T16:20:29.296Z | Downloaded thread-id v5.0.0 |
| 199 | 2026-09-15T16:20:29.300Z | Downloaded untrusted v0.7.1 |
| 200 | 2026-09-15T16:20:29.300Z | Downloaded num_threads v0.1.3 |
| 201 | 2026-09-15T16:20:29.304Z | Downloaded version_check v0.9.5 |
| 202 | 2026-09-15T16:20:29.307Z | Downloaded subtle v2.5.0 |
| 203 | 2026-09-15T16:20:29.307Z | Downloaded sync_wrapper v1.0.1 |
| 204 | 2026-09-15T16:20:29.307Z | Downloaded zerofrom-derive v0.1.5 |
| 205 | 2026-09-15T16:20:29.312Z | Downloaded percent-encoding v2.3.2 |
| 206 | 2026-09-15T16:20:29.312Z | Downloaded time-core v0.1.8 |
| 207 | 2026-09-15T16:20:29.312Z | Downloaded url v2.5.4 |
| 208 | 2026-09-15T16:20:29.315Z | Downloaded icu_normalizer_data v1.5.0 |
| 209 | 2026-09-15T16:20:29.315Z | Downloaded take_mut v0.2.2 |
| 210 | 2026-09-15T16:20:29.315Z | Downloaded zerofrom v0.1.5 |
| 211 | 2026-09-15T16:20:29.315Z | Downloaded crypto-common v0.1.6 |
| 212 | 2026-09-15T16:20:29.315Z | Downloaded newline-converter v0.3.0 |
| 213 | 2026-09-15T16:20:29.315Z | Downloaded utf16_iter v1.0.5 |
| 214 | 2026-09-15T16:20:29.319Z | Downloaded errno v0.3.10 |
| 215 | 2026-09-15T16:20:29.323Z | Downloaded pretty-hex v0.4.1 |
| 216 | 2026-09-15T16:20:29.323Z | Downloaded atomic-waker v1.1.2 |
| 217 | 2026-09-15T16:20:29.323Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 218 | 2026-09-15T16:20:29.323Z | Downloaded num-conv v0.2.0 |
| 219 | 2026-09-15T16:20:29.329Z | Downloaded ipnet v2.10.0 |
| 220 | 2026-09-15T16:20:29.329Z | Downloaded oid-registry v0.8.1 |
| 221 | 2026-09-15T16:20:29.335Z | Downloaded sha2 v0.10.8 |
| 222 | 2026-09-15T16:20:29.335Z | Downloaded pin-project-lite v0.2.12 |
| 223 | 2026-09-15T16:20:29.335Z | Downloaded serde_path_to_error v0.1.20 |
| 224 | 2026-09-15T16:20:29.335Z | Downloaded shlex v1.3.0 |
| 225 | 2026-09-15T16:20:29.338Z | Downloaded slab v0.4.9 |
| 226 | 2026-09-15T16:20:29.338Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 227 | 2026-09-15T16:20:29.338Z | Downloaded dof v0.4.0 |
| 228 | 2026-09-15T16:20:29.338Z | Downloaded futures-core v0.3.34 |
| 229 | 2026-09-15T16:20:29.338Z | Downloaded atomicwrites v0.4.4 |
| 230 | 2026-09-15T16:20:29.339Z | Downloaded autocfg v1.1.0 |
| 231 | 2026-09-15T16:20:29.339Z | Downloaded form_urlencoded v1.2.2 |
| 232 | 2026-09-15T16:20:29.339Z | Downloaded fastrand v2.1.1 |
| 233 | 2026-09-15T16:20:29.339Z | Downloaded asn1-rs-impl v0.2.0 |
| 234 | 2026-09-15T16:20:29.339Z | Downloaded cpufeatures v0.2.17 |
| 235 | 2026-09-15T16:20:29.345Z | Downloaded icu_locid_transform_data v1.5.0 |
| 236 | 2026-09-15T16:20:29.345Z | Downloaded dunce v1.0.5 |
| 237 | 2026-09-15T16:20:29.348Z | Downloaded num-integer v0.1.46 |
| 238 | 2026-09-15T16:20:29.348Z | Downloaded pest_generator v2.8.1 |
| 239 | 2026-09-15T16:20:29.348Z | Downloaded block-buffer v0.12.0 |
| 240 | 2026-09-15T16:20:29.348Z | Downloaded futures-sink v0.3.34 |
| 241 | 2026-09-15T16:20:29.348Z | Downloaded event-listener-strategy v0.5.4 |
| 242 | 2026-09-15T16:20:29.353Z | Downloaded serde_tokenstream v0.3.0 |
| 243 | 2026-09-15T16:20:29.353Z | Downloaded quote v1.0.47 |
| 244 | 2026-09-15T16:20:29.357Z | Downloaded generic-array v0.14.5 |
| 245 | 2026-09-15T16:20:29.357Z | Downloaded multer v3.1.0 |
| 246 | 2026-09-15T16:20:29.357Z | Downloaded rand_core v0.10.1 |
| 247 | 2026-09-15T16:20:29.357Z | Downloaded cpufeatures v0.3.0 |
| 248 | 2026-09-15T16:20:29.361Z | Downloaded pest_meta v2.8.1 |
| 249 | 2026-09-15T16:20:29.365Z | Downloaded simd-adler32 v0.3.10 |
| 250 | 2026-09-15T16:20:29.365Z | Downloaded termcolor v1.1.2 |
| 251 | 2026-09-15T16:20:29.365Z | Downloaded tower-layer v0.3.3 |
| 252 | 2026-09-15T16:20:29.365Z | Downloaded tokio-rustls v0.26.5 |
| 253 | 2026-09-15T16:20:29.366Z | Downloaded unicase v2.6.0 |
| 254 | 2026-09-15T16:20:29.372Z | Downloaded rustversion v1.0.22 |
| 255 | 2026-09-15T16:20:29.373Z | Downloaded parking_lot_core v0.9.4 |
| 256 | 2026-09-15T16:20:29.373Z | Downloaded icu_locid_transform v1.5.0 |
| 257 | 2026-09-15T16:20:29.373Z | Downloaded tokio-tungstenite v0.30.0 |
| 258 | 2026-09-15T16:20:29.376Z | Downloaded hyper-rustls v0.27.9 |
| 259 | 2026-09-15T16:20:29.376Z | Downloaded compression-core v0.4.33 |
| 260 | 2026-09-15T16:20:29.376Z | Downloaded synstructure v0.13.1 |
| 261 | 2026-09-15T16:20:29.376Z | Downloaded scroll v0.13.0 |
| 262 | 2026-09-15T16:20:29.376Z | Downloaded slog-json v2.6.1 |
| 263 | 2026-09-15T16:20:29.376Z | Downloaded pem v4.0.0 |
| 264 | 2026-09-15T16:20:29.376Z | Downloaded dyn-clone v1.0.4 |
| 265 | 2026-09-15T16:20:29.384Z | Downloaded yoke v0.7.5 |
| 266 | 2026-09-15T16:20:29.384Z | Downloaded futures-task v0.3.34 |
| 267 | 2026-09-15T16:20:29.395Z | Downloaded fnv v1.0.7 |
| 268 | 2026-09-15T16:20:29.396Z | Downloaded thiserror v2.0.20 |
| 269 | 2026-09-15T16:20:29.396Z | Downloaded jobserver v0.1.34 |
| 270 | 2026-09-15T16:20:29.396Z | Downloaded usdt-impl v0.6.0 |
| 271 | 2026-09-15T16:20:29.396Z | Downloaded displaydoc v0.2.5 |
| 272 | 2026-09-15T16:20:29.409Z | Downloaded trybuild v1.0.120 |
| 273 | 2026-09-15T16:20:29.409Z | Downloaded async-trait v0.1.92 |
| 274 | 2026-09-15T16:20:29.409Z | Downloaded smallvec v1.13.2 |
| 275 | 2026-09-15T16:20:29.409Z | Downloaded time-macros v0.2.27 |
| 276 | 2026-09-15T16:20:29.409Z | Downloaded futures-io v0.3.34 |
| 277 | 2026-09-15T16:20:29.409Z | Downloaded dtrace-parser v0.3.0 |
| 278 | 2026-09-15T16:20:29.409Z | Downloaded tinystr v0.7.6 |
| 279 | 2026-09-15T16:20:29.409Z | Downloaded reqwest v0.13.5 |
| 280 | 2026-09-15T16:20:29.414Z | Downloaded cfg_aliases v0.2.1 |
| 281 | 2026-09-15T16:20:29.414Z | Downloaded concurrent-queue v2.5.0 |
| 282 | 2026-09-15T16:20:29.414Z | Downloaded find-msvc-tools v0.1.9 |
| 283 | 2026-09-15T16:20:29.414Z | Downloaded futures-executor v0.3.34 |
| 284 | 2026-09-15T16:20:29.414Z | Downloaded getrandom v0.4.1 |
| 285 | 2026-09-15T16:20:29.414Z | Downloaded icu_normalizer v1.5.0 |
| 286 | 2026-09-15T16:20:29.414Z | Downloaded cfg-if v1.0.0 |
| 287 | 2026-09-15T16:20:29.414Z | Downloaded asn1-rs-derive v0.6.0 |
| 288 | 2026-09-15T16:20:29.414Z | Downloaded pkg-config v0.3.34 |
| 289 | 2026-09-15T16:20:29.414Z | Downloaded crypto-common v0.2.1 |
| 290 | 2026-09-15T16:20:29.414Z | Downloaded yoke-derive v0.7.5 |
| 291 | 2026-09-15T16:20:29.418Z | Downloaded debug-ignore v1.0.5 |
| 292 | 2026-09-15T16:20:29.418Z | Downloaded writeable v0.5.5 |
| 293 | 2026-09-15T16:20:29.418Z | Downloaded zerovec-derive v0.10.3 |
| 294 | 2026-09-15T16:20:29.418Z | Downloaded async-stream-impl v0.3.6 |
| 295 | 2026-09-15T16:20:29.418Z | Downloaded futures-macro v0.3.34 |
| 296 | 2026-09-15T16:20:29.418Z | Downloaded log v0.4.17 |
| 297 | 2026-09-15T16:20:29.423Z | Downloaded spin v0.9.8 |
| 298 | 2026-09-15T16:20:29.429Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 299 | 2026-09-15T16:20:29.429Z | Downloaded erased-serde v0.3.31 |
| 300 | 2026-09-15T16:20:29.429Z | Downloaded glob v0.3.0 |
| 301 | 2026-09-15T16:20:29.429Z | Downloaded once_cell v1.20.1 |
| 302 | 2026-09-15T16:20:29.432Z | Downloaded parking_lot v0.12.1 |
| 303 | 2026-09-15T16:20:29.432Z | Downloaded equivalent v1.0.0 |
| 304 | 2026-09-15T16:20:29.432Z | Downloaded block-buffer v0.10.2 |
| 305 | 2026-09-15T16:20:29.432Z | Downloaded mime_guess v2.0.5 |
| 306 | 2026-09-15T16:20:29.435Z | Downloaded compression-codecs v0.4.41 |
| 307 | 2026-09-15T16:20:29.439Z | Downloaded slog-term v2.9.2 |
| 308 | 2026-09-15T16:20:29.439Z | Downloaded term v1.1.0 |
| 309 | 2026-09-15T16:20:29.442Z | Downloaded ucd-trie v0.1.6 |
| 310 | 2026-09-15T16:20:29.442Z | Downloaded semver v1.0.28 |
| 311 | 2026-09-15T16:20:29.442Z | Downloaded thiserror-impl v2.0.20 |
| 312 | 2026-09-15T16:20:29.442Z | Downloaded proc-macro2 v1.0.107 |
| 313 | 2026-09-15T16:20:29.450Z | Downloaded serde_tokenstream v0.2.3 |
| 314 | 2026-09-15T16:20:29.456Z | Downloaded bit-vec v0.9.1 |
| 315 | 2026-09-15T16:20:29.456Z | Downloaded cmake v0.1.58 |
| 316 | 2026-09-15T16:20:29.456Z | Downloaded digest v0.11.2 |
| 317 | 2026-09-15T16:20:29.456Z | Downloaded goblin v0.10.1 |
| 318 | 2026-09-15T16:20:29.456Z | Downloaded async-channel v2.5.0 |
| 319 | 2026-09-15T16:20:29.477Z | Downloaded console v0.16.4 |
| 320 | 2026-09-15T16:20:29.478Z | Downloaded slog v2.8.2 |
| 321 | 2026-09-15T16:20:29.478Z | Downloaded tracing-core v0.1.32 |
| 322 | 2026-09-15T16:20:29.478Z | Downloaded icu_provider v1.5.0 |
| 323 | 2026-09-15T16:20:29.478Z | Downloaded data-encoding v2.4.0 |
| 324 | 2026-09-15T16:20:29.478Z | Downloaded crc32fast v1.5.0 |
| 325 | 2026-09-15T16:20:29.481Z | Downloaded async-stream v0.3.6 |
| 326 | 2026-09-15T16:20:29.482Z | Downloaded zeroize v1.8.2 |
| 327 | 2026-09-15T16:20:29.482Z | Downloaded fs_extra v1.3.0 |
| 328 | 2026-09-15T16:20:29.482Z | Downloaded zmij v1.0.2 |
| 329 | 2026-09-15T16:20:29.482Z | Downloaded byteorder v1.4.3 |
| 330 | 2026-09-15T16:20:29.482Z | Downloaded minimal-lexical v0.2.1 |
| 331 | 2026-09-15T16:20:29.482Z | Downloaded buf-list v1.1.2 |
| 332 | 2026-09-15T16:20:29.482Z | Downloaded pest_derive v2.8.1 |
| 333 | 2026-09-15T16:20:29.482Z | Downloaded camino v1.2.5 |
| 334 | 2026-09-15T16:20:29.482Z | Downloaded memmap2 v0.9.8 |
| 335 | 2026-09-15T16:20:29.482Z | Downloaded tempfile v3.27.0 |
| 336 | 2026-09-15T16:20:29.482Z | Downloaded deranged v0.5.5 |
| 337 | 2026-09-15T16:20:29.492Z | Downloaded prettyplease v0.3.0 |
| 338 | 2026-09-15T16:20:29.496Z | Downloaded ryu v1.0.5 |
| 339 | 2026-09-15T16:20:29.496Z | Downloaded serde_derive v1.0.229 |
| 340 | 2026-09-15T16:20:29.496Z | Downloaded rustls-pki-types v1.15.1 |
| 341 | 2026-09-15T16:20:29.496Z | Downloaded event-listener v5.0.0 |
| 342 | 2026-09-15T16:20:29.496Z | Downloaded tinyvec v1.5.1 |
| 343 | 2026-09-15T16:20:29.496Z | Downloaded crossbeam-utils v0.8.21 |
| 344 | 2026-09-15T16:20:29.496Z | Downloaded socket2 v0.6.3 |
| 345 | 2026-09-15T16:20:29.504Z | Downloaded uuid v1.26.1 |
| 346 | 2026-09-15T16:20:29.504Z | Downloaded icu_locid v1.5.0 |
| 347 | 2026-09-15T16:20:29.507Z | Downloaded miniz_oxide v0.9.1 |
| 348 | 2026-09-15T16:20:29.507Z | Downloaded num-traits v0.2.14 |
| 349 | 2026-09-15T16:20:29.507Z | Downloaded futures v0.3.34 |
| 350 | 2026-09-15T16:20:29.507Z | Downloaded hyper-util v0.1.20 |
| 351 | 2026-09-15T16:20:29.510Z | Downloaded toml v1.1.6+spec-1.1.0 |
| 352 | 2026-09-15T16:20:29.515Z | Downloaded anyhow v1.0.104 |
| 353 | 2026-09-15T16:20:29.518Z | Downloaded indexmap v2.14.2 |
| 354 | 2026-09-15T16:20:29.518Z | Downloaded futures-channel v0.3.34 |
| 355 | 2026-09-15T16:20:29.519Z | Downloaded yasna v0.6.0 |
| 356 | 2026-09-15T16:20:29.519Z | Downloaded const-oid v0.10.2 |
| 357 | 2026-09-15T16:20:29.519Z | Downloaded memchr v2.6.0 |
| 358 | 2026-09-15T16:20:29.524Z | Downloaded der-parser v10.0.0 |
| 359 | 2026-09-15T16:20:29.532Z | Downloaded icu_collections v1.5.0 |
| 360 | 2026-09-15T16:20:29.532Z | Downloaded bitflags v2.11.0 |
| 361 | 2026-09-15T16:20:29.536Z | Downloaded chacha20 v0.10.1 |
| 362 | 2026-09-15T16:20:29.536Z | Downloaded digest v0.10.7 |
| 363 | 2026-09-15T16:20:29.536Z | Downloaded tungstenite v0.30.0 |
| 364 | 2026-09-15T16:20:29.536Z | Downloaded subprocess v1.2.1 |
| 365 | 2026-09-15T16:20:29.536Z | Downloaded num-bigint v0.4.3 |
| 366 | 2026-09-15T16:20:29.544Z | Downloaded rustls-platform-verifier v0.6.2 |
| 367 | 2026-09-15T16:20:29.544Z | Downloaded tracing v0.1.40 |
| 368 | 2026-09-15T16:20:29.552Z | Downloaded schemars v0.8.22 |
| 369 | 2026-09-15T16:20:29.552Z | Downloaded base64 v0.22.1 |
| 370 | 2026-09-15T16:20:29.562Z | Downloaded quinn v0.11.9 |
| 371 | 2026-09-15T16:20:29.562Z | Downloaded rand v0.10.2 |
| 372 | 2026-09-15T16:20:29.562Z | Downloaded typenum v1.19.0 |
| 373 | 2026-09-15T16:20:29.562Z | Downloaded http v1.5.0 |
| 374 | 2026-09-15T16:20:29.562Z | Downloaded mio v1.2.0 |
| 375 | 2026-09-15T16:20:29.568Z | Downloaded async-compression v0.4.46 |
| 376 | 2026-09-15T16:20:29.568Z | Downloaded serde v1.0.229 |
| 377 | 2026-09-15T16:20:29.568Z | Downloaded asn1-rs v0.7.1 |
| 378 | 2026-09-15T16:20:29.572Z | Downloaded base64 v0.23.1 |
| 379 | 2026-09-15T16:20:29.572Z | Downloaded cc v1.2.60 |
| 380 | 2026-09-15T16:20:29.575Z | Downloaded unicode-segmentation v1.10.0 |
| 381 | 2026-09-15T16:20:29.575Z | Downloaded flate2 v1.1.10 |
| 382 | 2026-09-15T16:20:29.578Z | Downloaded nom v7.1.3 |
| 383 | 2026-09-15T16:20:29.578Z | Downloaded rustls-webpki v0.103.15 |
| 384 | 2026-09-15T16:20:29.582Z | Downloaded zerocopy-derive v0.8.27 |
| 385 | 2026-09-15T16:20:29.585Z | Downloaded bytes v1.12.1 |
| 386 | 2026-09-15T16:20:29.585Z | Downloaded hashbrown v0.17.0 |
| 387 | 2026-09-15T16:20:29.588Z | Downloaded h2 v0.4.14 |
| 388 | 2026-09-15T16:20:29.592Z | Downloaded idna v1.0.3 |
| 389 | 2026-09-15T16:20:29.595Z | Downloaded similar v3.2.0 |
| 390 | 2026-09-15T16:20:29.599Z | Downloaded pest v2.8.1 |
| 391 | 2026-09-15T16:20:29.602Z | Downloaded tower v0.5.2 |
| 392 | 2026-09-15T16:20:29.607Z | Downloaded iri-string v0.7.8 |
| 393 | 2026-09-15T16:20:29.610Z | Downloaded crossbeam-channel v0.5.15 |
| 394 | 2026-09-15T16:20:29.610Z | Downloaded expectorate v1.3.0 |
| 395 | 2026-09-15T16:20:29.610Z | Downloaded x509-parser v0.18.0 |
| 396 | 2026-09-15T16:20:29.613Z | Downloaded zerovec v0.10.4 |
| 397 | 2026-09-15T16:20:29.618Z | Downloaded hyper v1.11.1 |
| 398 | 2026-09-15T16:20:29.626Z | Downloaded winnow v1.0.0 |
| 399 | 2026-09-15T16:20:29.631Z | Downloaded portable-atomic v1.9.0 |
| 400 | 2026-09-15T16:20:29.631Z | Downloaded tokio-util v0.7.19 |
| 401 | 2026-09-15T16:20:29.635Z | Downloaded tower-http v0.6.8 |
| 402 | 2026-09-15T16:20:29.638Z | Downloaded icu_properties_data v1.5.0 |
| 403 | 2026-09-15T16:20:29.643Z | Downloaded serde_json v1.0.151 |
| 404 | 2026-09-15T16:20:29.647Z | Downloaded zlib-rs v0.6.8 |
| 405 | 2026-09-15T16:20:29.651Z | Downloaded quinn-proto v0.11.16 |
| 406 | 2026-09-15T16:20:29.657Z | Downloaded chrono v0.4.45 |
| 407 | 2026-09-15T16:20:29.661Z | Downloaded zerocopy v0.8.27 |
| 408 | 2026-09-15T16:20:29.667Z | Downloaded aws-lc-rs v1.18.1 |
| 409 | 2026-09-15T16:20:29.673Z | Downloaded openapiv3 v2.2.0 |
| 410 | 2026-09-15T16:20:29.679Z | Downloaded futures-util v0.3.34 |
| 411 | 2026-09-15T16:20:29.685Z | Downloaded libc v0.2.189 |
| 412 | 2026-09-15T16:20:29.706Z | Downloaded time v0.3.47 |
| 413 | 2026-09-15T16:20:29.712Z | Downloaded unicode-width v0.2.2 |
| 414 | 2026-09-15T16:20:29.715Z | Downloaded rustix v0.38.44 |
| 415 | 2026-09-15T16:20:29.728Z | Downloaded rustls v0.23.44 |
| 416 | 2026-09-15T16:20:29.737Z | Downloaded rustix v1.1.4 |
| 417 | 2026-09-15T16:20:29.748Z | Downloaded syn v2.0.118 |
| 418 | 2026-09-15T16:20:29.756Z | Downloaded syn v3.0.4 |
| 419 | 2026-09-15T16:20:29.766Z | Downloaded bstr v1.6.0 |
| 420 | 2026-09-15T16:20:29.898Z | Downloaded tokio v1.53.1 |
| 421 | 2026-09-15T16:20:29.990Z | Downloaded encoding_rs v0.8.32 |
| 422 | 2026-09-15T16:20:30.003Z | Downloaded ring v0.17.13 |
| 423 | 2026-09-15T16:20:30.528Z | Downloaded aws-lc-sys v0.45.0 |
| 424 | 2026-09-15T16:20:30.763Z | Compiling proc-macro2 v1.0.107 |
| 425 | 2026-09-15T16:20:30.763Z | Compiling quote v1.0.47 |
| 426 | 2026-09-15T16:20:30.763Z | Compiling unicode-ident v1.0.12 |
| 427 | 2026-09-15T16:20:30.764Z | Compiling libc v0.2.189 |
| 428 | 2026-09-15T16:20:30.764Z | Compiling cfg-if v1.0.0 |
| 429 | 2026-09-15T16:20:30.764Z | Compiling itoa v1.0.1 |
| 430 | 2026-09-15T16:20:30.771Z | Compiling memchr v2.6.0 |
| 431 | 2026-09-15T16:20:30.771Z | Compiling serde_core v1.0.229 |
| 432 | 2026-09-15T16:20:30.771Z | Running `/home/build/.rustup/toolchains/1.98.1-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.107/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=3991ed29b40aa36d -C extra-filename=-46cffdac8d0c329b --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-46cffdac8d0c329b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 433 | 2026-09-15T16:20:30.771Z | Running `/home/build/.rustup/toolchains/1.98.1-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=5f0b2fa06822f993 -C extra-filename=-837c68cddd26f32a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 434 | 2026-09-15T16:20:30.771Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.47/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", "proc-macro"))' -C metadata=f2c865c021aed9aa -C extra-filename=-924a51caf83481f9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-924a51caf83481f9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 435 | 2026-09-15T16:20:30.861Z | Running `/home/build/.rustup/toolchains/1.98.1-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=c676cf99074a5f25 -C extra-filename=-a6d78c59bfe1dffc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 436 | 2026-09-15T16:20:30.865Z | Running `/home/build/.rustup/toolchains/1.98.1-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.189/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--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' --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=a7d8f24602dc43b3 -C extra-filename=-0ce34e201e6a5a06 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-0ce34e201e6a5a06 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 437 | 2026-09-15T16:20:30.865Z | Running `/home/build/.rustup/toolchains/1.98.1-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=7a2c2966326fb403 -C extra-filename=-c25e71240d4565b4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 438 | 2026-09-15T16:20:30.865Z | Running `/home/build/.rustup/toolchains/1.98.1-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=c7714a1170064201 -C extra-filename=-da0c74c7834257fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 439 | 2026-09-15T16:20:30.869Z | Running `/home/build/.rustup/toolchains/1.98.1-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.229/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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=76179f93ab81ea11 -C extra-filename=-0ef075040c7996cd --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-0ef075040c7996cd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 440 | 2026-09-15T16:20:30.932Z | Compiling pin-project-lite v0.2.12 |
| 441 | 2026-09-15T16:20:30.953Z | Running `/home/build/.rustup/toolchains/1.98.1-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=b3b10ba8f8798557 -C extra-filename=-bf8711df3d8428e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 442 | 2026-09-15T16:20:31.060Z | Compiling autocfg v1.1.0 |
| 443 | 2026-09-15T16:20:31.060Z | Compiling bytes v1.12.1 |
| 444 | 2026-09-15T16:20:31.060Z | Running `/home/build/.rustup/toolchains/1.98.1-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=64ce7071e3d6e2d0 -C extra-filename=-8cabccbc07d36ec5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 445 | 2026-09-15T16:20:31.060Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=86f7b9c50ae8397a -C extra-filename=-ba63ea029971de41 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 446 | 2026-09-15T16:20:31.122Z | Compiling smallvec v1.13.2 |
| 447 | 2026-09-15T16:20:31.122Z | Running `/home/build/.rustup/toolchains/1.98.1-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=00fe9ef5d107e980 -C extra-filename=-196e12bd16730dc8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 448 | 2026-09-15T16:20:31.287Z | Compiling futures-core v0.3.34 |
| 449 | 2026-09-15T16:20:31.298Z | Running `/home/build/.rustup/toolchains/1.98.1-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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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=ebcc66ad1ad348b6 -C extra-filename=-33f673b3e0db3d52 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 450 | 2026-09-15T16:20:31.309Z | Running `/work/oxidecomputer/dropshot/target/debug/build/quote-924a51caf83481f9/build-script-build` |
| 451 | 2026-09-15T16:20:31.309Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-46cffdac8d0c329b/build-script-build` |
| 452 | 2026-09-15T16:20:31.319Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-0ef075040c7996cd/build-script-build` |
| 453 | 2026-09-15T16:20:31.347Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-0ce34e201e6a5a06/build-script-build` |
| 454 | 2026-09-15T16:20:31.353Z | Compiling zmij v1.0.2 |
| 455 | 2026-09-15T16:20:31.353Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=1096d4520814d29f -C extra-filename=-8d33982287ccfb89 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-8d33982287ccfb89 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 456 | 2026-09-15T16:20:31.363Z | Running `/home/build/.rustup/toolchains/1.98.1-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.229/src/lib.rs --error-format=json --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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=792c7973bacfd4db -C extra-filename=-1c58a12fe29484a7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --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)'` |
| 457 | 2026-09-15T16:20:31.378Z | Compiling serde v1.0.229 |
| 458 | 2026-09-15T16:20:31.383Z | Running `/home/build/.rustup/toolchains/1.98.1-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.229/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=7654851ed8c66568 -C extra-filename=-ba455dc6e00d0517 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-ba455dc6e00d0517 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 459 | 2026-09-15T16:20:31.384Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.189/src/lib.rs --error-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=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--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' --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=d9cefe8d49db8e52 -C extra-filename=-1225b4ce6297b1af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_picolibc)' --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_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(libc_pauthtest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt","qnx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
| 460 | 2026-09-15T16:20:31.455Z | Compiling serde_json v1.0.151 |
| 461 | 2026-09-15T16:20:31.460Z | Running `/home/build/.rustup/toolchains/1.98.1-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.151/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=c03df396b607ca00 -C extra-filename=-90e67cfe9eb4de49 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-90e67cfe9eb4de49 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 462 | 2026-09-15T16:20:31.645Z | Running `/home/build/.rustup/toolchains/1.98.1-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.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 --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=69dc8505b7e7d503 -C extra-filename=-e3918c82b150da1e --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-837c68cddd26f32a.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)'` |
| 463 | 2026-09-15T16:20:31.653Z | Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-8d33982287ccfb89/build-script-build` |
| 464 | 2026-09-15T16:20:31.667Z | Compiling log v0.4.17 |
| 465 | 2026-09-15T16:20:31.674Z | Running `/home/build/.rustup/toolchains/1.98.1-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=6cf2755524bb6861 -C extra-filename=-137c7e510c278b3f --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-137c7e510c278b3f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 466 | 2026-09-15T16:20:31.688Z | Compiling once_cell v1.20.1 |
| 467 | 2026-09-15T16:20:31.704Z | Running `/home/build/.rustup/toolchains/1.98.1-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=c376d8294c2974d4 -C extra-filename=-b4ba0856e717450f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 468 | 2026-09-15T16:20:31.719Z | Compiling thiserror v2.0.20 |
| 469 | 2026-09-15T16:20:31.719Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-ba455dc6e00d0517/build-script-build` |
| 470 | 2026-09-15T16:20:31.719Z | Running `/home/build/.rustup/toolchains/1.98.1-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.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=73be0a5baec07af5 -C extra-filename=-c69a507b5b276a3c --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-c69a507b5b276a3c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 471 | 2026-09-15T16:20:31.738Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-90e67cfe9eb4de49/build-script-build` |
| 472 | 2026-09-15T16:20:31.745Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=d4444bed08ec0eb5 -C extra-filename=-f97b13c06038327b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'` |
| 473 | 2026-09-15T16:20:31.772Z | Compiling find-msvc-tools v0.1.9 |
| 474 | 2026-09-15T16:20:31.776Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-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 --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f03775dbbd57e1af -C extra-filename=-f1e195698b81ea7b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 475 | 2026-09-15T16:20:31.881Z | Compiling jobserver v0.1.34 |
| 476 | 2026-09-15T16:20:31.889Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cd8bc34e196ef7c -C extra-filename=-fbc4673c84af7095 --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-1225b4ce6297b1af.rmeta --cap-lints allow` |
| 477 | 2026-09-15T16:20:31.894Z | Compiling shlex v1.3.0 |
| 478 | 2026-09-15T16:20:31.899Z | Running `/home/build/.rustup/toolchains/1.98.1-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=090b3212b97590ae -C extra-filename=-a2da49c0bac84756 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 479 | 2026-09-15T16:20:31.907Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-137c7e510c278b3f/build-script-build` |
| 480 | 2026-09-15T16:20:31.921Z | Compiling parking_lot_core v0.9.4 |
| 481 | 2026-09-15T16:20:31.926Z | Running `/home/build/.rustup/toolchains/1.98.1-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=069c1900859783d6 -C extra-filename=-f647d705904a226a --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-f647d705904a226a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 482 | 2026-09-15T16:20:31.932Z | Running `/home/build/.rustup/toolchains/1.98.1-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=b94729264fde079b -C extra-filename=-e7143e91b65e7f39 --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-a6d78c59bfe1dffc.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics` |
| 483 | 2026-09-15T16:20:31.976Z | Compiling slab v0.4.9 |
| 484 | 2026-09-15T16:20:31.981Z | Running `/home/build/.rustup/toolchains/1.98.1-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=30a3ba17cd185974 -C extra-filename=-03f83495587df900 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-03f83495587df900 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-8cabccbc07d36ec5.rlib --cap-lints allow` |
| 485 | 2026-09-15T16:20:32.066Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=b6e91052dfea1644 -C extra-filename=-35ff85f5780f0f5c --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-e3918c82b150da1e.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'` |
| 486 | 2026-09-15T16:20:32.079Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-c69a507b5b276a3c/build-script-build` |
| 487 | 2026-09-15T16:20:32.515Z | Compiling cc v1.2.60 |
| 488 | 2026-09-15T16:20:32.515Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=d02f0bb3ce94e3da -C extra-filename=-512c371c282cad1e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern find_msvc_tools=/work/oxidecomputer/dropshot/target/debug/deps/libfind_msvc_tools-f1e195698b81ea7b.rmeta --extern jobserver=/work/oxidecomputer/dropshot/target/debug/deps/libjobserver-fbc4673c84af7095.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-a2da49c0bac84756.rmeta --cap-lints allow` |
| 489 | 2026-09-15T16:20:32.515Z | Compiling futures-sink v0.3.34 |
| 490 | 2026-09-15T16:20:32.515Z | Running `/home/build/.rustup/toolchains/1.98.1-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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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=9f931593f5cae55e -C extra-filename=-d25010b1d820ac49 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 491 | 2026-09-15T16:20:32.515Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-f647d705904a226a/build-script-build` |
| 492 | 2026-09-15T16:20:32.515Z | Compiling scopeguard v1.2.0 |
| 493 | 2026-09-15T16:20:32.515Z | Running `/home/build/.rustup/toolchains/1.98.1-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=7182570d5207cf29 -C extra-filename=-d4a52cba00aab1de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 494 | 2026-09-15T16:20:32.515Z | Compiling syn v2.0.118 |
| 495 | 2026-09-15T16:20:32.515Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/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=24fb6123e7b02520 -C extra-filename=-12b55e7369dfa700 --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-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-837c68cddd26f32a.rmeta --cap-lints allow` |
| 496 | 2026-09-15T16:20:32.515Z | Compiling syn v3.0.4 |
| 497 | 2026-09-15T16:20:32.515Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=4f7900b59d1f9f09 -C extra-filename=-8f1f247756f6308c --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-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-837c68cddd26f32a.rmeta --cap-lints allow` |
| 498 | 2026-09-15T16:20:32.515Z | Compiling lock_api v0.4.6 |
| 499 | 2026-09-15T16:20:32.515Z | Running `/home/build/.rustup/toolchains/1.98.1-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=e24bbe66a21afabf -C extra-filename=-0bc8359abf883e5f --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-d4a52cba00aab1de.rmeta --cap-lints allow` |
| 500 | 2026-09-15T16:20:32.516Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slab-03f83495587df900/build-script-build` |
| 501 | 2026-09-15T16:20:32.516Z | Compiling dunce v1.0.5 |
| 502 | 2026-09-15T16:20:32.516Z | Running `/home/build/.rustup/toolchains/1.98.1-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=f4664276188e2df7 -C extra-filename=-919dfb8ea2ad0134 --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-a6d78c59bfe1dffc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-196e12bd16730dc8.rmeta --cap-lints allow` |
| 503 | 2026-09-15T16:20:32.516Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=377148d002061fad -C extra-filename=-0f5a39a749041aa8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 504 | 2026-09-15T16:20:32.516Z | Compiling pkg-config v0.3.34 |
| 505 | 2026-09-15T16:20:32.516Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=101edd55a0428c13 -C extra-filename=-ff0cee513379e50c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 506 | 2026-09-15T16:20:32.516Z | Running `/home/build/.rustup/toolchains/1.98.1-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.229/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=2d6dfcfa72cdc5c1 -C extra-filename=-ee5e1a4bb609b7ff --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-ee5e1a4bb609b7ff -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 507 | 2026-09-15T16:20:32.528Z | Compiling fs_extra v1.3.0 |
| 508 | 2026-09-15T16:20:32.529Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b0b400e199d3848 -C extra-filename=-a2fea6eb465e466a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 509 | 2026-09-15T16:20:32.674Z | Compiling parking_lot v0.12.1 |
| 510 | 2026-09-15T16:20:32.678Z | Running `/home/build/.rustup/toolchains/1.98.1-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=0abddec2527ff395 -C extra-filename=-1e874ad25cbddd00 --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-0bc8359abf883e5f.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-919dfb8ea2ad0134.rmeta --cap-lints allow` |
| 511 | 2026-09-15T16:20:32.823Z | Running `/home/build/.rustup/toolchains/1.98.1-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=c6b749b3dafe13d7 -C extra-filename=-673e5a079b6358e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 512 | 2026-09-15T16:20:32.836Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-ee5e1a4bb609b7ff/build-script-build` |
| 513 | 2026-09-15T16:20:32.847Z | Compiling signal-hook-registry v1.4.0 |
| 514 | 2026-09-15T16:20:32.853Z | Running `/home/build/.rustup/toolchains/1.98.1-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=8c4585f3cdc2390e -C extra-filename=-4071794400fac8a9 --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-1225b4ce6297b1af.rmeta --cap-lints allow` |
| 515 | 2026-09-15T16:20:32.879Z | Compiling mio v1.2.0 |
| 516 | 2026-09-15T16:20:32.886Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-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 --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=3ff7b9029831704c -C extra-filename=-006fe7a2d9632958 --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-1225b4ce6297b1af.rmeta --cap-lints allow` |
| 517 | 2026-09-15T16:20:32.947Z | Compiling cmake v0.1.58 |
| 518 | 2026-09-15T16:20:32.951Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=521b0340be37639f -C extra-filename=-e73f3062ea46b011 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-512c371c282cad1e.rmeta --cap-lints allow` |
| 519 | 2026-09-15T16:20:33.108Z | Compiling socket2 v0.6.3 |
| 520 | 2026-09-15T16:20:33.114Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=ce9f0ae4e77a0517 -C extra-filename=-edc06902fd6a8c8c --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-1225b4ce6297b1af.rmeta --cap-lints allow` |
| 521 | 2026-09-15T16:20:33.269Z | Compiling stable_deref_trait v1.2.0 |
| 522 | 2026-09-15T16:20:33.272Z | Running `/home/build/.rustup/toolchains/1.98.1-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=4a41a3a562b5d68c -C extra-filename=-be81edd5ca186b18 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 523 | 2026-09-15T16:20:33.297Z | Running `/home/build/.rustup/toolchains/1.98.1-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.229/src/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=52a7cddd31f0873e -C extra-filename=-7ca01e8bbadac261 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --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)'` |
| 524 | 2026-09-15T16:20:33.306Z | Compiling futures-channel v0.3.34 |
| 525 | 2026-09-15T16:20:33.310Z | Running `/home/build/.rustup/toolchains/1.98.1-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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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=a089f2c1599eab37 -C extra-filename=-c7b574b386835ff3 --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-33f673b3e0db3d52.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d25010b1d820ac49.rmeta --cap-lints allow` |
| 526 | 2026-09-15T16:20:33.346Z | Compiling http v1.5.0 |
| 527 | 2026-09-15T16:20:33.350Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ec586b68ae8631a0 -C extra-filename=-488da6a787e66e23 --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-ba63ea029971de41.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-c25e71240d4565b4.rmeta --cap-lints allow` |
| 528 | 2026-09-15T16:20:33.418Z | Compiling zeroize v1.8.2 |
| 529 | 2026-09-15T16:20:33.421Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=6c0a9fbbc5d9cb1c -C extra-filename=-0508912fb38053f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 530 | 2026-09-15T16:20:33.468Z | Compiling aws-lc-sys v0.45.0 |
| 531 | 2026-09-15T16:20:33.474Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.45.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=d93d67bf855949e4 -C extra-filename=-b95e2c008c565cca --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-b95e2c008c565cca -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-512c371c282cad1e.rlib --extern cmake=/work/oxidecomputer/dropshot/target/debug/deps/libcmake-e73f3062ea46b011.rlib --extern dunce=/work/oxidecomputer/dropshot/target/debug/deps/libdunce-0f5a39a749041aa8.rlib --extern fs_extra=/work/oxidecomputer/dropshot/target/debug/deps/libfs_extra-a2fea6eb465e466a.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-ff0cee513379e50c.rlib --cap-lints allow` |
| 532 | 2026-09-15T16:20:33.535Z | Running `/home/build/.rustup/toolchains/1.98.1-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.229/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=a9c427a0e8295677 -C extra-filename=-f4ed52beb4412de5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-f4ed52beb4412de5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 533 | 2026-09-15T16:20:33.582Z | Compiling version_check v0.9.5 |
| 534 | 2026-09-15T16:20:33.590Z | Running `/home/build/.rustup/toolchains/1.98.1-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=041f12a9cda9a261 -C extra-filename=-a804b6d59910d0da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 535 | 2026-09-15T16:20:33.599Z | Compiling getrandom v0.4.1 |
| 536 | 2026-09-15T16:20:33.607Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.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=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=357d8c00039ff1a8 -C extra-filename=-6704b8e7d85bb1b2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-6704b8e7d85bb1b2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 537 | 2026-09-15T16:20:33.858Z | Compiling aws-lc-rs v1.18.1 |
| 538 | 2026-09-15T16:20:33.861Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "legacy-des", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=14b99649d83402e8 -C extra-filename=-cd391e28dcd4847f --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-cd391e28dcd4847f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 539 | 2026-09-15T16:20:33.867Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-f4ed52beb4412de5/build-script-build` |
| 540 | 2026-09-15T16:20:33.881Z | Compiling ucd-trie v0.1.6 |
| 541 | 2026-09-15T16:20:33.884Z | Running `/home/build/.rustup/toolchains/1.98.1-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=23fd05631403c449 -C extra-filename=-d974442068c82ccc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 542 | 2026-09-15T16:20:33.908Z | Compiling bitflags v2.11.0 |
| 543 | 2026-09-15T16:20:33.917Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=bed7ab42bebe4a2c -C extra-filename=-5e8d9f641a33ddb2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 544 | 2026-09-15T16:20:34.143Z | Compiling rand_core v0.10.1 |
| 545 | 2026-09-15T16:20:34.148Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-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 '--warn=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f082f1d19e94c2f -C extra-filename=-e84748069c332c8f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 546 | 2026-09-15T16:20:34.169Z | Compiling futures-io v0.3.34 |
| 547 | 2026-09-15T16:20:34.173Z | Running `/home/build/.rustup/toolchains/1.98.1-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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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=1b4f8dc542c6754c -C extra-filename=-8928e30e387f2573 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 548 | 2026-09-15T16:20:34.179Z | Compiling futures-task v0.3.34 |
| 549 | 2026-09-15T16:20:34.182Z | Running `/home/build/.rustup/toolchains/1.98.1-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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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=b63db80cebb77bde -C extra-filename=-aeedcaa83ebab540 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 550 | 2026-09-15T16:20:34.294Z | Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-6704b8e7d85bb1b2/build-script-build` |
| 551 | 2026-09-15T16:20:34.306Z | Compiling rustls-pki-types v1.15.1 |
| 552 | 2026-09-15T16:20:34.310Z | Running `/home/build/.rustup/toolchains/1.98.1-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.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --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=2bbc3315b36d6ed9 -C extra-filename=-631cb8edd63e5b13 --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-0508912fb38053f6.rmeta --cap-lints allow` |
| 553 | 2026-09-15T16:20:34.327Z | Running `/home/build/.rustup/toolchains/1.98.1-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.151/src/lib.rs --error-format=json --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=fa03d20f2be453fc -C extra-filename=-230dcc6c8bf8faa8 --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-c25e71240d4565b4.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-da0c74c7834257fb.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-1c58a12fe29484a7.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-f97b13c06038327b.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
| 554 | 2026-09-15T16:20:34.348Z | Compiling zerocopy v0.8.27 |
| 555 | 2026-09-15T16:20:34.351Z | Compiling typenum v1.19.0 |
| 556 | 2026-09-15T16:20:34.351Z | Running `/home/build/.rustup/toolchains/1.98.1-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=5f50ae8e5cfdafaf -C extra-filename=-776571e9f08d329e --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-776571e9f08d329e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 557 | 2026-09-15T16:20:34.351Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.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="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=18b69421a044827f -C extra-filename=-19343f801f8dcdf7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-19343f801f8dcdf7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 558 | 2026-09-15T16:20:34.660Z | Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-b95e2c008c565cca/build-script-main` |
| 559 | 2026-09-15T16:20:34.727Z | Compiling httparse v1.10.0 |
| 560 | 2026-09-15T16:20:34.730Z | Running `/home/build/.rustup/toolchains/1.98.1-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=b0ff55d207f71abf -C extra-filename=-1caffaa252ee0014 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-1caffaa252ee0014 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 561 | 2026-09-15T16:20:34.764Z | Compiling rustversion v1.0.22 |
| 562 | 2026-09-15T16:20:34.766Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b81fe47bb9ff77e -C extra-filename=-8b4a7ed71bc0b1a4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-8b4a7ed71bc0b1a4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 563 | 2026-09-15T16:20:34.807Z | Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-776571e9f08d329e/build-script-build` |
| 564 | 2026-09-15T16:20:34.846Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-19343f801f8dcdf7/build-script-build` |
| 565 | 2026-09-15T16:20:34.864Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=69dd67ec6ef0603b -C extra-filename=-23bde05312f80e4d --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-a6d78c59bfe1dffc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e84748069c332c8f.rmeta --cap-lints allow` |
| 566 | 2026-09-15T16:20:35.049Z | Compiling synstructure v0.13.1 |
| 567 | 2026-09-15T16:20:35.052Z | Running `/home/build/.rustup/toolchains/1.98.1-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=fd2e640e88b55d4b -C extra-filename=-4f448e2dbe7f0555 --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-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rmeta --cap-lints allow` |
| 568 | 2026-09-15T16:20:35.093Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-1caffaa252ee0014/build-script-build` |
| 569 | 2026-09-15T16:20:35.121Z | Compiling errno v0.3.10 |
| 570 | 2026-09-15T16:20:35.124Z | Running `/home/build/.rustup/toolchains/1.98.1-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=732ba1794e370c9e -C extra-filename=-883dd5ba6ad8045b --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-1225b4ce6297b1af.rmeta --cap-lints allow` |
| 571 | 2026-09-15T16:20:35.131Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-8b4a7ed71bc0b1a4/build-script-build` |
| 572 | 2026-09-15T16:20:35.142Z | Compiling crossbeam-utils v0.8.21 |
| 573 | 2026-09-15T16:20:35.145Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=fbe4594da0c2df3d -C extra-filename=-631c26677a4dfa7a --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-631c26677a4dfa7a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 574 | 2026-09-15T16:20:35.168Z | Compiling writeable v0.5.5 |
| 575 | 2026-09-15T16:20:35.171Z | Running `/home/build/.rustup/toolchains/1.98.1-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=959eb47116434e0f -C extra-filename=-b9d00040e1b9e033 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 576 | 2026-09-15T16:20:35.274Z | Compiling rustix v1.1.4 |
| 577 | 2026-09-15T16:20:35.279Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --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(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --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"))' --check-cfg 'cfg(target_os, values("cygwin"))' --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", "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=0b54d38a255c9e8c -C extra-filename=-323c3771c865c479 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-323c3771c865c479 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 578 | 2026-09-15T16:20:35.449Z | Compiling litemap v0.7.4 |
| 579 | 2026-09-15T16:20:35.452Z | Running `/home/build/.rustup/toolchains/1.98.1-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=8c641c17d199ddd2 -C extra-filename=-cc3c689ffdd78884 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 580 | 2026-09-15T16:20:35.452Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-631c26677a4dfa7a/build-script-build` |
| 581 | 2026-09-15T16:20:35.470Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.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=f21f7819079eb1ea -C extra-filename=-855c60ee242d511e --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(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'` |
| 582 | 2026-09-15T16:20:35.480Z | Running `/home/build/.rustup/toolchains/1.98.1-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=66b3a6792536ea7f -C extra-filename=-0acb3b5030322f97 --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` |
| 583 | 2026-09-15T16:20:35.535Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=2a44bf92bbd20290 -C extra-filename=-ffa96933fe659ba8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 584 | 2026-09-15T16:20:35.639Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-323c3771c865c479/build-script-build` |
| 585 | 2026-09-15T16:20:35.647Z | Compiling equivalent v1.0.0 |
| 586 | 2026-09-15T16:20:35.654Z | Running `/home/build/.rustup/toolchains/1.98.1-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=ca762cb5b28c0bad -C extra-filename=-4cf3adb5b31562ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 587 | 2026-09-15T16:20:35.728Z | Compiling hashbrown v0.17.0 |
| 588 | 2026-09-15T16:20:35.734Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=d727745c5b83ee96 -C extra-filename=-170362f1a2794ece --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 589 | 2026-09-15T16:20:35.779Z | Compiling num-conv v0.2.0 |
| 590 | 2026-09-15T16:20:35.785Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-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 --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=7639c47196cbf43a -C extra-filename=-53ff04bf40552154 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 591 | 2026-09-15T16:20:35.829Z | Compiling powerfmt v0.2.0 |
| 592 | 2026-09-15T16:20:35.832Z | Running `/home/build/.rustup/toolchains/1.98.1-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=ac7dc836f05f4038 -C extra-filename=-a605da100bb6f324 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 593 | 2026-09-15T16:20:35.900Z | Compiling time-core v0.1.8 |
| 594 | 2026-09-15T16:20:35.903Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --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 --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' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --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=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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=87f29c7e6f8b3e99 -C extra-filename=-e6882f4c7e0af9f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 595 | 2026-09-15T16:20:36.072Z | Compiling slog v2.8.2 |
| 596 | 2026-09-15T16:20:36.078Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "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=e921f67e88400c42 -C extra-filename=-a68c28bbebb23ff3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-a68c28bbebb23ff3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-855c60ee242d511e.so --cap-lints allow` |
| 597 | 2026-09-15T16:20:36.089Z | Compiling deranged v0.5.5 |
| 598 | 2026-09-15T16:20:36.092Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-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 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --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 --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=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=2e8184ccd2601928 -C extra-filename=-861d22c043df4f37 --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-a605da100bb6f324.rmeta --cap-lints allow` |
| 599 | 2026-09-15T16:20:36.099Z | Compiling time-macros v0.2.27 |
| 600 | 2026-09-15T16:20:36.105Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.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=unused '--warn=clippy::nursery' '--warn=clippy::all' --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 --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' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --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=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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=52ee73119a9cbadf -C extra-filename=-82187d928e49f126 --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-53ff04bf40552154.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-e6882f4c7e0af9f6.rlib --extern proc_macro --cap-lints allow` |
| 601 | 2026-09-15T16:20:36.220Z | Compiling serde_derive v1.0.229 |
| 602 | 2026-09-15T16:20:36.223Z | Running `/home/build/.rustup/toolchains/1.98.1-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.229/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=6d19d0a68b67c80e -C extra-filename=-1ad969e9291549cb --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rlib --extern proc_macro --cap-lints allow` |
| 603 | 2026-09-15T16:20:36.259Z | Compiling thiserror-impl v2.0.20 |
| 604 | 2026-09-15T16:20:36.262Z | Running `/home/build/.rustup/toolchains/1.98.1-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.20/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=4dc615fdd3408f97 -C extra-filename=-85ae235592643347 --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rlib --extern proc_macro --cap-lints allow` |
| 605 | 2026-09-15T16:20:36.292Z | Compiling zerofrom-derive v0.1.5 |
| 606 | 2026-09-15T16:20:36.292Z | Compiling yoke-derive v0.7.5 |
| 607 | 2026-09-15T16:20:36.296Z | Running `/home/build/.rustup/toolchains/1.98.1-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=183f827b4015f941 -C extra-filename=-b525dd0a49d63fce --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-4f448e2dbe7f0555.rlib --extern proc_macro --cap-lints allow` |
| 608 | 2026-09-15T16:20:36.297Z | Running `/home/build/.rustup/toolchains/1.98.1-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=fb0c2414bdc2a69c -C extra-filename=-536eccf38bd0e6cd --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-4f448e2dbe7f0555.rlib --extern proc_macro --cap-lints allow` |
| 609 | 2026-09-15T16:20:36.311Z | Compiling tokio-macros v2.7.0 |
| 610 | 2026-09-15T16:20:36.363Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=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_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=354100f1d13f020b -C extra-filename=-59fac8c63431f645 --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern proc_macro --cap-lints allow` |
| 611 | 2026-09-15T16:20:37.073Z | Compiling tokio v1.53.1 |
| 612 | 2026-09-15T16:20:37.076Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.53.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_unstable)' --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-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "schedule-latency", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=a2055d1b7846aaeb -C extra-filename=-efe4eb8727088a99 --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-ba63ea029971de41.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-006fe7a2d9632958.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-1e874ad25cbddd00.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-4071794400fac8a9.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-edc06902fd6a8c8c.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-59fac8c63431f645.so --cap-lints allow` |
| 613 | 2026-09-15T16:20:37.093Z | Compiling zerovec-derive v0.10.3 |
| 614 | 2026-09-15T16:20:37.097Z | Compiling displaydoc v0.2.5 |
| 615 | 2026-09-15T16:20:37.097Z | Running `/home/build/.rustup/toolchains/1.98.1-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=5c15fe7fe9df4447 -C extra-filename=-a597473a50fb3c25 --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern proc_macro --cap-lints allow` |
| 616 | 2026-09-15T16:20:37.097Z | Running `/home/build/.rustup/toolchains/1.98.1-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=cc6f0f482f3704bf -C extra-filename=-307c23c35d2825e2 --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern proc_macro --cap-lints allow` |
| 617 | 2026-09-15T16:20:37.355Z | Compiling futures-macro v0.3.34 |
| 618 | 2026-09-15T16:20:37.360Z | Running `/home/build/.rustup/toolchains/1.98.1-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.34/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=e1488c2a46561770 -C extra-filename=-901af77dda30a917 --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rlib --extern proc_macro --cap-lints allow` |
| 619 | 2026-09-15T16:20:37.502Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=20f1e5ee46fee4bf -C extra-filename=-a4e78545a624ac6b --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-85ae235592643347.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
| 620 | 2026-09-15T16:20:37.534Z | Compiling zerofrom v0.1.5 |
| 621 | 2026-09-15T16:20:37.543Z | Running `/home/build/.rustup/toolchains/1.98.1-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=594c1b535473eb4f -C extra-filename=-878f80a80bcc1d5f --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-b525dd0a49d63fce.so --cap-lints allow` |
| 622 | 2026-09-15T16:20:37.608Z | Compiling pest v2.8.1 |
| 623 | 2026-09-15T16:20:37.613Z | Running `/home/build/.rustup/toolchains/1.98.1-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=c7fc36b28becc807 -C extra-filename=-fd71a2af3247fc56 --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-da0c74c7834257fb.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-d974442068c82ccc.rmeta --cap-lints allow` |
| 624 | 2026-09-15T16:20:37.661Z | Compiling yoke v0.7.5 |
| 625 | 2026-09-15T16:20:37.666Z | Running `/home/build/.rustup/toolchains/1.98.1-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=539acd2cd879dc14 -C extra-filename=-fa8565d6045fe6ea --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-be81edd5ca186b18.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-536eccf38bd0e6cd.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-878f80a80bcc1d5f.rmeta --cap-lints allow` |
| 626 | 2026-09-15T16:20:37.850Z | Compiling zerocopy-derive v0.8.27 |
| 627 | 2026-09-15T16:20:37.854Z | Running `/home/build/.rustup/toolchains/1.98.1-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=10548a8fad6abdc7 -C extra-filename=-54d108465891cd78 --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern proc_macro --cap-lints allow` |
| 628 | 2026-09-15T16:20:37.868Z | Compiling icu_provider_macros v1.5.0 |
| 629 | 2026-09-15T16:20:37.873Z | Running `/home/build/.rustup/toolchains/1.98.1-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=d58f98904d0dd4ec -C extra-filename=-0b1f7761f6ffcffe --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern proc_macro --cap-lints allow` |
| 630 | 2026-09-15T16:20:38.156Z | Compiling zerovec v0.10.4 |
| 631 | 2026-09-15T16:20:38.163Z | Running `/home/build/.rustup/toolchains/1.98.1-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=f857b2b87c63436c -C extra-filename=-fb5e0da6d26eb7bc --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-fa8565d6045fe6ea.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-878f80a80bcc1d5f.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-a597473a50fb3c25.so --cap-lints allow` |
| 632 | 2026-09-15T16:20:38.206Z | Compiling futures-util v0.3.34 |
| 633 | 2026-09-15T16:20:38.211Z | Running `/home/build/.rustup/toolchains/1.98.1-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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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="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", "libc", "memchr", "portable-atomic", "portable-atomic-alloc", "portable-atomic-util", "portable_atomic_crate", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=910fe5e422d241ed -C extra-filename=-6ec360edf94e2731 --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-c7b574b386835ff3.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-33f673b3e0db3d52.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-8928e30e387f2573.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-901af77dda30a917.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d25010b1d820ac49.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-aeedcaa83ebab540.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-da0c74c7834257fb.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-673e5a079b6358e6.rmeta --cap-lints allow` |
| 634 | 2026-09-15T16:20:38.454Z | Compiling indexmap v2.14.2 |
| 635 | 2026-09-15T16:20:38.458Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms --deny=unsafe_code --deny=unreachable_pub --deny=unnameable_types '--allow=clippy::style' --deny=private_interfaces --deny=private_bounds --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=2f133b742f412b87 -C extra-filename=-de13c80d8b29d55d --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-4cf3adb5b31562ab.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-170362f1a2794ece.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-1c58a12fe29484a7.rmeta --cap-lints allow` |
| 636 | 2026-09-15T16:20:38.860Z | Compiling tinystr v0.7.6 |
| 637 | 2026-09-15T16:20:38.863Z | Running `/home/build/.rustup/toolchains/1.98.1-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=7baebccd900c1b45 -C extra-filename=-28aea7e5956e8433 --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-307c23c35d2825e2.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-fb5e0da6d26eb7bc.rmeta --cap-lints allow` |
| 638 | 2026-09-15T16:20:38.870Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/src/lib.rs --error-format=json --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=8fe7c1b7b60246e6 -C extra-filename=-05e6463c716e67f4 --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-1c58a12fe29484a7.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-1ad969e9291549cb.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --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)'` |
| 639 | 2026-09-15T16:20:39.054Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/src/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=67ff386f4269599d -C extra-filename=-f6127db3a6186bd6 --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-7ca01e8bbadac261.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-1ad969e9291549cb.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --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)'` |
| 640 | 2026-09-15T16:20:39.062Z | Compiling pest_meta v2.8.1 |
| 641 | 2026-09-15T16:20:39.065Z | Running `/home/build/.rustup/toolchains/1.98.1-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=572149c7bcbe03b8 -C extra-filename=-3a134bc69e6f1ce7 --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-fd71a2af3247fc56.rmeta --cap-lints allow` |
| 642 | 2026-09-15T16:20:39.091Z | Compiling icu_locid v1.5.0 |
| 643 | 2026-09-15T16:20:39.095Z | Running `/home/build/.rustup/toolchains/1.98.1-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=9500c04dc98c8687 -C extra-filename=-0e139bded37cd5d4 --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-307c23c35d2825e2.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-cc3c689ffdd78884.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-28aea7e5956e8433.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-b9d00040e1b9e033.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-fb5e0da6d26eb7bc.rmeta --cap-lints allow` |
| 644 | 2026-09-15T16:20:39.117Z | Running `/home/build/.rustup/toolchains/1.98.1-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=f9bc0391bdf33325 -C extra-filename=-6bd33bd7f0fcb804 --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-54d108465891cd78.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)'` |
| 645 | 2026-09-15T16:20:39.380Z | Compiling hybrid-array v0.4.8 |
| 646 | 2026-09-15T16:20:39.384Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=ff70c986eeed1c4c -C extra-filename=-3bad26b990039d2a --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-ffa96933fe659ba8.rmeta --cap-lints allow` |
| 647 | 2026-09-15T16:20:39.529Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --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"))' --check-cfg 'cfg(target_os, values("cygwin"))' --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", "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=24d99f52e2b67e8b -C extra-filename=-dfa13f555b97c9ca --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-5e8d9f641a33ddb2.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-883dd5ba6ad8045b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish` |
| 648 | 2026-09-15T16:20:39.831Z | Compiling pest_generator v2.8.1 |
| 649 | 2026-09-15T16:20:39.834Z | Running `/home/build/.rustup/toolchains/1.98.1-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=7eb435fdd246a145 -C extra-filename=-e61d6054b53442e9 --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-fd71a2af3247fc56.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-3a134bc69e6f1ce7.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rmeta --cap-lints allow` |
| 650 | 2026-09-15T16:20:39.994Z | Compiling icu_provider v1.5.0 |
| 651 | 2026-09-15T16:20:40.002Z | Running `/home/build/.rustup/toolchains/1.98.1-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=5826f2d0a06caf09 -C extra-filename=-402f4899440b5343 --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-307c23c35d2825e2.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-0e139bded37cd5d4.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-0b1f7761f6ffcffe.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-be81edd5ca186b18.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-28aea7e5956e8433.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-b9d00040e1b9e033.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-fa8565d6045fe6ea.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-878f80a80bcc1d5f.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-fb5e0da6d26eb7bc.rmeta --cap-lints allow` |
| 652 | 2026-09-15T16:20:40.339Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=8e84c1898c0a5ed0 -C extra-filename=-2c3cc2e6c6ce6c79 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` |
| 653 | 2026-09-15T16:20:40.388Z | Compiling http-body v1.0.1 |
| 654 | 2026-09-15T16:20:40.392Z | Running `/home/build/.rustup/toolchains/1.98.1-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=c847c9a92826cdc0 -C extra-filename=-514732306f863a69 --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-ba63ea029971de41.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --cap-lints allow` |
| 655 | 2026-09-15T16:20:40.466Z | Compiling pest_derive v2.8.1 |
| 656 | 2026-09-15T16:20:40.477Z | Running `/home/build/.rustup/toolchains/1.98.1-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=bbb0ad4cb448d23f -C extra-filename=-3146c77cf96f6008 --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-fd71a2af3247fc56.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-e61d6054b53442e9.rlib --extern proc_macro --cap-lints allow` |
| 657 | 2026-09-15T16:20:40.477Z | Compiling tracing-core v0.1.32 |
| 658 | 2026-09-15T16:20:40.477Z | Running `/home/build/.rustup/toolchains/1.98.1-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=733ff139704194b7 -C extra-filename=-20f5326ed6e0802a --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-b4ba0856e717450f.rmeta --cap-lints allow` |
| 659 | 2026-09-15T16:20:40.488Z | Compiling fastrand v2.1.1 |
| 660 | 2026-09-15T16:20:40.488Z | Running `/home/build/.rustup/toolchains/1.98.1-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=6216fab6faf2ed45 -C extra-filename=-507e98612f33a013 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 661 | 2026-09-15T16:20:40.546Z | Compiling rustls v0.23.44 |
| 662 | 2026-09-15T16:20:40.549Z | Running `/home/build/.rustup/toolchains/1.98.1-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.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(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="log"' --cfg 'feature="logging"' --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", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=4da577be6efa43fd -C extra-filename=-5d2d2fadb2b0c25c --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-5d2d2fadb2b0c25c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 663 | 2026-09-15T16:20:40.558Z | Compiling rustix v0.38.44 |
| 664 | 2026-09-15T16:20:40.562Z | Running `/home/build/.rustup/toolchains/1.98.1-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=70cfee2728a10e00 -C extra-filename=-e268726bc02ac854 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-e268726bc02ac854 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 665 | 2026-09-15T16:20:40.732Z | Compiling num_threads v0.1.3 |
| 666 | 2026-09-15T16:20:40.741Z | Running `/home/build/.rustup/toolchains/1.98.1-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=5b388a3078689391 -C extra-filename=-bd22114c63b3ad0d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 667 | 2026-09-15T16:20:40.770Z | Compiling untrusted v0.9.0 |
| 668 | 2026-09-15T16:20:40.773Z | Running `/home/build/.rustup/toolchains/1.98.1-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=ebe9d06510e7d4fc -C extra-filename=-c6843affdcc037b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 669 | 2026-09-15T16:20:40.830Z | Compiling percent-encoding v2.3.2 |
| 670 | 2026-09-15T16:20:40.835Z | Running `/home/build/.rustup/toolchains/1.98.1-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=12e3c0fed7db6192 -C extra-filename=-89db23ff75e04360 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 671 | 2026-09-15T16:20:40.867Z | Compiling atomic-waker v1.1.2 |
| 672 | 2026-09-15T16:20:40.870Z | Running `/home/build/.rustup/toolchains/1.98.1-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=29fc63ef6c89dd56 -C extra-filename=-f39a3bc08327ab53 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 673 | 2026-09-15T16:20:40.889Z | Compiling icu_locid_transform_data v1.5.0 |
| 674 | 2026-09-15T16:20:40.889Z | Running `/home/build/.rustup/toolchains/1.98.1-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=d6a108d0c641e455 -C extra-filename=-760cead24d5338e0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 675 | 2026-09-15T16:20:40.920Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-e268726bc02ac854/build-script-build` |
| 676 | 2026-09-15T16:20:40.957Z | Compiling icu_locid_transform v1.5.0 |
| 677 | 2026-09-15T16:20:40.972Z | Running `/home/build/.rustup/toolchains/1.98.1-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=c4ef27ca322535f0 -C extra-filename=-9265f4adfd11c44e --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-307c23c35d2825e2.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-0e139bded37cd5d4.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-760cead24d5338e0.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-402f4899440b5343.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-28aea7e5956e8433.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-fb5e0da6d26eb7bc.rmeta --cap-lints allow` |
| 678 | 2026-09-15T16:20:41.006Z | Compiling time v0.3.47 |
| 679 | 2026-09-15T16:20:41.046Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.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 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --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 --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' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --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=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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --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", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=ca0ca586d20a3f5b -C extra-filename=-58b9cd33cb2b8e5a --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-861d22c043df4f37.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-c25e71240d4565b4.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-53ff04bf40552154.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-bd22114c63b3ad0d.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-a605da100bb6f324.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-e6882f4c7e0af9f6.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-82187d928e49f126.so --cap-lints allow` |
| 680 | 2026-09-15T16:20:41.053Z | Compiling dtrace-parser v0.3.0 |
| 681 | 2026-09-15T16:20:41.056Z | Compiling tracing v0.1.40 |
| 682 | 2026-09-15T16:20:41.056Z | Running `/home/build/.rustup/toolchains/1.98.1-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=ffd695da10dcc65a -C extra-filename=-d8090fa1cc3188fe --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-fd71a2af3247fc56.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-3146c77cf96f6008.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rmeta --cap-lints allow` |
| 683 | 2026-09-15T16:20:41.056Z | Running `/home/build/.rustup/toolchains/1.98.1-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=1ca225baacfd4e97 -C extra-filename=-7dcd5f152a0ff059 --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-bf8711df3d8428e4.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-20f5326ed6e0802a.rmeta --cap-lints allow` |
| 684 | 2026-09-15T16:20:41.092Z | Compiling tokio-util v0.7.19 |
| 685 | 2026-09-15T16:20:41.101Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "libc", "net", "rt", "slab", "time", "tracing"))' -C metadata=1997b543818a39a0 -C extra-filename=-f3a7431c32d64d34 --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-ba63ea029971de41.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-33f673b3e0db3d52.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d25010b1d820ac49.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --cap-lints allow` |
| 686 | 2026-09-15T16:20:41.118Z | Compiling erased-serde v0.3.31 |
| 687 | 2026-09-15T16:20:41.121Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=0683db3f7e5efb8a -C extra-filename=-1cff9c057af73aeb --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-05e6463c716e67f4.rmeta --cap-lints allow` |
| 688 | 2026-09-15T16:20:41.280Z | Compiling icu_collections v1.5.0 |
| 689 | 2026-09-15T16:20:41.284Z | Running `/home/build/.rustup/toolchains/1.98.1-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=8dd8873e9c021d4c -C extra-filename=-7e2f1fe62e2dd3d4 --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-307c23c35d2825e2.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-fa8565d6045fe6ea.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-878f80a80bcc1d5f.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-fb5e0da6d26eb7bc.rmeta --cap-lints allow` |
| 690 | 2026-09-15T16:20:41.623Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-a68c28bbebb23ff3/build-script-build` |
| 691 | 2026-09-15T16:20:41.639Z | Compiling scroll_derive v0.13.1 |
| 692 | 2026-09-15T16:20:41.650Z | Running `/home/build/.rustup/toolchains/1.98.1-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=6d1c8fcead716701 -C extra-filename=-9e71bf560283d48d --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern proc_macro --cap-lints allow` |
| 693 | 2026-09-15T16:20:41.766Z | Running `/home/build/.rustup/toolchains/1.98.1-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.151/src/lib.rs --error-format=json --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=bb428c949d3f7478 -C extra-filename=-6e5699555f43303f --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-c25e71240d4565b4.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-da0c74c7834257fb.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-7ca01e8bbadac261.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-f97b13c06038327b.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
| 694 | 2026-09-15T16:20:41.915Z | Compiling thread-id v5.0.0 |
| 695 | 2026-09-15T16:20:41.918Z | Running `/home/build/.rustup/toolchains/1.98.1-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=b282a1311c8119d9 -C extra-filename=-24168743c421b1e0 --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-1225b4ce6297b1af.rmeta --cap-lints allow` |
| 696 | 2026-09-15T16:20:41.936Z | Compiling num-traits v0.2.14 |
| 697 | 2026-09-15T16:20:41.940Z | Running `/home/build/.rustup/toolchains/1.98.1-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=ac0183c3f7a3cb1a -C extra-filename=-ccc672a608080b03 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-ccc672a608080b03 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-8cabccbc07d36ec5.rlib --cap-lints allow` |
| 698 | 2026-09-15T16:20:41.995Z | Compiling usdt-impl v0.6.0 |
| 699 | 2026-09-15T16:20:41.999Z | Running `/home/build/.rustup/toolchains/1.98.1-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=d15d7f17b668a9e4 -C extra-filename=-7f7c813728b1ed0a --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-7f7c813728b1ed0a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 700 | 2026-09-15T16:20:42.108Z | Compiling try-lock v0.2.3 |
| 701 | 2026-09-15T16:20:42.111Z | Running `/home/build/.rustup/toolchains/1.98.1-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=176c5b35a94e90dc -C extra-filename=-66f97edde1babc1a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 702 | 2026-09-15T16:20:42.153Z | Compiling tower-service v0.3.3 |
| 703 | 2026-09-15T16:20:42.157Z | Running `/home/build/.rustup/toolchains/1.98.1-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=949895be827a2bb7 -C extra-filename=-584cd27dd6f69fe5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 704 | 2026-09-15T16:20:42.179Z | Compiling subtle v2.5.0 |
| 705 | 2026-09-15T16:20:42.182Z | Running `/home/build/.rustup/toolchains/1.98.1-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=769804f2a662f6d1 -C extra-filename=-12d303c880eca097 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 706 | 2026-09-15T16:20:42.216Z | Compiling cpufeatures v0.3.0 |
| 707 | 2026-09-15T16:20:42.225Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb6bc3cfa67cd361 -C extra-filename=-cfc58a49d326bbc3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 708 | 2026-09-15T16:20:42.247Z | Compiling tower-layer v0.3.3 |
| 709 | 2026-09-15T16:20:42.252Z | Running `/home/build/.rustup/toolchains/1.98.1-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=a7e8df2b1189d732 -C extra-filename=-954d597b43c84271 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 710 | 2026-09-15T16:20:42.256Z | Compiling paste v1.0.15 |
| 711 | 2026-09-15T16:20:42.259Z | Running `/home/build/.rustup/toolchains/1.98.1-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=d2d3829c113c9462 -C extra-filename=-9ac435d2057fb7dd --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-9ac435d2057fb7dd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 712 | 2026-09-15T16:20:42.284Z | Compiling crc32fast v1.5.0 |
| 713 | 2026-09-15T16:20:42.287Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=b9c5430ec02926c1 -C extra-filename=-f3a0e939393cb95c --out-dir /work/oxidecomputer/dropshot/target/debug/build/crc32fast-f3a0e939393cb95c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 714 | 2026-09-15T16:20:42.332Z | Compiling icu_properties_data v1.5.0 |
| 715 | 2026-09-15T16:20:42.337Z | Running `/home/build/.rustup/toolchains/1.98.1-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=46d4e7154f9fe3da -C extra-filename=-5cf52b9fd1ee1068 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 716 | 2026-09-15T16:20:42.407Z | Compiling byteorder v1.4.3 |
| 717 | 2026-09-15T16:20:42.415Z | Running `/home/build/.rustup/toolchains/1.98.1-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=f424850f5f92e4bd -C extra-filename=-5e7d2ce0a0ea9fbd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 718 | 2026-09-15T16:20:42.470Z | Compiling fnv v1.0.7 |
| 719 | 2026-09-15T16:20:42.473Z | Running `/home/build/.rustup/toolchains/1.98.1-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=264c80fe0158b449 -C extra-filename=-6faad0bef1db35e2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 720 | 2026-09-15T16:20:42.502Z | Compiling scroll v0.13.0 |
| 721 | 2026-09-15T16:20:42.505Z | Running `/home/build/.rustup/toolchains/1.98.1-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=d1793ff30655b55b -C extra-filename=-ec01d8791e721e7b --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-9e71bf560283d48d.so --cap-lints allow` |
| 722 | 2026-09-15T16:20:42.560Z | Running `/work/oxidecomputer/dropshot/target/debug/build/paste-9ac435d2057fb7dd/build-script-build` |
| 723 | 2026-09-15T16:20:42.571Z | Compiling h2 v0.4.14 |
| 724 | 2026-09-15T16:20:42.578Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=78734e1b086c1a54 -C extra-filename=-770d0bc1a0a70167 --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-f39a3bc08327ab53.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-6faad0bef1db35e2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-33f673b3e0db3d52.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d25010b1d820ac49.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-673e5a079b6358e6.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-7dcd5f152a0ff059.rmeta --cap-lints allow` |
| 725 | 2026-09-15T16:20:42.596Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-f3a0e939393cb95c/build-script-build` |
| 726 | 2026-09-15T16:20:42.602Z | Compiling dof v0.4.0 |
| 727 | 2026-09-15T16:20:42.668Z | Running `/home/build/.rustup/toolchains/1.98.1-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=da6cc219703d7381 -C extra-filename=-3600330508a61540 --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-f6127db3a6186bd6.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6e5699555f43303f.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-6bd33bd7f0fcb804.rmeta --cap-lints allow` |
| 728 | 2026-09-15T16:20:42.681Z | Compiling icu_properties v1.5.1 |
| 729 | 2026-09-15T16:20:42.681Z | Running `/home/build/.rustup/toolchains/1.98.1-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=c69237837733c4b3 -C extra-filename=-efade3754685f9e4 --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-307c23c35d2825e2.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-7e2f1fe62e2dd3d4.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-9265f4adfd11c44e.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-5cf52b9fd1ee1068.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-402f4899440b5343.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-28aea7e5956e8433.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-fb5e0da6d26eb7bc.rmeta --cap-lints allow` |
| 730 | 2026-09-15T16:20:42.681Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-7f7c813728b1ed0a/build-script-build` |
| 731 | 2026-09-15T16:20:42.681Z | Compiling want v0.3.0 |
| 732 | 2026-09-15T16:20:42.681Z | Running `/home/build/.rustup/toolchains/1.98.1-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=bbe906b0bc83f028 -C extra-filename=-e427c4bcc07e2833 --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-e7143e91b65e7f39.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-66f97edde1babc1a.rmeta --cap-lints allow` |
| 733 | 2026-09-15T16:20:42.784Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-ccc672a608080b03/build-script-build` |
| 734 | 2026-09-15T16:20:42.832Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "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=60c04f12b69952a3 -C extra-filename=-6ec2c91fde875faa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern erased_serde=/work/oxidecomputer/dropshot/target/debug/deps/liberased_serde-1cff9c057af73aeb.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-1c58a12fe29484a7.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'` |
| 735 | 2026-09-15T16:20:42.958Z | Running `/home/build/.rustup/toolchains/1.98.1-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=2aa8262b14f92d8b -C extra-filename=-c932bd2fa9ffdc31 --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-5e8d9f641a33ddb2.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-883dd5ba6ad8045b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
| 736 | 2026-09-15T16:20:42.996Z | Compiling block-buffer v0.12.0 |
| 737 | 2026-09-15T16:20:43.000Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=9aad42112d7de55d -C extra-filename=-f5635afdabd46c25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hybrid_array=/work/oxidecomputer/dropshot/target/debug/deps/libhybrid_array-3bad26b990039d2a.rmeta --cap-lints allow` |
| 738 | 2026-09-15T16:20:43.058Z | Compiling crypto-common v0.2.1 |
| 739 | 2026-09-15T16:20:43.063Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=eab5889c0f4bf4af -C extra-filename=-1030dd11ba3abe09 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hybrid_array=/work/oxidecomputer/dropshot/target/debug/deps/libhybrid_array-3bad26b990039d2a.rmeta --cap-lints allow` |
| 740 | 2026-09-15T16:20:43.146Z | Compiling unicase v2.6.0 |
| 741 | 2026-09-15T16:20:43.151Z | Running `/home/build/.rustup/toolchains/1.98.1-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=44e25be837098bbc -C extra-filename=-72e7c70349944042 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-72e7c70349944042 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-a804b6d59910d0da.rlib --cap-lints allow` |
| 742 | 2026-09-15T16:20:43.232Z | Compiling write16 v1.0.0 |
| 743 | 2026-09-15T16:20:43.242Z | Running `/home/build/.rustup/toolchains/1.98.1-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=85879be528ffc081 -C extra-filename=-3cf3e2f01acf8bbd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 744 | 2026-09-15T16:20:43.336Z | Compiling plain v0.2.3 |
| 745 | 2026-09-15T16:20:43.339Z | Running `/home/build/.rustup/toolchains/1.98.1-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=11eb4b1a1bdc9bd3 -C extra-filename=-0159cafa60e6934e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 746 | 2026-09-15T16:20:43.377Z | Compiling adler2 v2.0.1 |
| 747 | 2026-09-15T16:20:43.380Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=3851a10a55dd6d79 -C extra-filename=-36e1747018a6fb53 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 748 | 2026-09-15T16:20:43.387Z | Compiling utf8_iter v1.0.4 |
| 749 | 2026-09-15T16:20:43.392Z | Running `/home/build/.rustup/toolchains/1.98.1-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=980cda67df6e2a95 -C extra-filename=-624bbdb358a318aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 750 | 2026-09-15T16:20:43.428Z | Compiling utf16_iter v1.0.5 |
| 751 | 2026-09-15T16:20:43.432Z | Running `/home/build/.rustup/toolchains/1.98.1-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=8f4d910d9a0ec913 -C extra-filename=-da34a27243909672 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 752 | 2026-09-15T16:20:43.514Z | Compiling const-oid v0.10.2 |
| 753 | 2026-09-15T16:20:43.518Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-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("arbitrary", "db"))' -C metadata=dd69209dc890f931 -C extra-filename=-35663d4495566691 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 754 | 2026-09-15T16:20:43.543Z | Compiling icu_normalizer_data v1.5.0 |
| 755 | 2026-09-15T16:20:43.551Z | Running `/home/build/.rustup/toolchains/1.98.1-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=419e4527ed8c3eb3 -C extra-filename=-cffa56def144d628 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 756 | 2026-09-15T16:20:43.569Z | Compiling simd-adler32 v0.3.10 |
| 757 | 2026-09-15T16:20:43.573Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=a3419dd7a1db4fd9 -C extra-filename=-6ff751f11152be61 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 758 | 2026-09-15T16:20:43.639Z | Compiling httpdate v1.0.1 |
| 759 | 2026-09-15T16:20:43.647Z | Running `/home/build/.rustup/toolchains/1.98.1-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=2cd3ce54214983c3 -C extra-filename=-7d187653f637a40a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 760 | 2026-09-15T16:20:43.720Z | Compiling miniz_oxide v0.9.1 |
| 761 | 2026-09-15T16:20:43.723Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=1bb8a744c33cf2f9 -C extra-filename=-eb98bde52c454f70 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern adler2=/work/oxidecomputer/dropshot/target/debug/deps/libadler2-36e1747018a6fb53.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-6ff751f11152be61.rmeta --cap-lints allow` |
| 762 | 2026-09-15T16:20:43.769Z | Compiling digest v0.11.2 |
| 763 | 2026-09-15T16:20:43.772Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=4383c02e404faba1 -C extra-filename=-a93467d52dcd0c04 --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-f5635afdabd46c25.rmeta --extern const_oid=/work/oxidecomputer/dropshot/target/debug/deps/libconst_oid-35663d4495566691.rmeta --extern common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-1030dd11ba3abe09.rmeta --cap-lints allow` |
| 764 | 2026-09-15T16:20:43.794Z | Compiling goblin v0.10.1 |
| 765 | 2026-09-15T16:20:43.798Z | Running `/home/build/.rustup/toolchains/1.98.1-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=9b4bf73280f8da24 -C extra-filename=-332122d0ec51213c --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-e7143e91b65e7f39.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-0159cafa60e6934e.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-ec01d8791e721e7b.rmeta --cap-lints allow` |
| 766 | 2026-09-15T16:20:43.868Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-72e7c70349944042/build-script-build` |
| 767 | 2026-09-15T16:20:43.927Z | Running `/home/build/.rustup/toolchains/1.98.1-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=8d59271dc5822661 -C extra-filename=-f366ad7cd751d140 --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` |
| 768 | 2026-09-15T16:20:43.979Z | Running `/home/build/.rustup/toolchains/1.98.1-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=2ffdbdbfda309ad1 -C extra-filename=-0befc5fb4486b14e --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-5e7d2ce0a0ea9fbd.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-3600330508a61540.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d8090fa1cc3188fe.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f6127db3a6186bd6.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6e5699555f43303f.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-24168743c421b1e0.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)'` |
| 769 | 2026-09-15T16:20:44.016Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=e636a0db72f2a67c -C extra-filename=-5bf61385cc4aab62 --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-a6d78c59bfe1dffc.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'` |
| 770 | 2026-09-15T16:20:44.205Z | Compiling icu_normalizer v1.5.0 |
| 771 | 2026-09-15T16:20:44.210Z | Running `/home/build/.rustup/toolchains/1.98.1-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=6af5b4e22de43c05 -C extra-filename=-957e0887e4d826da --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-307c23c35d2825e2.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-7e2f1fe62e2dd3d4.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-cffa56def144d628.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-efade3754685f9e4.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-402f4899440b5343.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-196e12bd16730dc8.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-da34a27243909672.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-624bbdb358a318aa.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-3cf3e2f01acf8bbd.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-fb5e0da6d26eb7bc.rmeta --cap-lints allow` |
| 772 | 2026-09-15T16:20:44.410Z | Running `/home/build/.rustup/toolchains/1.98.1-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=19698d9029988762 -C extra-filename=-683f7e39fd5cc52d --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"))'` |
| 773 | 2026-09-15T16:20:44.433Z | Compiling form_urlencoded v1.2.2 |
| 774 | 2026-09-15T16:20:44.436Z | Running `/home/build/.rustup/toolchains/1.98.1-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=a6b8ebabab90bf77 -C extra-filename=-c5306289fcd2ad9e --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-89db23ff75e04360.rmeta --cap-lints allow` |
| 775 | 2026-09-15T16:20:44.484Z | Compiling serde_tokenstream v0.2.3 |
| 776 | 2026-09-15T16:20:44.491Z | Running `/home/build/.rustup/toolchains/1.98.1-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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe6922f1c8f95642 -C extra-filename=-e3bd34fe4bb2e992 --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-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f6127db3a6186bd6.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rmeta --cap-lints allow` |
| 777 | 2026-09-15T16:20:44.614Z | Compiling unicode-width v0.2.2 |
| 778 | 2026-09-15T16:20:44.617Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=a7cc7fc7ca223a76 -C extra-filename=-622bd4167be87f8d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 779 | 2026-09-15T16:20:44.658Z | Compiling hyper v1.11.1 |
| 780 | 2026-09-15T16:20:44.662Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::restriction' '--warn=clippy::pedantic' '--allow=clippy::wildcard_enum_match_arm' '--allow=clippy::useless_borrows_in_formatting' '--allow=clippy::used_underscore_items' '--allow=clippy::unwrap_in_result' '--allow=clippy::unused_trait_names' '--allow=clippy::unused_async' '--allow=clippy::unseparated_literal_suffix' '--allow=clippy::unreachable' '--allow=clippy::unnested_or_patterns' '--allow=clippy::unnecessary_trailing_comma' '--allow=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--allow=clippy::type_complexity' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::too_many_lines' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::std_instead_of_core' '--allow=clippy::std_instead_of_alloc' '--allow=clippy::single_char_lifetime_names' '--allow=clippy::single_call_fn' '--allow=clippy::shadow_unrelated' '--allow=clippy::shadow_same' '--allow=clippy::shadow_reuse' '--allow=clippy::semicolon_outside_block' '--allow=clippy::semicolon_inside_block' '--deny=clippy::self_named_module_files' '--allow=clippy::same_name_method' '--allow=clippy::renamed_function_params' '--allow=clippy::redundant_else' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::question_mark_used' '--allow=clippy::pub_with_shorthand' '--allow=clippy::pub_use' '--allow=clippy::pattern_type_mismatch' '--allow=clippy::panic_in_result_fn' '--allow=clippy::panic' '--allow=clippy::new_without_default' '--allow=clippy::needless_pass_by_value' '--allow=clippy::must_use_candidate' '--allow=clippy::multiple_unsafe_ops_per_block' '--allow=clippy::multiple_inherent_impl' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--allow=clippy::mod_module_files' '--allow=clippy::missing_trait_methods' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_inline_in_public_items' '--allow=clippy::missing_fields_in_debug' '--allow=clippy::missing_docs_in_private_items' '--allow=clippy::missing_assert_message' '--allow=clippy::min_ident_chars' '--allow=clippy::match_wild_err_arm' '--allow=clippy::map_unwrap_or' '--allow=clippy::map_err_ignore' '--allow=clippy::let_unit_value' '--allow=clippy::let_underscore_untyped' '--allow=clippy::let_underscore_must_use' '--allow=clippy::items_after_statements' '--allow=clippy::integer_division_remainder_used' '--allow=clippy::integer_division' '--allow=clippy::inline_trait_bounds' '--allow=clippy::inline_modules' '--allow=clippy::indexing_slicing' '--allow=clippy::implicit_return' '--allow=clippy::impl_trait_in_params' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_then_some_else_none' '--allow=clippy::if_not_else' '--allow=clippy::float_arithmetic' '--allow=clippy::field_scoped_visibility_modifiers' '--allow=clippy::expect_used' '--allow=clippy::error_impl_error' '--allow=clippy::enum_glob_use' '--allow=clippy::else_if_without_else' '--allow=clippy::default_numeric_fallback' '--allow=clippy::decimal_literal_representation' '--allow=clippy::collapsible_match' '--allow=clippy::cognitive_complexity' '--allow=clippy::clone_on_ref_ptr' '--allow=clippy::checked_conversions' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_truncation' '--allow=clippy::blanket_clippy_restriction_lints' '--allow=clippy::as_conversions' '--allow=clippy::arithmetic_side_effects' '--allow=clippy::arbitrary_source_item_ordering' '--allow=clippy::absolute_paths' --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=38e72b03142f8440 -C extra-filename=-ba5348641a8a42a7 --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-f39a3bc08327ab53.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-c7b574b386835ff3.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-33f673b3e0db3d52.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-770d0bc1a0a70167.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-514732306f863a69.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-0acb3b5030322f97.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-7d187653f637a40a.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-c25e71240d4565b4.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-196e12bd16730dc8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-e427c4bcc07e2833.rmeta --cap-lints allow` |
| 781 | 2026-09-15T16:20:44.811Z | Compiling mime v0.3.16 |
| 782 | 2026-09-15T16:20:44.829Z | Running `/home/build/.rustup/toolchains/1.98.1-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=3752d18e72690993 -C extra-filename=-0a48cb3c300bd953 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 783 | 2026-09-15T16:20:44.896Z | Compiling openssl-probe v0.2.1 |
| 784 | 2026-09-15T16:20:44.903Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa1a96d861ad6481 -C extra-filename=-5fa47e7c5370839c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 785 | 2026-09-15T16:20:44.906Z | Compiling base64 v0.22.1 |
| 786 | 2026-09-15T16:20:44.906Z | Running `/home/build/.rustup/toolchains/1.98.1-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=a73052eb00961d6d -C extra-filename=-beff506d7d0ef543 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 787 | 2026-09-15T16:20:44.983Z | Compiling ipnet v2.10.0 |
| 788 | 2026-09-15T16:20:44.986Z | Running `/home/build/.rustup/toolchains/1.98.1-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=e9a77bfe5aa66f3b -C extra-filename=-24b7b7040435e7ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 789 | 2026-09-15T16:20:45.040Z | Compiling unicode-segmentation v1.10.0 |
| 790 | 2026-09-15T16:20:45.045Z | Running `/home/build/.rustup/toolchains/1.98.1-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=05da49d90699be2c -C extra-filename=-5e2796781b627c03 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 791 | 2026-09-15T16:20:45.085Z | Running `/home/build/.rustup/toolchains/1.98.1-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=1424edd5c2fd1d96 -C extra-filename=-1942c42255fbc8b1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-1942c42255fbc8b1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 792 | 2026-09-15T16:20:45.230Z | Compiling iana-time-zone v0.1.47 |
| 793 | 2026-09-15T16:20:45.236Z | Running `/home/build/.rustup/toolchains/1.98.1-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=fd8d1070582360fd -C extra-filename=-3365e759c6539559 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 794 | 2026-09-15T16:20:45.338Z | Compiling pretty-hex v0.4.1 |
| 795 | 2026-09-15T16:20:45.341Z | Running `/home/build/.rustup/toolchains/1.98.1-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=1fe78336408f3935 -C extra-filename=-ae0fdcaf7173901e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 796 | 2026-09-15T16:20:45.393Z | Compiling base64 v0.23.1 |
| 797 | 2026-09-15T16:20:45.396Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.23.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="simd-unsafe"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "simd-unsafe", "std"))' -C metadata=132a48393e7df1e6 -C extra-filename=-8da3e33e5f586597 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 798 | 2026-09-15T16:20:45.448Z | Compiling winnow v1.0.0 |
| 799 | 2026-09-15T16:20:45.451Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-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=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_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_enums' '--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", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=1684374975e144e8 -C extra-filename=-49b9b2b0831f4c9c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 800 | 2026-09-15T16:20:45.471Z | Compiling ryu v1.0.5 |
| 801 | 2026-09-15T16:20:45.475Z | Running `/home/build/.rustup/toolchains/1.98.1-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=b8560d8747757d5f -C extra-filename=-05cbe381f4f01481 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-05cbe381f4f01481 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 802 | 2026-09-15T16:20:45.506Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-1942c42255fbc8b1/build-script-build` |
| 803 | 2026-09-15T16:20:45.522Z | Compiling chrono v0.4.45 |
| 804 | 2026-09-15T16:20:45.526Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --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", "arbitrary", "clock", "core-error", "default", "defmt", "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=5671018cb02daf93 -C extra-filename=-30b47a1202c946f2 --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-3365e759c6539559.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-f366ad7cd751d140.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --cap-lints allow` |
| 805 | 2026-09-15T16:20:45.736Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 806 | 2026-09-15T16:20:45.739Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.3+spec-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 --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_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_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_match' '--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=f37ebb5dd01a7ece -C extra-filename=-bf33355bb55370e4 --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-49b9b2b0831f4c9c.rmeta --cap-lints allow` |
| 807 | 2026-09-15T16:20:45.786Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-05cbe381f4f01481/build-script-build` |
| 808 | 2026-09-15T16:20:45.801Z | Compiling hyper-util v0.1.20 |
| 809 | 2026-09-15T16:20:45.804Z | Running `/home/build/.rustup/toolchains/1.98.1-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.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --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-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=7a63614df701fa20 -C extra-filename=-ecf61e5e2bd958ac --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-beff506d7d0ef543.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-c7b574b386835ff3.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6ec360edf94e2731.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-514732306f863a69.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-24b7b7040435e7ef.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-edc06902fd6a8c8c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-954d597b43c84271.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-584cd27dd6f69fe5.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-7dcd5f152a0ff059.rmeta --cap-lints allow` |
| 810 | 2026-09-15T16:20:45.816Z | Compiling newline-converter v0.3.0 |
| 811 | 2026-09-15T16:20:45.819Z | Running `/home/build/.rustup/toolchains/1.98.1-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=735411b044d930fb -C extra-filename=-cbb835dd94cee5e7 --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-5e2796781b627c03.rmeta --cap-lints allow` |
| 812 | 2026-09-15T16:20:45.824Z | Compiling rustls-native-certs v0.8.3 |
| 813 | 2026-09-15T16:20:45.828Z | Running `/home/build/.rustup/toolchains/1.98.1-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.8.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=a5bb4d6ed285195a -C extra-filename=-3e360838572959a9 --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-5fa47e7c5370839c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rmeta --cap-lints allow` |
| 814 | 2026-09-15T16:20:45.927Z | Compiling console v0.16.4 |
| 815 | 2026-09-15T16:20:45.932Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=9ad5bdbdff4733c2 -C extra-filename=-2eacd71c01f6974c --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-1225b4ce6297b1af.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-622bd4167be87f8d.rmeta --cap-lints allow` |
| 816 | 2026-09-15T16:20:46.208Z | Compiling idna_adapter v1.2.0 |
| 817 | 2026-09-15T16:20:46.213Z | Running `/home/build/.rustup/toolchains/1.98.1-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=57dd644d48db07d5 -C extra-filename=-2241dc8bbde5956e --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-957e0887e4d826da.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-efade3754685f9e4.rmeta --cap-lints allow` |
| 818 | 2026-09-15T16:20:46.354Z | Compiling flate2 v1.1.10 |
| 819 | 2026-09-15T16:20:46.357Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(flate2_unstable_nightly_alloc_io)' --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="runtime_detection"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "runtime_detection", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=fe3e3b3be90acbb9 -C extra-filename=-9dc232a1c119a4b6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crc32fast=/work/oxidecomputer/dropshot/target/debug/deps/libcrc32fast-5bf61385cc4aab62.rmeta --extern miniz_oxide=/work/oxidecomputer/dropshot/target/debug/deps/libminiz_oxide-eb98bde52c454f70.rmeta --cap-lints allow` |
| 820 | 2026-09-15T16:20:46.469Z | Running `/home/build/.rustup/toolchains/1.98.1-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=2d1ff3deba3549e9 -C extra-filename=-ffe8fe7ef0a88880 --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-332122d0ec51213c.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-ae0fdcaf7173901e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-6bd33bd7f0fcb804.rmeta --cap-lints allow` |
| 821 | 2026-09-15T16:20:46.482Z | Running `/home/build/.rustup/toolchains/1.98.1-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=c2b1d14a2a0b558d -C extra-filename=-30e4761b71931f53 --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` |
| 822 | 2026-09-15T16:20:46.596Z | Compiling sha1 v0.11.0 |
| 823 | 2026-09-15T16:20:46.599Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(sha1_backend, values("aarch64-sha2", "x86-sha", "soft"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=3f1a2c77b6d0c752 -C extra-filename=-ce43abbb813faebe --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-a6d78c59bfe1dffc.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-cfc58a49d326bbc3.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-a93467d52dcd0c04.rmeta --cap-lints allow` |
| 824 | 2026-09-15T16:20:46.680Z | Compiling chacha20 v0.10.1 |
| 825 | 2026-09-15T16:20:46.688Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(chacha20_avx512)' --check-cfg 'cfg(chacha20_backend, values("avx2", "avx512", "soft", "sse2"))' --cfg 'feature="rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cipher", "default", "legacy", "rng", "xchacha", "zeroize"))' -C metadata=5fe5de37268d615d -C extra-filename=-b3b82fe008fd3d07 --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-a6d78c59bfe1dffc.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-cfc58a49d326bbc3.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e84748069c332c8f.rmeta --cap-lints allow` |
| 826 | 2026-09-15T16:20:46.791Z | Compiling concurrent-queue v2.5.0 |
| 827 | 2026-09-15T16:20:46.795Z | Running `/home/build/.rustup/toolchains/1.98.1-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=0d120ce018c517b2 -C extra-filename=-1b9ecc330991c289 --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-2c3cc2e6c6ce6c79.rmeta --cap-lints allow` |
| 828 | 2026-09-15T16:20:46.844Z | Compiling serde_tokenstream v0.3.0 |
| 829 | 2026-09-15T16:20:46.849Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f16641308ebc905b -C extra-filename=-a47b84f9da111502 --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-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f6127db3a6186bd6.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rmeta --cap-lints allow` |
| 830 | 2026-09-15T16:20:46.944Z | Compiling serde_derive_internals v0.29.0 |
| 831 | 2026-09-15T16:20:46.951Z | Running `/home/build/.rustup/toolchains/1.98.1-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=a90a90f64b173f04 -C extra-filename=-0eb9edd72703a072 --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-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rmeta --cap-lints allow` |
| 832 | 2026-09-15T16:20:47.016Z | Compiling multer v3.1.0 |
| 833 | 2026-09-15T16:20:47.031Z | Running `/home/build/.rustup/toolchains/1.98.1-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=e1dc62d7378870e0 -C extra-filename=-2811bcec4372e057 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-2811bcec4372e057 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-a804b6d59910d0da.rlib --cap-lints allow` |
| 834 | 2026-09-15T16:20:47.076Z | Compiling serde_spanned v1.1.1 |
| 835 | 2026-09-15T16:20:47.082Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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_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_enums' '--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=7810d184009605e8 -C extra-filename=-f511480df825030f --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-1c58a12fe29484a7.rmeta --cap-lints allow` |
| 836 | 2026-09-15T16:20:47.137Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 837 | 2026-09-15T16:20:47.148Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.1.1+spec-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 --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_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_enums' '--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=82fa24445d3a40a5 -C extra-filename=-8aff2a2974eff9fe --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-1c58a12fe29484a7.rmeta --cap-lints allow` |
| 838 | 2026-09-15T16:20:47.226Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs --error-format=json --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"' --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=88e29ad8354fcf11 -C extra-filename=-e9a07df58e0818e7 --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-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-837c68cddd26f32a.rmeta --cap-lints allow` |
| 839 | 2026-09-15T16:20:47.252Z | Compiling thread_local v1.1.4 |
| 840 | 2026-09-15T16:20:47.255Z | Running `/home/build/.rustup/toolchains/1.98.1-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=52cdccd996c92226 -C extra-filename=-1501825a97eacbfa --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-b4ba0856e717450f.rmeta --cap-lints allow` |
| 841 | 2026-09-15T16:20:47.447Z | Compiling sync_wrapper v1.0.1 |
| 842 | 2026-09-15T16:20:47.451Z | Running `/home/build/.rustup/toolchains/1.98.1-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=9c73ff2b9d95442d -C extra-filename=-3b3da3629179ee36 --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-33f673b3e0db3d52.rmeta --cap-lints allow` |
| 843 | 2026-09-15T16:20:47.519Z | Compiling encoding_rs v0.8.32 |
| 844 | 2026-09-15T16:20:47.524Z | Running `/home/build/.rustup/toolchains/1.98.1-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=23b7280e1129a54f -C extra-filename=-f0ef1939c0827086 --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-a6d78c59bfe1dffc.rmeta --cap-lints allow` |
| 845 | 2026-09-15T16:20:47.536Z | Compiling camino v1.2.5 |
| 846 | 2026-09-15T16:20:47.540Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=80ea89a44404c8e1 -C extra-filename=-0e0b3aa1078f24fd --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-0e0b3aa1078f24fd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 847 | 2026-09-15T16:20:47.550Z | Compiling parking v2.2.0 |
| 848 | 2026-09-15T16:20:47.553Z | Running `/home/build/.rustup/toolchains/1.98.1-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=ad7545a963b76e6c -C extra-filename=-d3d8123547efc472 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 849 | 2026-09-15T16:20:47.560Z | Compiling slog-async v2.8.0 |
| 850 | 2026-09-15T16:20:47.563Z | Running `/home/build/.rustup/toolchains/1.98.1-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=efab1b73e8bf251d -C extra-filename=-72db79718a05a6a2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-72db79718a05a6a2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 851 | 2026-09-15T16:20:47.685Z | Compiling target-triple v1.0.0 |
| 852 | 2026-09-15T16:20:47.688Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db66d27c841e859d -C extra-filename=-ecb8d35b319eb836 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-ecb8d35b319eb836 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 853 | 2026-09-15T16:20:47.733Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 854 | 2026-09-15T16:20:47.738Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.2+spec-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 --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_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_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_match' '--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=9aea9ff494467d04 -C extra-filename=-3bab686114df4833 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 855 | 2026-09-15T16:20:47.859Z | Compiling compression-core v0.4.33 |
| 856 | 2026-09-15T16:20:47.863Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=956e6de3a0d2d53b -C extra-filename=-8ed93756cae614ec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 857 | 2026-09-15T16:20:47.872Z | Compiling match_cfg v0.1.0 |
| 858 | 2026-09-15T16:20:47.875Z | Running `/home/build/.rustup/toolchains/1.98.1-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=9be24c260da2c753 -C extra-filename=-cf246208d45eb2d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 859 | 2026-09-15T16:20:47.935Z | Compiling semver v1.0.28 |
| 860 | 2026-09-15T16:20:47.938Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=ea872da3659aabc3 -C extra-filename=-86e649bf9d42760c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 861 | 2026-09-15T16:20:47.945Z | Compiling schemars v0.8.22 |
| 862 | 2026-09-15T16:20:47.952Z | Running `/home/build/.rustup/toolchains/1.98.1-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=372b97e1c85c7e06 -C extra-filename=-7aa6d77fcea1e4bc --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-7aa6d77fcea1e4bc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 863 | 2026-09-15T16:20:47.985Z | Compiling similar v3.2.0 |
| 864 | 2026-09-15T16:20:47.990Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "hashbrown", "inline", "serde", "std", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=3bbe87f0c83ab7b9 -C extra-filename=-68f88c438a8f8535 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 865 | 2026-09-15T16:20:48.013Z | Compiling heck v0.5.0 |
| 866 | 2026-09-15T16:20:48.016Z | Running `/home/build/.rustup/toolchains/1.98.1-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=7cfda69dfc720ce3 -C extra-filename=-3993fb638e7b894f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 867 | 2026-09-15T16:20:48.199Z | Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-7aa6d77fcea1e4bc/build-script-build` |
| 868 | 2026-09-15T16:20:48.209Z | Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-ecb8d35b319eb836/build-script-build` |
| 869 | 2026-09-15T16:20:48.218Z | Compiling compression-codecs v0.4.41 |
| 870 | 2026-09-15T16:20:48.223Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-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 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=451c1537537affdb -C extra-filename=-54ea4e5fe75e4569 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-8ed93756cae614ec.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-da0c74c7834257fb.rmeta --cap-lints allow` |
| 871 | 2026-09-15T16:20:48.230Z | Compiling hostname v0.3.1 |
| 872 | 2026-09-15T16:20:48.230Z | Running `/home/build/.rustup/toolchains/1.98.1-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=125d14ca69571150 -C extra-filename=-7f2db6e7ee2c1595 --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-1225b4ce6297b1af.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-cf246208d45eb2d1.rmeta --cap-lints allow` |
| 873 | 2026-09-15T16:20:48.269Z | Compiling toml v1.1.6+spec-1.1.0 |
| 874 | 2026-09-15T16:20:48.276Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.6+spec-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 --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_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_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_match' '--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=c1159700fc1b9e99 -C extra-filename=-b40e7136d0edf2be --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-1c58a12fe29484a7.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-f511480df825030f.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-8aff2a2974eff9fe.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-bf33355bb55370e4.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-3bab686114df4833.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-49b9b2b0831f4c9c.rmeta --cap-lints allow` |
| 875 | 2026-09-15T16:20:48.372Z | Running `/work/oxidecomputer/dropshot/target/debug/build/camino-0e0b3aa1078f24fd/build-script-build` |
| 876 | 2026-09-15T16:20:48.420Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-72db79718a05a6a2/build-script-build` |
| 877 | 2026-09-15T16:20:48.453Z | Compiling schemars_derive v0.8.22 |
| 878 | 2026-09-15T16:20:48.458Z | Running `/home/build/.rustup/toolchains/1.98.1-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=6d00b9143eefd2d8 -C extra-filename=-0c787e40206b99c2 --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-0eb9edd72703a072.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern proc_macro --cap-lints allow` |
| 879 | 2026-09-15T16:20:48.462Z | Compiling event-listener v5.0.0 |
| 880 | 2026-09-15T16:20:48.462Z | Running `/home/build/.rustup/toolchains/1.98.1-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=cb9785745e2cc933 -C extra-filename=-2d632f8eb4184a98 --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-1b9ecc330991c289.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-d3d8123547efc472.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --cap-lints allow` |
| 881 | 2026-09-15T16:20:48.519Z | Compiling tower v0.5.2 |
| 882 | 2026-09-15T16:20:48.524Z | Running `/home/build/.rustup/toolchains/1.98.1-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=40a0195bae95487e -C extra-filename=-97ad8c44c18841df --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-33f673b3e0db3d52.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6ec360edf94e2731.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-3b3da3629179ee36.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-954d597b43c84271.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-584cd27dd6f69fe5.rmeta --cap-lints allow` |
| 883 | 2026-09-15T16:20:48.731Z | Running `/work/oxidecomputer/dropshot/target/debug/build/multer-2811bcec4372e057/build-script-build` |
| 884 | 2026-09-15T16:20:48.773Z | Compiling rand v0.10.2 |
| 885 | 2026-09-15T16:20:48.776Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="sys_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "log", "serde", "simd_support", "std", "std_rng", "sys_rng", "thread_rng", "unbiased"))' -C metadata=df35e64304a0c299 -C extra-filename=-b02007b4d67cd402 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern chacha20=/work/oxidecomputer/dropshot/target/debug/deps/libchacha20-b3b82fe008fd3d07.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-23bde05312f80e4d.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e84748069c332c8f.rmeta --cap-lints allow` |
| 886 | 2026-09-15T16:20:48.994Z | Compiling mime_guess v2.0.5 |
| 887 | 2026-09-15T16:20:48.997Z | Running `/home/build/.rustup/toolchains/1.98.1-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=b039eadac39e6b30 -C extra-filename=-d7658de3047613ec --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-d7658de3047613ec -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-30e4761b71931f53.rlib --cap-lints allow` |
| 888 | 2026-09-15T16:20:49.173Z | Compiling idna v1.0.3 |
| 889 | 2026-09-15T16:20:49.177Z | Running `/home/build/.rustup/toolchains/1.98.1-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=0a5e04268d04f83c -C extra-filename=-8fec9b8c43c40c17 --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-2241dc8bbde5956e.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-196e12bd16730dc8.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-624bbdb358a318aa.rmeta --cap-lints allow` |
| 890 | 2026-09-15T16:20:49.450Z | Running `/home/build/.rustup/toolchains/1.98.1-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=4390a1a5038e50fb -C extra-filename=-5c41eee56988cfbf --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-5e7d2ce0a0ea9fbd.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-ffe8fe7ef0a88880.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d8090fa1cc3188fe.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e9a07df58e0818e7.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-24168743c421b1e0.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)'` |
| 891 | 2026-09-15T16:20:49.522Z | Running `/home/build/.rustup/toolchains/1.98.1-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=38b97f06323858da -C extra-filename=-cbbd5f2cb47cffce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit` |
| 892 | 2026-09-15T16:20:49.662Z | Compiling usdt-attr-macro v0.6.0 |
| 893 | 2026-09-15T16:20:49.665Z | Running `/home/build/.rustup/toolchains/1.98.1-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=6c4df09dbd70fed3 -C extra-filename=-7a2422c9bdbf5ae7 --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-d8090fa1cc3188fe.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-e3bd34fe4bb2e992.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-0befc5fb4486b14e.rlib --extern proc_macro --cap-lints allow` |
| 894 | 2026-09-15T16:20:49.704Z | Compiling usdt-macro v0.6.0 |
| 895 | 2026-09-15T16:20:49.708Z | Running `/home/build/.rustup/toolchains/1.98.1-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=5507fa69c230cf7b -C extra-filename=-9484a400685f066a --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-d8090fa1cc3188fe.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-e3bd34fe4bb2e992.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-0befc5fb4486b14e.rlib --extern proc_macro --cap-lints allow` |
| 896 | 2026-09-15T16:20:49.792Z | Compiling slog-json v2.6.1 |
| 897 | 2026-09-15T16:20:49.798Z | Running `/home/build/.rustup/toolchains/1.98.1-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=28074409de23b3a6 -C extra-filename=-1da446baf45dfec5 --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-05e6463c716e67f4.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-58b9cd33cb2b8e5a.rmeta --cap-lints allow` |
| 898 | 2026-09-15T16:20:49.928Z | Compiling crossbeam-channel v0.5.15 |
| 899 | 2026-09-15T16:20:49.931Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5397b10172a475df -C extra-filename=-ff1e9d4c7d8f1569 --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-2c3cc2e6c6ce6c79.rmeta --cap-lints allow` |
| 900 | 2026-09-15T16:20:50.001Z | Compiling tempfile v3.27.0 |
| 901 | 2026-09-15T16:20:50.007Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=f0e8c13e482e805e -C extra-filename=-f2be7566907de12c --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-507e98612f33a013.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-23bde05312f80e4d.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b4ba0856e717450f.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-dfa13f555b97c9ca.rmeta --cap-lints allow` |
| 902 | 2026-09-15T16:20:50.165Z | Compiling http-body-util v0.1.5 |
| 903 | 2026-09-15T16:20:50.168Z | Running `/home/build/.rustup/toolchains/1.98.1-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.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=e674bf277fd1b01a -C extra-filename=-e77a17ade15f619d --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-ba63ea029971de41.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-33f673b3e0db3d52.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-514732306f863a69.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --cap-lints allow` |
| 904 | 2026-09-15T16:20:50.413Z | Compiling futures-executor v0.3.34 |
| 905 | 2026-09-15T16:20:50.416Z | Running `/home/build/.rustup/toolchains/1.98.1-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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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", "thread-pool"))' -C metadata=6e5261677eaf3a84 -C extra-filename=-f0b5413acbd83021 --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-33f673b3e0db3d52.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-aeedcaa83ebab540.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6ec360edf94e2731.rmeta --cap-lints allow` |
| 906 | 2026-09-15T16:20:50.423Z | Compiling async-stream-impl v0.3.6 |
| 907 | 2026-09-15T16:20:50.426Z | Running `/home/build/.rustup/toolchains/1.98.1-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=df43144329a359f5 -C extra-filename=-f52bafda8aa2c3d3 --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern proc_macro --cap-lints allow` |
| 908 | 2026-09-15T16:20:50.432Z | Compiling uuid v1.26.1 |
| 909 | 2026-09-15T16:20:50.435Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.26.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=6909fd85dd4b2a54 -C extra-filename=-ed9e8c6a40869fa7 --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-23bde05312f80e4d.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-1c58a12fe29484a7.rmeta --cap-lints allow` |
| 910 | 2026-09-15T16:20:50.447Z | Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot) |
| 911 | 2026-09-15T16:20:50.459Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=264d66d7b228ce39 -C extra-filename=-3a02905b6633ad46 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-3a02905b6633ad46 -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-a804b6d59910d0da.rlib` |
| 912 | 2026-09-15T16:20:50.504Z | Compiling memmap2 v0.9.8 |
| 913 | 2026-09-15T16:20:50.509Z | Compiling is-terminal v0.4.12 |
| 914 | 2026-09-15T16:20:50.509Z | Running `/home/build/.rustup/toolchains/1.98.1-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=ae35b3b86a83ce2c -C extra-filename=-5c709f3c2f99759b --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-1225b4ce6297b1af.rmeta --cap-lints allow` |
| 915 | 2026-09-15T16:20:50.509Z | Running `/home/build/.rustup/toolchains/1.98.1-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=ee4ae3ea4d21008a -C extra-filename=-b15b098300d32caa --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-1225b4ce6297b1af.rmeta --cap-lints allow` |
| 916 | 2026-09-15T16:20:50.642Z | Compiling anyhow v1.0.104 |
| 917 | 2026-09-15T16:20:50.657Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/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=0091d75f52e5e3e2 -C extra-filename=-9f3ad8552bc5f3fc --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-9f3ad8552bc5f3fc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 918 | 2026-09-15T16:20:50.695Z | Compiling iri-string v0.7.8 |
| 919 | 2026-09-15T16:20:50.699Z | Running `/home/build/.rustup/toolchains/1.98.1-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=dec2ed6333d7f74b -C extra-filename=-f8538209e7e2ae0f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 920 | 2026-09-15T16:20:50.705Z | Compiling data-encoding v2.4.0 |
| 921 | 2026-09-15T16:20:50.709Z | Running `/home/build/.rustup/toolchains/1.98.1-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=5d4c790cf10e2984 -C extra-filename=-1bc7e64f1002d7a0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 922 | 2026-09-15T16:20:50.719Z | Compiling term v1.1.0 |
| 923 | 2026-09-15T16:20:50.723Z | Running `/home/build/.rustup/toolchains/1.98.1-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=971d04dbdd6f980d -C extra-filename=-dc0ade4b71397065 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 924 | 2026-09-15T16:20:50.858Z | Compiling dyn-clone v1.0.4 |
| 925 | 2026-09-15T16:20:50.861Z | Running `/home/build/.rustup/toolchains/1.98.1-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=3a23eb05df03ee86 -C extra-filename=-9cb13116616d2b81 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 926 | 2026-09-15T16:20:50.945Z | Compiling spin v0.9.8 |
| 927 | 2026-09-15T16:20:50.949Z | Running `/home/build/.rustup/toolchains/1.98.1-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=086968da1b9e7d50 -C extra-filename=-defb40cab3d21f61 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 928 | 2026-09-15T16:20:50.955Z | Compiling take_mut v0.2.2 |
| 929 | 2026-09-15T16:20:50.958Z | Running `/home/build/.rustup/toolchains/1.98.1-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=b1fbe5adc4f4d347 -C extra-filename=-710a4f8038cf18a5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 930 | 2026-09-15T16:20:51.103Z | Running `/home/build/.rustup/toolchains/1.98.1-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=f269e4b58aa8a110 -C extra-filename=-e44843db7872b721 --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-ba63ea029971de41.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-f0ef1939c0827086.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6ec360edf94e2731.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-0acb3b5030322f97.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-da0c74c7834257fb.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-0a48cb3c300bd953.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-defb40cab3d21f61.rmeta --cap-lints allow` |
| 931 | 2026-09-15T16:20:51.106Z | Running `/home/build/.rustup/toolchains/1.98.1-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=6ab9580738f6c074 -C extra-filename=-a2c7bc7d84f257dd --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-ff1e9d4c7d8f1569.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-710a4f8038cf18a5.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-1501825a97eacbfa.rmeta --cap-lints allow --cfg integer128` |
| 932 | 2026-09-15T16:20:51.138Z | Compiling async-stream v0.3.6 |
| 933 | 2026-09-15T16:20:51.142Z | Running `/home/build/.rustup/toolchains/1.98.1-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=e26759b69fafdf64 -C extra-filename=-d814a54fc7b3eb9c --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-f52bafda8aa2c3d3.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-33f673b3e0db3d52.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --cap-lints allow` |
| 934 | 2026-09-15T16:20:51.317Z | Compiling slog-term v2.9.2 |
| 935 | 2026-09-15T16:20:51.322Z | Running `/home/build/.rustup/toolchains/1.98.1-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=a942c503baf0e9d7 -C extra-filename=-e8b1a72be2e81f43 --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-30b47a1202c946f2.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-b15b098300d32caa.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-dc0ade4b71397065.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-1501825a97eacbfa.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-58b9cd33cb2b8e5a.rmeta --cap-lints allow` |
| 936 | 2026-09-15T16:20:51.487Z | Compiling tungstenite v0.30.0 |
| 937 | 2026-09-15T16:20:51.490Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=3f29b85027c47ef5 -C extra-filename=-dc0d958399979f24 --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-ba63ea029971de41.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-1bc7e64f1002d7a0.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-0acb3b5030322f97.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e7143e91b65e7f39.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-b02007b4d67cd402.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rmeta --cap-lints allow` |
| 938 | 2026-09-15T16:20:51.580Z | Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-9f3ad8552bc5f3fc/build-script-build` |
| 939 | 2026-09-15T16:20:51.623Z | Running `/home/build/.rustup/toolchains/1.98.1-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=2e25031126b78903 -C extra-filename=-2493ba4dfc5486c3 --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-30b47a1202c946f2.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-9cb13116616d2b81.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-0c787e40206b99c2.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
| 940 | 2026-09-15T16:20:51.651Z | Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-3a02905b6633ad46/build-script-build` |
| 941 | 2026-09-15T16:20:51.694Z | Compiling usdt v0.6.0 |
| 942 | 2026-09-15T16:20:51.698Z | Running `/home/build/.rustup/toolchains/1.98.1-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=b7e9a7cb3717e871 -C extra-filename=-90014e0357078cb4 --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-ffe8fe7ef0a88880.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-332122d0ec51213c.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-5c709f3c2f99759b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-7a2422c9bdbf5ae7.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-5c41eee56988cfbf.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-9484a400685f066a.so --cap-lints allow` |
| 943 | 2026-09-15T16:20:51.783Z | Compiling futures v0.3.34 |
| 944 | 2026-09-15T16:20:51.786Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=dbe3463890083057 -C extra-filename=-5339f50991bf6466 --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-c7b574b386835ff3.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-33f673b3e0db3d52.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-f0b5413acbd83021.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-8928e30e387f2573.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d25010b1d820ac49.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-aeedcaa83ebab540.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6ec360edf94e2731.rmeta --cap-lints allow` |
| 945 | 2026-09-15T16:20:51.827Z | Compiling atomicwrites v0.4.4 |
| 946 | 2026-09-15T16:20:51.831Z | Running `/home/build/.rustup/toolchains/1.98.1-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=44314b640982047d -C extra-filename=-7879ddb962002c19 --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-c932bd2fa9ffdc31.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rmeta --cap-lints allow` |
| 947 | 2026-09-15T16:20:51.862Z | Compiling slog-bunyan v2.5.0 |
| 948 | 2026-09-15T16:20:51.924Z | Running `/home/build/.rustup/toolchains/1.98.1-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=02c354ecf95fdc16 -C extra-filename=-865e73c8de64b599 --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-7f2db6e7ee2c1595.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-58b9cd33cb2b8e5a.rmeta --cap-lints allow` |
| 949 | 2026-09-15T16:20:51.962Z | Compiling tower-http v0.6.8 |
| 950 | 2026-09-15T16:20:51.965Z | Running `/home/build/.rustup/toolchains/1.98.1-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.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="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=396a6373823658e6 -C extra-filename=-86c8ddaf85b731fd --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-5e8d9f641a33ddb2.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6ec360edf94e2731.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-514732306f863a69.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-f8538209e7e2ae0f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-97ad8c44c18841df.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-954d597b43c84271.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-584cd27dd6f69fe5.rmeta --cap-lints allow` |
| 951 | 2026-09-15T16:20:51.973Z | Compiling serde_urlencoded v0.7.1 |
| 952 | 2026-09-15T16:20:51.982Z | Running `/home/build/.rustup/toolchains/1.98.1-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=0561cca34f7cf10b -C extra-filename=-0197a5fa5b0ee220 --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-c5306289fcd2ad9e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-c25e71240d4565b4.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-cbbd5f2cb47cffce.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --cap-lints allow` |
| 953 | 2026-09-15T16:20:51.993Z | Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-d7658de3047613ec/build-script-build` |
| 954 | 2026-09-15T16:20:52.011Z | Compiling url v2.5.4 |
| 955 | 2026-09-15T16:20:52.015Z | Running `/home/build/.rustup/toolchains/1.98.1-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=bfc5b76a2378f8df -C extra-filename=-34f4c1d14899029b --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-c5306289fcd2ad9e.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-8fec9b8c43c40c17.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rmeta --cap-lints allow` |
| 956 | 2026-09-15T16:20:52.024Z | Compiling event-listener-strategy v0.5.4 |
| 957 | 2026-09-15T16:20:52.027Z | Running `/home/build/.rustup/toolchains/1.98.1-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=94bd4743d6c20957 -C extra-filename=-4ceaad921dd51589 --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-2d632f8eb4184a98.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --cap-lints allow` |
| 958 | 2026-09-15T16:20:52.161Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=a3815299f998d94a -C extra-filename=-a8b84bc494172261 --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-1c58a12fe29484a7.rmeta --cap-lints allow --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'` |
| 959 | 2026-09-15T16:20:52.216Z | Compiling async-compression v0.4.46 |
| 960 | 2026-09-15T16:20:52.224Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=a81d91475b440cf2 -C extra-filename=-6f97c7f3ca253f2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern compression_codecs=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_codecs-54ea4e5fe75e4569.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-8ed93756cae614ec.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --cap-lints allow` |
| 961 | 2026-09-15T16:20:52.381Z | Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 962 | 2026-09-15T16:20:52.385Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 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=6188c81c1ddea02e -C extra-filename=-46d8871f9deace62 --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-3993fb638e7b894f.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f6127db3a6186bd6.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-a47b84f9da111502.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rlib --extern proc_macro` |
| 963 | 2026-09-15T16:20:52.408Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-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=bd2d266aa1305e32 -C extra-filename=-73041cfa6d82d410 --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"))'` |
| 964 | 2026-09-15T16:20:52.482Z | Compiling pem v4.0.0 |
| 965 | 2026-09-15T16:20:52.486Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=beecb231d0274ef7 -C extra-filename=-14c8b16d0e44c091 --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-8da3e33e5f586597.rmeta --cap-lints allow` |
| 966 | 2026-09-15T16:20:52.526Z | Compiling yasna v0.6.0 |
| 967 | 2026-09-15T16:20:52.530Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-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="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=613028c61840d4fb -C extra-filename=-b50f986a5a192272 --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-58b9cd33cb2b8e5a.rmeta --cap-lints allow` |
| 968 | 2026-09-15T16:20:52.538Z | Compiling waitgroup v0.1.2 |
| 969 | 2026-09-15T16:20:52.541Z | Running `/home/build/.rustup/toolchains/1.98.1-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=fd08d2fb7c00c47d -C extra-filename=-b61a451411024a51 --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-f39a3bc08327ab53.rmeta --cap-lints allow` |
| 970 | 2026-09-15T16:20:52.584Z | Compiling openapiv3 v2.2.0 |
| 971 | 2026-09-15T16:20:52.587Z | Running `/home/build/.rustup/toolchains/1.98.1-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=1c7900ac3e2ad4ec -C extra-filename=-dc143b18f1e037e0 --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-de13c80d8b29d55d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rmeta --cap-lints allow` |
| 972 | 2026-09-15T16:20:52.672Z | Compiling async-trait v0.1.92 |
| 973 | 2026-09-15T16:20:52.675Z | Running `/home/build/.rustup/toolchains/1.98.1-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.92/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=6c35e53bf6a3d175 -C extra-filename=-b5532e527d4fd74d --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rlib --extern proc_macro --cap-lints allow` |
| 974 | 2026-09-15T16:20:52.808Z | Compiling rustls-pemfile v2.2.0 |
| 975 | 2026-09-15T16:20:52.816Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=980040f8b089b918 -C extra-filename=-997628308778c655 --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-631cb8edd63e5b13.rmeta --cap-lints allow` |
| 976 | 2026-09-15T16:20:52.846Z | Compiling serde_path_to_error v0.1.20 |
| 977 | 2026-09-15T16:20:52.856Z | Running `/home/build/.rustup/toolchains/1.98.1-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.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfa01fe11aebfab8 -C extra-filename=-2efbdf2e52a47ce7 --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-c25e71240d4565b4.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-1c58a12fe29484a7.rmeta --cap-lints allow` |
| 978 | 2026-09-15T16:20:53.007Z | Compiling hostname v0.4.2 |
| 979 | 2026-09-15T16:20:53.010Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=7587c04639c41d84 -C extra-filename=-d2d020919d9f2709 --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-a6d78c59bfe1dffc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --cap-lints allow` |
| 980 | 2026-09-15T16:20:53.112Z | Compiling debug-ignore v1.0.5 |
| 981 | 2026-09-15T16:20:53.115Z | Running `/home/build/.rustup/toolchains/1.98.1-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=54a5d2e0a6a551b7 -C extra-filename=-fd3626ae1eda9c63 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 982 | 2026-09-15T16:20:53.195Z | Compiling glob v0.3.0 |
| 983 | 2026-09-15T16:20:53.210Z | Running `/home/build/.rustup/toolchains/1.98.1-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=d5f80bd7a50ce1c9 -C extra-filename=-b46bc6f0a87f6b04 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 984 | 2026-09-15T16:20:53.224Z | Compiling simple-mermaid v0.2.0 |
| 985 | 2026-09-15T16:20:53.224Z | Running `/home/build/.rustup/toolchains/1.98.1-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=873b7a905bb3a0e7 -C extra-filename=-82ad514df2b33ca4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 986 | 2026-09-15T16:20:53.229Z | Compiling termcolor v1.1.2 |
| 987 | 2026-09-15T16:20:53.229Z | Running `/home/build/.rustup/toolchains/1.98.1-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=15dc3153b027742d -C extra-filename=-724f62a40bf0327d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 988 | 2026-09-15T16:20:53.250Z | Compiling async-channel v2.5.0 |
| 989 | 2026-09-15T16:20:53.253Z | Running `/home/build/.rustup/toolchains/1.98.1-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=e61d168f8c4710e5 -C extra-filename=-9de9c80f71731cbb --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-1b9ecc330991c289.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-4ceaad921dd51589.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-33f673b3e0db3d52.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --cap-lints allow` |
| 990 | 2026-09-15T16:20:53.279Z | Running `/home/build/.rustup/toolchains/1.98.1-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=bb8a150519f0e4a5 -C extra-filename=-7e9141f6f1b02747 --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-0a48cb3c300bd953.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-30e4761b71931f53.rmeta --cap-lints allow` |
| 991 | 2026-09-15T16:20:53.456Z | Compiling trybuild v1.0.120 |
| 992 | 2026-09-15T16:20:53.460Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.120/src/lib.rs --error-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=ccd210b9e5377325 -C extra-filename=-2ed58d15b8498e47 --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-b46bc6f0a87f6b04.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-1ad969e9291549cb.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-73041cfa6d82d410.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-724f62a40bf0327d.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rmeta --cap-lints allow` |
| 993 | 2026-09-15T16:20:53.551Z | Compiling tokio-tungstenite v0.30.0 |
| 994 | 2026-09-15T16:20:53.555Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=67f861a11119273f -C extra-filename=-98b2a136c0cba92b --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-6ec360edf94e2731.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e7143e91b65e7f39.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-dc0d958399979f24.rmeta --cap-lints allow` |
| 995 | 2026-09-15T16:20:53.571Z | Compiling expectorate v1.3.0 |
| 996 | 2026-09-15T16:20:53.574Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=5138b759a495e386 -C extra-filename=-689867b49d57f796 --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-7879ddb962002c19.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-2eacd71c01f6974c.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-cbb835dd94cee5e7.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-68f88c438a8f8535.rmeta --cap-lints allow` |
| 997 | 2026-09-15T16:20:53.681Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/lib.rs --error-format=json --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=3e33279bf4b2dfc2 -C extra-filename=-518f1c4d693b90e5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)'` |
| 998 | 2026-09-15T16:20:53.719Z | Compiling subprocess v1.2.1 |
| 999 | 2026-09-15T16:20:53.724Z | Compiling buf-list v1.1.2 |
| 1000 | 2026-09-15T16:20:53.724Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de60f943d971068b -C extra-filename=-9dee005803d7be89 --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-1225b4ce6297b1af.rmeta --cap-lints allow` |
| 1001 | 2026-09-15T16:20:53.730Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=59d1eb10b79974d3 -C extra-filename=-9451bc19ad1ed652 --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-ba63ea029971de41.rmeta --cap-lints allow` |
| 1002 | 2026-09-15T16:20:53.833Z | Compiling lazy_static v1.5.0 |
| 1003 | 2026-09-15T16:20:53.836Z | Running `/home/build/.rustup/toolchains/1.98.1-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=ba95dd108f197dfd -C extra-filename=-de9d1dbc108fa651 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 1004 | 2026-09-15T16:20:53.934Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.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=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=73e4cfc02913e10b -C extra-filename=-da56a8bb9dad0c06 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-da56a8bb9dad0c06 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 1005 | 2026-09-15T16:20:54.006Z | Running `/home/build/.rustup/toolchains/1.98.1-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=5e81139da8d3bc9e -C extra-filename=-3869674ab4b19a6e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 1006 | 2026-09-15T16:20:54.070Z | Compiling prettyplease v0.3.0 |
| 1007 | 2026-09-15T16:20:54.074Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=8bc2302e5261345e -C extra-filename=-b051c82ee942922f --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-b051c82ee942922f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 1008 | 2026-09-15T16:20:54.203Z | Compiling schema-derive v0.2.1 |
| 1009 | 2026-09-15T16:20:54.207Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b7c220b6f78311c -C extra-filename=-c8fb47f7280ee035 --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-683f7e39fd5cc52d.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rlib --extern proc_macro --cap-lints allow` |
| 1010 | 2026-09-15T16:20:54.219Z | Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-da56a8bb9dad0c06/build-script-build` |
| 1011 | 2026-09-15T16:20:54.232Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=e7c77c2a608e6505 -C extra-filename=-3dd9f62290432717 --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-a6d78c59bfe1dffc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --cap-lints allow` |
| 1012 | 2026-09-15T16:20:54.340Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=2ad45c4b0a665496 -C extra-filename=-4281b84a43b2ef06 --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-507e98612f33a013.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-3dd9f62290432717.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-3869674ab4b19a6e.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-dfa13f555b97c9ca.rmeta --cap-lints allow` |
| 1013 | 2026-09-15T16:20:54.380Z | Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-b051c82ee942922f/build-script-build` |
| 1014 | 2026-09-15T16:20:54.393Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=aae5d63a406c7b12 -C extra-filename=-5a30dd6538d699d3 --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-e3918c82b150da1e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
| 1015 | 2026-09-15T16:20:54.716Z | Running `/home/build/.rustup/toolchains/1.98.1-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=a4495758ffed85fa -C extra-filename=-d1103f3638054a38 --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-c932bd2fa9ffdc31.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4281b84a43b2ef06.rmeta --cap-lints allow` |
| 1016 | 2026-09-15T16:20:54.890Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=6e775298e06875d7 -C extra-filename=-30bb463f85d8812e --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-d1103f3638054a38.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-2eacd71c01f6974c.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-cbb835dd94cee5e7.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-68f88c438a8f8535.rmeta --cap-lints allow` |
| 1017 | 2026-09-15T16:20:55.423Z | Compiling schema v0.2.1 |
| 1018 | 2026-09-15T16:20:55.426Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dfc8552c3d452457 -C extra-filename=-7819fca6e6115774 --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-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-c8fb47f7280ee035.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rmeta --cap-lints allow` |
| 1019 | 2026-09-15T16:20:55.495Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 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=05cf5e6c04a8b510 -C extra-filename=-e8b03b75cad6c043 --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-30bb463f85d8812e.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-3993fb638e7b894f.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-5a30dd6538d699d3.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-7819fca6e6115774.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f6127db3a6186bd6.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-a47b84f9da111502.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rlib --extern proc_macro` |
| 1020 | 2026-09-15T16:20:59.256Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=4e4c92fc57d1d773 -C extra-filename=-3f14f462d4a38f08 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out -l static=aws_lc_0_45_0_crypto --cfg universal` |
| 1021 | 2026-09-15T16:20:59.260Z | Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-cd391e28dcd4847f/build-script-build` |
| 1022 | 2026-09-15T16:20:59.275Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-5d2d2fadb2b0c25c/build-script-build` |
| 1023 | 2026-09-15T16:20:59.638Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-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 --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "legacy-des", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=f06176b015890fad -C extra-filename=-ec3f274e4b25f8bf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_sys-3f14f462d4a38f08.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-0508912fb38053f6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'` |
| 1024 | 2026-09-15T16:21:00.401Z | Compiling rustls-webpki v0.103.15 |
| 1025 | 2026-09-15T16:21:00.401Z | Compiling rcgen v0.14.10 |
| 1026 | 2026-09-15T16:21:00.406Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=5cafbff209fadfc2 -C extra-filename=-278e502472716c9a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_rs-ec3f274e4b25f8bf.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-c6843affdcc037b9.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1027 | 2026-09-15T16:21:00.406Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.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=unexpected_cfgs --check-cfg 'cfg(rcgen_docsrs)' --cfg 'feature="aws_lc_rs"' --cfg 'feature="crypto"' --cfg 'feature="pem"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "aws_lc_rs_unstable", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=66e20a962acf3219 -C extra-filename=-e1a3f3ab39bac47c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_rs-ec3f274e4b25f8bf.rmeta --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-58b9cd33cb2b8e5a.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-b50f986a5a192272.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1028 | 2026-09-15T16:21:00.801Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.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(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="log"' --cfg 'feature="logging"' --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", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=44a09b6f2a2c8523 -C extra-filename=-f5c386ab9fd15046 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_rs-ec3f274e4b25f8bf.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e7143e91b65e7f39.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b4ba0856e717450f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-278e502472716c9a.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-12d303c880eca097.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-0508912fb38053f6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1029 | 2026-09-15T16:21:03.198Z | Compiling tokio-rustls v0.26.5 |
| 1030 | 2026-09-15T16:21:03.198Z | Compiling rustls-platform-verifier v0.6.2 |
| 1031 | 2026-09-15T16:21:03.201Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.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("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=2d17b649fc500701 -C extra-filename=-1e46697ab689cce0 --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-e7143e91b65e7f39.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-3e360838572959a9.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-278e502472716c9a.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1032 | 2026-09-15T16:21:03.201Z | Running `/home/build/.rustup/toolchains/1.98.1-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.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="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=491b19be0dc427a1 -C extra-filename=-f828c2fc8561f225 --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-f5c386ab9fd15046.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1033 | 2026-09-15T16:21:03.379Z | Compiling hyper-rustls v0.27.9 |
| 1034 | 2026-09-15T16:21:03.385Z | Running `/home/build/.rustup/toolchains/1.98.1-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.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="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --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=9ed77bd091a49da8 -C extra-filename=-1475842edbf78655 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e7143e91b65e7f39.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-3e360838572959a9.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-584cd27dd6f69fe5.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1035 | 2026-09-15T16:21:03.385Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 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=ef83c3090a45582e -C extra-filename=-04600734ceaee60c --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_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1036 | 2026-09-15T16:21:03.560Z | Compiling reqwest v0.13.5 |
| 1037 | 2026-09-15T16:21:03.563Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.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=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__native-tls", "__native-tls-alpn", "__rustls", "__rustls-aws-lc-rs", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "form", "gzip", "hickory-dns", "http2", "http3", "json", "multipart", "native-tls", "native-tls-no-alpn", "native-tls-vendored", "native-tls-vendored-no-alpn", "query", "rustls", "rustls-no-provider", "socks", "stream", "system-proxy", "zstd"))' -C metadata=e05ddbf0b3cac44b -C extra-filename=-685705f500fb69d8 --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-8da3e33e5f586597.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-f0ef1939c0827086.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-33f673b3e0db3d52.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-770d0bc1a0a70167.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-514732306f863a69.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e7143e91b65e7f39.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-0a48cb3c300bd953.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/dropshot/target/debug/deps/librustls_platform_verifier-1e46697ab689cce0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-3b3da3629179ee36.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-97ad8c44c18841df.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-86c8ddaf85b731fd.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-584cd27dd6f69fe5.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-34f4c1d14899029b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1038 | 2026-09-15T16:21:05.760Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 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=16d899a5f3de6ef2 -C extra-filename=-9aaa5f3f3b353855 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1039 | 2026-09-15T16:21:08.592Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 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=44d492b11ca86fbd -C extra-filename=-d3e010ba6f972e34 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1040 | 2026-09-15T16:21:08.597Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 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=ed652003921a376d -C extra-filename=-d557c9a6f378279f --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1041 | 2026-09-15T16:21:08.605Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 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=2792451198cca783 -C extra-filename=-0ad4683039068448 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1042 | 2026-09-15T16:21:08.605Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 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=e34e4b2bcd922bd5 -C extra-filename=-e9eeb348b65ee0f5 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1043 | 2026-09-15T16:21:08.605Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 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=b749888111c187e7 -C extra-filename=-e81864745a4a996c --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1044 | 2026-09-15T16:21:08.605Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 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=ddc9ffdcd10a6888 -C extra-filename=-555a623f67fa368d --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1045 | 2026-09-15T16:21:08.614Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 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=d7403e41b4340d99 -C extra-filename=-ea9bfcb4cc0a2b04 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1046 | 2026-09-15T16:21:09.524Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 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=79857bf9b8ebd6f2 -C extra-filename=-c9e89bfdaf998e69 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1047 | 2026-09-15T16:21:18.129Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 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=614d9cfc8f57b4c0 -C extra-filename=-41cfa44f85a58fe1 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1048 | 2026-09-15T16:21:19.143Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 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=e6640f514a3002f1 -C extra-filename=-c7e0fa517cb1d44b --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1049 | 2026-09-15T16:21:19.152Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 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=7f3c2bf5994db447 -C extra-filename=-bced03a6ccf08eeb --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1050 | 2026-09-15T16:21:19.306Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 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=2ae3cfb122af1e8a -C extra-filename=-1ee3df0c3ee8cfc1 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1051 | 2026-09-15T16:21:19.307Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 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=87205bfd8122b6e8 -C extra-filename=-473c87b119041161 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1052 | 2026-09-15T16:21:20.020Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 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=18e79b85629c4709 -C extra-filename=-836f8e70711340d0 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1053 | 2026-09-15T16:21:22.406Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 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=d512158339ee7c0d -C extra-filename=-608c1edbad07fc2a --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1054 | 2026-09-15T16:21:27.608Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 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=7556f4c329796f37 -C extra-filename=-9382cfd7445cacbb --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1055 | 2026-09-15T16:21:30.234Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 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=c932b3b542ea542e -C extra-filename=-a83b75ebc4245210 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1056 | 2026-09-15T16:21:30.528Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 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=04333f74ec912846 -C extra-filename=-9329be9437ddd395 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1057 | 2026-09-15T16:21:30.734Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 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=190959694381a0aa -C extra-filename=-bf4de73bea94d3df --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1058 | 2026-09-15T16:21:31.215Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 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=d2b8c8f8ea79d139 -C extra-filename=-8dafcaf1a90139f0 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1059 | 2026-09-15T16:21:31.952Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 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=f7df593b24ca3e59 -C extra-filename=-828543b6778ecb1b --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1060 | 2026-09-15T16:21:33.567Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 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=1e10a4226c2d1f7e -C extra-filename=-b90c65062d60ff16 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1061 | 2026-09-15T16:21:41.111Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 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=3f851a311b84fe89 -C extra-filename=-228a4cb8bae78d9e --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1062 | 2026-09-15T16:21:41.380Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 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=5f18702e3d2852ea -C extra-filename=-9ce7dd26b601b576 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04600734ceaee60c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1063 | 2026-09-15T16:21:56.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
| 1064 | 2026-09-15T16:21:56.316Z | |
| 1065 | 2026-09-15T16:21:56.316Z | real 1:29.009413677 |
| 1066 | 2026-09-15T16:21:56.316Z | user 7:20.666344842 |
| 1067 | 2026-09-15T16:21:56.316Z | sys 1:16.253386466 |
| 1068 | 2026-09-15T16:21:56.316Z | trap 0.344852000 |
| 1069 | 2026-09-15T16:21:56.316Z | tflt 0.095382777 |
| 1070 | 2026-09-15T16:21:56.316Z | dflt 0.312872122 |
| 1071 | 2026-09-15T16:21:56.316Z | kflt 0.006271945 |
| 1072 | 2026-09-15T16:21:56.316Z | lock 32:23.757609200 |
| 1073 | 2026-09-15T16:21:56.316Z | slp 29:01.457354209 |
| 1074 | 2026-09-15T16:21:56.316Z | lat 22.846927795 |
| 1075 | 2026-09-15T16:21:56.316Z | stop 54.285818520 |
| 1076 | 2026-09-15T16:21:56.320Z | + banner test |
| 1077 | 2026-09-15T16:21:56.320Z | |
| 1078 | 2026-09-15T16:21:56.320Z | ##### ###### #### ##### |
| 1079 | 2026-09-15T16:21:56.320Z | # # # # |
| 1080 | 2026-09-15T16:21:56.320Z | # ##### #### # |
| 1081 | 2026-09-15T16:21:56.320Z | # # # # |
| 1082 | 2026-09-15T16:21:56.320Z | # # # # # |
| 1083 | 2026-09-15T16:21:56.320Z | # ###### #### # |
| 1084 | 2026-09-15T16:21:56.320Z | |
| 1085 | 2026-09-15T16:21:56.320Z | + ptime -m cargo test --all-features --locked --verbose |
| 1086 | 2026-09-15T16:21:56.524Z | Fresh unicode-ident v1.0.12 |
| 1087 | 2026-09-15T16:21:56.524Z | Fresh cfg-if v1.0.0 |
| 1088 | 2026-09-15T16:21:56.524Z | Fresh itoa v1.0.1 |
| 1089 | 2026-09-15T16:21:56.524Z | Fresh memchr v2.6.0 |
| 1090 | 2026-09-15T16:21:56.529Z | Fresh proc-macro2 v1.0.107 |
| 1091 | 2026-09-15T16:21:56.529Z | Fresh pin-project-lite v0.2.12 |
| 1092 | 2026-09-15T16:21:56.529Z | Fresh autocfg v1.1.0 |
| 1093 | 2026-09-15T16:21:56.529Z | Fresh bytes v1.12.1 |
| 1094 | 2026-09-15T16:21:56.529Z | Fresh futures-core v0.3.34 |
| 1095 | 2026-09-15T16:21:56.529Z | Fresh quote v1.0.47 |
| 1096 | 2026-09-15T16:21:56.529Z | Fresh libc v0.2.189 |
| 1097 | 2026-09-15T16:21:56.529Z | Fresh smallvec v1.13.2 |
| 1098 | 2026-09-15T16:21:56.529Z | Fresh syn v3.0.4 |
| 1099 | 2026-09-15T16:21:56.529Z | Fresh jobserver v0.1.34 |
| 1100 | 2026-09-15T16:21:56.529Z | Fresh serde_derive v1.0.229 |
| 1101 | 2026-09-15T16:21:56.529Z | Fresh thiserror-impl v2.0.20 |
| 1102 | 2026-09-15T16:21:56.529Z | Fresh synstructure v0.13.1 |
| 1103 | 2026-09-15T16:21:56.529Z | Fresh zmij v1.0.2 |
| 1104 | 2026-09-15T16:21:56.529Z | Fresh find-msvc-tools v0.1.9 |
| 1105 | 2026-09-15T16:21:56.529Z | Fresh shlex v1.3.0 |
| 1106 | 2026-09-15T16:21:56.529Z | Fresh cc v1.2.60 |
| 1107 | 2026-09-15T16:21:56.529Z | Fresh thiserror v2.0.20 |
| 1108 | 2026-09-15T16:21:56.529Z | Fresh log v0.4.17 |
| 1109 | 2026-09-15T16:21:56.529Z | Fresh scopeguard v1.2.0 |
| 1110 | 2026-09-15T16:21:56.530Z | Fresh futures-sink v0.3.34 |
| 1111 | 2026-09-15T16:21:56.530Z | Fresh lock_api v0.4.6 |
| 1112 | 2026-09-15T16:21:56.530Z | Fresh cmake v0.1.58 |
| 1113 | 2026-09-15T16:21:56.530Z | Fresh zerofrom-derive v0.1.5 |
| 1114 | 2026-09-15T16:21:56.530Z | Fresh fs_extra v1.3.0 |
| 1115 | 2026-09-15T16:21:56.530Z | Fresh parking_lot_core v0.9.4 |
| 1116 | 2026-09-15T16:21:56.530Z | Fresh dunce v1.0.5 |
| 1117 | 2026-09-15T16:21:56.530Z | Fresh pkg-config v0.3.34 |
| 1118 | 2026-09-15T16:21:56.530Z | Fresh serde_core v1.0.229 |
| 1119 | 2026-09-15T16:21:56.530Z | Fresh slab v0.4.9 |
| 1120 | 2026-09-15T16:21:56.530Z | Fresh zerofrom v0.1.5 |
| 1121 | 2026-09-15T16:21:56.530Z | Fresh yoke-derive v0.7.5 |
| 1122 | 2026-09-15T16:21:56.530Z | Fresh tokio-macros v2.7.0 |
| 1123 | 2026-09-15T16:21:56.530Z | Fresh parking_lot v0.12.1 |
| 1124 | 2026-09-15T16:21:56.530Z | Fresh signal-hook-registry v1.4.0 |
| 1125 | 2026-09-15T16:21:56.530Z | Fresh mio v1.2.0 |
| 1126 | 2026-09-15T16:21:56.530Z | Fresh socket2 v0.6.3 |
| 1127 | 2026-09-15T16:21:56.530Z | Fresh stable_deref_trait v1.2.0 |
| 1128 | 2026-09-15T16:21:56.530Z | Fresh futures-channel v0.3.34 |
| 1129 | 2026-09-15T16:21:56.530Z | Fresh yoke v0.7.5 |
| 1130 | 2026-09-15T16:21:56.530Z | Fresh tokio v1.53.1 |
| 1131 | 2026-09-15T16:21:56.530Z | Fresh zerovec-derive v0.10.3 |
| 1132 | 2026-09-15T16:21:56.530Z | Fresh http v1.5.0 |
| 1133 | 2026-09-15T16:21:56.531Z | Fresh version_check v0.9.5 |
| 1134 | 2026-09-15T16:21:56.531Z | Fresh zeroize v1.8.2 |
| 1135 | 2026-09-15T16:21:56.531Z | Fresh bitflags v2.11.0 |
| 1136 | 2026-09-15T16:21:56.531Z | Fresh serde v1.0.229 |
| 1137 | 2026-09-15T16:21:56.531Z | Fresh zerovec v0.10.4 |
| 1138 | 2026-09-15T16:21:56.531Z | Fresh displaydoc v0.2.5 |
| 1139 | 2026-09-15T16:21:56.531Z | Fresh futures-macro v0.3.34 |
| 1140 | 2026-09-15T16:21:56.531Z | Fresh ucd-trie v0.1.6 |
| 1141 | 2026-09-15T16:21:56.531Z | Fresh futures-io v0.3.34 |
| 1142 | 2026-09-15T16:21:56.531Z | Fresh rand_core v0.10.1 |
| 1143 | 2026-09-15T16:21:56.531Z | Fresh futures-task v0.3.34 |
| 1144 | 2026-09-15T16:21:56.531Z | Fresh pest v2.8.1 |
| 1145 | 2026-09-15T16:21:56.531Z | Fresh rustls-pki-types v1.15.1 |
| 1146 | 2026-09-15T16:21:56.531Z | Fresh errno v0.3.10 |
| 1147 | 2026-09-15T16:21:56.531Z | Fresh futures-util v0.3.34 |
| 1148 | 2026-09-15T16:21:56.531Z | Fresh pest_meta v2.8.1 |
| 1149 | 2026-09-15T16:21:56.531Z | Fresh tinystr v0.7.6 |
| 1150 | 2026-09-15T16:21:56.531Z | Fresh aws-lc-sys v0.45.0 |
| 1151 | 2026-09-15T16:21:56.531Z | Fresh zerocopy-derive v0.8.27 |
| 1152 | 2026-09-15T16:21:56.531Z | Fresh litemap v0.7.4 |
| 1153 | 2026-09-15T16:21:56.531Z | Fresh writeable v0.5.5 |
| 1154 | 2026-09-15T16:21:56.531Z | Fresh rustversion v1.0.22 |
| 1155 | 2026-09-15T16:21:56.531Z | Fresh aws-lc-rs v1.18.1 |
| 1156 | 2026-09-15T16:21:56.531Z | Fresh httparse v1.10.0 |
| 1157 | 2026-09-15T16:21:56.531Z | Fresh rustix v1.1.4 |
| 1158 | 2026-09-15T16:21:56.531Z | Fresh zerocopy v0.8.27 |
| 1159 | 2026-09-15T16:21:56.531Z | Fresh icu_locid v1.5.0 |
| 1160 | 2026-09-15T16:21:56.531Z | Fresh typenum v1.19.0 |
| 1161 | 2026-09-15T16:21:56.531Z | Fresh pest_generator v2.8.1 |
| 1162 | 2026-09-15T16:21:56.531Z | Fresh icu_provider_macros v1.5.0 |
| 1163 | 2026-09-15T16:21:56.531Z | Fresh fastrand v2.1.1 |
| 1164 | 2026-09-15T16:21:56.531Z | Fresh num-conv v0.2.0 |
| 1165 | 2026-09-15T16:21:56.531Z | Fresh time-core v0.1.8 |
| 1166 | 2026-09-15T16:21:56.531Z | Fresh hashbrown v0.17.0 |
| 1167 | 2026-09-15T16:21:56.531Z | Fresh equivalent v1.0.0 |
| 1168 | 2026-09-15T16:21:56.531Z | Fresh powerfmt v0.2.0 |
| 1169 | 2026-09-15T16:21:56.531Z | Fresh crossbeam-utils v0.8.21 |
| 1170 | 2026-09-15T16:21:56.531Z | Fresh hybrid-array v0.4.8 |
| 1171 | 2026-09-15T16:21:56.531Z | Fresh icu_provider v1.5.0 |
| 1172 | 2026-09-15T16:21:56.531Z | Fresh deranged v0.5.5 |
| 1173 | 2026-09-15T16:21:56.532Z | Fresh time-macros v0.2.27 |
| 1174 | 2026-09-15T16:21:56.532Z | Fresh indexmap v2.14.2 |
| 1175 | 2026-09-15T16:21:56.532Z | Fresh pest_derive v2.8.1 |
| 1176 | 2026-09-15T16:21:56.532Z | Fresh http-body v1.0.1 |
| 1177 | 2026-09-15T16:21:56.532Z | Fresh tracing-core v0.1.32 |
| 1178 | 2026-09-15T16:21:56.532Z | Fresh percent-encoding v2.3.2 |
| 1179 | 2026-09-15T16:21:56.532Z | Fresh untrusted v0.9.0 |
| 1180 | 2026-09-15T16:21:56.532Z | Fresh atomic-waker v1.1.2 |
| 1181 | 2026-09-15T16:21:56.532Z | Fresh icu_locid_transform_data v1.5.0 |
| 1182 | 2026-09-15T16:21:56.532Z | Fresh num_threads v0.1.3 |
| 1183 | 2026-09-15T16:21:56.532Z | Fresh tracing v0.1.40 |
| 1184 | 2026-09-15T16:21:56.532Z | Fresh time v0.3.47 |
| 1185 | 2026-09-15T16:21:56.532Z | Fresh rustls-webpki v0.103.15 |
| 1186 | 2026-09-15T16:21:56.532Z | Fresh icu_locid_transform v1.5.0 |
| 1187 | 2026-09-15T16:21:56.532Z | Fresh dtrace-parser v0.3.0 |
| 1188 | 2026-09-15T16:21:56.532Z | Fresh rustix v0.38.44 |
| 1189 | 2026-09-15T16:21:56.532Z | Fresh icu_collections v1.5.0 |
| 1190 | 2026-09-15T16:21:56.538Z | Fresh tokio-util v0.7.19 |
| 1191 | 2026-09-15T16:21:56.538Z | Fresh serde_json v1.0.151 |
| 1192 | 2026-09-15T16:21:56.538Z | Fresh erased-serde v0.3.31 |
| 1193 | 2026-09-15T16:21:56.538Z | Fresh scroll_derive v0.13.1 |
| 1194 | 2026-09-15T16:21:56.538Z | Fresh thread-id v5.0.0 |
| 1195 | 2026-09-15T16:21:56.538Z | Fresh byteorder v1.4.3 |
| 1196 | 2026-09-15T16:21:56.538Z | Fresh subtle v2.5.0 |
| 1197 | 2026-09-15T16:21:56.538Z | Fresh try-lock v0.2.3 |
| 1198 | 2026-09-15T16:21:56.538Z | Fresh tower-layer v0.3.3 |
| 1199 | 2026-09-15T16:21:56.538Z | Fresh tower-service v0.3.3 |
| 1200 | 2026-09-15T16:21:56.538Z | Fresh cpufeatures v0.3.0 |
| 1201 | 2026-09-15T16:21:56.538Z | Fresh icu_properties_data v1.5.0 |
| 1202 | 2026-09-15T16:21:56.538Z | Fresh fnv v1.0.7 |
| 1203 | 2026-09-15T16:21:56.538Z | Fresh rustls v0.23.44 |
| 1204 | 2026-09-15T16:21:56.538Z | Fresh want v0.3.0 |
| 1205 | 2026-09-15T16:21:56.538Z | Fresh icu_properties v1.5.1 |
| 1206 | 2026-09-15T16:21:56.538Z | Fresh scroll v0.13.0 |
| 1207 | 2026-09-15T16:21:56.538Z | Fresh slog v2.8.2 |
| 1208 | 2026-09-15T16:21:56.538Z | Fresh h2 v0.4.14 |
| 1209 | 2026-09-15T16:21:56.538Z | Fresh paste v1.0.15 |
| 1210 | 2026-09-15T16:21:56.538Z | Fresh block-buffer v0.12.0 |
| 1211 | 2026-09-15T16:21:56.538Z | Fresh crypto-common v0.2.1 |
| 1212 | 2026-09-15T16:21:56.538Z | Fresh utf8_iter v1.0.4 |
| 1213 | 2026-09-15T16:21:56.538Z | Fresh icu_normalizer_data v1.5.0 |
| 1214 | 2026-09-15T16:21:56.538Z | Fresh write16 v1.0.0 |
| 1215 | 2026-09-15T16:21:56.538Z | Fresh simd-adler32 v0.3.10 |
| 1216 | 2026-09-15T16:21:56.538Z | Fresh const-oid v0.10.2 |
| 1217 | 2026-09-15T16:21:56.538Z | Fresh httpdate v1.0.1 |
| 1218 | 2026-09-15T16:21:56.538Z | Fresh utf16_iter v1.0.5 |
| 1219 | 2026-09-15T16:21:56.538Z | Fresh unicode-width v0.2.2 |
| 1220 | 2026-09-15T16:21:56.538Z | Fresh plain v0.2.3 |
| 1221 | 2026-09-15T16:21:56.538Z | Fresh unicode-segmentation v1.10.0 |
| 1222 | 2026-09-15T16:21:56.538Z | Fresh adler2 v2.0.1 |
| 1223 | 2026-09-15T16:21:56.538Z | Fresh goblin v0.10.1 |
| 1224 | 2026-09-15T16:21:56.539Z | Fresh icu_normalizer v1.5.0 |
| 1225 | 2026-09-15T16:21:56.539Z | Fresh hyper v1.11.1 |
| 1226 | 2026-09-15T16:21:56.539Z | Fresh digest v0.11.2 |
| 1227 | 2026-09-15T16:21:56.539Z | Fresh console v0.16.4 |
| 1228 | 2026-09-15T16:21:56.539Z | Fresh miniz_oxide v0.9.1 |
| 1229 | 2026-09-15T16:21:56.539Z | Fresh newline-converter v0.3.0 |
| 1230 | 2026-09-15T16:21:56.539Z | Fresh num-traits v0.2.14 |
| 1231 | 2026-09-15T16:21:56.539Z | Fresh crc32fast v1.5.0 |
| 1232 | 2026-09-15T16:21:56.539Z | Fresh form_urlencoded v1.2.2 |
| 1233 | 2026-09-15T16:21:56.539Z | Fresh serde_tokenstream v0.3.0 |
| 1234 | 2026-09-15T16:21:56.539Z | Fresh serde_tokenstream v0.2.3 |
| 1235 | 2026-09-15T16:21:56.539Z | Fresh ipnet v2.10.0 |
| 1236 | 2026-09-15T16:21:56.539Z | Fresh base64 v0.23.1 |
| 1237 | 2026-09-15T16:21:56.539Z | Fresh openssl-probe v0.2.1 |
| 1238 | 2026-09-15T16:21:56.539Z | Fresh pretty-hex v0.4.1 |
| 1239 | 2026-09-15T16:21:56.539Z | Fresh mime v0.3.16 |
| 1240 | 2026-09-15T16:21:56.539Z | Fresh winnow v1.0.0 |
| 1241 | 2026-09-15T16:21:56.539Z | Fresh semver v1.0.28 |
| 1242 | 2026-09-15T16:21:56.539Z | Fresh heck v0.5.0 |
| 1243 | 2026-09-15T16:21:56.539Z | Fresh similar v3.2.0 |
| 1244 | 2026-09-15T16:21:56.539Z | Fresh iana-time-zone v0.1.47 |
| 1245 | 2026-09-15T16:21:56.539Z | Fresh base64 v0.22.1 |
| 1246 | 2026-09-15T16:21:56.539Z | Fresh dof v0.4.0 |
| 1247 | 2026-09-15T16:21:56.539Z | Fresh toml_parser v1.1.3+spec-1.1.0 |
| 1248 | 2026-09-15T16:21:56.539Z | Fresh chrono v0.4.45 |
| 1249 | 2026-09-15T16:21:56.539Z | Fresh hyper-util v0.1.20 |
| 1250 | 2026-09-15T16:21:56.539Z | Fresh rustls-native-certs v0.8.3 |
| 1251 | 2026-09-15T16:21:56.539Z | Fresh flate2 v1.1.10 |
| 1252 | 2026-09-15T16:21:56.539Z | Fresh unicase v2.6.0 |
| 1253 | 2026-09-15T16:21:56.539Z | Fresh idna_adapter v1.2.0 |
| 1254 | 2026-09-15T16:21:56.539Z | Fresh sha1 v0.11.0 |
| 1255 | 2026-09-15T16:21:56.539Z | Fresh tokio-rustls v0.26.5 |
| 1256 | 2026-09-15T16:21:56.539Z | Fresh chacha20 v0.10.1 |
| 1257 | 2026-09-15T16:21:56.539Z | Fresh concurrent-queue v2.5.0 |
| 1258 | 2026-09-15T16:21:56.539Z | Fresh thread_local v1.1.4 |
| 1259 | 2026-09-15T16:21:56.539Z | Fresh serde_derive_internals v0.29.0 |
| 1260 | 2026-09-15T16:21:56.539Z | Fresh syn v2.0.118 |
| 1261 | 2026-09-15T16:21:56.539Z | Fresh toml_datetime v1.1.1+spec-1.1.0 |
| 1262 | 2026-09-15T16:21:56.539Z | Fresh serde_spanned v1.1.1 |
| 1263 | 2026-09-15T16:21:56.539Z | Fresh sync_wrapper v1.0.1 |
| 1264 | 2026-09-15T16:21:56.539Z | Fresh encoding_rs v0.8.32 |
| 1265 | 2026-09-15T16:21:56.540Z | Fresh toml_writer v1.1.2+spec-1.1.0 |
| 1266 | 2026-09-15T16:21:56.540Z | Fresh compression-core v0.4.33 |
| 1267 | 2026-09-15T16:21:56.540Z | Fresh parking v2.2.0 |
| 1268 | 2026-09-15T16:21:56.540Z | Fresh match_cfg v0.1.0 |
| 1269 | 2026-09-15T16:21:56.540Z | Fresh compression-codecs v0.4.41 |
| 1270 | 2026-09-15T16:21:56.540Z | Fresh tower v0.5.2 |
| 1271 | 2026-09-15T16:21:56.540Z | Fresh toml v1.1.6+spec-1.1.0 |
| 1272 | 2026-09-15T16:21:56.540Z | Fresh hostname v0.3.1 |
| 1273 | 2026-09-15T16:21:56.540Z | Fresh event-listener v5.0.0 |
| 1274 | 2026-09-15T16:21:56.540Z | Fresh usdt-impl v0.6.0 |
| 1275 | 2026-09-15T16:21:56.540Z | Fresh rand v0.10.2 |
| 1276 | 2026-09-15T16:21:56.540Z | Fresh schemars_derive v0.8.22 |
| 1277 | 2026-09-15T16:21:56.540Z | Fresh idna v1.0.3 |
| 1278 | 2026-09-15T16:21:56.540Z | Fresh ryu v1.0.5 |
| 1279 | 2026-09-15T16:21:56.540Z | Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 1280 | 2026-09-15T16:21:56.540Z | Fresh usdt-macro v0.6.0 |
| 1281 | 2026-09-15T16:21:56.540Z | Fresh usdt-attr-macro v0.6.0 |
| 1282 | 2026-09-15T16:21:56.540Z | Fresh slog-json v2.6.1 |
| 1283 | 2026-09-15T16:21:56.540Z | Fresh http-body-util v0.1.5 |
| 1284 | 2026-09-15T16:21:56.540Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 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=2d03e81d69328613 -C extra-filename=-936cc3965485047f --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-3993fb638e7b894f.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f6127db3a6186bd6.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-a47b84f9da111502.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rlib --extern proc_macro` |
| 1285 | 2026-09-15T16:21:56.540Z | Fresh crossbeam-channel v0.5.15 |
| 1286 | 2026-09-15T16:21:56.540Z | Fresh uuid v1.26.1 |
| 1287 | 2026-09-15T16:21:56.573Z | Fresh futures-executor v0.3.34 |
| 1288 | 2026-09-15T16:21:56.577Z | Fresh async-stream-impl v0.3.6 |
| 1289 | 2026-09-15T16:21:56.577Z | Fresh is-terminal v0.4.12 |
| 1290 | 2026-09-15T16:21:56.577Z | Fresh memmap2 v0.9.8 |
| 1291 | 2026-09-15T16:21:56.577Z | Fresh take_mut v0.2.2 |
| 1292 | 2026-09-15T16:21:56.577Z | Fresh spin v0.9.8 |
| 1293 | 2026-09-15T16:21:56.577Z | Fresh dyn-clone v1.0.4 |
| 1294 | 2026-09-15T16:21:56.577Z | Fresh iri-string v0.7.8 |
| 1295 | 2026-09-15T16:21:56.577Z | Fresh term v1.1.0 |
| 1296 | 2026-09-15T16:21:56.577Z | Fresh data-encoding v2.4.0 |
| 1297 | 2026-09-15T16:21:56.577Z | Fresh slog-term v2.9.2 |
| 1298 | 2026-09-15T16:21:56.577Z | Fresh usdt v0.6.0 |
| 1299 | 2026-09-15T16:21:56.577Z | Fresh tungstenite v0.30.0 |
| 1300 | 2026-09-15T16:21:56.577Z | Fresh tower-http v0.6.8 |
| 1301 | 2026-09-15T16:21:56.577Z | Fresh schemars v0.8.22 |
| 1302 | 2026-09-15T16:21:56.577Z | Fresh multer v3.1.0 |
| 1303 | 2026-09-15T16:21:56.577Z | Fresh slog-async v2.8.0 |
| 1304 | 2026-09-15T16:21:56.577Z | Fresh async-stream v0.3.6 |
| 1305 | 2026-09-15T16:21:56.577Z | Fresh futures v0.3.34 |
| 1306 | 2026-09-15T16:21:56.577Z | Fresh serde_urlencoded v0.7.1 |
| 1307 | 2026-09-15T16:21:56.578Z | Fresh slog-bunyan v2.5.0 |
| 1308 | 2026-09-15T16:21:56.578Z | Fresh url v2.5.4 |
| 1309 | 2026-09-15T16:21:56.578Z | Fresh target-triple v1.0.0 |
| 1310 | 2026-09-15T16:21:56.578Z | Fresh camino v1.2.5 |
| 1311 | 2026-09-15T16:21:56.578Z | Fresh event-listener-strategy v0.5.4 |
| 1312 | 2026-09-15T16:21:56.578Z | Fresh async-compression v0.4.46 |
| 1313 | 2026-09-15T16:21:56.578Z | Fresh hyper-rustls v0.27.9 |
| 1314 | 2026-09-15T16:21:56.578Z | Fresh rustls-platform-verifier v0.6.2 |
| 1315 | 2026-09-15T16:21:56.578Z | Fresh pem v4.0.0 |
| 1316 | 2026-09-15T16:21:56.578Z | Fresh yasna v0.6.0 |
| 1317 | 2026-09-15T16:21:56.578Z | Fresh waitgroup v0.1.2 |
| 1318 | 2026-09-15T16:21:56.578Z | Fresh openapiv3 v2.2.0 |
| 1319 | 2026-09-15T16:21:56.578Z | Fresh rustls-pemfile v2.2.0 |
| 1320 | 2026-09-15T16:21:56.578Z | Fresh async-trait v0.1.92 |
| 1321 | 2026-09-15T16:21:56.582Z | Fresh serde_path_to_error v0.1.20 |
| 1322 | 2026-09-15T16:21:56.582Z | Fresh hostname v0.4.2 |
| 1323 | 2026-09-15T16:21:56.582Z | Fresh simple-mermaid v0.2.0 |
| 1324 | 2026-09-15T16:21:56.582Z | Fresh termcolor v1.1.2 |
| 1325 | 2026-09-15T16:21:56.582Z | Fresh glob v0.3.0 |
| 1326 | 2026-09-15T16:21:56.582Z | Fresh debug-ignore v1.0.5 |
| 1327 | 2026-09-15T16:21:56.582Z | Fresh trybuild v1.0.120 |
| 1328 | 2026-09-15T16:21:56.582Z | Fresh reqwest v0.13.5 |
| 1329 | 2026-09-15T16:21:56.583Z | Fresh rcgen v0.14.10 |
| 1330 | 2026-09-15T16:21:56.583Z | Fresh async-channel v2.5.0 |
| 1331 | 2026-09-15T16:21:56.583Z | Fresh mime_guess v2.0.5 |
| 1332 | 2026-09-15T16:21:56.583Z | Fresh anyhow v1.0.104 |
| 1333 | 2026-09-15T16:21:56.583Z | Fresh tokio-tungstenite v0.30.0 |
| 1334 | 2026-09-15T16:21:56.583Z | Fresh subprocess v1.2.1 |
| 1335 | 2026-09-15T16:21:56.583Z | Fresh buf-list v1.1.2 |
| 1336 | 2026-09-15T16:21:56.583Z | Fresh lazy_static v1.5.0 |
| 1337 | 2026-09-15T16:21:56.583Z | Fresh once_cell v1.20.1 |
| 1338 | 2026-09-15T16:21:56.583Z | Fresh schema-derive v0.2.1 |
| 1339 | 2026-09-15T16:21:56.583Z | Fresh getrandom v0.4.1 |
| 1340 | 2026-09-15T16:21:56.583Z | Fresh prettyplease v0.3.0 |
| 1341 | 2026-09-15T16:21:56.583Z | Fresh schema v0.2.1 |
| 1342 | 2026-09-15T16:21:56.583Z | Fresh tempfile v3.27.0 |
| 1343 | 2026-09-15T16:21:56.583Z | Fresh atomicwrites v0.4.4 |
| 1344 | 2026-09-15T16:21:56.583Z | Fresh expectorate v1.3.0 |
| 1345 | 2026-09-15T16:21:57.877Z | Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot) |
| 1346 | 2026-09-15T16:21:57.882Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 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=612198db1a47bb12 -C extra-filename=-c213d055a4c3ddee --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_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1347 | 2026-09-15T16:21:57.883Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 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=0f4ff5095126aedf -C extra-filename=-464d7549f3be88ad --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1348 | 2026-09-15T16:22:02.888Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 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=a0d60ee8af01e346 -C extra-filename=-c31cdd93dd12c41d --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1349 | 2026-09-15T16:22:02.888Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 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=95e1c247d7468dc9 -C extra-filename=-98a95b3bb427a757 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1350 | 2026-09-15T16:22:02.901Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 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=dda832c3a93defca -C extra-filename=-adb7a17cdd248556 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1351 | 2026-09-15T16:22:02.901Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 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=89fd8b577b533328 -C extra-filename=-af903115ca7a6973 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1352 | 2026-09-15T16:22:02.901Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 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=ba5bcc8f52383381 -C extra-filename=-255761ab992cb5f3 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1353 | 2026-09-15T16:22:02.902Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 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=9d2bcd02c4528265 -C extra-filename=-ab3dc113175e3356 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1354 | 2026-09-15T16:22:02.902Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 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=950030b44ad2f422 -C extra-filename=-c7fa62f8e79e5b0f --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1355 | 2026-09-15T16:22:11.115Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 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=769749c965bc217c -C extra-filename=-888a4c5b95d92091 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1356 | 2026-09-15T16:22:12.076Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 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=700fea1ec660c94a -C extra-filename=-6eab6dba9e496ecb --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1357 | 2026-09-15T16:22:13.366Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 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=1c153b515ccdfc17 -C extra-filename=-c4d5ef4920d0c748 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1358 | 2026-09-15T16:22:13.628Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 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=4e93ab2d9f94d5d5 -C extra-filename=-5d686f82714fc9a5 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1359 | 2026-09-15T16:22:13.691Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 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=1a79208d6e2becbd -C extra-filename=-fe22ba4cfcc555a7 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1360 | 2026-09-15T16:22:14.107Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 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=13fade855610ff65 -C extra-filename=-0822ea99ce6bc43b --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1361 | 2026-09-15T16:22:15.440Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 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=86f8bd610f23cdbd -C extra-filename=-fad2c7e0a39b70bc --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1362 | 2026-09-15T16:22:15.795Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 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=ff9eac7bca708f64 -C extra-filename=-b92a885c9260c8bb --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1363 | 2026-09-15T16:22:23.306Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 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=4dc819c1d1378ad4 -C extra-filename=-4b5e8fadf9331c05 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1364 | 2026-09-15T16:22:24.285Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 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=92ddbb8397764f53 -C extra-filename=-3ced59e4eade7a22 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1365 | 2026-09-15T16:22:25.123Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 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=672e927b2f13e739 -C extra-filename=-fcb4c553e8e54cca --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1366 | 2026-09-15T16:22:25.380Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 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=7550bce68fad61fd -C extra-filename=-456012656aa1b6c7 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1367 | 2026-09-15T16:22:25.717Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 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=b240df219c92f914 -C extra-filename=-7c9f40458c54ad27 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1368 | 2026-09-15T16:22:26.504Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 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=3b39f4e5eae86b26 -C extra-filename=-eb189dc8580bd8a3 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1369 | 2026-09-15T16:22:28.678Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 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=e76831a4830bfef0 -C extra-filename=-d0393fa490455d4d --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1370 | 2026-09-15T16:22:34.787Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 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=cab705f8f45157f8 -C extra-filename=-7f9b69876bc17280 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1371 | 2026-09-15T16:22:35.579Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 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=3b02737b6d4c878b -C extra-filename=-727c06e3cfc58158 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out` |
| 1372 | 2026-09-15T16:22:49.393Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 53.06s |
| 1373 | 2026-09-15T16:22:49.435Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-464d7549f3be88ad` |
| 1374 | 2026-09-15T16:22:49.438Z | |
| 1375 | 2026-09-15T16:22:49.438Z | running 142 tests |
| 1376 | 2026-09-15T16:22:49.442Z | test api_description::test::test_endpoint_versions_range ... ok |
| 1377 | 2026-09-15T16:22:49.442Z | test api_description::test::test_endpoint_versions_matches ... ok |
| 1378 | 2026-09-15T16:22:49.442Z | test api_description::test::test_endpoint_versions_overlaps ... ok |
| 1379 | 2026-09-15T16:22:49.442Z | test api_description::test::test_badpath4 - should panic ... ok |
| 1380 | 2026-09-15T16:22:49.442Z | test api_description::test::test_badpath3 ... ok |
| 1381 | 2026-09-15T16:22:49.442Z | test api_description::test::test_badpath2 ... ok |
| 1382 | 2026-09-15T16:22:49.442Z | test api_description::test::test_badpath1 ... ok |
| 1383 | 2026-09-15T16:22:49.442Z | test api_description::test::test_dup_names ... ok |
| 1384 | 2026-09-15T16:22:49.442Z | test api_description::test::test_tags_too_many ... ok |
| 1385 | 2026-09-15T16:22:49.442Z | test api_description::test::test_tags_need_one ... ok |
| 1386 | 2026-09-15T16:22:49.442Z | test api_description::test::test_tags_just_right ... ok |
| 1387 | 2026-09-15T16:22:49.442Z | test api_description::test::test_tag_config_deserialize_old ... ok |
| 1388 | 2026-09-15T16:22:49.442Z | test compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok |
| 1389 | 2026-09-15T16:22:49.443Z | test compression::tests::test_accepts_gzip_encoding_basic ... ok |
| 1390 | 2026-09-15T16:22:49.443Z | test compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok |
| 1391 | 2026-09-15T16:22:49.443Z | test compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok |
| 1392 | 2026-09-15T16:22:49.443Z | test compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok |
| 1393 | 2026-09-15T16:22:49.443Z | test compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok |
| 1394 | 2026-09-15T16:22:49.443Z | test compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok |
| 1395 | 2026-09-15T16:22:49.443Z | test compression::tests::test_accepts_gzip_encoding_no_header ... ok |
| 1396 | 2026-09-15T16:22:49.443Z | test compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok |
| 1397 | 2026-09-15T16:22:49.443Z | test compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok |
| 1398 | 2026-09-15T16:22:49.443Z | test compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok |
| 1399 | 2026-09-15T16:22:49.443Z | test compression::tests::test_accepts_gzip_encoding_wildcard ... ok |
| 1400 | 2026-09-15T16:22:49.443Z | test compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok |
| 1401 | 2026-09-15T16:22:49.443Z | test compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok |
| 1402 | 2026-09-15T16:22:49.443Z | test compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok |
| 1403 | 2026-09-15T16:22:49.443Z | test compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok |
| 1404 | 2026-09-15T16:22:49.443Z | test compression::tests::test_should_compress_response_already_encoded ... ok |
| 1405 | 2026-09-15T16:22:49.443Z | test compression::tests::test_accepts_gzip_encoding_with_spaces ... ok |
| 1406 | 2026-09-15T16:22:49.443Z | test compression::tests::test_should_compress_response_head_method ... ok |
| 1407 | 2026-09-15T16:22:49.443Z | test compression::tests::test_should_compress_response_basic ... ok |
| 1408 | 2026-09-15T16:22:49.443Z | test compression::tests::test_should_compress_response_compressible_content_types ... ok |
| 1409 | 2026-09-15T16:22:49.443Z | test compression::tests::test_should_compress_response_no_compression_extension ... ok |
| 1410 | 2026-09-15T16:22:49.443Z | test compression::tests::test_should_compress_response_no_accept_encoding ... ok |
| 1411 | 2026-09-15T16:22:49.443Z | test compression::tests::test_should_compress_response_no_content ... ok |
| 1412 | 2026-09-15T16:22:49.443Z | test compression::tests::test_should_compress_response_no_content_type ... ok |
| 1413 | 2026-09-15T16:22:49.443Z | test compression::tests::test_should_compress_response_non_compressible_content_types ... ok |
| 1414 | 2026-09-15T16:22:49.443Z | test compression::tests::test_should_compress_response_not_modified ... ok |
| 1415 | 2026-09-15T16:22:49.443Z | test compression::tests::test_should_compress_response_respects_content_length_threshold ... ok |
| 1416 | 2026-09-15T16:22:49.443Z | test compression::tests::test_should_compress_response_rejects_content_range ... ok |
| 1417 | 2026-09-15T16:22:49.443Z | test compression::tests::test_should_compress_response_partial_content ... ok |
| 1418 | 2026-09-15T16:22:49.449Z | test extractor::body::tests::test_typed_body_from ... ok |
| 1419 | 2026-09-15T16:22:49.449Z | test error::test::test_serialize_error_response_body ... ok |
| 1420 | 2026-09-15T16:22:49.449Z | test compression::tests::test_should_compress_response_sse ... ok |
| 1421 | 2026-09-15T16:22:49.449Z | test extractor::header::tests::test_header_parsing ... ok |
| 1422 | 2026-09-15T16:22:49.449Z | test extractor::metadata::test::test_metadata_flattened ... ok |
| 1423 | 2026-09-15T16:22:49.449Z | test extractor::metadata::test::test_metadata_pagination ... ok |
| 1424 | 2026-09-15T16:22:49.449Z | test from_map::test::test_case_insensitive ... ok |
| 1425 | 2026-09-15T16:22:49.449Z | test extractor::metadata::test::test_metadata_simple ... ok |
| 1426 | 2026-09-15T16:22:49.449Z | test from_map::test::test_deep ... ok |
| 1427 | 2026-09-15T16:22:49.449Z | test from_map::test::test_lone_literal ... ok |
| 1428 | 2026-09-15T16:22:49.449Z | test extractor::metadata::test::test_metadata_flattened_enum ... ok |
| 1429 | 2026-09-15T16:22:49.449Z | test from_map::test::test_missing_data1 ... ok |
| 1430 | 2026-09-15T16:22:49.449Z | test from_map::test::test_missing_data2 ... ok |
| 1431 | 2026-09-15T16:22:49.449Z | test from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok |
| 1432 | 2026-09-15T16:22:49.449Z | test compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok |
| 1433 | 2026-09-15T16:22:49.449Z | test compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok |
| 1434 | 2026-09-15T16:22:49.449Z | test from_map::test::test_types ... ok |
| 1435 | 2026-09-15T16:22:49.449Z | test logging::test::test_config_bad_terminal_bad_level ... ok |
| 1436 | 2026-09-15T16:22:49.449Z | test logging::test::test_config_bad_file_no_level ... ok |
| 1437 | 2026-09-15T16:22:49.449Z | test extractor::body::tests::test_content_plus_json ... ok |
| 1438 | 2026-09-15T16:22:49.449Z | test logging::test::test_config_bad_file_no_file ... ok |
| 1439 | 2026-09-15T16:22:49.449Z | test logging::test::test_config_bad_log_mode ... ok |
| 1440 | 2026-09-15T16:22:49.449Z | test logging::test::test_config_bad_terminal_no_level ... ok |
| 1441 | 2026-09-15T16:22:49.449Z | test logging::test::test_config_bad_file_path_exists_fail ... ok |
| 1442 | 2026-09-15T16:22:49.449Z | test logging::test::test_config_bad_file_bad_path_type ... ok |
| 1443 | 2026-09-15T16:22:49.449Z | test pagination::test::test_pagination_schema ... ok |
| 1444 | 2026-09-15T16:22:49.449Z | test router::test::test_bad_path_segment1 - should panic ... ok |
| 1445 | 2026-09-15T16:22:49.449Z | test router::test::test_bad_path_segment2 - should panic ... ok |
| 1446 | 2026-09-15T16:22:49.449Z | test pagination::test::test_results_page ... ok |
| 1447 | 2026-09-15T16:22:49.450Z | test pagination::test::test_page_token_serialization ... ok |
| 1448 | 2026-09-15T16:22:49.450Z | test router::test::test_bad_path_segment3 - should panic ... ok |
| 1449 | 2026-09-15T16:22:49.450Z | test pagination::test::test_pagparams_parsing ... ok |
| 1450 | 2026-09-15T16:22:49.450Z | note: configured to log to "/tmp/dropshot-464d7549f3be88ad.3151.file_dir/log.out" |
| 1451 | 2026-09-15T16:22:49.450Z | test router::test::test_bogus_regex - should panic ... ok |
| 1452 | 2026-09-15T16:22:49.450Z | test router::test::test_duplicate_route1 - should panic ... ok |
| 1453 | 2026-09-15T16:22:49.450Z | test router::test::test_duplicate_route2 - should panic ... ok |
| 1454 | 2026-09-15T16:22:49.450Z | test router::test::test_bad_path_segment4 - should panic ... ok |
| 1455 | 2026-09-15T16:22:49.450Z | test router::test::test_duplicate_varname - should panic ... ok |
| 1456 | 2026-09-15T16:22:49.450Z | test router::test::test_duplicate_route3 - should panic ... ok |
| 1457 | 2026-09-15T16:22:49.450Z | test router::test::test_duplicate_route_same_version - should panic ... ok |
| 1458 | 2026-09-15T16:22:49.450Z | test api_description::test::test_tags_set ... ok |
| 1459 | 2026-09-15T16:22:49.450Z | test router::test::test_duplicate_route_overlapping_version - should panic ... ok |
| 1460 | 2026-09-15T16:22:49.450Z | test logging::test::test_config_stderr_terminal ... ok |
| 1461 | 2026-09-15T16:22:49.450Z | test router::test::test_inconsistent_varname - should panic ... ok |
| 1462 | 2026-09-15T16:22:49.450Z | test router::test::test_embedded_non_variable ... ok |
| 1463 | 2026-09-15T16:22:49.450Z | test router::test::test_empty_variable ... ok |
| 1464 | 2026-09-15T16:22:49.450Z | test router::test::test_error_cases ... ok |
| 1465 | 2026-09-15T16:22:49.450Z | test router::test::test_iter ... ok |
| 1466 | 2026-09-15T16:22:49.450Z | test router::test::test_iter_null ... ok |
| 1467 | 2026-09-15T16:22:49.450Z | test router::test::test_iter2 ... ok |
| 1468 | 2026-09-15T16:22:49.450Z | test router::test::test_map_bad_value ... ok |
| 1469 | 2026-09-15T16:22:49.450Z | test router::test::test_literal_after_variable - should panic ... ok |
| 1470 | 2026-09-15T16:22:49.450Z | test router::test::test_map_bad_seq ... ok |
| 1471 | 2026-09-15T16:22:49.450Z | test router::test::test_map ... ok |
| 1472 | 2026-09-15T16:22:49.450Z | test router::test::test_literal_after_regex - should panic ... ok |
| 1473 | 2026-09-15T16:22:49.450Z | test router::test::test_path_segment ... ok |
| 1474 | 2026-09-15T16:22:49.450Z | test router::test::test_more_after_regex - should panic ... ok |
| 1475 | 2026-09-15T16:22:49.450Z | test router::test::test_segments ... ok |
| 1476 | 2026-09-15T16:22:49.450Z | test router::test::test_router_versioned ... ok |
| 1477 | 2026-09-15T16:22:49.450Z | test router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok |
| 1478 | 2026-09-15T16:22:49.450Z | test router::test::test_variable_after_literal - should panic ... ok |
| 1479 | 2026-09-15T16:22:49.450Z | test router::test::test_variable_name_bad_end - should panic ... ok |
| 1480 | 2026-09-15T16:22:49.451Z | test router::test::test_router_basic ... ok |
| 1481 | 2026-09-15T16:22:49.451Z | test router::test::test_variable_name_empty - should panic ... ok |
| 1482 | 2026-09-15T16:22:49.451Z | test router::test::test_variable_name_bad_start - should panic ... ok |
| 1483 | 2026-09-15T16:22:49.451Z | test router::test::test_variable_rename ... ok |
| 1484 | 2026-09-15T16:22:49.451Z | note: configured to log to "/tmp/dropshot-464d7549f3be88ad.3151.file_dir/log.out" |
| 1485 | 2026-09-15T16:22:49.451Z | test router::test::test_variables_multi ... ok |
| 1486 | 2026-09-15T16:22:49.451Z | test router::test::test_variables_glob ... ok |
| 1487 | 2026-09-15T16:22:49.451Z | test router::test::test_variables_basic ... ok |
| 1488 | 2026-09-15T16:22:49.451Z | test schema_util::test::test_empty_struct ... ok |
| 1489 | 2026-09-15T16:22:49.451Z | test schema_util::test::test_additional_properties ... ok |
| 1490 | 2026-09-15T16:22:49.451Z | test schema_util::test::test_nullable ... ok |
| 1491 | 2026-09-15T16:22:49.451Z | test schema_util::test::test_extension_conversion ... ok |
| 1492 | 2026-09-15T16:22:49.451Z | test schema_util::test::test_embedded_schema ... ok |
| 1493 | 2026-09-15T16:22:49.451Z | note: configured to log to "/tmp/dropshot-464d7549f3be88ad.3151.file_dir/log.out" |
| 1494 | 2026-09-15T16:22:49.451Z | test schema_util::test::test_two_types - should panic ... ok |
| 1495 | 2026-09-15T16:22:49.451Z | test schema_util::test::test_garbage_barge_structure_conversion ... ok |
| 1496 | 2026-09-15T16:22:49.451Z | test logging::test::test_config_file ... ok |
| 1497 | 2026-09-15T16:22:49.451Z | test schema_util::test::test_schema2struct_with_enum_variants ... ok |
| 1498 | 2026-09-15T16:22:49.451Z | test test_util::test::test_bunyan_bad_name - should panic ... ok |
| 1499 | 2026-09-15T16:22:49.451Z | test test_util::test::test_bunyan_bad_hostname - should panic ... ok |
| 1500 | 2026-09-15T16:22:49.451Z | test test_util::test::test_bunyan_bad_pid - should panic ... ok |
| 1501 | 2026-09-15T16:22:49.451Z | test test_util::test::test_bunyan_easy_cases ... ok |
| 1502 | 2026-09-15T16:22:49.451Z | test test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok |
| 1503 | 2026-09-15T16:22:49.451Z | test test_util::test::test_bunyan_seq_bad_order - should panic ... ok |
| 1504 | 2026-09-15T16:22:49.451Z | test test_util::test::test_bunyan_bad_v - should panic ... ok |
| 1505 | 2026-09-15T16:22:49.451Z | test test_util::test::test_bunyan_seq_easy_cases ... ok |
| 1506 | 2026-09-15T16:22:49.451Z | test to_map::test::test_struct_with_options ... ok |
| 1507 | 2026-09-15T16:22:49.451Z | test to_map::test::test_to_map_enum ... ok |
| 1508 | 2026-09-15T16:22:49.451Z | test to_map::test::test_to_map_num ... ok |
| 1509 | 2026-09-15T16:22:49.451Z | test test_util::test::test_bunyan_seq_upper_violated - should panic ... ok |
| 1510 | 2026-09-15T16:22:49.451Z | test to_map::test::test_to_map_seq ... ok |
| 1511 | 2026-09-15T16:22:49.451Z | test test_util::test::test_bunyan_seq_lower_violated - should panic ... ok |
| 1512 | 2026-09-15T16:22:49.451Z | test to_map::test::test_to_map_valid ... ok |
| 1513 | 2026-09-15T16:22:49.451Z | test to_map::test::test_to_map_vec ... ok |
| 1514 | 2026-09-15T16:22:49.451Z | test type_util::tests::test_commented_ref ... ok |
| 1515 | 2026-09-15T16:22:49.451Z | test type_util::tests::test_reflexive_type - should panic ... ok |
| 1516 | 2026-09-15T16:22:49.451Z | test type_util::tests::test_recursive_type - should panic ... ok |
| 1517 | 2026-09-15T16:22:49.451Z | test server::test::test_drop_server_without_close_okay ... ok |
| 1518 | 2026-09-15T16:22:49.457Z | test websocket::tests::test_ws_upg_task_is_spawned ... ok |
| 1519 | 2026-09-15T16:22:49.457Z | test server::test::test_server_run_then_close ... ok |
| 1520 | 2026-09-15T16:22:49.457Z | test server::test::test_http_acceptor_happy_path ... ok |
| 1521 | 2026-09-15T16:22:49.457Z | |
| 1522 | 2026-09-15T16:22:49.457Z | test result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 1523 | 2026-09-15T16:22:49.457Z | |
| 1524 | 2026-09-15T16:22:49.457Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-888a4c5b95d92091` |
| 1525 | 2026-09-15T16:22:49.457Z | |
| 1526 | 2026-09-15T16:22:49.457Z | running 1 test |
| 1527 | 2026-09-15T16:22:49.744Z | Compiling proc-macro2 v1.0.107 |
| 1528 | 2026-09-15T16:22:49.744Z | Compiling quote v1.0.47 |
| 1529 | 2026-09-15T16:22:49.744Z | Compiling unicode-ident v1.0.12 |
| 1530 | 2026-09-15T16:22:49.744Z | Compiling libc v0.2.189 |
| 1531 | 2026-09-15T16:22:49.747Z | Checking cfg-if v1.0.0 |
| 1532 | 2026-09-15T16:22:49.747Z | Compiling serde_core v1.0.229 |
| 1533 | 2026-09-15T16:22:49.747Z | Checking itoa v1.0.1 |
| 1534 | 2026-09-15T16:22:49.840Z | Checking pin-project-lite v0.2.12 |
| 1535 | 2026-09-15T16:22:49.893Z | Checking memchr v2.6.0 |
| 1536 | 2026-09-15T16:22:49.897Z | Compiling autocfg v1.1.0 |
| 1537 | 2026-09-15T16:22:49.924Z | Compiling thiserror v2.0.20 |
| 1538 | 2026-09-15T16:22:50.169Z | Checking smallvec v1.13.2 |
| 1539 | 2026-09-15T16:22:50.279Z | Checking bytes v1.12.1 |
| 1540 | 2026-09-15T16:22:50.282Z | Checking futures-core v0.3.34 |
| 1541 | 2026-09-15T16:22:50.350Z | Compiling zmij v1.0.2 |
| 1542 | 2026-09-15T16:22:50.367Z | Compiling serde v1.0.229 |
| 1543 | 2026-09-15T16:22:50.393Z | Compiling log v0.4.17 |
| 1544 | 2026-09-15T16:22:50.719Z | Checking once_cell v1.20.1 |
| 1545 | 2026-09-15T16:22:50.735Z | Compiling serde_json v1.0.151 |
| 1546 | 2026-09-15T16:22:50.773Z | Compiling jobserver v0.1.34 |
| 1547 | 2026-09-15T16:22:50.777Z | Compiling parking_lot_core v0.9.4 |
| 1548 | 2026-09-15T16:22:50.781Z | Compiling find-msvc-tools v0.1.9 |
| 1549 | 2026-09-15T16:22:50.892Z | Compiling shlex v1.3.0 |
| 1550 | 2026-09-15T16:22:51.048Z | Compiling cc v1.2.60 |
| 1551 | 2026-09-15T16:22:51.094Z | Compiling slab v0.4.9 |
| 1552 | 2026-09-15T16:22:51.108Z | Checking scopeguard v1.2.0 |
| 1553 | 2026-09-15T16:22:51.113Z | Checking futures-sink v0.3.34 |
| 1554 | 2026-09-15T16:22:51.202Z | Compiling syn v2.0.118 |
| 1555 | 2026-09-15T16:22:51.205Z | Compiling syn v3.0.4 |
| 1556 | 2026-09-15T16:22:51.211Z | Checking lock_api v0.4.6 |
| 1557 | 2026-09-15T16:22:51.394Z | Compiling fs_extra v1.3.0 |
| 1558 | 2026-09-15T16:22:51.490Z | Compiling version_check v0.9.5 |
| 1559 | 2026-09-15T16:22:51.497Z | Compiling pkg-config v0.3.34 |
| 1560 | 2026-09-15T16:22:51.677Z | Compiling dunce v1.0.5 |
| 1561 | 2026-09-15T16:22:51.778Z | Checking parking_lot v0.12.1 |
| 1562 | 2026-09-15T16:22:51.849Z | Compiling cmake v0.1.58 |
| 1563 | 2026-09-15T16:22:51.974Z | Checking signal-hook-registry v1.4.0 |
| 1564 | 2026-09-15T16:22:52.031Z | Checking socket2 v0.6.3 |
| 1565 | 2026-09-15T16:22:52.143Z | Checking mio v1.2.0 |
| 1566 | 2026-09-15T16:22:52.174Z | Checking stable_deref_trait v1.2.0 |
| 1567 | 2026-09-15T16:22:52.251Z | Checking futures-channel v0.3.34 |
| 1568 | 2026-09-15T16:22:52.295Z | Checking http v1.5.0 |
| 1569 | 2026-09-15T16:22:52.322Z | Compiling ucd-trie v0.1.6 |
| 1570 | 2026-09-15T16:22:52.427Z | Checking zeroize v1.8.2 |
| 1571 | 2026-09-15T16:22:52.444Z | Compiling zerocopy v0.8.27 |
| 1572 | 2026-09-15T16:22:52.637Z | Compiling aws-lc-rs v1.18.1 |
| 1573 | 2026-09-15T16:22:52.867Z | Checking futures-io v0.3.34 |
| 1574 | 2026-09-15T16:22:52.973Z | Checking futures-task v0.3.34 |
| 1575 | 2026-09-15T16:22:52.984Z | Compiling getrandom v0.4.1 |
| 1576 | 2026-09-15T16:22:52.990Z | Compiling aws-lc-sys v0.45.0 |
| 1577 | 2026-09-15T16:22:53.020Z | Checking rand_core v0.10.1 |
| 1578 | 2026-09-15T16:22:53.107Z | Checking rustls-pki-types v1.15.1 |
| 1579 | 2026-09-15T16:22:53.168Z | Compiling httparse v1.10.0 |
| 1580 | 2026-09-15T16:22:53.195Z | Compiling rustversion v1.0.22 |
| 1581 | 2026-09-15T16:22:53.312Z | Compiling typenum v1.19.0 |
| 1582 | 2026-09-15T16:22:53.697Z | Compiling crossbeam-utils v0.8.21 |
| 1583 | 2026-09-15T16:22:53.786Z | Checking litemap v0.7.4 |
| 1584 | 2026-09-15T16:22:53.866Z | Checking writeable v0.5.5 |
| 1585 | 2026-09-15T16:22:53.974Z | Compiling synstructure v0.13.1 |
| 1586 | 2026-09-15T16:22:54.426Z | Checking equivalent v1.0.0 |
| 1587 | 2026-09-15T16:22:54.512Z | Checking powerfmt v0.2.0 |
| 1588 | 2026-09-15T16:22:54.533Z | Checking hashbrown v0.17.0 |
| 1589 | 2026-09-15T16:22:54.667Z | Compiling time-core v0.1.8 |
| 1590 | 2026-09-15T16:22:54.737Z | Compiling num-conv v0.2.0 |
| 1591 | 2026-09-15T16:22:54.741Z | Checking hybrid-array v0.4.8 |
| 1592 | 2026-09-15T16:22:54.817Z | Checking deranged v0.5.5 |
| 1593 | 2026-09-15T16:22:54.865Z | Compiling slog v2.8.2 |
| 1594 | 2026-09-15T16:22:54.871Z | Compiling time-macros v0.2.27 |
| 1595 | 2026-09-15T16:22:55.019Z | Checking indexmap v2.14.2 |
| 1596 | 2026-09-15T16:22:55.354Z | Checking http-body v1.0.1 |
| 1597 | 2026-09-15T16:22:55.512Z | Compiling unicase v2.6.0 |
| 1598 | 2026-09-15T16:22:55.572Z | Checking tracing-core v0.1.32 |
| 1599 | 2026-09-15T16:22:55.637Z | Checking atomic-waker v1.1.2 |
| 1600 | 2026-09-15T16:22:55.782Z | Checking num_threads v0.1.3 |
| 1601 | 2026-09-15T16:22:55.809Z | Checking icu_locid_transform_data v1.5.0 |
| 1602 | 2026-09-15T16:22:55.879Z | Checking untrusted v0.9.0 |
| 1603 | 2026-09-15T16:22:55.891Z | Compiling rustls v0.23.44 |
| 1604 | 2026-09-15T16:22:55.891Z | Checking bitflags v2.11.0 |
| 1605 | 2026-09-15T16:22:55.891Z | Checking percent-encoding v2.3.2 |
| 1606 | 2026-09-15T16:22:56.031Z | Checking tracing v0.1.40 |
| 1607 | 2026-09-15T16:22:56.128Z | Compiling num-traits v0.2.14 |
| 1608 | 2026-09-15T16:22:56.211Z | Checking tower-layer v0.3.3 |
| 1609 | 2026-09-15T16:22:56.249Z | Checking time v0.3.47 |
| 1610 | 2026-09-15T16:22:56.271Z | Compiling serde_derive v1.0.229 |
| 1611 | 2026-09-15T16:22:56.360Z | Compiling thiserror-impl v2.0.20 |
| 1612 | 2026-09-15T16:22:56.391Z | Compiling futures-macro v0.3.34 |
| 1613 | 2026-09-15T16:22:56.428Z | Compiling zerofrom-derive v0.1.5 |
| 1614 | 2026-09-15T16:22:56.469Z | Compiling tokio-macros v2.7.0 |
| 1615 | 2026-09-15T16:22:57.092Z | Compiling yoke-derive v0.7.5 |
| 1616 | 2026-09-15T16:22:57.271Z | Compiling zerovec-derive v0.10.3 |
| 1617 | 2026-09-15T16:22:57.589Z | Compiling displaydoc v0.2.5 |
| 1618 | 2026-09-15T16:22:57.612Z | Checking tokio v1.53.1 |
| 1619 | 2026-09-15T16:22:58.508Z | Compiling pest v2.8.1 |
| 1620 | 2026-09-15T16:22:58.641Z | Checking zerofrom v0.1.5 |
| 1621 | 2026-09-15T16:22:58.765Z | Checking futures-util v0.3.34 |
| 1622 | 2026-09-15T16:22:58.779Z | Compiling zerocopy-derive v0.8.27 |
| 1623 | 2026-09-15T16:22:58.896Z | Compiling icu_provider_macros v1.5.0 |
| 1624 | 2026-09-15T16:22:58.979Z | Checking yoke v0.7.5 |
| 1625 | 2026-09-15T16:22:59.163Z | Checking zerovec v0.10.4 |
| 1626 | 2026-09-15T16:22:59.757Z | Compiling pest_meta v2.8.1 |
| 1627 | 2026-09-15T16:22:59.793Z | Compiling scroll_derive v0.13.1 |
| 1628 | 2026-09-15T16:22:59.835Z | Checking tinystr v0.7.6 |
| 1629 | 2026-09-15T16:23:00.013Z | Checking icu_locid v1.5.0 |
| 1630 | 2026-09-15T16:23:00.440Z | Compiling pest_generator v2.8.1 |
| 1631 | 2026-09-15T16:23:00.708Z | Checking icu_provider v1.5.0 |
| 1632 | 2026-09-15T16:23:00.732Z | Checking tokio-util v0.7.19 |
| 1633 | 2026-09-15T16:23:00.981Z | Checking erased-serde v0.3.31 |
| 1634 | 2026-09-15T16:23:01.014Z | Checking icu_locid_transform v1.5.0 |
| 1635 | 2026-09-15T16:23:01.017Z | Checking icu_collections v1.5.0 |
| 1636 | 2026-09-15T16:23:01.177Z | Compiling usdt-impl v0.6.0 |
| 1637 | 2026-09-15T16:23:01.281Z | Compiling crc32fast v1.5.0 |
| 1638 | 2026-09-15T16:23:01.341Z | Checking subtle v2.5.0 |
| 1639 | 2026-09-15T16:23:01.379Z | Checking icu_properties_data v1.5.0 |
| 1640 | 2026-09-15T16:23:01.463Z | Checking tower-service v0.3.3 |
| 1641 | 2026-09-15T16:23:01.474Z | Checking cpufeatures v0.3.0 |
| 1642 | 2026-09-15T16:23:01.486Z | Checking try-lock v0.2.3 |
| 1643 | 2026-09-15T16:23:01.538Z | Checking fnv v1.0.7 |
| 1644 | 2026-09-15T16:23:01.546Z | Checking icu_properties v1.5.1 |
| 1645 | 2026-09-15T16:23:01.579Z | Checking want v0.3.0 |
| 1646 | 2026-09-15T16:23:01.629Z | Checking h2 v0.4.14 |
| 1647 | 2026-09-15T16:23:01.708Z | Checking scroll v0.13.0 |
| 1648 | 2026-09-15T16:23:01.839Z | Compiling pest_derive v2.8.1 |
| 1649 | 2026-09-15T16:23:01.931Z | Checking block-buffer v0.12.0 |
| 1650 | 2026-09-15T16:23:01.963Z | Checking crypto-common v0.2.1 |
| 1651 | 2026-09-15T16:23:02.114Z | Checking errno v0.3.10 |
| 1652 | 2026-09-15T16:23:02.156Z | Compiling dof v0.4.0 |
| 1653 | 2026-09-15T16:23:02.231Z | Compiling thread-id v5.0.0 |
| 1654 | 2026-09-15T16:23:02.310Z | Checking httpdate v1.0.1 |
| 1655 | 2026-09-15T16:23:02.418Z | Checking write16 v1.0.0 |
| 1656 | 2026-09-15T16:23:02.456Z | Checking adler2 v2.0.1 |
| 1657 | 2026-09-15T16:23:02.456Z | Checking utf8_iter v1.0.4 |
| 1658 | 2026-09-15T16:23:02.508Z | Checking simd-adler32 v0.3.10 |
| 1659 | 2026-09-15T16:23:02.562Z | Checking utf16_iter v1.0.5 |
| 1660 | 2026-09-15T16:23:02.575Z | Checking plain v0.2.3 |
| 1661 | 2026-09-15T16:23:02.654Z | Checking icu_normalizer_data v1.5.0 |
| 1662 | 2026-09-15T16:23:02.673Z | Checking const-oid v0.10.2 |
| 1663 | 2026-09-15T16:23:02.673Z | Compiling byteorder v1.4.3 |
| 1664 | 2026-09-15T16:23:02.704Z | Compiling rustix v1.1.4 |
| 1665 | 2026-09-15T16:23:02.717Z | Checking goblin v0.10.1 |
| 1666 | 2026-09-15T16:23:02.744Z | Compiling dtrace-parser v0.3.0 |
| 1667 | 2026-09-15T16:23:02.825Z | Checking digest v0.11.2 |
| 1668 | 2026-09-15T16:23:02.894Z | Checking miniz_oxide v0.9.1 |
| 1669 | 2026-09-15T16:23:02.995Z | Checking icu_normalizer v1.5.0 |
| 1670 | 2026-09-15T16:23:03.527Z | Checking hyper v1.11.1 |
| 1671 | 2026-09-15T16:23:03.766Z | Compiling serde_tokenstream v0.2.3 |
| 1672 | 2026-09-15T16:23:03.817Z | Checking form_urlencoded v1.2.2 |
| 1673 | 2026-09-15T16:23:04.013Z | Checking ipnet v2.10.0 |
| 1674 | 2026-09-15T16:23:04.080Z | Compiling ryu v1.0.5 |
| 1675 | 2026-09-15T16:23:04.103Z | Checking openssl-probe v0.2.1 |
| 1676 | 2026-09-15T16:23:04.208Z | Checking base64 v0.23.1 |
| 1677 | 2026-09-15T16:23:04.233Z | Checking iana-time-zone v0.1.47 |
| 1678 | 2026-09-15T16:23:04.309Z | Checking mime v0.3.16 |
| 1679 | 2026-09-15T16:23:04.339Z | Checking pretty-hex v0.4.1 |
| 1680 | 2026-09-15T16:23:04.444Z | Compiling rustix v0.38.44 |
| 1681 | 2026-09-15T16:23:04.452Z | Checking base64 v0.22.1 |
| 1682 | 2026-09-15T16:23:04.479Z | Checking chrono v0.4.45 |
| 1683 | 2026-09-15T16:23:04.493Z | Checking rustls-native-certs v0.8.3 |
| 1684 | 2026-09-15T16:23:04.685Z | Checking hyper-util v0.1.20 |
| 1685 | 2026-09-15T16:23:04.691Z | Checking flate2 v1.1.10 |
| 1686 | 2026-09-15T16:23:04.977Z | Checking idna_adapter v1.2.0 |
| 1687 | 2026-09-15T16:23:04.984Z | Checking sha1 v0.11.0 |
| 1688 | 2026-09-15T16:23:05.098Z | Checking chacha20 v0.10.1 |
| 1689 | 2026-09-15T16:23:05.149Z | Checking concurrent-queue v2.5.0 |
| 1690 | 2026-09-15T16:23:05.293Z | Compiling serde_derive_internals v0.29.0 |
| 1691 | 2026-09-15T16:23:05.328Z | Compiling multer v3.1.0 |
| 1692 | 2026-09-15T16:23:05.336Z | Checking thread_local v1.1.4 |
| 1693 | 2026-09-15T16:23:05.473Z | Checking sync_wrapper v1.0.1 |
| 1694 | 2026-09-15T16:23:05.510Z | Checking encoding_rs v0.8.32 |
| 1695 | 2026-09-15T16:23:05.535Z | Compiling camino v1.2.5 |
| 1696 | 2026-09-15T16:23:05.577Z | Checking winnow v1.0.0 |
| 1697 | 2026-09-15T16:23:05.620Z | Checking match_cfg v0.1.0 |
| 1698 | 2026-09-15T16:23:05.685Z | Compiling paste v1.0.15 |
| 1699 | 2026-09-15T16:23:05.815Z | Checking compression-core v0.4.33 |
| 1700 | 2026-09-15T16:23:05.867Z | Checking parking v2.2.0 |
| 1701 | 2026-09-15T16:23:06.007Z | Compiling schemars v0.8.22 |
| 1702 | 2026-09-15T16:23:06.020Z | Checking fastrand v2.1.1 |
| 1703 | 2026-09-15T16:23:06.057Z | Compiling slog-async v2.8.0 |
| 1704 | 2026-09-15T16:23:06.145Z | Checking tempfile v3.27.0 |
| 1705 | 2026-09-15T16:23:06.228Z | Checking event-listener v5.0.0 |
| 1706 | 2026-09-15T16:23:06.274Z | Checking compression-codecs v0.4.41 |
| 1707 | 2026-09-15T16:23:06.343Z | Checking toml_parser v1.1.3+spec-1.1.0 |
| 1708 | 2026-09-15T16:23:06.439Z | Checking hostname v0.3.1 |
| 1709 | 2026-09-15T16:23:06.467Z | Checking tower v0.5.2 |
| 1710 | 2026-09-15T16:23:06.474Z | Checking rand v0.10.2 |
| 1711 | 2026-09-15T16:23:06.480Z | Checking idna v1.0.3 |
| 1712 | 2026-09-15T16:23:06.517Z | Compiling schemars_derive v0.8.22 |
| 1713 | 2026-09-15T16:23:06.681Z | Compiling mime_guess v2.0.5 |
| 1714 | 2026-09-15T16:23:06.844Z | Compiling usdt-attr-macro v0.6.0 |
| 1715 | 2026-09-15T16:23:06.851Z | Compiling usdt-macro v0.6.0 |
| 1716 | 2026-09-15T16:23:06.936Z | Checking slog-json v2.6.1 |
| 1717 | 2026-09-15T16:23:07.059Z | Compiling serde_tokenstream v0.3.0 |
| 1718 | 2026-09-15T16:23:07.092Z | Checking futures-executor v0.3.34 |
| 1719 | 2026-09-15T16:23:07.110Z | Compiling async-stream-impl v0.3.6 |
| 1720 | 2026-09-15T16:23:07.372Z | Checking crossbeam-channel v0.5.15 |
| 1721 | 2026-09-15T16:23:07.383Z | Checking http-body-util v0.1.5 |
| 1722 | 2026-09-15T16:23:07.445Z | Checking uuid v1.26.1 |
| 1723 | 2026-09-15T16:23:07.615Z | Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot) |
| 1724 | 2026-09-15T16:23:07.686Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1725 | 2026-09-15T16:23:07.706Z | Checking serde_spanned v1.1.1 |
| 1726 | 2026-09-15T16:23:07.835Z | Checking memmap2 v0.9.8 |
| 1727 | 2026-09-15T16:23:07.882Z | Checking is-terminal v0.4.12 |
| 1728 | 2026-09-15T16:23:07.882Z | Compiling heck v0.5.0 |
| 1729 | 2026-09-15T16:23:07.970Z | Compiling semver v1.0.28 |
| 1730 | 2026-09-15T16:23:07.995Z | Compiling anyhow v1.0.104 |
| 1731 | 2026-09-15T16:23:08.009Z | Checking dyn-clone v1.0.4 |
| 1732 | 2026-09-15T16:23:08.071Z | Checking data-encoding v2.4.0 |
| 1733 | 2026-09-15T16:23:08.091Z | Checking unicode-width v0.2.2 |
| 1734 | 2026-09-15T16:23:08.097Z | Checking take_mut v0.2.2 |
| 1735 | 2026-09-15T16:23:08.141Z | Checking iri-string v0.7.8 |
| 1736 | 2026-09-15T16:23:08.193Z | Checking unicode-segmentation v1.10.0 |
| 1737 | 2026-09-15T16:23:08.316Z | Checking spin v0.9.8 |
| 1738 | 2026-09-15T16:23:08.330Z | Checking term v1.1.0 |
| 1739 | 2026-09-15T16:23:08.351Z | Checking toml_writer v1.1.2+spec-1.1.0 |
| 1740 | 2026-09-15T16:23:08.483Z | Checking newline-converter v0.3.0 |
| 1741 | 2026-09-15T16:23:08.525Z | Checking toml v1.1.6+spec-1.1.0 |
| 1742 | 2026-09-15T16:23:08.549Z | Checking slog-term v2.9.2 |
| 1743 | 2026-09-15T16:23:08.584Z | Checking console v0.16.4 |
| 1744 | 2026-09-15T16:23:08.608Z | Checking tungstenite v0.30.0 |
| 1745 | 2026-09-15T16:23:08.638Z | Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 1746 | 2026-09-15T16:23:08.870Z | Checking async-stream v0.3.6 |
| 1747 | 2026-09-15T16:23:08.971Z | Checking usdt v0.6.0 |
| 1748 | 2026-09-15T16:23:09.046Z | Checking futures v0.3.34 |
| 1749 | 2026-09-15T16:23:09.054Z | Checking atomicwrites v0.4.4 |
| 1750 | 2026-09-15T16:23:09.100Z | Checking slog-bunyan v2.5.0 |
| 1751 | 2026-09-15T16:23:09.117Z | Checking serde_urlencoded v0.7.1 |
| 1752 | 2026-09-15T16:23:09.124Z | Checking url v2.5.4 |
| 1753 | 2026-09-15T16:23:09.156Z | Checking tower-http v0.6.8 |
| 1754 | 2026-09-15T16:23:09.163Z | Checking event-listener-strategy v0.5.4 |
| 1755 | 2026-09-15T16:23:09.174Z | Checking async-compression v0.4.46 |
| 1756 | 2026-09-15T16:23:09.318Z | Checking pem v4.0.0 |
| 1757 | 2026-09-15T16:23:09.397Z | Checking openapiv3 v2.2.0 |
| 1758 | 2026-09-15T16:23:09.419Z | Checking yasna v0.6.0 |
| 1759 | 2026-09-15T16:23:09.458Z | Compiling async-trait v0.1.92 |
| 1760 | 2026-09-15T16:23:09.471Z | Checking waitgroup v0.1.2 |
| 1761 | 2026-09-15T16:23:09.496Z | Checking rustls-pemfile v2.2.0 |
| 1762 | 2026-09-15T16:23:09.567Z | Checking serde_path_to_error v0.1.20 |
| 1763 | 2026-09-15T16:23:09.633Z | Checking hostname v0.4.2 |
| 1764 | 2026-09-15T16:23:09.790Z | Checking debug-ignore v1.0.5 |
| 1765 | 2026-09-15T16:23:09.838Z | Checking similar v3.2.0 |
| 1766 | 2026-09-15T16:23:09.888Z | Checking simple-mermaid v0.2.0 |
| 1767 | 2026-09-15T16:23:09.930Z | Checking async-channel v2.5.0 |
| 1768 | 2026-09-15T16:23:09.953Z | Checking tokio-tungstenite v0.30.0 |
| 1769 | 2026-09-15T16:23:10.199Z | Checking subprocess v1.2.1 |
| 1770 | 2026-09-15T16:23:10.268Z | Checking buf-list v1.1.2 |
| 1771 | 2026-09-15T16:23:10.309Z | Checking lazy_static v1.5.0 |
| 1772 | 2026-09-15T16:23:10.399Z | Checking expectorate v1.3.0 |
| 1773 | 2026-09-15T16:23:16.104Z | Checking rustls-webpki v0.103.15 |
| 1774 | 2026-09-15T16:23:16.107Z | Checking rcgen v0.14.10 |
| 1775 | 2026-09-15T16:23:18.335Z | Checking tokio-rustls v0.26.5 |
| 1776 | 2026-09-15T16:23:18.335Z | Checking rustls-platform-verifier v0.6.2 |
| 1777 | 2026-09-15T16:23:18.525Z | Checking hyper-rustls v0.27.9 |
| 1778 | 2026-09-15T16:23:18.697Z | Checking reqwest v0.13.5 |
| 1779 | 2026-09-15T16:23:20.164Z | Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
| 1780 | 2026-09-15T16:23:20.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.74s |
| 1781 | 2026-09-15T16:23:20.496Z | |
| 1782 | 2026-09-15T16:23:20.496Z | |
| 1783 | 2026-09-15T16:23:46.759Z | test tests/fail/bad_channel10.rs ... ok |
| 1784 | 2026-09-15T16:23:46.759Z | test tests/fail/bad_channel11.rs ... ok |
| 1785 | 2026-09-15T16:23:46.759Z | test tests/fail/bad_channel12.rs ... ok |
| 1786 | 2026-09-15T16:23:46.759Z | test tests/fail/bad_channel13.rs ... ok |
| 1787 | 2026-09-15T16:23:46.759Z | test tests/fail/bad_channel14.rs ... ok |
| 1788 | 2026-09-15T16:23:46.759Z | test tests/fail/bad_channel15.rs ... ok |
| 1789 | 2026-09-15T16:23:46.759Z | test tests/fail/bad_channel17.rs ... ok |
| 1790 | 2026-09-15T16:23:46.759Z | test tests/fail/bad_channel18.rs ... ok |
| 1791 | 2026-09-15T16:23:46.765Z | test tests/fail/bad_channel19.rs ... ok |
| 1792 | 2026-09-15T16:23:46.765Z | test tests/fail/bad_channel1a.rs ... ok |
| 1793 | 2026-09-15T16:23:46.765Z | test tests/fail/bad_channel1b.rs ... ok |
| 1794 | 2026-09-15T16:23:46.765Z | test tests/fail/bad_channel2.rs ... ok |
| 1795 | 2026-09-15T16:23:46.765Z | test tests/fail/bad_channel20.rs ... ok |
| 1796 | 2026-09-15T16:23:46.765Z | test tests/fail/bad_channel21.rs ... ok |
| 1797 | 2026-09-15T16:23:46.765Z | test tests/fail/bad_channel22.rs ... ok |
| 1798 | 2026-09-15T16:23:46.765Z | test tests/fail/bad_channel23.rs ... ok |
| 1799 | 2026-09-15T16:23:46.765Z | test tests/fail/bad_channel24.rs ... ok |
| 1800 | 2026-09-15T16:23:46.765Z | test tests/fail/bad_channel25.rs ... ok |
| 1801 | 2026-09-15T16:23:46.765Z | test tests/fail/bad_channel26.rs ... ok |
| 1802 | 2026-09-15T16:23:46.765Z | test tests/fail/bad_channel27.rs ... ok |
| 1803 | 2026-09-15T16:23:46.765Z | test tests/fail/bad_channel28.rs ... ok |
| 1804 | 2026-09-15T16:23:46.765Z | test tests/fail/bad_channel3.rs ... ok |
| 1805 | 2026-09-15T16:23:46.765Z | test tests/fail/bad_channel4.rs ... ok |
| 1806 | 2026-09-15T16:23:46.766Z | test tests/fail/bad_channel5.rs ... ok |
| 1807 | 2026-09-15T16:23:46.766Z | test tests/fail/bad_channel6.rs ... ok |
| 1808 | 2026-09-15T16:23:46.766Z | test tests/fail/bad_channel8.rs ... ok |
| 1809 | 2026-09-15T16:23:46.766Z | test tests/fail/bad_channel9.rs ... ok |
| 1810 | 2026-09-15T16:23:46.766Z | test tests/fail/bad_endpoint1.rs ... ok |
| 1811 | 2026-09-15T16:23:46.766Z | test tests/fail/bad_endpoint10.rs ... ok |
| 1812 | 2026-09-15T16:23:46.766Z | test tests/fail/bad_endpoint11.rs ... ok |
| 1813 | 2026-09-15T16:23:46.766Z | test tests/fail/bad_endpoint12.rs ... ok |
| 1814 | 2026-09-15T16:23:46.766Z | test tests/fail/bad_endpoint13.rs ... ok |
| 1815 | 2026-09-15T16:23:46.766Z | test tests/fail/bad_endpoint14.rs ... ok |
| 1816 | 2026-09-15T16:23:46.766Z | test tests/fail/bad_endpoint15.rs ... ok |
| 1817 | 2026-09-15T16:23:46.766Z | test tests/fail/bad_endpoint16.rs ... ok |
| 1818 | 2026-09-15T16:23:46.766Z | test tests/fail/bad_endpoint17.rs ... ok |
| 1819 | 2026-09-15T16:23:46.766Z | test tests/fail/bad_endpoint18.rs ... ok |
| 1820 | 2026-09-15T16:23:46.766Z | test tests/fail/bad_endpoint19.rs ... ok |
| 1821 | 2026-09-15T16:23:46.766Z | test tests/fail/bad_endpoint2.rs ... ok |
| 1822 | 2026-09-15T16:23:46.766Z | test tests/fail/bad_endpoint20.rs ... ok |
| 1823 | 2026-09-15T16:23:46.766Z | test tests/fail/bad_endpoint21.rs ... ok |
| 1824 | 2026-09-15T16:23:46.767Z | test tests/fail/bad_endpoint22.rs ... ok |
| 1825 | 2026-09-15T16:23:46.767Z | test tests/fail/bad_endpoint23.rs ... ok |
| 1826 | 2026-09-15T16:23:46.767Z | test tests/fail/bad_endpoint24.rs ... ok |
| 1827 | 2026-09-15T16:23:46.767Z | test tests/fail/bad_endpoint25.rs ... ok |
| 1828 | 2026-09-15T16:23:46.767Z | test tests/fail/bad_endpoint26.rs ... ok |
| 1829 | 2026-09-15T16:23:46.767Z | test tests/fail/bad_endpoint27.rs ... ok |
| 1830 | 2026-09-15T16:23:46.767Z | test tests/fail/bad_endpoint28.rs ... ok |
| 1831 | 2026-09-15T16:23:46.768Z | test tests/fail/bad_endpoint3.rs ... ok |
| 1832 | 2026-09-15T16:23:46.768Z | test tests/fail/bad_endpoint4.rs ... ok |
| 1833 | 2026-09-15T16:23:46.768Z | test tests/fail/bad_endpoint5.rs ... ok |
| 1834 | 2026-09-15T16:23:46.768Z | test tests/fail/bad_endpoint6.rs ... ok |
| 1835 | 2026-09-15T16:23:46.768Z | test tests/fail/bad_endpoint7.rs ... ok |
| 1836 | 2026-09-15T16:23:46.768Z | test tests/fail/bad_endpoint8.rs ... ok |
| 1837 | 2026-09-15T16:23:46.768Z | test tests/fail/bad_endpoint9.rs ... ok |
| 1838 | 2026-09-15T16:23:46.768Z | test tests/fail/bad_trait_channel10.rs ... ok |
| 1839 | 2026-09-15T16:23:46.768Z | test tests/fail/bad_trait_channel11.rs ... ok |
| 1840 | 2026-09-15T16:23:46.768Z | test tests/fail/bad_trait_channel12.rs ... ok |
| 1841 | 2026-09-15T16:23:46.768Z | test tests/fail/bad_trait_channel13.rs ... ok |
| 1842 | 2026-09-15T16:23:46.768Z | test tests/fail/bad_trait_channel14.rs ... ok |
| 1843 | 2026-09-15T16:23:46.768Z | test tests/fail/bad_trait_channel15.rs ... ok |
| 1844 | 2026-09-15T16:23:46.769Z | test tests/fail/bad_trait_channel17.rs ... ok |
| 1845 | 2026-09-15T16:23:46.769Z | test tests/fail/bad_trait_channel18.rs ... ok |
| 1846 | 2026-09-15T16:23:46.769Z | test tests/fail/bad_trait_channel19.rs ... ok |
| 1847 | 2026-09-15T16:23:46.769Z | test tests/fail/bad_trait_channel1a.rs ... ok |
| 1848 | 2026-09-15T16:23:46.769Z | test tests/fail/bad_trait_channel1b.rs ... ok |
| 1849 | 2026-09-15T16:23:46.769Z | test tests/fail/bad_trait_channel2.rs ... ok |
| 1850 | 2026-09-15T16:23:46.769Z | test tests/fail/bad_trait_channel20.rs ... ok |
| 1851 | 2026-09-15T16:23:46.769Z | test tests/fail/bad_trait_channel21.rs ... ok |
| 1852 | 2026-09-15T16:23:46.769Z | test tests/fail/bad_trait_channel22.rs ... ok |
| 1853 | 2026-09-15T16:23:46.769Z | test tests/fail/bad_trait_channel23.rs ... ok |
| 1854 | 2026-09-15T16:23:46.769Z | test tests/fail/bad_trait_channel24.rs ... ok |
| 1855 | 2026-09-15T16:23:46.769Z | test tests/fail/bad_trait_channel25.rs ... ok |
| 1856 | 2026-09-15T16:23:46.769Z | test tests/fail/bad_trait_channel26.rs ... ok |
| 1857 | 2026-09-15T16:23:46.769Z | test tests/fail/bad_trait_channel28.rs ... ok |
| 1858 | 2026-09-15T16:23:46.769Z | test tests/fail/bad_trait_channel3.rs ... ok |
| 1859 | 2026-09-15T16:23:46.769Z | test tests/fail/bad_trait_channel4.rs ... ok |
| 1860 | 2026-09-15T16:23:46.769Z | test tests/fail/bad_trait_channel5.rs ... ok |
| 1861 | 2026-09-15T16:23:46.769Z | test tests/fail/bad_trait_channel6.rs ... ok |
| 1862 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_channel8.rs ... ok |
| 1863 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_channel9.rs ... ok |
| 1864 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_endpoint1.rs ... ok |
| 1865 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_endpoint10.rs ... ok |
| 1866 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_endpoint11.rs ... ok |
| 1867 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_endpoint12.rs ... ok |
| 1868 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_endpoint13.rs ... ok |
| 1869 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_endpoint14.rs ... ok |
| 1870 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_endpoint15.rs ... ok |
| 1871 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_endpoint16.rs ... ok |
| 1872 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_endpoint17.rs ... ok |
| 1873 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_endpoint18.rs ... ok |
| 1874 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_endpoint19.rs ... ok |
| 1875 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_endpoint2.rs ... ok |
| 1876 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_endpoint20.rs ... ok |
| 1877 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_endpoint21.rs ... ok |
| 1878 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_endpoint22.rs ... ok |
| 1879 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_endpoint23.rs ... ok |
| 1880 | 2026-09-15T16:23:46.770Z | test tests/fail/bad_trait_endpoint24.rs ... ok |
| 1881 | 2026-09-15T16:23:46.771Z | test tests/fail/bad_trait_endpoint25.rs ... ok |
| 1882 | 2026-09-15T16:23:46.771Z | test tests/fail/bad_trait_endpoint26.rs ... ok |
| 1883 | 2026-09-15T16:23:46.771Z | test tests/fail/bad_trait_endpoint27.rs ... ok |
| 1884 | 2026-09-15T16:23:46.771Z | test tests/fail/bad_trait_endpoint28.rs ... ok |
| 1885 | 2026-09-15T16:23:46.771Z | test tests/fail/bad_trait_endpoint3.rs ... ok |
| 1886 | 2026-09-15T16:23:46.771Z | test tests/fail/bad_trait_endpoint4.rs ... ok |
| 1887 | 2026-09-15T16:23:46.771Z | test tests/fail/bad_trait_endpoint5.rs ... ok |
| 1888 | 2026-09-15T16:23:46.771Z | test tests/fail/bad_trait_endpoint6.rs ... ok |
| 1889 | 2026-09-15T16:23:46.771Z | test tests/fail/bad_trait_endpoint7.rs ... ok |
| 1890 | 2026-09-15T16:23:46.771Z | test tests/fail/bad_trait_endpoint8.rs ... ok |
| 1891 | 2026-09-15T16:23:46.777Z | test tests/fail/bad_trait_endpoint9.rs ... ok |
| 1892 | 2026-09-15T16:23:46.777Z | test tests/fail/bad_trait_endpoint_error.rs ... ok |
| 1893 | 2026-09-15T16:23:46.777Z | test tests/fail/bad_trait_only1.rs ... ok |
| 1894 | 2026-09-15T16:23:46.777Z | test tests/fail/bad_trait_only10.rs ... ok |
| 1895 | 2026-09-15T16:23:46.777Z | test tests/fail/bad_trait_only11.rs ... ok |
| 1896 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only12.rs ... ok |
| 1897 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only13.rs ... ok |
| 1898 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only14.rs ... ok |
| 1899 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only15.rs ... ok |
| 1900 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only16.rs ... ok |
| 1901 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only17.rs ... ok |
| 1902 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only18.rs ... ok |
| 1903 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only19.rs ... ok |
| 1904 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only2.rs ... ok |
| 1905 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only20.rs ... ok |
| 1906 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only21.rs ... ok |
| 1907 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only22.rs ... ok |
| 1908 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only3.rs ... ok |
| 1909 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only4.rs ... ok |
| 1910 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only5.rs ... ok |
| 1911 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only6.rs ... ok |
| 1912 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only7.rs ... ok |
| 1913 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only8.rs ... ok |
| 1914 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_trait_only9.rs ... ok |
| 1915 | 2026-09-15T16:23:46.778Z | test tests/fail/bad_version_backwards.rs ... ok |
| 1916 | 2026-09-15T16:23:46.778Z | test tests/fail/unused_endpoint.rs ... ok |
| 1917 | 2026-09-15T16:23:46.778Z | |
| 1918 | 2026-09-15T16:23:46.778Z | |
| 1919 | 2026-09-15T16:23:46.778Z | test fail ... ok |
| 1920 | 2026-09-15T16:23:46.778Z | |
| 1921 | 2026-09-15T16:23:46.778Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 57.31s |
| 1922 | 2026-09-15T16:23:46.778Z | |
| 1923 | 2026-09-15T16:23:46.779Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-fe22ba4cfcc555a7` |
| 1924 | 2026-09-15T16:23:46.779Z | |
| 1925 | 2026-09-15T16:23:46.779Z | running 100 tests |
| 1926 | 2026-09-15T16:23:46.779Z | test api_trait::test_api_trait_with_disallowed_tags ... ok |
| 1927 | 2026-09-15T16:23:46.779Z | test config::test_config_bad_bind_address_garbage ... ok |
| 1928 | 2026-09-15T16:23:46.779Z | test config::test_config_bad_bind_address_port_too_large ... ok |
| 1929 | 2026-09-15T16:23:46.779Z | test config::test_config_bad_bind_address_port_too_small ... ok |
| 1930 | 2026-09-15T16:23:46.779Z | test config::test_config_bad_request_body_max_bytes_negative ... ok |
| 1931 | 2026-09-15T16:23:46.779Z | test api_trait::test_api_trait_with_empty_tag_config ... ok |
| 1932 | 2026-09-15T16:23:46.779Z | test api_trait::test_api_trait_with_complex_tags ... ok |
| 1933 | 2026-09-15T16:23:46.779Z | test config::test_config_bad_request_body_max_bytes_too_large ... ok |
| 1934 | 2026-09-15T16:23:46.779Z | test config::test_config_deprecated_request_body_max_bytes ... ok |
| 1935 | 2026-09-15T16:23:46.779Z | test config::test_valid_config_all_settings ... ok |
| 1936 | 2026-09-15T16:23:46.779Z | test config::test_valid_config_basic ... ok |
| 1937 | 2026-09-15T16:23:46.779Z | test config::test_valid_config_empty ... ok |
| 1938 | 2026-09-15T16:23:46.779Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-config_handler_task_mode_detached.6572.5.log" |
| 1939 | 2026-09-15T16:23:46.779Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-api_trait_basic.6572.2.log" |
| 1940 | 2026-09-15T16:23:46.779Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-config_bind_address_https_buffer.6572.3.log" |
| 1941 | 2026-09-15T16:23:46.779Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_unversioned_servers_with_versioned_routes.6572.6.log" |
| 1942 | 2026-09-15T16:23:46.779Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-config_handler_task_mode_cancel.6572.4.log" |
| 1943 | 2026-09-15T16:23:46.779Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-config_bind_address_https.6572.1.log" |
| 1944 | 2026-09-15T16:23:46.779Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-config_bind_address_http.6572.0.log" |
| 1945 | 2026-09-15T16:23:46.779Z | test config::test_unversioned_servers_with_versioned_routes ... ok |
| 1946 | 2026-09-15T16:23:46.779Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_enum_extractor_error.6572.7.log" |
| 1947 | 2026-09-15T16:23:46.779Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_enum_user_error.6572.8.log" |
| 1948 | 2026-09-15T16:23:46.779Z | test config::test_config_handler_task_mode_cancel ... ok |
| 1949 | 2026-09-15T16:23:46.779Z | test config::test_config_handler_task_mode_detached ... ok |
| 1950 | 2026-09-15T16:23:46.780Z | test custom_errors::test_enum_extractor_error ... ok |
| 1951 | 2026-09-15T16:23:46.780Z | test custom_errors::test_enum_user_error ... ok |
| 1952 | 2026-09-15T16:23:46.780Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_struct_user_error.6572.10.log" |
| 1953 | 2026-09-15T16:23:46.780Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_struct_extractor_error.6572.9.log" |
| 1954 | 2026-09-15T16:23:46.780Z | test custom_errors::test_trait_based_api ... ok |
| 1955 | 2026-09-15T16:23:46.780Z | test api_trait::test_api_trait_basic ... ok |
| 1956 | 2026-09-15T16:23:46.780Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_trait_enum_user_error.6572.11.log" |
| 1957 | 2026-09-15T16:23:46.780Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_trait_struct_user_error.6572.12.log" |
| 1958 | 2026-09-15T16:23:46.780Z | test config::test_config_bind_address_http ... ok |
| 1959 | 2026-09-15T16:23:46.780Z | test custom_errors::test_struct_extractor_error ... ok |
| 1960 | 2026-09-15T16:23:46.780Z | test custom_errors::test_struct_user_error ... ok |
| 1961 | 2026-09-15T16:23:46.780Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_302_bogus.6572.13.log" |
| 1962 | 2026-09-15T16:23:46.780Z | test custom_errors::test_trait_enum_user_error ... ok |
| 1963 | 2026-09-15T16:23:46.780Z | test custom_errors::test_trait_struct_user_error ... ok |
| 1964 | 2026-09-15T16:23:46.780Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_302_found.6572.14.log" |
| 1965 | 2026-09-15T16:23:46.785Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_307_temporary_redirect.6572.16.log" |
| 1966 | 2026-09-15T16:23:46.785Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_303_see_other.6572.15.log" |
| 1967 | 2026-09-15T16:23:46.785Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_delete_request.6572.17.log" |
| 1968 | 2026-09-15T16:23:46.785Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-demo1.6572.18.log" |
| 1969 | 2026-09-15T16:23:46.785Z | test demo::test_302_bogus ... ok |
| 1970 | 2026-09-15T16:23:46.785Z | test demo::test_307_temporary_redirect ... ok |
| 1971 | 2026-09-15T16:23:46.785Z | test demo::test_302_found ... ok |
| 1972 | 2026-09-15T16:23:46.785Z | test demo::test_delete_request ... ok |
| 1973 | 2026-09-15T16:23:46.785Z | test demo::test_demo1 ... ok |
| 1974 | 2026-09-15T16:23:46.785Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-demo2json.6572.19.log" |
| 1975 | 2026-09-15T16:23:46.786Z | test demo::test_303_see_other ... ok |
| 1976 | 2026-09-15T16:23:46.786Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-demo2query.6572.20.log" |
| 1977 | 2026-09-15T16:23:46.786Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-demo2urlencoded.6572.21.log" |
| 1978 | 2026-09-15T16:23:46.786Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-demo3json.6572.22.log" |
| 1979 | 2026-09-15T16:23:46.786Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-demo_path_param_string.6572.24.log" |
| 1980 | 2026-09-15T16:23:46.786Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-demo_path_param_u32.6572.23.log" |
| 1981 | 2026-09-15T16:23:46.786Z | test demo::test_demo_path_param_u32 ... ok |
| 1982 | 2026-09-15T16:23:46.786Z | test demo::test_demo2query ... ok |
| 1983 | 2026-09-15T16:23:46.786Z | test demo::test_demo3json ... ok |
| 1984 | 2026-09-15T16:23:46.786Z | test demo::test_demo2json ... ok |
| 1985 | 2026-09-15T16:23:46.786Z | test demo::test_demo2urlencoded ... ok |
| 1986 | 2026-09-15T16:23:46.786Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-demo_path_param_uuid.6572.25.log" |
| 1987 | 2026-09-15T16:23:46.786Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-demo_websocket.6572.26.log" |
| 1988 | 2026-09-15T16:23:46.786Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_head_request.6572.27.log" |
| 1989 | 2026-09-15T16:23:46.786Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_header_request.6572.28.log" |
| 1990 | 2026-09-15T16:23:46.786Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_large_typed_body.6572.29.log" |
| 1991 | 2026-09-15T16:23:46.786Z | test demo::test_demo_path_param_uuid ... ok |
| 1992 | 2026-09-15T16:23:46.786Z | test demo::test_header_request ... ok |
| 1993 | 2026-09-15T16:23:46.786Z | test demo::test_head_request ... ok |
| 1994 | 2026-09-15T16:23:46.786Z | test demo::test_demo_websocket ... ok |
| 1995 | 2026-09-15T16:23:46.786Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-tet_raw_request.6572.30.log" |
| 1996 | 2026-09-15T16:23:46.786Z | test demo::test_demo_path_param_string ... ok |
| 1997 | 2026-09-15T16:23:46.786Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_request_compat.6572.31.log" |
| 1998 | 2026-09-15T16:23:46.786Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_request_remote_addr.6572.32.log" |
| 1999 | 2026-09-15T16:23:46.786Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_streaming_body.6572.33.log" |
| 2000 | 2026-09-15T16:23:46.786Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_untyped_body.6572.34.log" |
| 2001 | 2026-09-15T16:23:46.786Z | test demo::test_large_typed_body ... ok |
| 2002 | 2026-09-15T16:23:46.786Z | test demo::test_raw_request ... ok |
| 2003 | 2026-09-15T16:23:46.787Z | test demo::test_request_compat ... ok |
| 2004 | 2026-09-15T16:23:46.787Z | test demo::test_request_remote_addr ... ok |
| 2005 | 2026-09-15T16:23:46.787Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-compression_config_disabled.6572.36.log" |
| 2006 | 2026-09-15T16:23:46.787Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-graceful_shutdown_with_detached_handler.6572.35.log" |
| 2007 | 2026-09-15T16:23:46.787Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-compression_config_enabled.6572.37.log" |
| 2008 | 2026-09-15T16:23:46.787Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-compression_disabled_extension.6572.38.log" |
| 2009 | 2026-09-15T16:23:46.791Z | test demo::test_streaming_body ... ok |
| 2010 | 2026-09-15T16:23:46.791Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-gzip_compression_multiple_encodings.6572.39.log" |
| 2011 | 2026-09-15T16:23:46.791Z | test gzip::test_compression_disabled_with_extension ... ok |
| 2012 | 2026-09-15T16:23:46.791Z | test demo::test_untyped_body ... ok |
| 2013 | 2026-09-15T16:23:46.791Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-gzip_compression_accept_encoding.6572.40.log" |
| 2014 | 2026-09-15T16:23:46.791Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-json_suffix_compressed.6572.41.log" |
| 2015 | 2026-09-15T16:23:46.791Z | test gzip::test_json_suffix_is_compressed ... ok |
| 2016 | 2026-09-15T16:23:46.792Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-no_compression_small_response.6572.42.log" |
| 2017 | 2026-09-15T16:23:46.792Z | test gzip::test_no_compression_below_size_threshold ... ok |
| 2018 | 2026-09-15T16:23:46.792Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-no_compression_204.6572.43.log" |
| 2019 | 2026-09-15T16:23:46.792Z | test gzip::test_no_compression_for_204_no_content ... ok |
| 2020 | 2026-09-15T16:23:46.792Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-no_compression_304.6572.44.log" |
| 2021 | 2026-09-15T16:23:46.792Z | test gzip::test_no_compression_for_304_not_modified ... ok |
| 2022 | 2026-09-15T16:23:46.792Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-no_compression_non_compressible.6572.45.log" |
| 2023 | 2026-09-15T16:23:46.792Z | test gzip::test_no_compression_for_non_compressible_content_types ... ok |
| 2024 | 2026-09-15T16:23:46.792Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-no_gzip_without_accept.6572.46.log" |
| 2025 | 2026-09-15T16:23:46.796Z | test gzip::test_compression_config_disabled ... ok |
| 2026 | 2026-09-15T16:23:46.796Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-reject_gzip_quality_zero.6572.47.log" |
| 2027 | 2026-09-15T16:23:46.803Z | test gzip::test_compression_config_enabled ... ok |
| 2028 | 2026-09-15T16:23:46.803Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-streaming_with_content_type_compressed.6572.48.log" |
| 2029 | 2026-09-15T16:23:46.803Z | test gzip::test_no_gzip_without_accept_encoding ... ok |
| 2030 | 2026-09-15T16:23:46.803Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-streaming_missing_content_type.6572.49.log" |
| 2031 | 2026-09-15T16:23:46.808Z | test gzip::test_streaming_with_content_type_is_compressed ... ok |
| 2032 | 2026-09-15T16:23:46.808Z | test gzip::test_streaming_without_content_type_skips_compression ... ok |
| 2033 | 2026-09-15T16:23:46.808Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-vary_header_set.6572.50.log" |
| 2034 | 2026-09-15T16:23:46.808Z | test gzip::test_gzip_compression_accepts_multiple_encodings ... ok |
| 2035 | 2026-09-15T16:23:46.808Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-vary_header_no_gzip.6572.51.log" |
| 2036 | 2026-09-15T16:23:46.808Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-xml_suffix_compressed.6572.52.log" |
| 2037 | 2026-09-15T16:23:46.808Z | test config::test_config_bind_address_https_buffer ... ok |
| 2038 | 2026-09-15T16:23:46.809Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-multipart_client.6572.53.log" |
| 2039 | 2026-09-15T16:23:46.809Z | test gzip::test_xml_suffix_is_compressed ... ok |
| 2040 | 2026-09-15T16:23:46.809Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-multipart_client.6572.54.log" |
| 2041 | 2026-09-15T16:23:46.809Z | test config::test_config_bind_address_https ... ok |
| 2042 | 2026-09-15T16:23:46.809Z | test multipart::missing_boundary ... ok |
| 2043 | 2026-09-15T16:23:46.809Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-multipart_client.6572.55.log" |
| 2044 | 2026-09-15T16:23:46.809Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-multipart_client.6572.56.log" |
| 2045 | 2026-09-15T16:23:46.809Z | test multipart::no_content_type ... ok |
| 2046 | 2026-09-15T16:23:46.809Z | test multipart::test_multipart_client ... ok |
| 2047 | 2026-09-15T16:23:46.809Z | test multipart::weird_content_type ... ok |
| 2048 | 2026-09-15T16:23:46.809Z | test gzip::test_reject_gzip_with_quality_zero ... ok |
| 2049 | 2026-09-15T16:23:46.809Z | test openapi::test_openapi_custom_error_types_trait_based ... ok |
| 2050 | 2026-09-15T16:23:46.809Z | test openapi::test_openapi_custom_error_types ... ok |
| 2051 | 2026-09-15T16:23:46.809Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-pagination-basic.6572.57.log" |
| 2052 | 2026-09-15T16:23:46.809Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-pagination-multiple-resources.6572.58.log" |
| 2053 | 2026-09-15T16:23:46.809Z | test openapi::test_openapi ... ok |
| 2054 | 2026-09-15T16:23:46.813Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-pagination-multiple-sorts.6572.59.log" |
| 2055 | 2026-09-15T16:23:46.813Z | test openapi::test_openapi_fuller ... ok |
| 2056 | 2026-09-15T16:23:46.824Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-basic.6572.60.log" |
| 2057 | 2026-09-15T16:23:46.831Z | test gzip::test_vary_header_on_non_gzip_requests ... ok |
| 2058 | 2026-09-15T16:23:46.835Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-dictionary.6572.61.log" |
| 2059 | 2026-09-15T16:23:46.835Z | test gzip::test_gzip_compression_with_accept_encoding ... ok |
| 2060 | 2026-09-15T16:23:46.835Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-empty.6572.62.log" |
| 2061 | 2026-09-15T16:23:46.835Z | test pagination::test_paginate_empty ... ok |
| 2062 | 2026-09-15T16:23:46.835Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-errors.6572.63.log" |
| 2063 | 2026-09-15T16:23:46.842Z | test gzip::test_vary_header_is_set ... ok |
| 2064 | 2026-09-15T16:23:46.842Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-extra_params.6572.64.log" |
| 2065 | 2026-09-15T16:23:46.842Z | test pagination::test_paginate_errors ... ok |
| 2066 | 2026-09-15T16:23:46.842Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-required_params.6572.65.log" |
| 2067 | 2026-09-15T16:23:46.842Z | test pagination::test_paginate_extra_params ... ok |
| 2068 | 2026-09-15T16:23:46.842Z | test pagination_schema::test_pagination_schema ... ok |
| 2069 | 2026-09-15T16:23:46.842Z | test pagination::test_paginate_with_required_params ... ok |
| 2070 | 2026-09-15T16:23:46.842Z | test path_names::test_path_names ... ok |
| 2071 | 2026-09-15T16:23:46.847Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_with_tls.6572.66.log" |
| 2072 | 2026-09-15T16:23:46.847Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_no_tls.6572.67.log" |
| 2073 | 2026-09-15T16:23:46.848Z | test starter::test_no_tls ... ok |
| 2074 | 2026-09-15T16:23:46.848Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-non_streaming_servers_do_not_use_transfer_encoding.6572.68.log" |
| 2075 | 2026-09-15T16:23:46.848Z | test streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok |
| 2076 | 2026-09-15T16:23:46.848Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-streaming_server_buffered_client.6572.69.log" |
| 2077 | 2026-09-15T16:23:46.851Z | test streaming::test_streaming_server_buffered_client ... ok |
| 2078 | 2026-09-15T16:23:46.851Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-streaming_server_streaming_client.6572.70.log" |
| 2079 | 2026-09-15T16:23:46.854Z | test pagination::test_paginate_basic ... ok |
| 2080 | 2026-09-15T16:23:46.854Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_server_is_http.6572.71.log" |
| 2081 | 2026-09-15T16:23:46.857Z | test tls::test_server_is_http ... ok |
| 2082 | 2026-09-15T16:23:46.857Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_server_is_https.6572.72.log" |
| 2083 | 2026-09-15T16:23:46.857Z | test streaming::test_streaming_server_streaming_client ... ok |
| 2084 | 2026-09-15T16:23:46.860Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_tls_aborted_negotiation.6572.73.log" |
| 2085 | 2026-09-15T16:23:47.167Z | test starter::test_with_tls ... ok |
| 2086 | 2026-09-15T16:23:47.173Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_tls_certificate_loading.6572.74.log" |
| 2087 | 2026-09-15T16:23:47.173Z | test tls::test_server_is_https ... ok |
| 2088 | 2026-09-15T16:23:47.175Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_tls_only.6572.75.log" |
| 2089 | 2026-09-15T16:23:47.424Z | test pagination::test_paginate_dictionary ... ok |
| 2090 | 2026-09-15T16:23:47.428Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_tls_refresh_certificates.6572.76.log" |
| 2091 | 2026-09-15T16:23:47.449Z | test tls::test_tls_certificate_loading ... ok |
| 2092 | 2026-09-15T16:23:47.453Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_versions.6572.77.log" |
| 2093 | 2026-09-15T16:23:47.464Z | test tls::test_tls_aborted_negotiation ... ok |
| 2094 | 2026-09-15T16:23:47.467Z | note: configured to log to "/tmp/integration_tests-fe22ba4cfcc555a7-test_versions_on_missing.6572.78.log" |
| 2095 | 2026-09-15T16:23:47.525Z | test pagination::test_example_basic ... ok |
| 2096 | 2026-09-15T16:23:47.529Z | test versions::test_versions_openapi ... ok |
| 2097 | 2026-09-15T16:23:47.529Z | test versions::test_versions_openapi_same_names ... ok |
| 2098 | 2026-09-15T16:23:47.573Z | test versions::test_versions_on_missing ... ok |
| 2099 | 2026-09-15T16:23:47.587Z | test versions::test_versions ... ok |
| 2100 | 2026-09-15T16:23:47.765Z | test tls::test_tls_only ... ok |
| 2101 | 2026-09-15T16:23:48.118Z | test tls::test_tls_refresh_certificates ... ok |
| 2102 | 2026-09-15T16:23:48.351Z | test pagination::test_example_multiple_sorts ... ok |
| 2103 | 2026-09-15T16:23:48.785Z | test detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok |
| 2104 | 2026-09-15T16:23:49.036Z | test pagination::test_example_multiple_resources ... ok |
| 2105 | 2026-09-15T16:23:49.036Z | |
| 2106 | 2026-09-15T16:23:49.036Z | test result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.27s |
| 2107 | 2026-09-15T16:23:49.036Z | |
| 2108 | 2026-09-15T16:23:49.045Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-e8b03b75cad6c043` |
| 2109 | 2026-09-15T16:23:49.053Z | |
| 2110 | 2026-09-15T16:23:49.054Z | running 35 tests |
| 2111 | 2026-09-15T16:23:49.054Z | test channel::tests::test_channel_operation_id ... ok |
| 2112 | 2026-09-15T16:23:49.054Z | test channel::tests::test_channel_with_versions ... ok |
| 2113 | 2026-09-15T16:23:49.054Z | test endpoint::tests::test_endpoint_bad_context_receiver ... ok |
| 2114 | 2026-09-15T16:23:49.054Z | test api_trait::tests::test_api_trait_no_endpoints ... ok |
| 2115 | 2026-09-15T16:23:49.054Z | test doc::tests::test_extract_summary_description ... ok |
| 2116 | 2026-09-15T16:23:49.054Z | test channel::tests::test_channel_with_unnamed_params ... ok |
| 2117 | 2026-09-15T16:23:49.054Z | test endpoint::tests::test_endpoint_bad_metadata ... ok |
| 2118 | 2026-09-15T16:23:49.054Z | test endpoint::tests::test_endpoint_bad_string ... ok |
| 2119 | 2026-09-15T16:23:49.061Z | test endpoint::tests::test_endpoint_bad_versions ... ok |
| 2120 | 2026-09-15T16:23:49.061Z | test channel::tests::test_channel_with_custom_params ... ok |
| 2121 | 2026-09-15T16:23:49.061Z | test endpoint::tests::test_endpoint_invalid_item ... ok |
| 2122 | 2026-09-15T16:23:49.061Z | test endpoint::tests::test_endpoint_no_arguments ... ok |
| 2123 | 2026-09-15T16:23:49.061Z | test endpoint::tests::test_endpoint_not_async ... ok |
| 2124 | 2026-09-15T16:23:49.061Z | test endpoint::tests::test_endpoint_content_type ... ok |
| 2125 | 2026-09-15T16:23:49.061Z | test api_trait::tests::test_api_trait_operation_id ... ok |
| 2126 | 2026-09-15T16:23:49.061Z | test endpoint::tests::test_endpoint_basic ... ok |
| 2127 | 2026-09-15T16:23:49.061Z | test api_trait::tests::test_api_trait_basic ... ok |
| 2128 | 2026-09-15T16:23:49.061Z | test endpoint::tests::test_endpoint_context_fully_qualified_names ... ok |
| 2129 | 2026-09-15T16:23:49.061Z | test endpoint::tests::test_endpoint_pub_crate ... ok |
| 2130 | 2026-09-15T16:23:49.061Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok |
| 2131 | 2026-09-15T16:23:49.062Z | test endpoint::tests::test_endpoint_with_doc ... ok |
| 2132 | 2026-09-15T16:23:49.062Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok |
| 2133 | 2026-09-15T16:23:49.062Z | test endpoint::tests::test_endpoint_with_empty_where_clause ... ok |
| 2134 | 2026-09-15T16:23:49.062Z | test api_trait::tests::test_api_trait_with_custom_params ... ok |
| 2135 | 2026-09-15T16:23:49.062Z | test endpoint::tests::test_endpoint_with_query ... ok |
| 2136 | 2026-09-15T16:23:49.062Z | test endpoint::tests::test_endpoint_with_tags ... ok |
| 2137 | 2026-09-15T16:23:49.062Z | test endpoint::tests::test_endpoint_with_versions_all ... ok |
| 2138 | 2026-09-15T16:23:49.062Z | test params::tests::test_extract_rqctx_ty_param ... ok |
| 2139 | 2026-09-15T16:23:49.062Z | test syn_parsing::tests::test_busted_function ... ok |
| 2140 | 2026-09-15T16:23:49.062Z | test endpoint::tests::test_endpoint_with_unnamed_params ... ok |
| 2141 | 2026-09-15T16:23:49.062Z | test endpoint::tests::test_endpoint_with_custom_params ... ok |
| 2142 | 2026-09-15T16:23:49.062Z | test endpoint::tests::test_operation_id ... ok |
| 2143 | 2026-09-15T16:23:49.062Z | test endpoint::tests::test_endpoint_with_versions_until ... ok |
| 2144 | 2026-09-15T16:23:49.062Z | test endpoint::tests::test_endpoint_with_versions_from ... ok |
| 2145 | 2026-09-15T16:23:49.062Z | test endpoint::tests::test_endpoint_with_versions_from_until ... ok |
| 2146 | 2026-09-15T16:23:49.062Z | |
| 2147 | 2026-09-15T16:23:49.062Z | test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2148 | 2026-09-15T16:23:49.062Z | |
| 2149 | 2026-09-15T16:23:49.062Z | Doc-tests dropshot |
| 2150 | 2026-09-15T16:23:49.062Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-6f97c7f3ca253f2a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c213d055a4c3ddee.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-9dc232a1c119a4b6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1475842edbf78655.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-685705f500fb69d8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f5c386ab9fd15046.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-2493ba4dfc5486c3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-f828c2fc8561f225.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ed9e8c6a40869fa7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -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` |
| 2151 | 2026-09-15T16:23:49.833Z | |
| 2152 | 2026-09-15T16:23:49.833Z | running 24 tests |
| 2153 | 2026-09-15T16:23:49.842Z | test dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored |
| 2154 | 2026-09-15T16:23:51.183Z | test dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok |
| 2155 | 2026-09-15T16:23:51.183Z | test dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok |
| 2156 | 2026-09-15T16:23:51.183Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored |
| 2157 | 2026-09-15T16:23:51.183Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored |
| 2158 | 2026-09-15T16:23:55.105Z | test dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok |
| 2159 | 2026-09-15T16:23:55.105Z | test dropshot/src/lib.rs - (line 337) ... ignored |
| 2160 | 2026-09-15T16:23:55.204Z | test dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok |
| 2161 | 2026-09-15T16:23:55.204Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok |
| 2162 | 2026-09-15T16:23:55.204Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok |
| 2163 | 2026-09-15T16:23:55.204Z | test dropshot/src/lib.rs - (line 46) - compile ... ok |
| 2164 | 2026-09-15T16:23:55.205Z | test dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok |
| 2165 | 2026-09-15T16:23:55.205Z | test dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok |
| 2166 | 2026-09-15T16:23:55.205Z | test dropshot/src/lib.rs - channel (line 1187) ... ignored |
| 2167 | 2026-09-15T16:23:55.205Z | test dropshot/src/lib.rs - endpoint (line 1232) ... ignored |
| 2168 | 2026-09-15T16:23:59.441Z | test dropshot/src/lib.rs - (line 401) ... ok |
| 2169 | 2026-09-15T16:23:59.506Z | test dropshot/src/lib.rs - api_description (line 1052) ... ok |
| 2170 | 2026-09-15T16:23:59.506Z | test dropshot/src/lib.rs - (line 664) ... ok |
| 2171 | 2026-09-15T16:23:59.506Z | test dropshot/src/lib.rs - api_description (line 1113) ... ok |
| 2172 | 2026-09-15T16:23:59.506Z | test dropshot/src/lib.rs - (line 113) ... ok |
| 2173 | 2026-09-15T16:23:59.506Z | test dropshot/src/lib.rs - (line 192) ... ok |
| 2174 | 2026-09-15T16:23:59.506Z | test dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok |
| 2175 | 2026-09-15T16:23:59.506Z | test dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok |
| 2176 | 2026-09-15T16:24:00.097Z | test dropshot/src/lib.rs - (line 500) ... ok |
| 2177 | 2026-09-15T16:24:00.097Z | |
| 2178 | 2026-09-15T16:24:00.097Z | test result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 10.26s |
| 2179 | 2026-09-15T16:24:00.097Z | |
| 2180 | 2026-09-15T16:24:00.101Z | all doctests ran in 10.69s; merged doctests compilation took 0.43s |
| 2181 | 2026-09-15T16:24:00.125Z | Doc-tests dropshot_endpoint |
| 2182 | 2026-09-15T16:24:00.128Z | Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/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-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-30bb463f85d8812e.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-3993fb638e7b894f.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-5a30dd6538d699d3.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-7819fca6e6115774.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f6127db3a6186bd6.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-a47b84f9da111502.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rlib --extern proc_macro -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human` |
| 2183 | 2026-09-15T16:24:00.258Z | |
| 2184 | 2026-09-15T16:24:00.258Z | running 0 tests |
| 2185 | 2026-09-15T16:24:00.258Z | |
| 2186 | 2026-09-15T16:24:00.258Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2187 | 2026-09-15T16:24:00.258Z | |
| 2188 | 2026-09-15T16:24:00.303Z | |
| 2189 | 2026-09-15T16:24:00.303Z | real 2:03.950401499 |
| 2190 | 2026-09-15T16:24:00.311Z | user 9:01.226910463 |
| 2191 | 2026-09-15T16:24:00.311Z | sys 2:04.203725963 |
| 2192 | 2026-09-15T16:24:00.311Z | trap 0.368622717 |
| 2193 | 2026-09-15T16:24:00.311Z | tflt 0.143917678 |
| 2194 | 2026-09-15T16:24:00.311Z | dflt 0.226247311 |
| 2195 | 2026-09-15T16:24:00.311Z | kflt 0.000161752 |
| 2196 | 2026-09-15T16:24:00.311Z | lock 40:14.923214617 |
| 2197 | 2026-09-15T16:24:00.311Z | slp 39:52.031431158 |
| 2198 | 2026-09-15T16:24:00.311Z | lat 25.788117749 |
| 2199 | 2026-09-15T16:24:00.311Z | stop 1:11.001125438 |
| 2200 | 2026-09-15T16:24:00.311Z | + banner docs |
| 2201 | 2026-09-15T16:24:00.311Z | |
| 2202 | 2026-09-15T16:24:00.311Z | ##### #### #### #### |
| 2203 | 2026-09-15T16:24:00.311Z | # # # # # # # |
| 2204 | 2026-09-15T16:24:00.311Z | # # # # # #### |
| 2205 | 2026-09-15T16:24:00.311Z | # # # # # # |
| 2206 | 2026-09-15T16:24:00.311Z | # # # # # # # # |
| 2207 | 2026-09-15T16:24:00.311Z | ##### #### #### #### |
| 2208 | 2026-09-15T16:24:00.312Z | |
| 2209 | 2026-09-15T16:24:00.312Z | + ptime -m cargo doc --no-deps --lib --bins --examples |
| 2210 | 2026-09-15T16:24:00.502Z | Compiling proc-macro2 v1.0.107 |
| 2211 | 2026-09-15T16:24:00.502Z | Compiling unicode-ident v1.0.12 |
| 2212 | 2026-09-15T16:24:00.506Z | Checking cfg-if v1.0.0 |
| 2213 | 2026-09-15T16:24:00.506Z | Checking itoa v1.0.1 |
| 2214 | 2026-09-15T16:24:00.506Z | Checking pin-project-lite v0.2.12 |
| 2215 | 2026-09-15T16:24:00.506Z | Compiling quote v1.0.47 |
| 2216 | 2026-09-15T16:24:00.543Z | Checking libc v0.2.189 |
| 2217 | 2026-09-15T16:24:00.548Z | Checking serde_core v1.0.229 |
| 2218 | 2026-09-15T16:24:00.577Z | Checking futures-core v0.3.34 |
| 2219 | 2026-09-15T16:24:00.596Z | Checking bytes v1.12.1 |
| 2220 | 2026-09-15T16:24:00.730Z | Checking memchr v2.6.0 |
| 2221 | 2026-09-15T16:24:00.730Z | Checking smallvec v1.13.2 |
| 2222 | 2026-09-15T16:24:00.730Z | Checking once_cell v1.20.1 |
| 2223 | 2026-09-15T16:24:00.816Z | Checking futures-sink v0.3.34 |
| 2224 | 2026-09-15T16:24:00.850Z | Checking scopeguard v1.2.0 |
| 2225 | 2026-09-15T16:24:00.906Z | Checking slab v0.4.9 |
| 2226 | 2026-09-15T16:24:00.942Z | Checking lock_api v0.4.6 |
| 2227 | 2026-09-15T16:24:00.955Z | Checking parking_lot_core v0.9.4 |
| 2228 | 2026-09-15T16:24:00.983Z | Checking signal-hook-registry v1.4.0 |
| 2229 | 2026-09-15T16:24:01.012Z | Checking socket2 v0.6.3 |
| 2230 | 2026-09-15T16:24:01.049Z | Compiling jobserver v0.1.34 |
| 2231 | 2026-09-15T16:24:01.116Z | Checking mio v1.2.0 |
| 2232 | 2026-09-15T16:24:01.121Z | Checking http v1.5.0 |
| 2233 | 2026-09-15T16:24:01.128Z | Checking futures-channel v0.3.34 |
| 2234 | 2026-09-15T16:24:01.135Z | Checking parking_lot v0.12.1 |
| 2235 | 2026-09-15T16:24:01.313Z | Compiling cc v1.2.60 |
| 2236 | 2026-09-15T16:24:01.316Z | Checking stable_deref_trait v1.2.0 |
| 2237 | 2026-09-15T16:24:01.374Z | Checking zeroize v1.8.2 |
| 2238 | 2026-09-15T16:24:01.381Z | Checking log v0.4.17 |
| 2239 | 2026-09-15T16:24:01.465Z | Checking futures-io v0.3.34 |
| 2240 | 2026-09-15T16:24:01.481Z | Checking futures-task v0.3.34 |
| 2241 | 2026-09-15T16:24:01.499Z | Compiling syn v2.0.118 |
| 2242 | 2026-09-15T16:24:01.506Z | Compiling syn v3.0.4 |
| 2243 | 2026-09-15T16:24:01.509Z | Checking rand_core v0.10.1 |
| 2244 | 2026-09-15T16:24:01.520Z | Checking rustls-pki-types v1.15.1 |
| 2245 | 2026-09-15T16:24:01.529Z | Checking httparse v1.10.0 |
| 2246 | 2026-09-15T16:24:01.637Z | Checking getrandom v0.4.1 |
| 2247 | 2026-09-15T16:24:01.684Z | Checking typenum v1.19.0 |
| 2248 | 2026-09-15T16:24:01.736Z | Checking zmij v1.0.2 |
| 2249 | 2026-09-15T16:24:01.779Z | Checking equivalent v1.0.0 |
| 2250 | 2026-09-15T16:24:01.802Z | Compiling num-conv v0.2.0 |
| 2251 | 2026-09-15T16:24:01.857Z | Compiling time-core v0.1.8 |
| 2252 | 2026-09-15T16:24:01.865Z | Checking powerfmt v0.2.0 |
| 2253 | 2026-09-15T16:24:01.928Z | Checking writeable v0.5.5 |
| 2254 | 2026-09-15T16:24:02.001Z | Checking hashbrown v0.17.0 |
| 2255 | 2026-09-15T16:24:02.012Z | Checking litemap v0.7.4 |
| 2256 | 2026-09-15T16:24:02.071Z | Compiling cmake v0.1.58 |
| 2257 | 2026-09-15T16:24:02.100Z | Checking serde_json v1.0.151 |
| 2258 | 2026-09-15T16:24:02.187Z | Checking deranged v0.5.5 |
| 2259 | 2026-09-15T16:24:02.367Z | Checking hybrid-array v0.4.8 |
| 2260 | 2026-09-15T16:24:02.411Z | Compiling time-macros v0.2.27 |
| 2261 | 2026-09-15T16:24:02.462Z | Checking indexmap v2.14.2 |
| 2262 | 2026-09-15T16:24:02.599Z | Compiling aws-lc-sys v0.45.0 |
| 2263 | 2026-09-15T16:24:02.716Z | Checking http-body v1.0.1 |
| 2264 | 2026-09-15T16:24:02.799Z | Checking crossbeam-utils v0.8.21 |
| 2265 | 2026-09-15T16:24:02.840Z | Checking tracing-core v0.1.32 |
| 2266 | 2026-09-15T16:24:03.134Z | Checking num_threads v0.1.3 |
| 2267 | 2026-09-15T16:24:03.145Z | Checking percent-encoding v2.3.2 |
| 2268 | 2026-09-15T16:24:03.150Z | Checking untrusted v0.9.0 |
| 2269 | 2026-09-15T16:24:03.150Z | Checking atomic-waker v1.1.2 |
| 2270 | 2026-09-15T16:24:03.235Z | Checking tracing v0.1.40 |
| 2271 | 2026-09-15T16:24:03.243Z | Checking subtle v2.5.0 |
| 2272 | 2026-09-15T16:24:03.276Z | Checking tower-service v0.3.3 |
| 2273 | 2026-09-15T16:24:03.325Z | Checking icu_locid_transform_data v1.5.0 |
| 2274 | 2026-09-15T16:24:03.421Z | Checking cpufeatures v0.3.0 |
| 2275 | 2026-09-15T16:24:03.431Z | Checking try-lock v0.2.3 |
| 2276 | 2026-09-15T16:24:03.431Z | Checking tower-layer v0.3.3 |
| 2277 | 2026-09-15T16:24:03.432Z | Checking time v0.3.47 |
| 2278 | 2026-09-15T16:24:03.432Z | Checking fnv v1.0.7 |
| 2279 | 2026-09-15T16:24:03.432Z | Checking bitflags v2.11.0 |
| 2280 | 2026-09-15T16:24:03.469Z | Checking want v0.3.0 |
| 2281 | 2026-09-15T16:24:03.485Z | Checking crypto-common v0.2.1 |
| 2282 | 2026-09-15T16:24:03.541Z | Checking block-buffer v0.12.0 |
| 2283 | 2026-09-15T16:24:03.573Z | Checking adler2 v2.0.1 |
| 2284 | 2026-09-15T16:24:03.580Z | Checking simd-adler32 v0.3.10 |
| 2285 | 2026-09-15T16:24:03.669Z | Checking httpdate v1.0.1 |
| 2286 | 2026-09-15T16:24:03.683Z | Checking icu_properties_data v1.5.0 |
| 2287 | 2026-09-15T16:24:03.716Z | Checking const-oid v0.10.2 |
| 2288 | 2026-09-15T16:24:03.798Z | Checking miniz_oxide v0.9.1 |
| 2289 | 2026-09-15T16:24:03.808Z | Checking num-traits v0.2.14 |
| 2290 | 2026-09-15T16:24:03.867Z | Checking crc32fast v1.5.0 |
| 2291 | 2026-09-15T16:24:03.983Z | Checking digest v0.11.2 |
| 2292 | 2026-09-15T16:24:04.003Z | Checking form_urlencoded v1.2.2 |
| 2293 | 2026-09-15T16:24:04.123Z | Checking errno v0.3.10 |
| 2294 | 2026-09-15T16:24:04.123Z | Checking utf16_iter v1.0.5 |
| 2295 | 2026-09-15T16:24:04.136Z | Checking icu_normalizer_data v1.5.0 |
| 2296 | 2026-09-15T16:24:04.200Z | Checking utf8_iter v1.0.4 |
| 2297 | 2026-09-15T16:24:04.225Z | Compiling synstructure v0.13.1 |
| 2298 | 2026-09-15T16:24:04.231Z | Checking write16 v1.0.0 |
| 2299 | 2026-09-15T16:24:04.235Z | Checking base64 v0.23.1 |
| 2300 | 2026-09-15T16:24:04.235Z | Checking mime v0.3.16 |
| 2301 | 2026-09-15T16:24:04.312Z | Checking iana-time-zone v0.1.47 |
| 2302 | 2026-09-15T16:24:04.318Z | Checking base64 v0.22.1 |
| 2303 | 2026-09-15T16:24:04.394Z | Checking ipnet v2.10.0 |
| 2304 | 2026-09-15T16:24:04.412Z | Checking winnow v1.0.0 |
| 2305 | 2026-09-15T16:24:04.503Z | Compiling serde_derive_internals v0.29.0 |
| 2306 | 2026-09-15T16:24:04.546Z | Checking flate2 v1.1.10 |
| 2307 | 2026-09-15T16:24:04.609Z | Checking sha1 v0.11.0 |
| 2308 | 2026-09-15T16:24:04.688Z | Checking toml_parser v1.1.3+spec-1.1.0 |
| 2309 | 2026-09-15T16:24:04.712Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2310 | 2026-09-15T16:24:04.776Z | Checking serde_spanned v1.1.1 |
| 2311 | 2026-09-15T16:24:04.839Z | Checking thread_local v1.1.4 |
| 2312 | 2026-09-15T16:24:04.900Z | Checking encoding_rs v0.8.32 |
| 2313 | 2026-09-15T16:24:04.903Z | Checking compression-core v0.4.33 |
| 2314 | 2026-09-15T16:24:04.996Z | Checking match_cfg v0.1.0 |
| 2315 | 2026-09-15T16:24:05.005Z | Checking toml_writer v1.1.2+spec-1.1.0 |
| 2316 | 2026-09-15T16:24:05.019Z | Checking openssl-probe v0.2.1 |
| 2317 | 2026-09-15T16:24:05.054Z | Checking hostname v0.3.1 |
| 2318 | 2026-09-15T16:24:05.119Z | Checking rustls-native-certs v0.8.3 |
| 2319 | 2026-09-15T16:24:05.142Z | Checking compression-codecs v0.4.41 |
| 2320 | 2026-09-15T16:24:05.173Z | Checking toml v1.1.6+spec-1.1.0 |
| 2321 | 2026-09-15T16:24:05.221Z | Checking ryu v1.0.5 |
| 2322 | 2026-09-15T16:24:05.236Z | Checking rustix v1.1.4 |
| 2323 | 2026-09-15T16:24:05.302Z | Compiling unicase v2.6.0 |
| 2324 | 2026-09-15T16:24:05.351Z | Checking chacha20 v0.10.1 |
| 2325 | 2026-09-15T16:24:05.368Z | Compiling serde_derive v1.0.229 |
| 2326 | 2026-09-15T16:24:05.465Z | Compiling zerofrom-derive v0.1.5 |
| 2327 | 2026-09-15T16:24:05.477Z | Compiling tokio-macros v2.7.0 |
| 2328 | 2026-09-15T16:24:05.568Z | Compiling yoke-derive v0.7.5 |
| 2329 | 2026-09-15T16:24:05.769Z | Compiling zerovec-derive v0.10.3 |
| 2330 | 2026-09-15T16:24:05.864Z | Compiling futures-macro v0.3.34 |
| 2331 | 2026-09-15T16:24:05.867Z | Compiling displaydoc v0.2.5 |
| 2332 | 2026-09-15T16:24:06.233Z | Checking tokio v1.53.1 |
| 2333 | 2026-09-15T16:24:06.619Z | Compiling icu_provider_macros v1.5.0 |
| 2334 | 2026-09-15T16:24:06.622Z | Compiling thiserror-impl v2.0.20 |
| 2335 | 2026-09-15T16:24:06.696Z | Checking futures-util v0.3.34 |
| 2336 | 2026-09-15T16:24:06.702Z | Checking zerofrom v0.1.5 |
| 2337 | 2026-09-15T16:24:06.811Z | Checking yoke v0.7.5 |
| 2338 | 2026-09-15T16:24:06.811Z | Compiling schemars_derive v0.8.22 |
| 2339 | 2026-09-15T16:24:06.987Z | Checking zerovec v0.10.4 |
| 2340 | 2026-09-15T16:24:07.194Z | Compiling async-stream-impl v0.3.6 |
| 2341 | 2026-09-15T16:24:07.652Z | Checking tinystr v0.7.6 |
| 2342 | 2026-09-15T16:24:07.827Z | Checking icu_collections v1.5.0 |
| 2343 | 2026-09-15T16:24:07.830Z | Checking icu_locid v1.5.0 |
| 2344 | 2026-09-15T16:24:07.844Z | Checking thiserror v2.0.20 |
| 2345 | 2026-09-15T16:24:07.941Z | Checking crossbeam-channel v0.5.15 |
| 2346 | 2026-09-15T16:24:07.999Z | Checking concurrent-queue v2.5.0 |
| 2347 | 2026-09-15T16:24:08.010Z | Checking serde v1.0.229 |
| 2348 | 2026-09-15T16:24:08.174Z | Checking http-body-util v0.1.5 |
| 2349 | 2026-09-15T16:24:08.247Z | Checking icu_provider v1.5.0 |
| 2350 | 2026-09-15T16:24:08.262Z | Checking uuid v1.26.1 |
| 2351 | 2026-09-15T16:24:08.394Z | Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot) |
| 2352 | 2026-09-15T16:24:08.408Z | Checking erased-serde v0.3.31 |
| 2353 | 2026-09-15T16:24:08.538Z | Checking icu_locid_transform v1.5.0 |
| 2354 | 2026-09-15T16:24:08.544Z | Checking chrono v0.4.45 |
| 2355 | 2026-09-15T16:24:08.568Z | Checking futures-executor v0.3.34 |
| 2356 | 2026-09-15T16:24:08.627Z | Compiling serde_tokenstream v0.3.0 |
| 2357 | 2026-09-15T16:24:08.651Z | Checking is-terminal v0.4.12 |
| 2358 | 2026-09-15T16:24:08.710Z | Checking sync_wrapper v1.0.1 |
| 2359 | 2026-09-15T16:24:08.733Z | Checking fastrand v2.1.1 |
| 2360 | 2026-09-15T16:24:08.779Z | Checking slog v2.8.2 |
| 2361 | 2026-09-15T16:24:08.803Z | Checking semver v1.0.28 |
| 2362 | 2026-09-15T16:24:08.906Z | Checking spin v0.9.8 |
| 2363 | 2026-09-15T16:24:08.989Z | Checking icu_properties v1.5.1 |
| 2364 | 2026-09-15T16:24:08.994Z | Checking term v1.1.0 |
| 2365 | 2026-09-15T16:24:09.009Z | Checking take_mut v0.2.2 |
| 2366 | 2026-09-15T16:24:09.035Z | Checking slog-json v2.6.1 |
| 2367 | 2026-09-15T16:24:09.104Z | Checking dyn-clone v1.0.4 |
| 2368 | 2026-09-15T16:24:09.182Z | Checking parking v2.2.0 |
| 2369 | 2026-09-15T16:24:09.190Z | Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 2370 | 2026-09-15T16:24:09.193Z | Checking slog-bunyan v2.5.0 |
| 2371 | 2026-09-15T16:24:09.200Z | Checking slog-async v2.8.0 |
| 2372 | 2026-09-15T16:24:09.266Z | Checking tokio-util v0.7.19 |
| 2373 | 2026-09-15T16:24:09.285Z | Checking event-listener v5.0.0 |
| 2374 | 2026-09-15T16:24:09.289Z | Checking tower v0.5.2 |
| 2375 | 2026-09-15T16:24:09.359Z | Checking async-compression v0.4.46 |
| 2376 | 2026-09-15T16:24:09.381Z | Checking slog-term v2.9.2 |
| 2377 | 2026-09-15T16:24:09.485Z | Checking schemars v0.8.22 |
| 2378 | 2026-09-15T16:24:09.590Z | Checking multer v3.1.0 |
| 2379 | 2026-09-15T16:24:09.628Z | Checking tempfile v3.27.0 |
| 2380 | 2026-09-15T16:24:09.647Z | Checking futures v0.3.34 |
| 2381 | 2026-09-15T16:24:09.714Z | Checking h2 v0.4.14 |
| 2382 | 2026-09-15T16:24:09.754Z | Checking openapiv3 v2.2.0 |
| 2383 | 2026-09-15T16:24:09.795Z | Checking serde_urlencoded v0.7.1 |
| 2384 | 2026-09-15T16:24:09.816Z | Checking async-stream v0.3.6 |
| 2385 | 2026-09-15T16:24:09.937Z | Checking rand v0.10.2 |
| 2386 | 2026-09-15T16:24:09.993Z | Compiling mime_guess v2.0.5 |
| 2387 | 2026-09-15T16:24:10.104Z | Compiling async-trait v0.1.92 |
| 2388 | 2026-09-15T16:24:10.400Z | Checking icu_normalizer v1.5.0 |
| 2389 | 2026-09-15T16:24:10.400Z | Checking camino v1.2.5 |
| 2390 | 2026-09-15T16:24:10.565Z | Checking rustix v0.38.44 |
| 2391 | 2026-09-15T16:24:10.661Z | Checking waitgroup v0.1.2 |
| 2392 | 2026-09-15T16:24:10.760Z | Checking serde_path_to_error v0.1.20 |
| 2393 | 2026-09-15T16:24:10.798Z | Checking idna_adapter v1.2.0 |
| 2394 | 2026-09-15T16:24:10.921Z | Checking idna v1.0.3 |
| 2395 | 2026-09-15T16:24:11.025Z | Checking rustls-pemfile v2.2.0 |
| 2396 | 2026-09-15T16:24:11.088Z | Checking hostname v0.4.2 |
| 2397 | 2026-09-15T16:24:11.132Z | Checking debug-ignore v1.0.5 |
| 2398 | 2026-09-15T16:24:11.147Z | Checking unicode-width v0.2.2 |
| 2399 | 2026-09-15T16:24:11.157Z | Checking unicode-segmentation v1.10.0 |
| 2400 | 2026-09-15T16:24:11.163Z | Checking data-encoding v2.4.0 |
| 2401 | 2026-09-15T16:24:11.177Z | Checking iri-string v0.7.8 |
| 2402 | 2026-09-15T16:24:11.221Z | Checking url v2.5.4 |
| 2403 | 2026-09-15T16:24:11.231Z | Checking atomicwrites v0.4.4 |
| 2404 | 2026-09-15T16:24:11.368Z | Checking event-listener-strategy v0.5.4 |
| 2405 | 2026-09-15T16:24:11.394Z | Checking console v0.16.4 |
| 2406 | 2026-09-15T16:24:11.409Z | Checking tungstenite v0.30.0 |
| 2407 | 2026-09-15T16:24:11.435Z | Checking newline-converter v0.3.0 |
| 2408 | 2026-09-15T16:24:11.488Z | Checking target-triple v1.0.0 |
| 2409 | 2026-09-15T16:24:11.547Z | Checking pem v4.0.0 |
| 2410 | 2026-09-15T16:24:11.557Z | Checking yasna v0.6.0 |
| 2411 | 2026-09-15T16:24:11.643Z | Checking hyper v1.11.1 |
| 2412 | 2026-09-15T16:24:11.687Z | Checking termcolor v1.1.2 |
| 2413 | 2026-09-15T16:24:11.687Z | Checking glob v0.3.0 |
| 2414 | 2026-09-15T16:24:11.755Z | Checking similar v3.2.0 |
| 2415 | 2026-09-15T16:24:11.831Z | Checking tokio-tungstenite v0.30.0 |
| 2416 | 2026-09-15T16:24:11.860Z | Checking trybuild v1.0.120 |
| 2417 | 2026-09-15T16:24:11.921Z | Checking async-channel v2.5.0 |
| 2418 | 2026-09-15T16:24:12.067Z | Checking anyhow v1.0.104 |
| 2419 | 2026-09-15T16:24:12.092Z | Checking buf-list v1.1.2 |
| 2420 | 2026-09-15T16:24:12.161Z | Checking subprocess v1.2.1 |
| 2421 | 2026-09-15T16:24:12.201Z | Checking tower-http v0.6.8 |
| 2422 | 2026-09-15T16:24:12.247Z | Checking lazy_static v1.5.0 |
| 2423 | 2026-09-15T16:24:12.301Z | Checking expectorate v1.3.0 |
| 2424 | 2026-09-15T16:24:12.420Z | Checking heck v0.5.0 |
| 2425 | 2026-09-15T16:24:12.558Z | Checking hyper-util v0.1.20 |
| 2426 | 2026-09-15T16:24:15.052Z | Documenting dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 2427 | 2026-09-15T16:24:18.426Z | Compiling aws-lc-rs v1.18.1 |
| 2428 | 2026-09-15T16:24:18.442Z | Compiling rustls v0.23.44 |
| 2429 | 2026-09-15T16:24:19.530Z | Checking rustls-webpki v0.103.15 |
| 2430 | 2026-09-15T16:24:19.530Z | Checking rcgen v0.14.10 |
| 2431 | 2026-09-15T16:24:21.748Z | Checking tokio-rustls v0.26.5 |
| 2432 | 2026-09-15T16:24:21.748Z | Checking rustls-platform-verifier v0.6.2 |
| 2433 | 2026-09-15T16:24:21.932Z | Checking hyper-rustls v0.27.9 |
| 2434 | 2026-09-15T16:24:21.935Z | Documenting dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot) |
| 2435 | 2026-09-15T16:24:22.105Z | Checking reqwest v0.13.5 |
| 2436 | 2026-09-15T16:24:27.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.07s |
| 2437 | 2026-09-15T16:24:27.424Z | Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files |
| 2438 | 2026-09-15T16:24:27.445Z | |
| 2439 | 2026-09-15T16:24:27.445Z | real 27.117215266 |
| 2440 | 2026-09-15T16:24:27.445Z | user 1:48.177087199 |
| 2441 | 2026-09-15T16:24:27.445Z | sys 29.824430370 |
| 2442 | 2026-09-15T16:24:27.446Z | trap 0.049662333 |
| 2443 | 2026-09-15T16:24:27.446Z | tflt 0.008364519 |
| 2444 | 2026-09-15T16:24:27.446Z | dflt 0.018087667 |
| 2445 | 2026-09-15T16:24:27.446Z | kflt 0.000046437 |
| 2446 | 2026-09-15T16:24:27.446Z | lock 5:26.959055444 |
| 2447 | 2026-09-15T16:24:27.446Z | slp 5:23.350242368 |
| 2448 | 2026-09-15T16:24:27.446Z | lat 4.371911142 |
| 2449 | 2026-09-15T16:24:27.446Z | stop 14.969932430 |
| 2450 | 2026-09-15T16:24:27.446Z | process exited: duration 255924 ms, exit code 0 |
| |
| 2451 | 2026-09-15T16:24:27.454Z | found 0 output files |