|
|
|
| 1 | 2026-07-10T04:49:45.121Z | job assigned to worker 01KX55Q5MF50HDRXYB0K94PYSS [factory aws, i-07003d7a596ca587f] (queued for 45 s) |
| |
| 2 | 2026-07-10T04:49:51.825Z | starting task 0: "setup" |
| 3 | 2026-07-10T04:49:51.829Z | ++ uname -s |
| 4 | 2026-07-10T04:49:51.832Z | + kern=SunOS |
| 5 | 2026-07-10T04:49:51.832Z | + build_user=build |
| 6 | 2026-07-10T04:49:51.832Z | + build_uid=12345 |
| 7 | 2026-07-10T04:49:51.832Z | + work_dir=/work |
| 8 | 2026-07-10T04:49:51.832Z | + input_dir=/input |
| 9 | 2026-07-10T04:49:51.832Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-10T04:49:51.832Z | + case "$kern" in |
| 11 | 2026-07-10T04:49:51.832Z | + groupadd -g 12345 build |
| 12 | 2026-07-10T04:49:51.835Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-10T04:49:53.839Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-10T04:49:53.918Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-10T04:49:53.921Z | + home_fs=zfs |
| 16 | 2026-07-10T04:49:53.921Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-10T04:49:53.922Z | + mkdir -p /home/build |
| 18 | 2026-07-10T04:49:53.922Z | + chown build:build /home/build /work |
| 19 | 2026-07-10T04:49:55.923Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-10T04:49:55.926Z | process exited: duration 4102 ms, exit code 0 |
| |
| 21 | 2026-07-10T04:49:55.932Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-10T04:49:55.937Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-07-10T04:49:55.937Z | * rust toolchain channel = "stable" |
| 24 | 2026-07-10T04:49:55.937Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-10T04:49:55.937Z | * rust toolchain profile = "default" |
| 26 | 2026-07-10T04:49:55.937Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-10T04:49:55.937Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-10T04:49:55.940Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-10T04:49:55.940Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-07-10T04:49:56.060Z | info: downloading installer |
| 31 | 2026-07-10T04:49:57.472Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-07-10T04:49:57.472Z | warn: /opt/ooce/bin |
| 33 | 2026-07-10T04:49:57.472Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-07-10T04:49:57.472Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-07-10T04:49:57.472Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-07-10T04:49:57.472Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-07-10T04:49:57.472Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-07-10T04:49:57.472Z | error: cannot install while Rust is installed |
| 39 | 2026-07-10T04:49:57.472Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-07-10T04:49:57.472Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-07-10T04:49:57.472Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-07-10T04:49:57.472Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-07-10T04:49:57.472Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-07-10T04:49:57.485Z | info: profile set to default |
| 45 | 2026-07-10T04:49:57.485Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-07-10T04:49:57.488Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-07-10T04:49:57.627Z | info: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07) |
| 48 | 2026-07-10T04:49:57.627Z | info: downloading 6 components |
| 49 | 2026-07-10T04:50:12.908Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-07-10T04:50:12.908Z | |
| 51 | 2026-07-10T04:50:12.936Z | stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07) |
| 52 | 2026-07-10T04:50:12.936Z | |
| 53 | 2026-07-10T04:50:12.936Z | |
| 54 | 2026-07-10T04:50:12.936Z | Rust is installed now. Great! |
| 55 | 2026-07-10T04:50:12.936Z | |
| 56 | 2026-07-10T04:50:12.940Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-07-10T04:50:12.940Z | environment variable. This has not been done automatically. |
| 58 | 2026-07-10T04:50:12.940Z | |
| 59 | 2026-07-10T04:50:12.940Z | To configure your current shell, you need to source |
| 60 | 2026-07-10T04:50:12.940Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-07-10T04:50:12.940Z | |
| 62 | 2026-07-10T04:50:12.940Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-07-10T04:50:12.940Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-07-10T04:50:12.940Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-07-10T04:50:12.940Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-07-10T04:50:12.940Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-07-10T04:50:12.940Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-07-10T04:50:12.940Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-07-10T04:50:12.940Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-07-10T04:50:12.940Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-07-10T04:50:13.023Z | + rustup --version |
| 72 | 2026-07-10T04:50:13.031Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-07-10T04:50:13.034Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-07-10T04:50:13.052Z | info: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)` |
| 75 | 2026-07-10T04:50:13.055Z | + cargo --version |
| 76 | 2026-07-10T04:50:13.070Z | cargo 1.97.0 (c980f4866 2026-06-30) |
| 77 | 2026-07-10T04:50:13.073Z | + rustc --version |
| 78 | 2026-07-10T04:50:13.092Z | rustc 1.97.0 (2d8144b78 2026-07-07) |
| 79 | 2026-07-10T04:50:13.095Z | process exited: duration 17161 ms, exit code 0 |
| |
| 80 | 2026-07-10T04:50:13.101Z | starting task 2: "authentication" |
| 81 | 2026-07-10T04:50:13.117Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-07-10T04:50:13.123Z | starting task 3: "clone repository" |
| 83 | 2026-07-10T04:50:13.126Z | + mkdir -p /work/oxidecomputer/dropshot |
| 84 | 2026-07-10T04:50:13.129Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
| 85 | 2026-07-10T04:50:13.159Z | Cloning into '/work/oxidecomputer/dropshot'... |
| 86 | 2026-07-10T04:50:14.075Z | + cd /work/oxidecomputer/dropshot |
| 87 | 2026-07-10T04:50:14.075Z | + git fetch origin b1382cc17b3d2cb2d447ae72985ac173a0ad3608 |
| 88 | 2026-07-10T04:50:14.342Z | From https://github.com/oxidecomputer/dropshot |
| 89 | 2026-07-10T04:50:14.342Z | * branch b1382cc17b3d2cb2d447ae72985ac173a0ad3608 -> FETCH_HEAD |
| 90 | 2026-07-10T04:50:14.347Z | + [[ -n renovate/rust-1.x ]] |
| 91 | 2026-07-10T04:50:14.350Z | ++ git branch --show-current |
| 92 | 2026-07-10T04:50:14.350Z | + current=main |
| 93 | 2026-07-10T04:50:14.350Z | + [[ main != renovate/rust-1.x ]] |
| 94 | 2026-07-10T04:50:14.350Z | + git branch -f renovate/rust-1.x b1382cc17b3d2cb2d447ae72985ac173a0ad3608 |
| 95 | 2026-07-10T04:50:14.353Z | + git checkout -f renovate/rust-1.x |
| 96 | 2026-07-10T04:50:14.366Z | Switched to branch 'renovate/rust-1.x' |
| 97 | 2026-07-10T04:50:14.369Z | + git reset --hard b1382cc17b3d2cb2d447ae72985ac173a0ad3608 |
| 98 | 2026-07-10T04:50:14.372Z | HEAD is now at b1382cc Update Rust to v1.97.0 |
| 99 | 2026-07-10T04:50:14.372Z | process exited: duration 1247 ms, exit code 0 |
| |
| 100 | 2026-07-10T04:50:14.379Z | starting task 4: "build" |
| 101 | 2026-07-10T04:50:14.382Z | + cargo --version |
| 102 | 2026-07-10T04:50:14.388Z | info: syncing channel updates for 1.97.0-x86_64-unknown-illumos |
| 103 | 2026-07-10T04:50:14.534Z | info: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07) |
| 104 | 2026-07-10T04:50:14.538Z | info: downloading 6 components |
| 105 | 2026-07-10T04:50:29.691Z | cargo 1.97.0 (c980f4866 2026-06-30) |
| 106 | 2026-07-10T04:50:29.694Z | + rustc --version |
| 107 | 2026-07-10T04:50:29.722Z | rustc 1.97.0 (2d8144b78 2026-07-07) |
| 108 | 2026-07-10T04:50:29.727Z | + banner build |
| 109 | 2026-07-10T04:50:29.730Z | |
| 110 | 2026-07-10T04:50:29.730Z | ##### # # # # ##### |
| 111 | 2026-07-10T04:50:29.730Z | # # # # # # # # |
| 112 | 2026-07-10T04:50:29.730Z | ##### # # # # # # |
| 113 | 2026-07-10T04:50:29.730Z | # # # # # # # # |
| 114 | 2026-07-10T04:50:29.730Z | # # # # # # # # |
| 115 | 2026-07-10T04:50:29.731Z | ##### #### # ###### ##### |
| 116 | 2026-07-10T04:50:29.731Z | |
| 117 | 2026-07-10T04:50:29.731Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
| 118 | 2026-07-10T04:50:29.813Z | Updating crates.io index |
| 119 | 2026-07-10T04:50:31.544Z | Downloading crates ... |
| 120 | 2026-07-10T04:50:31.609Z | Downloaded adler2 v2.0.1 |
| 121 | 2026-07-10T04:50:31.613Z | Downloaded serde_path_to_error v0.1.20 |
| 122 | 2026-07-10T04:50:31.619Z | Downloaded stable_deref_trait v1.2.0 |
| 123 | 2026-07-10T04:50:31.622Z | Downloaded http-body-util v0.1.3 |
| 124 | 2026-07-10T04:50:31.622Z | Downloaded rustversion v1.0.22 |
| 125 | 2026-07-10T04:50:31.626Z | Downloaded ryu v1.0.5 |
| 126 | 2026-07-10T04:50:31.626Z | Downloaded schema v0.1.0 |
| 127 | 2026-07-10T04:50:31.626Z | Downloaded subtle v2.5.0 |
| 128 | 2026-07-10T04:50:31.626Z | Downloaded icu_locid_transform_data v1.5.0 |
| 129 | 2026-07-10T04:50:31.629Z | Downloaded slog v2.8.2 |
| 130 | 2026-07-10T04:50:31.629Z | Downloaded openssl-probe v0.2.1 |
| 131 | 2026-07-10T04:50:31.632Z | Downloaded percent-encoding v2.3.2 |
| 132 | 2026-07-10T04:50:31.632Z | Downloaded scroll_derive v0.13.1 |
| 133 | 2026-07-10T04:50:31.632Z | Downloaded rusticata-macros v4.1.0 |
| 134 | 2026-07-10T04:50:31.632Z | Downloaded rand_core v0.9.5 |
| 135 | 2026-07-10T04:50:31.635Z | Downloaded yoke v0.7.5 |
| 136 | 2026-07-10T04:50:31.635Z | Downloaded prettyplease v0.2.37 |
| 137 | 2026-07-10T04:50:31.638Z | Downloaded match_cfg v0.1.0 |
| 138 | 2026-07-10T04:50:31.638Z | Downloaded jobserver v0.1.34 |
| 139 | 2026-07-10T04:50:31.638Z | Downloaded scopeguard v1.2.0 |
| 140 | 2026-07-10T04:50:31.641Z | Downloaded serde_tokenstream v0.2.3 |
| 141 | 2026-07-10T04:50:31.641Z | Downloaded http-body v1.0.1 |
| 142 | 2026-07-10T04:50:31.644Z | Downloaded idna_adapter v1.2.0 |
| 143 | 2026-07-10T04:50:31.644Z | Downloaded sha1 v0.10.6 |
| 144 | 2026-07-10T04:50:31.648Z | Downloaded slog-bunyan v2.5.0 |
| 145 | 2026-07-10T04:50:31.651Z | Downloaded scroll v0.13.0 |
| 146 | 2026-07-10T04:50:31.651Z | Downloaded indexmap v2.14.0 |
| 147 | 2026-07-10T04:50:31.655Z | Downloaded event-listener-strategy v0.5.4 |
| 148 | 2026-07-10T04:50:31.658Z | Downloaded schema-derive v0.1.0 |
| 149 | 2026-07-10T04:50:31.658Z | Downloaded sha2 v0.10.8 |
| 150 | 2026-07-10T04:50:31.658Z | Downloaded signal-hook-registry v1.4.0 |
| 151 | 2026-07-10T04:50:31.661Z | Downloaded tower-service v0.3.3 |
| 152 | 2026-07-10T04:50:31.661Z | Downloaded smallvec v1.13.2 |
| 153 | 2026-07-10T04:50:31.661Z | Downloaded idna v1.0.3 |
| 154 | 2026-07-10T04:50:31.665Z | Downloaded log v0.4.17 |
| 155 | 2026-07-10T04:50:31.665Z | Downloaded lock_api v0.4.6 |
| 156 | 2026-07-10T04:50:31.668Z | Downloaded rustls-pki-types v1.15.0 |
| 157 | 2026-07-10T04:50:31.668Z | Downloaded mime v0.3.16 |
| 158 | 2026-07-10T04:50:31.668Z | Downloaded multer v3.1.0 |
| 159 | 2026-07-10T04:50:31.671Z | Downloaded icu_normalizer v1.5.0 |
| 160 | 2026-07-10T04:50:31.671Z | Downloaded pest_derive v2.8.1 |
| 161 | 2026-07-10T04:50:31.674Z | Downloaded tinyvec_macros v0.1.0 |
| 162 | 2026-07-10T04:50:31.674Z | Downloaded utf16_iter v1.0.5 |
| 163 | 2026-07-10T04:50:31.674Z | Downloaded serde_urlencoded v0.7.1 |
| 164 | 2026-07-10T04:50:31.677Z | Downloaded take_mut v0.2.2 |
| 165 | 2026-07-10T04:50:31.680Z | Downloaded litemap v0.7.4 |
| 166 | 2026-07-10T04:50:31.680Z | Downloaded sync_wrapper v1.0.1 |
| 167 | 2026-07-10T04:50:31.680Z | Downloaded itoa v1.0.1 |
| 168 | 2026-07-10T04:50:31.683Z | Downloaded quinn v0.11.9 |
| 169 | 2026-07-10T04:50:31.683Z | Downloaded yoke-derive v0.7.5 |
| 170 | 2026-07-10T04:50:31.683Z | Downloaded sha1 v0.11.0 |
| 171 | 2026-07-10T04:50:31.686Z | Downloaded usdt-attr-macro v0.6.0 |
| 172 | 2026-07-10T04:50:31.686Z | Downloaded usdt-macro v0.6.0 |
| 173 | 2026-07-10T04:50:31.686Z | Downloaded simd-adler32 v0.3.7 |
| 174 | 2026-07-10T04:50:31.686Z | Downloaded lru-slab v0.1.2 |
| 175 | 2026-07-10T04:50:31.690Z | Downloaded icu_provider v1.5.0 |
| 176 | 2026-07-10T04:50:31.693Z | Downloaded tower-layer v0.3.3 |
| 177 | 2026-07-10T04:50:31.696Z | Downloaded miniz_oxide v0.8.9 |
| 178 | 2026-07-10T04:50:31.696Z | Downloaded target-triple v1.0.0 |
| 179 | 2026-07-10T04:50:31.699Z | Downloaded icu_locid v1.5.0 |
| 180 | 2026-07-10T04:50:31.702Z | Downloaded try-lock v0.2.3 |
| 181 | 2026-07-10T04:50:31.702Z | Downloaded untrusted v0.7.1 |
| 182 | 2026-07-10T04:50:31.707Z | Downloaded utf8_iter v1.0.4 |
| 183 | 2026-07-10T04:50:31.710Z | Downloaded time-core v0.1.8 |
| 184 | 2026-07-10T04:50:31.710Z | Downloaded usdt v0.6.0 |
| 185 | 2026-07-10T04:50:31.713Z | Downloaded newline-converter v0.3.0 |
| 186 | 2026-07-10T04:50:31.713Z | Downloaded thread_local v1.1.4 |
| 187 | 2026-07-10T04:50:31.716Z | Downloaded plain v0.2.3 |
| 188 | 2026-07-10T04:50:31.716Z | Downloaded waitgroup v0.1.2 |
| 189 | 2026-07-10T04:50:31.716Z | Downloaded serde_spanned v1.1.1 |
| 190 | 2026-07-10T04:50:31.719Z | Downloaded tokio-macros v2.7.0 |
| 191 | 2026-07-10T04:50:31.719Z | Downloaded untrusted v0.9.0 |
| 192 | 2026-07-10T04:50:31.719Z | Downloaded icu_provider_macros v1.5.0 |
| 193 | 2026-07-10T04:50:31.719Z | Downloaded lazy_static v1.5.0 |
| 194 | 2026-07-10T04:50:31.723Z | Downloaded zerofrom-derive v0.1.5 |
| 195 | 2026-07-10T04:50:31.723Z | Downloaded parking_lot_core v0.9.4 |
| 196 | 2026-07-10T04:50:31.723Z | Downloaded pin-project-lite v0.2.12 |
| 197 | 2026-07-10T04:50:31.726Z | Downloaded serde_derive v1.0.228 |
| 198 | 2026-07-10T04:50:31.726Z | Downloaded similar v2.2.1 |
| 199 | 2026-07-10T04:50:31.729Z | Downloaded num-integer v0.1.46 |
| 200 | 2026-07-10T04:50:31.733Z | Downloaded socket2 v0.5.9 |
| 201 | 2026-07-10T04:50:31.733Z | Downloaded thread-id v5.0.0 |
| 202 | 2026-07-10T04:50:31.733Z | Downloaded memmap2 v0.9.8 |
| 203 | 2026-07-10T04:50:31.736Z | Downloaded hostname v0.4.2 |
| 204 | 2026-07-10T04:50:31.739Z | Downloaded is-terminal v0.4.12 |
| 205 | 2026-07-10T04:50:31.739Z | Downloaded dof v0.4.0 |
| 206 | 2026-07-10T04:50:31.739Z | Downloaded num_threads v0.1.3 |
| 207 | 2026-07-10T04:50:31.742Z | Downloaded hyper-rustls v0.27.9 |
| 208 | 2026-07-10T04:50:31.745Z | Downloaded simple-mermaid v0.2.0 |
| 209 | 2026-07-10T04:50:31.745Z | Downloaded slog-async v2.8.0 |
| 210 | 2026-07-10T04:50:31.745Z | Downloaded rustls-native-certs v0.8.3 |
| 211 | 2026-07-10T04:50:31.745Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 212 | 2026-07-10T04:50:31.749Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 213 | 2026-07-10T04:50:31.749Z | Downloaded powerfmt v0.2.0 |
| 214 | 2026-07-10T04:50:31.749Z | Downloaded want v0.3.0 |
| 215 | 2026-07-10T04:50:31.752Z | Downloaded version_check v0.9.5 |
| 216 | 2026-07-10T04:50:31.752Z | Downloaded futures-io v0.3.32 |
| 217 | 2026-07-10T04:50:31.752Z | Downloaded futures-macro v0.3.32 |
| 218 | 2026-07-10T04:50:31.752Z | Downloaded block-buffer v0.10.2 |
| 219 | 2026-07-10T04:50:31.755Z | Downloaded cpufeatures v0.2.17 |
| 220 | 2026-07-10T04:50:31.755Z | Downloaded pretty-hex v0.4.1 |
| 221 | 2026-07-10T04:50:31.758Z | Downloaded dyn-clone v1.0.4 |
| 222 | 2026-07-10T04:50:31.759Z | Downloaded num-conv v0.2.0 |
| 223 | 2026-07-10T04:50:31.761Z | Downloaded rustls-pemfile v2.2.0 |
| 224 | 2026-07-10T04:50:31.761Z | Downloaded slab v0.4.9 |
| 225 | 2026-07-10T04:50:31.761Z | Downloaded slog-json v2.6.1 |
| 226 | 2026-07-10T04:50:31.764Z | Downloaded thiserror-impl v2.0.18 |
| 227 | 2026-07-10T04:50:31.764Z | Downloaded httpdate v1.0.1 |
| 228 | 2026-07-10T04:50:31.764Z | Downloaded rustc-hash v2.0.0 |
| 229 | 2026-07-10T04:50:31.765Z | Downloaded httparse v1.10.0 |
| 230 | 2026-07-10T04:50:31.768Z | Downloaded schemars_derive v0.8.22 |
| 231 | 2026-07-10T04:50:31.768Z | Downloaded slog-term v2.9.2 |
| 232 | 2026-07-10T04:50:31.768Z | Downloaded quote v1.0.46 |
| 233 | 2026-07-10T04:50:31.771Z | Downloaded rand_chacha v0.9.0 |
| 234 | 2026-07-10T04:50:31.771Z | Downloaded once_cell v1.20.1 |
| 235 | 2026-07-10T04:50:31.774Z | Downloaded termcolor v1.1.2 |
| 236 | 2026-07-10T04:50:31.774Z | Downloaded unicase v2.6.0 |
| 237 | 2026-07-10T04:50:31.774Z | Downloaded unicode-width v0.1.9 |
| 238 | 2026-07-10T04:50:31.774Z | Downloaded parking v2.2.0 |
| 239 | 2026-07-10T04:50:31.778Z | Downloaded synstructure v0.13.1 |
| 240 | 2026-07-10T04:50:31.781Z | Downloaded time-macros v0.2.27 |
| 241 | 2026-07-10T04:50:31.781Z | Downloaded tokio-tungstenite v0.29.0 |
| 242 | 2026-07-10T04:50:31.781Z | Downloaded cfg_aliases v0.2.1 |
| 243 | 2026-07-10T04:50:31.781Z | Downloaded debug-ignore v1.0.5 |
| 244 | 2026-07-10T04:50:31.784Z | Downloaded compression-core v0.4.32 |
| 245 | 2026-07-10T04:50:31.784Z | Downloaded zerofrom v0.1.5 |
| 246 | 2026-07-10T04:50:31.784Z | Downloaded equivalent v1.0.0 |
| 247 | 2026-07-10T04:50:31.784Z | Downloaded write16 v1.0.0 |
| 248 | 2026-07-10T04:50:31.787Z | Downloaded autocfg v1.1.0 |
| 249 | 2026-07-10T04:50:31.787Z | Downloaded errno v0.3.10 |
| 250 | 2026-07-10T04:50:31.787Z | Downloaded serde v1.0.228 |
| 251 | 2026-07-10T04:50:31.790Z | Downloaded asn1-rs-derive v0.6.0 |
| 252 | 2026-07-10T04:50:31.790Z | Downloaded pem v3.0.6 |
| 253 | 2026-07-10T04:50:31.793Z | Downloaded quinn-udp v0.5.5 |
| 254 | 2026-07-10T04:50:31.793Z | Downloaded usdt-impl v0.6.0 |
| 255 | 2026-07-10T04:50:31.796Z | Downloaded zeroize v1.8.2 |
| 256 | 2026-07-10T04:50:31.799Z | Downloaded async-channel v2.5.0 |
| 257 | 2026-07-10T04:50:31.799Z | Downloaded cfg-if v1.0.0 |
| 258 | 2026-07-10T04:50:31.799Z | Downloaded dtrace-parser v0.3.0 |
| 259 | 2026-07-10T04:50:31.799Z | Downloaded async-stream v0.3.6 |
| 260 | 2026-07-10T04:50:31.802Z | Downloaded semver v1.0.28 |
| 261 | 2026-07-10T04:50:31.802Z | Downloaded block-buffer v0.12.0 |
| 262 | 2026-07-10T04:50:31.805Z | Downloaded serde_derive_internals v0.29.0 |
| 263 | 2026-07-10T04:50:31.805Z | Downloaded data-encoding v2.4.0 |
| 264 | 2026-07-10T04:50:31.805Z | Downloaded form_urlencoded v1.2.2 |
| 265 | 2026-07-10T04:50:31.806Z | Downloaded asn1-rs-impl v0.2.0 |
| 266 | 2026-07-10T04:50:31.809Z | Downloaded shlex v1.3.0 |
| 267 | 2026-07-10T04:50:31.809Z | Downloaded bit-vec v0.9.1 |
| 268 | 2026-07-10T04:50:31.809Z | Downloaded compression-codecs v0.4.38 |
| 269 | 2026-07-10T04:50:31.812Z | Downloaded displaydoc v0.2.5 |
| 270 | 2026-07-10T04:50:31.812Z | Downloaded mime_guess v2.0.5 |
| 271 | 2026-07-10T04:50:31.815Z | Downloaded iana-time-zone v0.1.47 |
| 272 | 2026-07-10T04:50:31.815Z | Downloaded hostname v0.3.1 |
| 273 | 2026-07-10T04:50:31.815Z | Downloaded atomic-waker v1.1.2 |
| 274 | 2026-07-10T04:50:31.815Z | Downloaded dunce v1.0.5 |
| 275 | 2026-07-10T04:50:31.818Z | Downloaded futures-task v0.3.32 |
| 276 | 2026-07-10T04:50:31.822Z | Downloaded cpufeatures v0.3.0 |
| 277 | 2026-07-10T04:50:31.825Z | Downloaded icu_locid_transform v1.5.0 |
| 278 | 2026-07-10T04:50:31.828Z | Downloaded ppv-lite86 v0.2.15 |
| 279 | 2026-07-10T04:50:31.831Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 280 | 2026-07-10T04:50:31.831Z | Downloaded spin v0.9.8 |
| 281 | 2026-07-10T04:50:31.831Z | Downloaded term v1.1.0 |
| 282 | 2026-07-10T04:50:31.831Z | Downloaded async-trait v0.1.89 |
| 283 | 2026-07-10T04:50:31.834Z | Downloaded paste v1.0.15 |
| 284 | 2026-07-10T04:50:31.834Z | Downloaded thiserror v2.0.18 |
| 285 | 2026-07-10T04:50:31.838Z | Downloaded rcgen v0.14.8 |
| 286 | 2026-07-10T04:50:31.838Z | Downloaded tempfile v3.27.0 |
| 287 | 2026-07-10T04:50:31.841Z | Downloaded tokio-rustls v0.26.4 |
| 288 | 2026-07-10T04:50:31.841Z | Downloaded async-stream-impl v0.3.6 |
| 289 | 2026-07-10T04:50:31.841Z | Downloaded fnv v1.0.7 |
| 290 | 2026-07-10T04:50:31.844Z | Downloaded tinyvec v1.5.1 |
| 291 | 2026-07-10T04:50:31.844Z | Downloaded atomicwrites v0.4.4 |
| 292 | 2026-07-10T04:50:31.844Z | Downloaded tinystr v0.7.6 |
| 293 | 2026-07-10T04:50:31.848Z | Downloaded ucd-trie v0.1.6 |
| 294 | 2026-07-10T04:50:31.848Z | Downloaded oid-registry v0.8.1 |
| 295 | 2026-07-10T04:50:31.848Z | Downloaded pest_generator v2.8.1 |
| 296 | 2026-07-10T04:50:31.848Z | Downloaded futures-sink v0.3.32 |
| 297 | 2026-07-10T04:50:31.848Z | Downloaded schemars v0.8.22 |
| 298 | 2026-07-10T04:50:31.853Z | Downloaded heck v0.5.0 |
| 299 | 2026-07-10T04:50:31.856Z | Downloaded ipnet v2.10.0 |
| 300 | 2026-07-10T04:50:31.856Z | Downloaded crypto-common v0.1.6 |
| 301 | 2026-07-10T04:50:31.856Z | Downloaded futures-executor v0.3.32 |
| 302 | 2026-07-10T04:50:31.856Z | Downloaded futures-core v0.3.32 |
| 303 | 2026-07-10T04:50:31.859Z | Downloaded zerovec-derive v0.10.3 |
| 304 | 2026-07-10T04:50:31.859Z | Downloaded concurrent-queue v2.5.0 |
| 305 | 2026-07-10T04:50:31.859Z | Downloaded unicode-ident v1.0.12 |
| 306 | 2026-07-10T04:50:31.863Z | Downloaded byteorder v1.4.3 |
| 307 | 2026-07-10T04:50:31.863Z | Downloaded fastrand v2.1.1 |
| 308 | 2026-07-10T04:50:31.863Z | Downloaded fs_extra v1.3.0 |
| 309 | 2026-07-10T04:50:31.863Z | Downloaded erased-serde v0.3.31 |
| 310 | 2026-07-10T04:50:31.866Z | Downloaded anyhow v1.0.103 |
| 311 | 2026-07-10T04:50:31.866Z | Downloaded digest v0.10.7 |
| 312 | 2026-07-10T04:50:31.869Z | Downloaded buf-list v1.1.2 |
| 313 | 2026-07-10T04:50:31.874Z | Downloaded pest_meta v2.8.1 |
| 314 | 2026-07-10T04:50:31.874Z | Downloaded serde_core v1.0.228 |
| 315 | 2026-07-10T04:50:31.877Z | Downloaded bitflags v2.11.0 |
| 316 | 2026-07-10T04:50:31.877Z | Downloaded console v0.15.7 |
| 317 | 2026-07-10T04:50:31.877Z | Downloaded yasna v0.6.0 |
| 318 | 2026-07-10T04:50:31.880Z | Downloaded tracing-core v0.1.32 |
| 319 | 2026-07-10T04:50:31.880Z | Downloaded cmake v0.1.58 |
| 320 | 2026-07-10T04:50:31.880Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 321 | 2026-07-10T04:50:31.883Z | Downloaded writeable v0.5.5 |
| 322 | 2026-07-10T04:50:31.883Z | Downloaded num-traits v0.2.14 |
| 323 | 2026-07-10T04:50:31.886Z | Downloaded rustls-platform-verifier v0.6.2 |
| 324 | 2026-07-10T04:50:31.886Z | Downloaded rustls-webpki v0.103.13 |
| 325 | 2026-07-10T04:50:31.890Z | Downloaded getrandom v0.2.11 |
| 326 | 2026-07-10T04:50:31.890Z | Downloaded trybuild v1.0.117 |
| 327 | 2026-07-10T04:50:31.893Z | Downloaded reqwest v0.13.4 |
| 328 | 2026-07-10T04:50:31.896Z | Downloaded url v2.5.4 |
| 329 | 2026-07-10T04:50:31.899Z | Downloaded crypto-common v0.2.1 |
| 330 | 2026-07-10T04:50:31.899Z | Downloaded generic-array v0.14.5 |
| 331 | 2026-07-10T04:50:31.899Z | Downloaded glob v0.3.0 |
| 332 | 2026-07-10T04:50:31.899Z | Downloaded zmij v1.0.2 |
| 333 | 2026-07-10T04:50:31.902Z | Downloaded camino v1.2.4 |
| 334 | 2026-07-10T04:50:31.902Z | Downloaded const-oid v0.10.2 |
| 335 | 2026-07-10T04:50:31.905Z | Downloaded digest v0.11.2 |
| 336 | 2026-07-10T04:50:31.905Z | Downloaded find-msvc-tools v0.1.9 |
| 337 | 2026-07-10T04:50:31.905Z | Downloaded parking_lot v0.12.1 |
| 338 | 2026-07-10T04:50:31.908Z | Downloaded socket2 v0.6.3 |
| 339 | 2026-07-10T04:50:31.911Z | Downloaded crossbeam-utils v0.8.21 |
| 340 | 2026-07-10T04:50:31.911Z | Downloaded icu_normalizer_data v1.5.0 |
| 341 | 2026-07-10T04:50:31.911Z | Downloaded tracing v0.1.40 |
| 342 | 2026-07-10T04:50:31.914Z | Downloaded tungstenite v0.29.0 |
| 343 | 2026-07-10T04:50:31.917Z | Downloaded icu_properties v1.5.1 |
| 344 | 2026-07-10T04:50:31.917Z | Downloaded rustix v0.38.44 |
| 345 | 2026-07-10T04:50:31.928Z | Downloaded base64 v0.22.1 |
| 346 | 2026-07-10T04:50:31.931Z | Downloaded event-listener v5.0.0 |
| 347 | 2026-07-10T04:50:31.932Z | Downloaded subprocess v1.2.0 |
| 348 | 2026-07-10T04:50:31.935Z | Downloaded unicode-segmentation v1.10.0 |
| 349 | 2026-07-10T04:50:31.935Z | Downloaded typenum v1.19.0 |
| 350 | 2026-07-10T04:50:31.938Z | Downloaded getrandom v0.3.4 |
| 351 | 2026-07-10T04:50:31.938Z | Downloaded hybrid-array v0.4.8 |
| 352 | 2026-07-10T04:50:31.941Z | Downloaded der-parser v10.0.0 |
| 353 | 2026-07-10T04:50:31.941Z | Downloaded tower v0.5.2 |
| 354 | 2026-07-10T04:50:31.945Z | Downloaded deranged v0.5.5 |
| 355 | 2026-07-10T04:50:31.948Z | Downloaded uuid v1.23.4 |
| 356 | 2026-07-10T04:50:31.948Z | Downloaded futures v0.3.32 |
| 357 | 2026-07-10T04:50:31.951Z | Downloaded futures-channel v0.3.32 |
| 358 | 2026-07-10T04:50:31.951Z | Downloaded getrandom v0.4.1 |
| 359 | 2026-07-10T04:50:31.955Z | Downloaded crc32fast v1.5.0 |
| 360 | 2026-07-10T04:50:31.959Z | Downloaded proc-macro2 v1.0.106 |
| 361 | 2026-07-10T04:50:31.978Z | Downloaded tower-http v0.6.8 |
| 362 | 2026-07-10T04:50:31.982Z | Downloaded zerovec v0.10.4 |
| 363 | 2026-07-10T04:50:31.985Z | Downloaded bytes v1.12.0 |
| 364 | 2026-07-10T04:50:31.988Z | Downloaded tokio-util v0.7.18 |
| 365 | 2026-07-10T04:50:31.991Z | Downloaded serde_json v1.0.150 |
| 366 | 2026-07-10T04:50:31.995Z | Downloaded minimal-lexical v0.2.1 |
| 367 | 2026-07-10T04:50:31.998Z | Downloaded icu_collections v1.5.0 |
| 368 | 2026-07-10T04:50:32.001Z | Downloaded zerocopy-derive v0.8.27 |
| 369 | 2026-07-10T04:50:32.005Z | Downloaded memchr v2.6.0 |
| 370 | 2026-07-10T04:50:32.007Z | Downloaded flate2 v1.1.9 |
| 371 | 2026-07-10T04:50:32.012Z | Downloaded crossbeam-channel v0.5.15 |
| 372 | 2026-07-10T04:50:32.015Z | Downloaded time v0.3.47 |
| 373 | 2026-07-10T04:50:32.020Z | Downloaded rand v0.9.2 |
| 374 | 2026-07-10T04:50:32.023Z | Downloaded x509-parser v0.18.0 |
| 375 | 2026-07-10T04:50:32.027Z | Downloaded cc v1.2.60 |
| 376 | 2026-07-10T04:50:32.030Z | Downloaded num-bigint v0.4.3 |
| 377 | 2026-07-10T04:50:32.033Z | Downloaded aws-lc-rs v1.16.3 |
| 378 | 2026-07-10T04:50:32.038Z | Downloaded asn1-rs v0.7.1 |
| 379 | 2026-07-10T04:50:32.041Z | Downloaded nom v7.1.3 |
| 380 | 2026-07-10T04:50:32.044Z | Downloaded mio v1.2.0 |
| 381 | 2026-07-10T04:50:32.047Z | Downloaded hyper-util v0.1.20 |
| 382 | 2026-07-10T04:50:32.050Z | Downloaded hyper v1.10.1 |
| 383 | 2026-07-10T04:50:32.053Z | Downloaded expectorate v1.2.0 |
| 384 | 2026-07-10T04:50:32.056Z | Downloaded pest v2.8.1 |
| 385 | 2026-07-10T04:50:32.059Z | Downloaded http v1.4.2 |
| 386 | 2026-07-10T04:50:32.059Z | Downloaded async-compression v0.4.42 |
| 387 | 2026-07-10T04:50:32.062Z | Downloaded syn v2.0.118 |
| 388 | 2026-07-10T04:50:32.067Z | Downloaded rustls v0.23.41 |
| 389 | 2026-07-10T04:50:32.079Z | Downloaded rustix v1.1.4 |
| 390 | 2026-07-10T04:50:32.091Z | Downloaded iri-string v0.7.8 |
| 391 | 2026-07-10T04:50:32.095Z | Downloaded portable-atomic v1.9.0 |
| 392 | 2026-07-10T04:50:32.098Z | Downloaded hashbrown v0.17.0 |
| 393 | 2026-07-10T04:50:32.101Z | Downloaded futures-util v0.3.32 |
| 394 | 2026-07-10T04:50:32.107Z | Downloaded winnow v1.0.0 |
| 395 | 2026-07-10T04:50:32.112Z | Downloaded h2 v0.4.14 |
| 396 | 2026-07-10T04:50:32.117Z | Downloaded quinn-proto v0.11.14 |
| 397 | 2026-07-10T04:50:32.127Z | Downloaded icu_properties_data v1.5.0 |
| 398 | 2026-07-10T04:50:32.133Z | Downloaded zerocopy v0.8.27 |
| 399 | 2026-07-10T04:50:32.146Z | Downloaded chrono v0.4.45 |
| 400 | 2026-07-10T04:50:32.149Z | Downloaded goblin v0.10.1 |
| 401 | 2026-07-10T04:50:32.157Z | Downloaded openapiv3 v2.2.0 |
| 402 | 2026-07-10T04:50:32.186Z | Downloaded tokio v1.52.3 |
| 403 | 2026-07-10T04:50:32.217Z | Downloaded libc v0.2.186 |
| 404 | 2026-07-10T04:50:32.251Z | Downloaded encoding_rs v0.8.32 |
| 405 | 2026-07-10T04:50:32.262Z | Downloaded ring v0.17.13 |
| 406 | 2026-07-10T04:50:32.804Z | Downloaded aws-lc-sys v0.40.0 |
| 407 | 2026-07-10T04:50:33.023Z | Compiling proc-macro2 v1.0.106 |
| 408 | 2026-07-10T04:50:33.023Z | Compiling unicode-ident v1.0.12 |
| 409 | 2026-07-10T04:50:33.023Z | Compiling quote v1.0.46 |
| 410 | 2026-07-10T04:50:33.023Z | Compiling libc v0.2.186 |
| 411 | 2026-07-10T04:50:33.023Z | Compiling cfg-if v1.0.0 |
| 412 | 2026-07-10T04:50:33.027Z | Compiling itoa v1.0.1 |
| 413 | 2026-07-10T04:50:33.027Z | Compiling memchr v2.6.0 |
| 414 | 2026-07-10T04:50:33.119Z | Compiling serde_core v1.0.228 |
| 415 | 2026-07-10T04:50:33.124Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/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=bcd99897bf71d99e -C extra-filename=-3e1a0eb3ea6a1c84 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-3e1a0eb3ea6a1c84 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 416 | 2026-07-10T04:50:33.124Z | Running `/home/build/.rustup/toolchains/1.97.0-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.46/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=121232a07b4c90d0 -C extra-filename=-b88bcde3d771ce31 --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-b88bcde3d771ce31 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 417 | 2026-07-10T04:50:33.124Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbb02445f194729e -C extra-filename=-15bd0bdf3d8f7e84 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 418 | 2026-07-10T04:50:33.124Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=45b21ff8fb0d1953 -C extra-filename=-2d3d11220dbd12d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 419 | 2026-07-10T04:50:33.124Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=030fc5292ac65018 -C extra-filename=-f2d559e9ab0637e3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-f2d559e9ab0637e3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 420 | 2026-07-10T04:50:33.124Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7349f8e65d519215 -C extra-filename=-b8e4eec12f074966 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 421 | 2026-07-10T04:50:33.127Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=0662f0c8f593e1e5 -C extra-filename=-6a1604f6fea73503 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 422 | 2026-07-10T04:50:33.134Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/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=5e916a676a7cb260 -C extra-filename=-03a5911f9ed0df70 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-03a5911f9ed0df70 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 423 | 2026-07-10T04:50:33.188Z | Compiling pin-project-lite v0.2.12 |
| 424 | 2026-07-10T04:50:33.196Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27605ab4c1f7843f -C extra-filename=-cbfe4f3dc560f263 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 425 | 2026-07-10T04:50:33.236Z | Compiling autocfg v1.1.0 |
| 426 | 2026-07-10T04:50:33.240Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5aece3b41a765010 -C extra-filename=-6490615181cc3db2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 427 | 2026-07-10T04:50:33.247Z | Compiling version_check v0.9.5 |
| 428 | 2026-07-10T04:50:33.251Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d93d723c5eabbcb -C extra-filename=-b73d9d5791cddff0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 429 | 2026-07-10T04:50:33.271Z | Compiling bytes v1.12.0 |
| 430 | 2026-07-10T04:50:33.279Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=e9aa9e42a749896f -C extra-filename=-36c5ac0f4820805c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 431 | 2026-07-10T04:50:33.477Z | Running `/work/oxidecomputer/dropshot/target/debug/build/quote-b88bcde3d771ce31/build-script-build` |
| 432 | 2026-07-10T04:50:33.477Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-03a5911f9ed0df70/build-script-build` |
| 433 | 2026-07-10T04:50:33.477Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-3e1a0eb3ea6a1c84/build-script-build` |
| 434 | 2026-07-10T04:50:33.502Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-f2d559e9ab0637e3/build-script-build` |
| 435 | 2026-07-10T04:50:33.512Z | Compiling smallvec v1.13.2 |
| 436 | 2026-07-10T04:50:33.520Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=b9ea661ccbe334fb -C extra-filename=-e829c38c2a2085c6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 437 | 2026-07-10T04:50:33.523Z | Compiling futures-core v0.3.32 |
| 438 | 2026-07-10T04:50:33.523Z | Compiling zmij v1.0.2 |
| 439 | 2026-07-10T04:50:33.523Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.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 --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=7115729aae70736c -C extra-filename=-2d7e2170095db4ae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 440 | 2026-07-10T04:50:33.529Z | Running `/home/build/.rustup/toolchains/1.97.0-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=d1ecc5ee56bc6adb -C extra-filename=-fc7102f5d18c132b --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-fc7102f5d18c132b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 441 | 2026-07-10T04:50:33.537Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --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=6ae11e98a6e8c06d -C extra-filename=-096e7e9c77085253 --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)'` |
| 442 | 2026-07-10T04:50:33.545Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=ff20123d82f9e838 -C extra-filename=-8b058f9e95c8ede0 --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(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
| 443 | 2026-07-10T04:50:33.661Z | Compiling serde v1.0.228 |
| 444 | 2026-07-10T04:50:33.670Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/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=66275a1058aff91f -C extra-filename=-32e42472423044d8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-32e42472423044d8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 445 | 2026-07-10T04:50:33.708Z | Compiling once_cell v1.20.1 |
| 446 | 2026-07-10T04:50:33.711Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=ced3527909ece5aa -C extra-filename=-b3b9535088d8c029 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 447 | 2026-07-10T04:50:33.784Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=1f65f0094c9be7ec -C extra-filename=-570758be45320499 --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-15bd0bdf3d8f7e84.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)'` |
| 448 | 2026-07-10T04:50:33.826Z | Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-fc7102f5d18c132b/build-script-build` |
| 449 | 2026-07-10T04:50:33.835Z | Compiling serde_json v1.0.150 |
| 450 | 2026-07-10T04:50:33.838Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.150/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=5895a5c503c1ad14 -C extra-filename=-7ce78e786825e51c --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-7ce78e786825e51c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 451 | 2026-07-10T04:50:33.855Z | Compiling log v0.4.17 |
| 452 | 2026-07-10T04:50:33.858Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=cf623cf8ea6c5827 -C extra-filename=-9f32eddc9b3da3f6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-9f32eddc9b3da3f6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 453 | 2026-07-10T04:50:33.916Z | Compiling thiserror v2.0.18 |
| 454 | 2026-07-10T04:50:33.919Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/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=17a1dfb3efab75e4 -C extra-filename=-b031a42cfacafb59 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-b031a42cfacafb59 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 455 | 2026-07-10T04:50:33.934Z | Running `/home/build/.rustup/toolchains/1.97.0-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=ae995555b3b24eda -C extra-filename=-ac96e8d09e0b8522 --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)'` |
| 456 | 2026-07-10T04:50:33.976Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-32e42472423044d8/build-script-build` |
| 457 | 2026-07-10T04:50:34.015Z | Compiling jobserver v0.1.34 |
| 458 | 2026-07-10T04:50:34.019Z | Running `/home/build/.rustup/toolchains/1.97.0-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=a25ba8d82ca3ed0e -C extra-filename=-9b20028994fad0cc --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-8b058f9e95c8ede0.rmeta --cap-lints allow` |
| 459 | 2026-07-10T04:50:34.025Z | Compiling find-msvc-tools v0.1.9 |
| 460 | 2026-07-10T04:50:34.025Z | Running `/home/build/.rustup/toolchains/1.97.0-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=80d23659c5ad3919 -C extra-filename=-162e78ed8b8d4b8b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 461 | 2026-07-10T04:50:34.170Z | Compiling shlex v1.3.0 |
| 462 | 2026-07-10T04:50:34.185Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=792491b808fc1f63 -C extra-filename=-19a5d5e4652dc7fe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 463 | 2026-07-10T04:50:34.188Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-7ce78e786825e51c/build-script-build` |
| 464 | 2026-07-10T04:50:34.191Z | Compiling parking_lot_core v0.9.4 |
| 465 | 2026-07-10T04:50:34.191Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=cb3e5980dd38ea60 -C extra-filename=-c00ec6c8a8d77329 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-c00ec6c8a8d77329 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 466 | 2026-07-10T04:50:34.203Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-9f32eddc9b3da3f6/build-script-build` |
| 467 | 2026-07-10T04:50:34.215Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=6dd2573001c0a4af -C extra-filename=-1e45462e1f7e5d0b --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-570758be45320499.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'` |
| 468 | 2026-07-10T04:50:34.309Z | Compiling cc v1.2.60 |
| 469 | 2026-07-10T04:50:34.312Z | Running `/home/build/.rustup/toolchains/1.97.0-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=1fad7422744b848a -C extra-filename=-a8c66c371d2b3216 --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-162e78ed8b8d4b8b.rmeta --extern jobserver=/work/oxidecomputer/dropshot/target/debug/deps/libjobserver-9b20028994fad0cc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-19a5d5e4652dc7fe.rmeta --cap-lints allow` |
| 470 | 2026-07-10T04:50:34.327Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-b031a42cfacafb59/build-script-build` |
| 471 | 2026-07-10T04:50:34.367Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=f78cca0b62b18ad4 -C extra-filename=-d99c8c47957afc88 --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-2d3d11220dbd12d0.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics` |
| 472 | 2026-07-10T04:50:34.393Z | Compiling syn v2.0.118 |
| 473 | 2026-07-10T04:50:34.396Z | Running `/home/build/.rustup/toolchains/1.97.0-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=c1f7d8532b3a1192 -C extra-filename=-a89bc80d4c0b12b5 --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-570758be45320499.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-15bd0bdf3d8f7e84.rmeta --cap-lints allow` |
| 474 | 2026-07-10T04:50:34.469Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-c00ec6c8a8d77329/build-script-build` |
| 475 | 2026-07-10T04:50:34.482Z | Compiling slab v0.4.9 |
| 476 | 2026-07-10T04:50:34.490Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1696b1b0add3ad0d -C extra-filename=-8d19e8362494a16f --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-8d19e8362494a16f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-6490615181cc3db2.rlib --cap-lints allow` |
| 477 | 2026-07-10T04:50:34.508Z | Compiling futures-sink v0.3.32 |
| 478 | 2026-07-10T04:50:34.511Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.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 --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=c35ab7c68cc39229 -C extra-filename=-f3a36cf4f4411e6b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 479 | 2026-07-10T04:50:34.517Z | Compiling typenum v1.19.0 |
| 480 | 2026-07-10T04:50:34.520Z | Running `/home/build/.rustup/toolchains/1.97.0-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=b31ecf463bacaaf2 -C extra-filename=-34c44d4a1d20fdae --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-34c44d4a1d20fdae -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 481 | 2026-07-10T04:50:34.559Z | Compiling scopeguard v1.2.0 |
| 482 | 2026-07-10T04:50:34.562Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=88f7bc96e21d2734 -C extra-filename=-8ff3209ca8d7b927 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 483 | 2026-07-10T04:50:34.595Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=d25a0103ee286067 -C extra-filename=-6842f0d6d5b49c73 --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-2d3d11220dbd12d0.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-e829c38c2a2085c6.rmeta --cap-lints allow` |
| 484 | 2026-07-10T04:50:34.609Z | Compiling fs_extra v1.3.0 |
| 485 | 2026-07-10T04:50:34.612Z | Running `/home/build/.rustup/toolchains/1.97.0-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=0da2f8f7e1456192 -C extra-filename=-3c0640be29c2f42f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 486 | 2026-07-10T04:50:34.664Z | Compiling lock_api v0.4.6 |
| 487 | 2026-07-10T04:50:34.667Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=644943308df6387d -C extra-filename=-7090d7cf16d42862 --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-8ff3209ca8d7b927.rmeta --cap-lints allow` |
| 488 | 2026-07-10T04:50:34.732Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slab-8d19e8362494a16f/build-script-build` |
| 489 | 2026-07-10T04:50:34.825Z | Compiling dunce v1.0.5 |
| 490 | 2026-07-10T04:50:34.828Z | Running `/home/build/.rustup/toolchains/1.97.0-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=0c83b8a5560f06df -C extra-filename=-3fc5c8cfd68cb3e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 491 | 2026-07-10T04:50:34.862Z | Compiling parking_lot v0.12.1 |
| 492 | 2026-07-10T04:50:34.865Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=0993f2b62548c3c6 -C extra-filename=-f58534e2af2cd558 --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-7090d7cf16d42862.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-6842f0d6d5b49c73.rmeta --cap-lints allow` |
| 493 | 2026-07-10T04:50:34.878Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=eeb1532e8603a42a -C extra-filename=-8311b027b97c9209 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 494 | 2026-07-10T04:50:34.878Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-34c44d4a1d20fdae/build-script-build` |
| 495 | 2026-07-10T04:50:34.904Z | Running `/home/build/.rustup/toolchains/1.97.0-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=bd5cb4043218921a -C extra-filename=-d94fd4f1e3eeab3b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 496 | 2026-07-10T04:50:34.907Z | Compiling socket2 v0.6.3 |
| 497 | 2026-07-10T04:50:34.907Z | Running `/home/build/.rustup/toolchains/1.97.0-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=d9a0ef2345162490 -C extra-filename=-8732e73023e613ee --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-8b058f9e95c8ede0.rmeta --cap-lints allow` |
| 498 | 2026-07-10T04:50:34.920Z | Compiling signal-hook-registry v1.4.0 |
| 499 | 2026-07-10T04:50:34.924Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14f2963db60dab48 -C extra-filename=-455020e64ffb1285 --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-8b058f9e95c8ede0.rmeta --cap-lints allow` |
| 500 | 2026-07-10T04:50:35.036Z | Compiling cmake v0.1.58 |
| 501 | 2026-07-10T04:50:35.039Z | Running `/home/build/.rustup/toolchains/1.97.0-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=52b737e7d4411dfe -C extra-filename=-4840326ea85cd682 --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-a8c66c371d2b3216.rmeta --cap-lints allow` |
| 502 | 2026-07-10T04:50:35.278Z | Compiling mio v1.2.0 |
| 503 | 2026-07-10T04:50:35.281Z | Running `/home/build/.rustup/toolchains/1.97.0-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=3a289e725f45f903 -C extra-filename=-58cffe901bf88425 --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-8b058f9e95c8ede0.rmeta --cap-lints allow` |
| 504 | 2026-07-10T04:50:35.323Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/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=f84392b0e81aac53 -C extra-filename=-ec17bcb7f1b9346c --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-ec17bcb7f1b9346c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 505 | 2026-07-10T04:50:35.363Z | Compiling stable_deref_trait v1.2.0 |
| 506 | 2026-07-10T04:50:35.366Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bca9f0ff9818d18a -C extra-filename=-32caaadbe6e38aae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 507 | 2026-07-10T04:50:35.385Z | Compiling futures-channel v0.3.32 |
| 508 | 2026-07-10T04:50:35.397Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.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 --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=923eec08bcd702bf -C extra-filename=-2fcecc0919c74395 --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-2d7e2170095db4ae.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f3a36cf4f4411e6b.rmeta --cap-lints allow` |
| 509 | 2026-07-10T04:50:35.439Z | Compiling http v1.4.2 |
| 510 | 2026-07-10T04:50:35.442Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c61d6de6ee5e4790 -C extra-filename=-6f0da843c95ad62a --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-36c5ac0f4820805c.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-b8e4eec12f074966.rmeta --cap-lints allow` |
| 511 | 2026-07-10T04:50:35.521Z | Compiling zeroize v1.8.2 |
| 512 | 2026-07-10T04:50:35.524Z | Running `/home/build/.rustup/toolchains/1.97.0-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=fc1d2a193b08d06f -C extra-filename=-99da136aa5dd279f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 513 | 2026-07-10T04:50:35.611Z | Compiling getrandom v0.4.1 |
| 514 | 2026-07-10T04:50:35.615Z | Compiling aws-lc-sys v0.40.0 |
| 515 | 2026-07-10T04:50:35.615Z | Running `/home/build/.rustup/toolchains/1.97.0-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=50101883d4b033a7 -C extra-filename=-a091b2badfe512dc --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-a091b2badfe512dc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 516 | 2026-07-10T04:50:35.615Z | Running `/home/build/.rustup/toolchains/1.97.0-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.40.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=f2f7b68fe4df3c66 -C extra-filename=-6c07463711d7a34a --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-6c07463711d7a34a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-a8c66c371d2b3216.rlib --extern cmake=/work/oxidecomputer/dropshot/target/debug/deps/libcmake-4840326ea85cd682.rlib --extern dunce=/work/oxidecomputer/dropshot/target/debug/deps/libdunce-3fc5c8cfd68cb3e4.rlib --extern fs_extra=/work/oxidecomputer/dropshot/target/debug/deps/libfs_extra-3c0640be29c2f42f.rlib --cap-lints allow` |
| 517 | 2026-07-10T04:50:35.640Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/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=d39028036241022f -C extra-filename=-e4b4f5df453f9648 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-e4b4f5df453f9648 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 518 | 2026-07-10T04:50:35.658Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-ec17bcb7f1b9346c/build-script-build` |
| 519 | 2026-07-10T04:50:35.698Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/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=f63c0e210a07c441 -C extra-filename=-0b8397ddfc27030d --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)'` |
| 520 | 2026-07-10T04:50:35.708Z | Compiling bitflags v2.11.0 |
| 521 | 2026-07-10T04:50:35.712Z | Running `/home/build/.rustup/toolchains/1.97.0-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=9d49b550a9d19be2 -C extra-filename=-178dfc930b1d81f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 522 | 2026-07-10T04:50:35.805Z | Compiling ucd-trie v0.1.6 |
| 523 | 2026-07-10T04:50:35.805Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7b48fdcac6bd11bb -C extra-filename=-fdfcf9c3a6f74eda --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 524 | 2026-07-10T04:50:35.897Z | Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-a091b2badfe512dc/build-script-build` |
| 525 | 2026-07-10T04:50:35.910Z | Compiling futures-task v0.3.32 |
| 526 | 2026-07-10T04:50:35.913Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.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 --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=3665fd6743904c2f -C extra-filename=-7a870013278f6708 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 527 | 2026-07-10T04:50:35.940Z | Compiling aws-lc-rs v1.16.3 |
| 528 | 2026-07-10T04:50:35.943Z | Running `/home/build/.rustup/toolchains/1.97.0-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.16.3/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", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=c9fb8849a2836a24 -C extra-filename=-cabaa5594dac8dbb --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-cabaa5594dac8dbb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 529 | 2026-07-10T04:50:35.959Z | Compiling futures-io v0.3.32 |
| 530 | 2026-07-10T04:50:35.962Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.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 --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=8a0b0e392f21955b -C extra-filename=-993ddb7258e45f91 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 531 | 2026-07-10T04:50:36.081Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-e4b4f5df453f9648/build-script-build` |
| 532 | 2026-07-10T04:50:36.109Z | Running `/home/build/.rustup/toolchains/1.97.0-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"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=0c853d7d3143c87b -C extra-filename=-10ec669294a4db72 --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-2d3d11220dbd12d0.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --cap-lints allow` |
| 533 | 2026-07-10T04:50:36.118Z | Compiling rustls-pki-types v1.15.0 |
| 534 | 2026-07-10T04:50:36.121Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=cc11dc48fed68943 -C extra-filename=-59d2c8ae010154fe --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-99da136aa5dd279f.rmeta --cap-lints allow` |
| 535 | 2026-07-10T04:50:36.128Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.150/src/lib.rs --error-format=json --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=8656202ed5d3f6c7 -C extra-filename=-0c44a964c6216ab1 --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-b8e4eec12f074966.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-6a1604f6fea73503.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-096e7e9c77085253.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-ac96e8d09e0b8522.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
| 536 | 2026-07-10T04:50:36.259Z | Compiling rustversion v1.0.22 |
| 537 | 2026-07-10T04:50:36.262Z | Compiling zerocopy v0.8.27 |
| 538 | 2026-07-10T04:50:36.268Z | Running `/home/build/.rustup/toolchains/1.97.0-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=9fb5fa902e576b6d -C extra-filename=-186ffdb5069f88f0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-186ffdb5069f88f0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 539 | 2026-07-10T04:50:36.272Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=8bc28f5750e65397 -C extra-filename=-fbcf29002672bd40 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-fbcf29002672bd40 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 540 | 2026-07-10T04:50:36.465Z | Compiling httparse v1.10.0 |
| 541 | 2026-07-10T04:50:36.468Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=eeb9f96e84e3e165 -C extra-filename=-69429ed2800d5157 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-69429ed2800d5157 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 542 | 2026-07-10T04:50:36.491Z | Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-6c07463711d7a34a/build-script-main` |
| 543 | 2026-07-10T04:50:36.613Z | Compiling errno v0.3.10 |
| 544 | 2026-07-10T04:50:36.616Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4497fc6ce6bbd85f -C extra-filename=-8a425f815f1effd7 --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-8b058f9e95c8ede0.rmeta --cap-lints allow` |
| 545 | 2026-07-10T04:50:36.632Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-186ffdb5069f88f0/build-script-build` |
| 546 | 2026-07-10T04:50:36.656Z | Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-fbcf29002672bd40/build-script-build` |
| 547 | 2026-07-10T04:50:36.669Z | Compiling litemap v0.7.4 |
| 548 | 2026-07-10T04:50:36.672Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=da031e3259291b8b -C extra-filename=-4018e869ea196f95 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 549 | 2026-07-10T04:50:36.694Z | Compiling writeable v0.5.5 |
| 550 | 2026-07-10T04:50:36.697Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=383c34bd5ec3fc3b -C extra-filename=-602881c61ce4bee0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 551 | 2026-07-10T04:50:36.762Z | Compiling rustix v1.1.4 |
| 552 | 2026-07-10T04:50:36.765Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.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=c63576787fc37c07 -C extra-filename=-cd066dd7ff1fbfe8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-cd066dd7ff1fbfe8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 553 | 2026-07-10T04:50:36.830Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-69429ed2800d5157/build-script-build` |
| 554 | 2026-07-10T04:50:36.863Z | Compiling crossbeam-utils v0.8.21 |
| 555 | 2026-07-10T04:50:36.866Z | Running `/home/build/.rustup/toolchains/1.97.0-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=6d2e27966f456f99 -C extra-filename=-465cbd5d3a1d3180 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-465cbd5d3a1d3180 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 556 | 2026-07-10T04:50:36.881Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2590f56b082e8182 -C extra-filename=-972387bdbdd21697 --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` |
| 557 | 2026-07-10T04:50:36.983Z | Running `/home/build/.rustup/toolchains/1.97.0-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=438aa28741c9a1ef -C extra-filename=-a70f7e6cd963b4ce --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"))'` |
| 558 | 2026-07-10T04:50:37.128Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-cd066dd7ff1fbfe8/build-script-build` |
| 559 | 2026-07-10T04:50:37.182Z | Compiling generic-array v0.14.5 |
| 560 | 2026-07-10T04:50:37.185Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=a5ce0d9570d8c032 -C extra-filename=-6e92dcd8385d103c --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-6e92dcd8385d103c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-b73d9d5791cddff0.rlib --cap-lints allow` |
| 561 | 2026-07-10T04:50:37.192Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-465cbd5d3a1d3180/build-script-build` |
| 562 | 2026-07-10T04:50:37.204Z | Compiling synstructure v0.13.1 |
| 563 | 2026-07-10T04:50:37.207Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=0c6171927dccaf25 -C extra-filename=-25d98fd50d1aec2d --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-570758be45320499.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rmeta --cap-lints allow` |
| 564 | 2026-07-10T04:50:37.287Z | Compiling time-core v0.1.8 |
| 565 | 2026-07-10T04:50:37.295Z | Running `/home/build/.rustup/toolchains/1.97.0-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=53ee105e585d352d -C extra-filename=-b9996392b81d9535 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 566 | 2026-07-10T04:50:37.317Z | Compiling equivalent v1.0.0 |
| 567 | 2026-07-10T04:50:37.320Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b20abd06466428c9 -C extra-filename=-1a6665162163f05b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 568 | 2026-07-10T04:50:37.401Z | Compiling powerfmt v0.2.0 |
| 569 | 2026-07-10T04:50:37.410Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=8a8a551f5a764290 -C extra-filename=-b5b79ebd932c6979 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 570 | 2026-07-10T04:50:37.413Z | Compiling hashbrown v0.17.0 |
| 571 | 2026-07-10T04:50:37.413Z | Running `/home/build/.rustup/toolchains/1.97.0-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=2f923d364c8b1611 -C extra-filename=-7c3ea8ce54417e79 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 572 | 2026-07-10T04:50:37.424Z | Compiling num-conv v0.2.0 |
| 573 | 2026-07-10T04:50:37.427Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.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=e8a8121f521d92ec -C extra-filename=-638386831b8cf425 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 574 | 2026-07-10T04:50:37.533Z | Compiling deranged v0.5.5 |
| 575 | 2026-07-10T04:50:37.536Z | Running `/home/build/.rustup/toolchains/1.97.0-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=1597f8ba60216c8a -C extra-filename=-0a67b1ca4c00d947 --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-b5b79ebd932c6979.rmeta --cap-lints allow` |
| 576 | 2026-07-10T04:50:37.542Z | Compiling slog v2.8.2 |
| 577 | 2026-07-10T04:50:37.545Z | Running `/home/build/.rustup/toolchains/1.97.0-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=44470e5ae142649a -C extra-filename=-d85eee274854d105 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-d85eee274854d105 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-a70f7e6cd963b4ce.so --cap-lints allow` |
| 578 | 2026-07-10T04:50:37.551Z | Compiling time-macros v0.2.27 |
| 579 | 2026-07-10T04:50:37.554Z | Running `/home/build/.rustup/toolchains/1.97.0-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=f83474fc81e976ac -C extra-filename=-0c8dd7ce44906b1b --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-638386831b8cf425.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-b9996392b81d9535.rlib --extern proc_macro --cap-lints allow` |
| 580 | 2026-07-10T04:50:37.600Z | Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-6e92dcd8385d103c/build-script-build` |
| 581 | 2026-07-10T04:50:37.640Z | Running `/home/build/.rustup/toolchains/1.97.0-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=eaaef019648298e8 -C extra-filename=-754cca0c5f4d424c --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-178dfc930b1d81f4.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-8a425f815f1effd7.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish` |
| 582 | 2026-07-10T04:50:37.686Z | Running `/home/build/.rustup/toolchains/1.97.0-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=3e1234a741be7b50 -C extra-filename=-a0d5c4f8c9049b74 --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)'` |
| 583 | 2026-07-10T04:50:37.770Z | Compiling http-body v1.0.1 |
| 584 | 2026-07-10T04:50:37.773Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5cecb8897e940e6e -C extra-filename=-9050be0aacf854d9 --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-36c5ac0f4820805c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --cap-lints allow` |
| 585 | 2026-07-10T04:50:37.916Z | Compiling indexmap v2.14.0 |
| 586 | 2026-07-10T04:50:37.919Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --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=27bdf936ad083f8a -C extra-filename=-d85df076a5edd234 --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-1a6665162163f05b.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-7c3ea8ce54417e79.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-096e7e9c77085253.rmeta --cap-lints allow` |
| 587 | 2026-07-10T04:50:37.949Z | Compiling tracing-core v0.1.32 |
| 588 | 2026-07-10T04:50:37.952Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=ed5bf50e794b6514 -C extra-filename=-da28916c26d02af4 --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-b3b9535088d8c029.rmeta --cap-lints allow` |
| 589 | 2026-07-10T04:50:38.195Z | Compiling fastrand v2.1.1 |
| 590 | 2026-07-10T04:50:38.198Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=4306a9bb664a10bc -C extra-filename=-97dfe570e9e88700 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 591 | 2026-07-10T04:50:38.413Z | Compiling serde_derive v1.0.228 |
| 592 | 2026-07-10T04:50:38.417Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/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=f2a2ad4c53d11813 -C extra-filename=-b49367c0d710b303 --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow` |
| 593 | 2026-07-10T04:50:38.459Z | Compiling thiserror-impl v2.0.18 |
| 594 | 2026-07-10T04:50:38.462Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e6d36ede84b3b8f -C extra-filename=-9f7b1b80c8c9ecbb --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow` |
| 595 | 2026-07-10T04:50:38.490Z | Compiling zerofrom-derive v0.1.5 |
| 596 | 2026-07-10T04:50:38.493Z | Compiling tokio-macros v2.7.0 |
| 597 | 2026-07-10T04:50:38.493Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6805c692c47ba3de -C extra-filename=-4fdb41ab2482b233 --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-25d98fd50d1aec2d.rlib --extern proc_macro --cap-lints allow` |
| 598 | 2026-07-10T04:50:38.493Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.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=69eabcc833a8d9ee -C extra-filename=-33af910042e5624c --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow` |
| 599 | 2026-07-10T04:50:38.508Z | Compiling yoke-derive v0.7.5 |
| 600 | 2026-07-10T04:50:38.517Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d90a0d333001f7a -C extra-filename=-196796059bdb8fe1 --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-25d98fd50d1aec2d.rlib --extern proc_macro --cap-lints allow` |
| 601 | 2026-07-10T04:50:38.523Z | Compiling zerovec-derive v0.10.3 |
| 602 | 2026-07-10T04:50:38.527Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61409c985a5175bc -C extra-filename=-be3b20493c8f5922 --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow` |
| 603 | 2026-07-10T04:50:38.532Z | Compiling futures-macro v0.3.32 |
| 604 | 2026-07-10T04:50:38.535Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=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=40efbe61c6b9e9d5 -C extra-filename=-ea6ee566c1ccb4c5 --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow` |
| 605 | 2026-07-10T04:50:39.275Z | Compiling tokio v1.52.3 |
| 606 | 2026-07-10T04:50:39.279Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(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", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=ba6fcd26a50435df -C extra-filename=-075abf9f70d266dc --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-36c5ac0f4820805c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-58cffe901bf88425.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-f58534e2af2cd558.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-455020e64ffb1285.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-8732e73023e613ee.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-33af910042e5624c.so --cap-lints allow` |
| 607 | 2026-07-10T04:50:39.385Z | Compiling displaydoc v0.2.5 |
| 608 | 2026-07-10T04:50:39.387Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fbbd5b544b1e85b0 -C extra-filename=-77a8fe7850ce46ef --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow` |
| 609 | 2026-07-10T04:50:39.544Z | Compiling futures-util v0.3.32 |
| 610 | 2026-07-10T04:50:39.547Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.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 --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", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=890dbdb9d4d76848 -C extra-filename=-2885b56e8df985f7 --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-2fcecc0919c74395.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-2d7e2170095db4ae.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-993ddb7258e45f91.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-ea6ee566c1ccb4c5.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f3a36cf4f4411e6b.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-7a870013278f6708.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-6a1604f6fea73503.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-8311b027b97c9209.rmeta --cap-lints allow` |
| 611 | 2026-07-10T04:50:39.591Z | Compiling zerocopy-derive v0.8.27 |
| 612 | 2026-07-10T04:50:39.595Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de80f8cbaef7779d -C extra-filename=-ed862682bc66ee05 --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow` |
| 613 | 2026-07-10T04:50:39.683Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=13057573be170aba -C extra-filename=-d2cf2e85dcdcda72 --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-9f7b1b80c8c9ecbb.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
| 614 | 2026-07-10T04:50:39.719Z | Compiling zerofrom v0.1.5 |
| 615 | 2026-07-10T04:50:39.722Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=4df1ab5e41d26e7d -C extra-filename=-9a01046f41a395ad --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-4fdb41ab2482b233.so --cap-lints allow` |
| 616 | 2026-07-10T04:50:39.780Z | Compiling pest v2.8.1 |
| 617 | 2026-07-10T04:50:39.783Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=137488f97392e8a1 -C extra-filename=-af78a832f6103e17 --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-6a1604f6fea73503.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-fdfcf9c3a6f74eda.rmeta --cap-lints allow` |
| 618 | 2026-07-10T04:50:39.836Z | Compiling yoke v0.7.5 |
| 619 | 2026-07-10T04:50:39.840Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=1d71ceaf0ba4edbd -C extra-filename=-a105466fa68f8fd1 --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-32caaadbe6e38aae.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-196796059bdb8fe1.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9a01046f41a395ad.rmeta --cap-lints allow` |
| 620 | 2026-07-10T04:50:40.035Z | Compiling zerovec v0.10.4 |
| 621 | 2026-07-10T04:50:40.039Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=3a7da93b361fbdb3 -C extra-filename=-1277d63ec89d236a --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-a105466fa68f8fd1.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9a01046f41a395ad.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-be3b20493c8f5922.so --cap-lints allow` |
| 622 | 2026-07-10T04:50:40.152Z | Compiling icu_provider_macros v1.5.0 |
| 623 | 2026-07-10T04:50:40.155Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa647f670aef4ae6 -C extra-filename=-de4b881b6a078a60 --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow` |
| 624 | 2026-07-10T04:50:40.723Z | Compiling getrandom v0.3.4 |
| 625 | 2026-07-10T04:50:40.727Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.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(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --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"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=75124ed85b85b9b2 -C extra-filename=-cec0a3ef5951b64e --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-cec0a3ef5951b64e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 626 | 2026-07-10T04:50:40.854Z | Compiling pest_meta v2.8.1 |
| 627 | 2026-07-10T04:50:40.858Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=f5d3920355de0766 -C extra-filename=-fc98c6e31775fc06 --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-af78a832f6103e17.rmeta --cap-lints allow` |
| 628 | 2026-07-10T04:50:40.918Z | Compiling tinystr v0.7.6 |
| 629 | 2026-07-10T04:50:40.921Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=26597c2830232765 -C extra-filename=-4cccc976f2f4353d --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-77a8fe7850ce46ef.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-1277d63ec89d236a.rmeta --cap-lints allow` |
| 630 | 2026-07-10T04:50:41.029Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=fc0c6ec07a9ef669 -C extra-filename=-b8c0bcec03eeef6a --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-ed862682bc66ee05.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)'` |
| 631 | 2026-07-10T04:50:41.052Z | Compiling num_threads v0.1.3 |
| 632 | 2026-07-10T04:50:41.063Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c60e65671bafe60b -C extra-filename=-976824e2b1dc7e23 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 633 | 2026-07-10T04:50:41.100Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --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=721bce47c4f6a628 -C extra-filename=-60232b45c82eda82 --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-096e7e9c77085253.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-b49367c0d710b303.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)'` |
| 634 | 2026-07-10T04:50:41.110Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/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=276b857e735edfc0 -C extra-filename=-79974a0c1e25eb0a --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-0b8397ddfc27030d.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-b49367c0d710b303.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)'` |
| 635 | 2026-07-10T04:50:41.137Z | Compiling icu_locid v1.5.0 |
| 636 | 2026-07-10T04:50:41.141Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=6eca9d56e93cfbd7 -C extra-filename=-72e6c34abe0787c0 --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-77a8fe7850ce46ef.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-4018e869ea196f95.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-4cccc976f2f4353d.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-602881c61ce4bee0.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-1277d63ec89d236a.rmeta --cap-lints allow` |
| 637 | 2026-07-10T04:50:41.578Z | Compiling pest_generator v2.8.1 |
| 638 | 2026-07-10T04:50:41.584Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=25114e8fa555f4e7 -C extra-filename=-a5239d6f30fcbbd9 --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-af78a832f6103e17.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-fc98c6e31775fc06.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-570758be45320499.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rmeta --cap-lints allow` |
| 639 | 2026-07-10T04:50:41.595Z | Compiling icu_provider v1.5.0 |
| 640 | 2026-07-10T04:50:41.598Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=97fbf916b3652417 -C extra-filename=-77c5e36ce0525429 --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-77a8fe7850ce46ef.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-72e6c34abe0787c0.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-de4b881b6a078a60.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-32caaadbe6e38aae.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-4cccc976f2f4353d.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-602881c61ce4bee0.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-a105466fa68f8fd1.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9a01046f41a395ad.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-1277d63ec89d236a.rmeta --cap-lints allow` |
| 641 | 2026-07-10T04:50:41.818Z | Compiling atomic-waker v1.1.2 |
| 642 | 2026-07-10T04:50:41.822Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=a68c29dbfd36a1ba -C extra-filename=-88cd89f0e4b8f245 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 643 | 2026-07-10T04:50:41.937Z | Compiling untrusted v0.9.0 |
| 644 | 2026-07-10T04:50:41.940Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbbe966922eaf113 -C extra-filename=-06e0be4dee54d07e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 645 | 2026-07-10T04:50:42.021Z | Compiling rustls v0.23.41 |
| 646 | 2026-07-10T04:50:42.024Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.41/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=1020d3b7b3ac0439 -C extra-filename=-452b63d1d1c5a510 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-452b63d1d1c5a510 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 647 | 2026-07-10T04:50:42.044Z | Compiling rustix v0.38.44 |
| 648 | 2026-07-10T04:50:42.047Z | Compiling percent-encoding v2.3.2 |
| 649 | 2026-07-10T04:50:42.047Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=d8ed0d62fada9020 -C extra-filename=-d8108b8499530baf --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-d8108b8499530baf -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 650 | 2026-07-10T04:50:42.047Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=fb7f0f918d6c4714 -C extra-filename=-772334ce17b4a826 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 651 | 2026-07-10T04:50:42.089Z | Compiling icu_locid_transform_data v1.5.0 |
| 652 | 2026-07-10T04:50:42.092Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=437d635d0d4b2508 -C extra-filename=-941541f563e7ddc5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 653 | 2026-07-10T04:50:42.155Z | Compiling icu_locid_transform v1.5.0 |
| 654 | 2026-07-10T04:50:42.159Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=a1977ad4e4e7714c -C extra-filename=-b581a07e0e6a6e8f --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-77a8fe7850ce46ef.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-72e6c34abe0787c0.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-941541f563e7ddc5.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-77c5e36ce0525429.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-4cccc976f2f4353d.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-1277d63ec89d236a.rmeta --cap-lints allow` |
| 655 | 2026-07-10T04:50:42.165Z | Compiling pest_derive v2.8.1 |
| 656 | 2026-07-10T04:50:42.168Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=a0a020a523fe072a -C extra-filename=-59c1da3765e1a40c --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-af78a832f6103e17.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-a5239d6f30fcbbd9.rlib --extern proc_macro --cap-lints allow` |
| 657 | 2026-07-10T04:50:42.235Z | Compiling serde_tokenstream v0.2.3 |
| 658 | 2026-07-10T04:50:42.238Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.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=d99b49ed44ab23eb -C extra-filename=-dd01b1a0e213824e --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-570758be45320499.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-79974a0c1e25eb0a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rmeta --cap-lints allow` |
| 659 | 2026-07-10T04:50:42.255Z | Compiling erased-serde v0.3.31 |
| 660 | 2026-07-10T04:50:42.256Z | Running `/home/build/.rustup/toolchains/1.97.0-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=7d0539742653831e -C extra-filename=-f55c9fc5b908a3df --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-60232b45c82eda82.rmeta --cap-lints allow` |
| 661 | 2026-07-10T04:50:42.391Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-d8108b8499530baf/build-script-build` |
| 662 | 2026-07-10T04:50:42.429Z | Compiling time v0.3.47 |
| 663 | 2026-07-10T04:50:42.432Z | Running `/home/build/.rustup/toolchains/1.97.0-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=ea9210e97840d5e9 -C extra-filename=-fc4f5bc638e67b1a --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-0a67b1ca4c00d947.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-b8e4eec12f074966.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-638386831b8cf425.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-976824e2b1dc7e23.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-b5b79ebd932c6979.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-b9996392b81d9535.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-0c8dd7ce44906b1b.so --cap-lints allow` |
| 664 | 2026-07-10T04:50:42.464Z | Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-cec0a3ef5951b64e/build-script-build` |
| 665 | 2026-07-10T04:50:42.477Z | Compiling icu_collections v1.5.0 |
| 666 | 2026-07-10T04:50:42.485Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=1dfb294cc32cec8d -C extra-filename=-45bb3c018168cefb --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-77a8fe7850ce46ef.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-a105466fa68f8fd1.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9a01046f41a395ad.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-1277d63ec89d236a.rmeta --cap-lints allow` |
| 667 | 2026-07-10T04:50:42.507Z | Compiling scroll_derive v0.13.1 |
| 668 | 2026-07-10T04:50:42.510Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=183f5ac793c5d5bb -C extra-filename=-e85780c75d971bec --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow` |
| 669 | 2026-07-10T04:50:42.721Z | Compiling tracing v0.1.40 |
| 670 | 2026-07-10T04:50:42.724Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=281aa41b9b49889e -C extra-filename=-801b57760ef7b014 --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-cbfe4f3dc560f263.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-da28916c26d02af4.rmeta --cap-lints allow` |
| 671 | 2026-07-10T04:50:42.730Z | Compiling dtrace-parser v0.3.0 |
| 672 | 2026-07-10T04:50:42.733Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b37b921d38838a8e -C extra-filename=-d074b3397977b8b9 --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-af78a832f6103e17.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-59c1da3765e1a40c.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rmeta --cap-lints allow` |
| 673 | 2026-07-10T04:50:42.939Z | Compiling tokio-util v0.7.18 |
| 674 | 2026-07-10T04:50:42.942Z | Running `/home/build/.rustup/toolchains/1.97.0-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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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"' --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", "net", "rt", "slab", "time", "tracing"))' -C metadata=fb794f0af6f5e625 -C extra-filename=-6375b1867f364cc1 --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-36c5ac0f4820805c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-2d7e2170095db4ae.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f3a36cf4f4411e6b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --cap-lints allow` |
| 675 | 2026-07-10T04:50:43.086Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-d85eee274854d105/build-script-build` |
| 676 | 2026-07-10T04:50:43.108Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=bb8c03fe12cd16de -C extra-filename=-f6de379d4d6b9a8b --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-d94fd4f1e3eeab3b.rmeta --cap-lints allow --cfg relaxed_coherence` |
| 677 | 2026-07-10T04:50:43.264Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.150/src/lib.rs --error-format=json --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=a33fc42f6d012ebd -C extra-filename=-850ac232b7c584e3 --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-b8e4eec12f074966.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-6a1604f6fea73503.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-0b8397ddfc27030d.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-ac96e8d09e0b8522.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
| 678 | 2026-07-10T04:50:43.344Z | Compiling thread-id v5.0.0 |
| 679 | 2026-07-10T04:50:43.347Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=77f5d2241c91c936 -C extra-filename=-c7d68832ec57867d --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-8b058f9e95c8ede0.rmeta --cap-lints allow` |
| 680 | 2026-07-10T04:50:43.422Z | Compiling num-traits v0.2.14 |
| 681 | 2026-07-10T04:50:43.425Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=4062f7eacd47f208 -C extra-filename=-627a3b60676cb109 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-627a3b60676cb109 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-6490615181cc3db2.rlib --cap-lints allow` |
| 682 | 2026-07-10T04:50:43.487Z | Compiling crc32fast v1.5.0 |
| 683 | 2026-07-10T04:50:43.490Z | Running `/home/build/.rustup/toolchains/1.97.0-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=915906506b61dc7b -C extra-filename=-632c819340302bac --out-dir /work/oxidecomputer/dropshot/target/debug/build/crc32fast-632c819340302bac -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 684 | 2026-07-10T04:50:43.567Z | Compiling icu_properties_data v1.5.0 |
| 685 | 2026-07-10T04:50:43.570Z | Compiling base64 v0.22.1 |
| 686 | 2026-07-10T04:50:43.570Z | Compiling byteorder v1.4.3 |
| 687 | 2026-07-10T04:50:43.570Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9f7fb8483586406 -C extra-filename=-a128154450186889 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 688 | 2026-07-10T04:50:43.570Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=478312cfc1396e19 -C extra-filename=-282ff39453dd4f45 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 689 | 2026-07-10T04:50:43.570Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=ebb2f04cef188011 -C extra-filename=-12a239f7e2bb5de1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 690 | 2026-07-10T04:50:43.653Z | Compiling tower-layer v0.3.3 |
| 691 | 2026-07-10T04:50:43.656Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=777c9dd77e33f3ab -C extra-filename=-22c61e2003803f8f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 692 | 2026-07-10T04:50:43.698Z | Compiling fnv v1.0.7 |
| 693 | 2026-07-10T04:50:43.701Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6ae17854c5879dc2 -C extra-filename=-9876fa9c033400a5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 694 | 2026-07-10T04:50:43.772Z | Compiling try-lock v0.2.3 |
| 695 | 2026-07-10T04:50:43.775Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b4137d8e070c6ce -C extra-filename=-6abc7001ce36b5f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 696 | 2026-07-10T04:50:43.788Z | Compiling tower-service v0.3.3 |
| 697 | 2026-07-10T04:50:43.788Z | Compiling paste v1.0.15 |
| 698 | 2026-07-10T04:50:43.791Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f55262c45a0c710 -C extra-filename=-26192f836a957ed7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 699 | 2026-07-10T04:50:43.791Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4d53acc8a4da56b -C extra-filename=-238bccdcfa61d72b --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-238bccdcfa61d72b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 700 | 2026-07-10T04:50:43.806Z | Compiling usdt-impl v0.6.0 |
| 701 | 2026-07-10T04:50:43.809Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=ae58571b2a64124a -C extra-filename=-ae93121cca51b240 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-ae93121cca51b240 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 702 | 2026-07-10T04:50:43.868Z | Compiling subtle v2.5.0 |
| 703 | 2026-07-10T04:50:43.871Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=8833afb4732afd06 -C extra-filename=-8d64b1f3067482e3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 704 | 2026-07-10T04:50:43.877Z | Compiling want v0.3.0 |
| 705 | 2026-07-10T04:50:43.880Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cb2e942997a7069 -C extra-filename=-b1ceaa5b12023c29 --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-d99c8c47957afc88.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-6abc7001ce36b5f0.rmeta --cap-lints allow` |
| 706 | 2026-07-10T04:50:43.889Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-632c819340302bac/build-script-build` |
| 707 | 2026-07-10T04:50:43.927Z | Compiling h2 v0.4.14 |
| 708 | 2026-07-10T04:50:43.936Z | Running `/home/build/.rustup/toolchains/1.97.0-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=d859a483b13861a0 -C extra-filename=-b31efdc6b8a1bab5 --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-88cd89f0e4b8f245.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-9876fa9c033400a5.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-2d7e2170095db4ae.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f3a36cf4f4411e6b.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-8311b027b97c9209.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-801b57760ef7b014.rmeta --cap-lints allow` |
| 709 | 2026-07-10T04:50:44.011Z | Compiling dof v0.4.0 |
| 710 | 2026-07-10T04:50:44.016Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=4c0699b1acbfd031 -C extra-filename=-e9d9b32c0f4fe821 --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-79974a0c1e25eb0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-850ac232b7c584e3.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-b8c0bcec03eeef6a.rmeta --cap-lints allow` |
| 711 | 2026-07-10T04:50:44.039Z | Compiling icu_properties v1.5.1 |
| 712 | 2026-07-10T04:50:44.080Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=40ddd09ccbe52362 -C extra-filename=-952ca07eab06c0ef --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-77a8fe7850ce46ef.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-45bb3c018168cefb.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-b581a07e0e6a6e8f.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-a128154450186889.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-77c5e36ce0525429.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-4cccc976f2f4353d.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-1277d63ec89d236a.rmeta --cap-lints allow` |
| 713 | 2026-07-10T04:50:44.084Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-ae93121cca51b240/build-script-build` |
| 714 | 2026-07-10T04:50:44.133Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-627a3b60676cb109/build-script-build` |
| 715 | 2026-07-10T04:50:44.147Z | Running `/work/oxidecomputer/dropshot/target/debug/build/paste-238bccdcfa61d72b/build-script-build` |
| 716 | 2026-07-10T04:50:44.186Z | Compiling scroll v0.13.0 |
| 717 | 2026-07-10T04:50:44.189Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=f1645aa63e695563 -C extra-filename=-30285adda08237b0 --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-e85780c75d971bec.so --cap-lints allow` |
| 718 | 2026-07-10T04:50:44.341Z | Running `/home/build/.rustup/toolchains/1.97.0-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=9a06bb187637c147 -C extra-filename=-c550d171f8bc52ab --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-f55c9fc5b908a3df.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-096e7e9c77085253.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'` |
| 719 | 2026-07-10T04:50:44.449Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --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"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=05cacf5648a8ee49 -C extra-filename=-304057816831738d --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-2d3d11220dbd12d0.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --cap-lints allow` |
| 720 | 2026-07-10T04:50:44.468Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=6e03fed3de39dc18 -C extra-filename=-49ff3848ed40f741 --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-178dfc930b1d81f4.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-8a425f815f1effd7.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
| 721 | 2026-07-10T04:50:44.526Z | Compiling hybrid-array v0.4.8 |
| 722 | 2026-07-10T04:50:44.535Z | Running `/home/build/.rustup/toolchains/1.97.0-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=91479d96bae83bf8 -C extra-filename=-6fc51c2720ac8cfe --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-d94fd4f1e3eeab3b.rmeta --cap-lints allow` |
| 723 | 2026-07-10T04:50:44.641Z | Compiling unicase v2.6.0 |
| 724 | 2026-07-10T04:50:44.649Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=db80cb4c748c5738 -C extra-filename=-0010d5d92a1b29d7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-0010d5d92a1b29d7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-b73d9d5791cddff0.rlib --cap-lints allow` |
| 725 | 2026-07-10T04:50:44.765Z | Compiling utf16_iter v1.0.5 |
| 726 | 2026-07-10T04:50:44.774Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34cc4d136d2ea96a -C extra-filename=-5a7ba36805a9773c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 727 | 2026-07-10T04:50:44.877Z | Compiling plain v0.2.3 |
| 728 | 2026-07-10T04:50:44.880Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=acefd84fc3ebc62d -C extra-filename=-d99410603e32e469 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 729 | 2026-07-10T04:50:44.895Z | Compiling adler2 v2.0.1 |
| 730 | 2026-07-10T04:50:44.898Z | Running `/home/build/.rustup/toolchains/1.97.0-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=bdd386384662f6a5 -C extra-filename=-e6475cc31f159ef3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 731 | 2026-07-10T04:50:44.972Z | Compiling icu_normalizer_data v1.5.0 |
| 732 | 2026-07-10T04:50:44.975Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59265077156d8a2c -C extra-filename=-a212bfe352f60834 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 733 | 2026-07-10T04:50:44.982Z | Compiling simd-adler32 v0.3.7 |
| 734 | 2026-07-10T04:50:44.984Z | Running `/home/build/.rustup/toolchains/1.97.0-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.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=743708cb3ac292b1 -C extra-filename=-45eb796ad8d6f03c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 735 | 2026-07-10T04:50:45.021Z | Compiling write16 v1.0.0 |
| 736 | 2026-07-10T04:50:45.023Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=59460287d38f835b -C extra-filename=-4675b1affd8bc18e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 737 | 2026-07-10T04:50:45.039Z | Compiling httpdate v1.0.1 |
| 738 | 2026-07-10T04:50:45.042Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=712e310a350f737a -C extra-filename=-19af4a57e748d926 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 739 | 2026-07-10T04:50:45.111Z | Compiling utf8_iter v1.0.4 |
| 740 | 2026-07-10T04:50:45.115Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fade154e35bcaa19 -C extra-filename=-4c24e79fff5ff218 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 741 | 2026-07-10T04:50:45.174Z | Compiling miniz_oxide v0.8.9 |
| 742 | 2026-07-10T04:50:45.178Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --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=56be83268642a2d0 -C extra-filename=-640ad6bc675347ad --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-e6475cc31f159ef3.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-45eb796ad8d6f03c.rmeta --cap-lints allow` |
| 743 | 2026-07-10T04:50:45.255Z | Compiling goblin v0.10.1 |
| 744 | 2026-07-10T04:50:45.264Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=c760047e90610938 -C extra-filename=-3e68e3347f1895ed --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-d99c8c47957afc88.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-d99410603e32e469.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-30285adda08237b0.rmeta --cap-lints allow` |
| 745 | 2026-07-10T04:50:45.283Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-0010d5d92a1b29d7/build-script-build` |
| 746 | 2026-07-10T04:50:45.306Z | Compiling rand_core v0.9.5 |
| 747 | 2026-07-10T04:50:45.309Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=3fa803377da01d8d -C extra-filename=-c5eef8cf8c2568d8 --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-304057816831738d.rmeta --cap-lints allow` |
| 748 | 2026-07-10T04:50:45.402Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=21b23ef4cf07f35e -C extra-filename=-036f0d4e3f37ecb8 --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-12a239f7e2bb5de1.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-e9d9b32c0f4fe821.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d074b3397977b8b9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-570758be45320499.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-79974a0c1e25eb0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-850ac232b7c584e3.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-c7d68832ec57867d.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)'` |
| 749 | 2026-07-10T04:50:45.469Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=3bac8542317542f9 -C extra-filename=-e9e8bc7013567e77 --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` |
| 750 | 2026-07-10T04:50:45.509Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5a757f7d71d3074 -C extra-filename=-462e4a91e91f07ef --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"))'` |
| 751 | 2026-07-10T04:50:45.839Z | Compiling icu_normalizer v1.5.0 |
| 752 | 2026-07-10T04:50:45.842Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=0b7c787d5766e4a8 -C extra-filename=-f9f9e78fe5518a1d --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-77a8fe7850ce46ef.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-45bb3c018168cefb.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-a212bfe352f60834.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-952ca07eab06c0ef.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-77c5e36ce0525429.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-e829c38c2a2085c6.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-5a7ba36805a9773c.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-4c24e79fff5ff218.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-4675b1affd8bc18e.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-1277d63ec89d236a.rmeta --cap-lints allow` |
| 753 | 2026-07-10T04:50:45.904Z | Running `/home/build/.rustup/toolchains/1.97.0-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=565fafb0ff41869b -C extra-filename=-1ecedba6568e7cd9 --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-2d3d11220dbd12d0.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'` |
| 754 | 2026-07-10T04:50:45.963Z | Compiling crypto-common v0.1.6 |
| 755 | 2026-07-10T04:50:45.966Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=900c80e619b3794d -C extra-filename=-a7b4166b5e2aa64f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-f6de379d4d6b9a8b.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-d94fd4f1e3eeab3b.rmeta --cap-lints allow` |
| 756 | 2026-07-10T04:50:46.000Z | Compiling block-buffer v0.10.2 |
| 757 | 2026-07-10T04:50:46.004Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e73c0797a3131ea -C extra-filename=-41814dc478c4efaf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-f6de379d4d6b9a8b.rmeta --cap-lints allow` |
| 758 | 2026-07-10T04:50:46.077Z | Compiling form_urlencoded v1.2.2 |
| 759 | 2026-07-10T04:50:46.080Z | Compiling iana-time-zone v0.1.47 |
| 760 | 2026-07-10T04:50:46.086Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0d8fe0f8b01fa052 -C extra-filename=-ed0dc1f59c250750 --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-772334ce17b4a826.rmeta --cap-lints allow` |
| 761 | 2026-07-10T04:50:46.089Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=1f528dd719f7b4ab -C extra-filename=-3a5c10296f3694fe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 762 | 2026-07-10T04:50:46.096Z | Compiling lazy_static v1.5.0 |
| 763 | 2026-07-10T04:50:46.096Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=e3bac55b4d35e141 -C extra-filename=-89859f43c7644ac1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 764 | 2026-07-10T04:50:46.117Z | Compiling hyper v1.10.1 |
| 765 | 2026-07-10T04:50:46.120Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=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_semicolon' '--allow=clippy::unnecessary_safety_comment' '--allow=clippy::uninlined_format_args' --warn=unexpected_cfgs '--allow=clippy::undocumented_unsafe_blocks' '--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_match_else' '--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' '--allow=clippy::semicolon_if_nothing_returned' '--deny=clippy::self_named_module_files' '--allow=clippy::same_name_method' '--allow=clippy::renamed_function_params' '--allow=clippy::ref_patterns' '--allow=clippy::ref_option' '--allow=clippy::redundant_else' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::question_mark_used' '--allow=clippy::question_mark' '--allow=clippy::pub_with_shorthand' '--allow=clippy::pub_use' '--allow=clippy::ptr_as_ptr' '--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::needless_continue' '--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_errors_doc' '--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::manual_assert_eq' '--allow=clippy::let_unit_value' '--allow=clippy::let_underscore_untyped' '--allow=clippy::let_underscore_must_use' '--allow=clippy::large_enum_variant' '--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::explicit_iter_loop' '--allow=clippy::expect_used' '--allow=clippy::error_impl_error' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_structs_with_brackets' '--allow=clippy::else_if_without_else' '--allow=clippy::default_trait_access' '--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::cast_lossless' '--allow=clippy::borrow_as_ptr' '--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=57079ee2dc150f38 -C extra-filename=-b7b7452a0d68f9d4 --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-88cd89f0e4b8f245.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-2fcecc0919c74395.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-2d7e2170095db4ae.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-b31efdc6b8a1bab5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-9050be0aacf854d9.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-972387bdbdd21697.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-19af4a57e748d926.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-b8e4eec12f074966.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-e829c38c2a2085c6.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-b1ceaa5b12023c29.rmeta --cap-lints allow` |
| 766 | 2026-07-10T04:50:46.185Z | Compiling openssl-probe v0.2.1 |
| 767 | 2026-07-10T04:50:46.188Z | Running `/home/build/.rustup/toolchains/1.97.0-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=a8682ec22c0d7b0a -C extra-filename=-813bd6d9febf80a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 768 | 2026-07-10T04:50:46.251Z | Compiling unicode-width v0.1.9 |
| 769 | 2026-07-10T04:50:46.254Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=6e4d531808714bec -C extra-filename=-3162e02979739fdc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 770 | 2026-07-10T04:50:46.297Z | Compiling ppv-lite86 v0.2.15 |
| 771 | 2026-07-10T04:50:46.301Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=ce4235d865eb6b79 -C extra-filename=-9d619068948e0fc9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 772 | 2026-07-10T04:50:46.353Z | Compiling mime v0.3.16 |
| 773 | 2026-07-10T04:50:46.357Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1c99de853f39fc5 -C extra-filename=-1d44f6b583d2f65d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 774 | 2026-07-10T04:50:46.363Z | Compiling ipnet v2.10.0 |
| 775 | 2026-07-10T04:50:46.371Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=8e2ff5c38f6284b4 -C extra-filename=-5a65d6c27e82875a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 776 | 2026-07-10T04:50:46.583Z | Compiling ryu v1.0.5 |
| 777 | 2026-07-10T04:50:46.592Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=516f5d08b2c6c58a -C extra-filename=-49ac8b033da9759f --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-49ac8b033da9759f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 778 | 2026-07-10T04:50:46.609Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=331581221da72d70 -C extra-filename=-1f4a42abeb9f3045 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-1f4a42abeb9f3045 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 779 | 2026-07-10T04:50:46.618Z | Compiling unicode-segmentation v1.10.0 |
| 780 | 2026-07-10T04:50:46.621Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=417113afe64b2953 -C extra-filename=-093d36440f14d029 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 781 | 2026-07-10T04:50:46.860Z | Compiling pretty-hex v0.4.1 |
| 782 | 2026-07-10T04:50:46.864Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=5ef682d18a30a465 -C extra-filename=-feccea15b062eaaf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 783 | 2026-07-10T04:50:46.871Z | Compiling winnow v1.0.0 |
| 784 | 2026-07-10T04:50:46.881Z | Running `/home/build/.rustup/toolchains/1.97.0-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=f7206b3e9bad75e8 -C extra-filename=-3de287395f187837 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 785 | 2026-07-10T04:50:46.884Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-49ac8b033da9759f/build-script-build` |
| 786 | 2026-07-10T04:50:46.920Z | Compiling newline-converter v0.3.0 |
| 787 | 2026-07-10T04:50:46.923Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=729734cf7127cce5 -C extra-filename=-9a170b5b787de52e --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-093d36440f14d029.rmeta --cap-lints allow` |
| 788 | 2026-07-10T04:50:46.955Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-1f4a42abeb9f3045/build-script-build` |
| 789 | 2026-07-10T04:50:46.968Z | Compiling rand_chacha v0.9.0 |
| 790 | 2026-07-10T04:50:46.971Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=d443ebf7bc9b4a4a -C extra-filename=-c392ec5e4eb5c21d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/dropshot/target/debug/deps/libppv_lite86-9d619068948e0fc9.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-c5eef8cf8c2568d8.rmeta --cap-lints allow` |
| 791 | 2026-07-10T04:50:46.986Z | Compiling console v0.15.7 |
| 792 | 2026-07-10T04:50:46.989Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=91935395d3e05884 -C extra-filename=-2928ece0a2a9c3f5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-3162e02979739fdc.rmeta --cap-lints allow` |
| 793 | 2026-07-10T04:50:47.024Z | Compiling rustls-native-certs v0.8.3 |
| 794 | 2026-07-10T04:50:47.027Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.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=8bf16572fee9a4fb -C extra-filename=-de3b27ca72a26785 --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-813bd6d9febf80a6.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rmeta --cap-lints allow` |
| 795 | 2026-07-10T04:50:47.167Z | Compiling hyper-util v0.1.20 |
| 796 | 2026-07-10T04:50:47.175Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.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=e22b660a70821f26 -C extra-filename=-6c47124c9d4dc2df --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-282ff39453dd4f45.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-2fcecc0919c74395.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-2885b56e8df985f7.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-9050be0aacf854d9.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-5a65d6c27e82875a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-8732e73023e613ee.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-22c61e2003803f8f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-26192f836a957ed7.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-801b57760ef7b014.rmeta --cap-lints allow` |
| 797 | 2026-07-10T04:50:47.207Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 798 | 2026-07-10T04:50:47.211Z | Running `/home/build/.rustup/toolchains/1.97.0-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.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_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=d385ebdd6fe9bd23 -C extra-filename=-ee22c677429ed625 --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-3de287395f187837.rmeta --cap-lints allow` |
| 799 | 2026-07-10T04:50:47.344Z | Compiling idna_adapter v1.2.0 |
| 800 | 2026-07-10T04:50:47.347Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=656ea2aa041c5eb6 -C extra-filename=-af0a54e2f4152f6d --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-f9f9e78fe5518a1d.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-952ca07eab06c0ef.rmeta --cap-lints allow` |
| 801 | 2026-07-10T04:50:47.386Z | Compiling chrono v0.4.45 |
| 802 | 2026-07-10T04:50:47.389Z | Running `/home/build/.rustup/toolchains/1.97.0-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=08bd6c85b3876d38 -C extra-filename=-c257880f3815f68b --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-3a5c10296f3694fe.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-e9e8bc7013567e77.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --cap-lints allow` |
| 803 | 2026-07-10T04:50:47.491Z | Compiling digest v0.10.7 |
| 804 | 2026-07-10T04:50:47.494Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=6ccdf89856335cfc -C extra-filename=-fea104dd82682674 --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-41814dc478c4efaf.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-a7b4166b5e2aa64f.rmeta --cap-lints allow` |
| 805 | 2026-07-10T04:50:47.585Z | Compiling flate2 v1.1.9 |
| 806 | 2026-07-10T04:50:47.588Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=ce164f02bba598e1 -C extra-filename=-b294bc7baafb0e55 --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-1ecedba6568e7cd9.rmeta --extern miniz_oxide=/work/oxidecomputer/dropshot/target/debug/deps/libminiz_oxide-640ad6bc675347ad.rmeta --cap-lints allow` |
| 807 | 2026-07-10T04:50:47.679Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=5a3b7b578251161d -C extra-filename=-eb576f644dd9693d --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` |
| 808 | 2026-07-10T04:50:47.839Z | Compiling block-buffer v0.12.0 |
| 809 | 2026-07-10T04:50:47.842Z | Running `/home/build/.rustup/toolchains/1.97.0-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=2ad10678a797fbb6 -C extra-filename=-406b7c94bf341092 --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-6fc51c2720ac8cfe.rmeta --cap-lints allow` |
| 810 | 2026-07-10T04:50:47.868Z | Compiling crypto-common v0.2.1 |
| 811 | 2026-07-10T04:50:47.871Z | Running `/home/build/.rustup/toolchains/1.97.0-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=faf04301b6ed303f -C extra-filename=-ef955b34e28df900 --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-6fc51c2720ac8cfe.rmeta --cap-lints allow` |
| 812 | 2026-07-10T04:50:47.896Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=d18cf3980a897422 -C extra-filename=-4dc8345ecd207ea3 --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-3e68e3347f1895ed.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-feccea15b062eaaf.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-b8c0bcec03eeef6a.rmeta --cap-lints allow` |
| 813 | 2026-07-10T04:50:47.984Z | Compiling concurrent-queue v2.5.0 |
| 814 | 2026-07-10T04:50:47.988Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=7dba8ea7496f6bd3 -C extra-filename=-a77cc656e8521ed1 --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-a0d5c4f8c9049b74.rmeta --cap-lints allow` |
| 815 | 2026-07-10T04:50:47.994Z | Compiling serde_derive_internals v0.29.0 |
| 816 | 2026-07-10T04:50:47.998Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=973763f52ab1baa0 -C extra-filename=-73ddc4510df44e91 --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-570758be45320499.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rmeta --cap-lints allow` |
| 817 | 2026-07-10T04:50:48.178Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 818 | 2026-07-10T04:50:48.182Z | Running `/home/build/.rustup/toolchains/1.97.0-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=55d959ebbfd5a897 -C extra-filename=-cfb5b31b9263084b --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-096e7e9c77085253.rmeta --cap-lints allow` |
| 819 | 2026-07-10T04:50:48.475Z | Compiling serde_spanned v1.1.1 |
| 820 | 2026-07-10T04:50:48.479Z | Running `/home/build/.rustup/toolchains/1.97.0-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=b37e278ed19651bf -C extra-filename=-040ee72e7a119774 --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-096e7e9c77085253.rmeta --cap-lints allow` |
| 821 | 2026-07-10T04:50:48.620Z | Running `/home/build/.rustup/toolchains/1.97.0-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"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=1d61c3ab6cca8243 -C extra-filename=-e05d84f4dc810500 --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-570758be45320499.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-15bd0bdf3d8f7e84.rmeta --cap-lints allow` |
| 822 | 2026-07-10T04:50:48.687Z | Compiling thread_local v1.1.4 |
| 823 | 2026-07-10T04:50:48.691Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=73fb53c37c9dbc65 -C extra-filename=-481ebbc3f7f54cbf --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-b3b9535088d8c029.rmeta --cap-lints allow` |
| 824 | 2026-07-10T04:50:48.790Z | Compiling sync_wrapper v1.0.1 |
| 825 | 2026-07-10T04:50:48.793Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=728ffb0b55c9aa94 -C extra-filename=-45bf549031d46e5c --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-2d7e2170095db4ae.rmeta --cap-lints allow` |
| 826 | 2026-07-10T04:50:48.816Z | Compiling multer v3.1.0 |
| 827 | 2026-07-10T04:50:48.820Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=66e444d464940460 -C extra-filename=-184dded9c0e621c7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-184dded9c0e621c7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-b73d9d5791cddff0.rlib --cap-lints allow` |
| 828 | 2026-07-10T04:50:48.864Z | Compiling encoding_rs v0.8.32 |
| 829 | 2026-07-10T04:50:48.867Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=5ef24168893ea594 -C extra-filename=-e38ca13b6e76d7ce --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-2d3d11220dbd12d0.rmeta --cap-lints allow` |
| 830 | 2026-07-10T04:50:48.888Z | Compiling schemars v0.8.22 |
| 831 | 2026-07-10T04:50:48.892Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=1e7d9c70f475c622 -C extra-filename=-09e0e01ec5a69700 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-09e0e01ec5a69700 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 832 | 2026-07-10T04:50:48.942Z | Compiling compression-core v0.4.32 |
| 833 | 2026-07-10T04:50:48.945Z | Running `/home/build/.rustup/toolchains/1.97.0-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.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 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34186430ec959a93 -C extra-filename=-f483737a0a77db1d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 834 | 2026-07-10T04:50:48.951Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 835 | 2026-07-10T04:50:48.955Z | Running `/home/build/.rustup/toolchains/1.97.0-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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=da176b88ca581ae9 -C extra-filename=-b95cea9ff1c62ba8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 836 | 2026-07-10T04:50:49.045Z | Compiling similar v2.2.1 |
| 837 | 2026-07-10T04:50:49.049Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=f3375b898322a248 -C extra-filename=-c18d8752fafaad17 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 838 | 2026-07-10T04:50:49.137Z | Compiling const-oid v0.10.2 |
| 839 | 2026-07-10T04:50:49.141Z | Running `/home/build/.rustup/toolchains/1.97.0-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=aaecdfa1e0a53523 -C extra-filename=-e5dcc9893910386f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 840 | 2026-07-10T04:50:49.174Z | Compiling parking v2.2.0 |
| 841 | 2026-07-10T04:50:49.177Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=388b1fe2da12cd0f -C extra-filename=-dfa2946f1a4c406f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 842 | 2026-07-10T04:50:49.187Z | Compiling semver v1.0.28 |
| 843 | 2026-07-10T04:50:49.190Z | Running `/home/build/.rustup/toolchains/1.97.0-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=4e7cdc96f57857d3 -C extra-filename=-e0803d1bd1213114 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 844 | 2026-07-10T04:50:49.340Z | Compiling slog-async v2.8.0 |
| 845 | 2026-07-10T04:50:49.349Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=6a3f10251c74b208 -C extra-filename=-94d5e65cc0ee7fa5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-94d5e65cc0ee7fa5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 846 | 2026-07-10T04:50:49.357Z | Compiling target-triple v1.0.0 |
| 847 | 2026-07-10T04:50:49.360Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-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=a42f25b2eccc40c1 -C extra-filename=-3881d36a53fd1d30 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-3881d36a53fd1d30 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 848 | 2026-07-10T04:50:49.520Z | Compiling heck v0.5.0 |
| 849 | 2026-07-10T04:50:49.524Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d52f7169dabd4ea -C extra-filename=-ddfd7599b55080e0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 850 | 2026-07-10T04:50:49.638Z | Compiling camino v1.2.4 |
| 851 | 2026-07-10T04:50:49.641Z | Running `/home/build/.rustup/toolchains/1.97.0-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.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=7f29976e64c54e58 -C extra-filename=-98e23bc2a77af529 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-98e23bc2a77af529 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 852 | 2026-07-10T04:50:49.654Z | Compiling cpufeatures v0.2.17 |
| 853 | 2026-07-10T04:50:49.657Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=809eef0e666ff34e -C extra-filename=-bb6fb4880f828e14 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 854 | 2026-07-10T04:50:49.715Z | Compiling match_cfg v0.1.0 |
| 855 | 2026-07-10T04:50:49.718Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=c323d5ae1bb98bc4 -C extra-filename=-d1aa928336d56448 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 856 | 2026-07-10T04:50:49.725Z | Compiling sha1 v0.10.6 |
| 857 | 2026-07-10T04:50:49.729Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=d0832c5fe7463601 -C extra-filename=-5b5e2b4c8d0110f2 --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-2d3d11220dbd12d0.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-bb6fb4880f828e14.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-fea104dd82682674.rmeta --cap-lints allow` |
| 858 | 2026-07-10T04:50:49.781Z | Compiling hostname v0.3.1 |
| 859 | 2026-07-10T04:50:49.784Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=ab72b2d293143b4a -C extra-filename=-6895fb118d82dc63 --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-8b058f9e95c8ede0.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-d1aa928336d56448.rmeta --cap-lints allow` |
| 860 | 2026-07-10T04:50:49.913Z | Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-3881d36a53fd1d30/build-script-build` |
| 861 | 2026-07-10T04:50:49.923Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-94d5e65cc0ee7fa5/build-script-build` |
| 862 | 2026-07-10T04:50:49.933Z | Compiling event-listener v5.0.0 |
| 863 | 2026-07-10T04:50:49.936Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=65a56a7d72df0b94 -C extra-filename=-7daee06f0c366d12 --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-a77cc656e8521ed1.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-dfa2946f1a4c406f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --cap-lints allow` |
| 864 | 2026-07-10T04:50:49.942Z | Compiling digest v0.11.2 |
| 865 | 2026-07-10T04:50:49.946Z | Running `/home/build/.rustup/toolchains/1.97.0-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=6abda5ae672f8a23 -C extra-filename=-8d57685c53c8f5e5 --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-406b7c94bf341092.rmeta --extern const_oid=/work/oxidecomputer/dropshot/target/debug/deps/libconst_oid-e5dcc9893910386f.rmeta --extern common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-ef955b34e28df900.rmeta --cap-lints allow` |
| 866 | 2026-07-10T04:50:49.970Z | Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-09e0e01ec5a69700/build-script-build` |
| 867 | 2026-07-10T04:50:49.979Z | Running `/work/oxidecomputer/dropshot/target/debug/build/camino-98e23bc2a77af529/build-script-build` |
| 868 | 2026-07-10T04:50:49.982Z | Compiling toml v1.1.2+spec-1.1.0 |
| 869 | 2026-07-10T04:50:49.982Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-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_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=3cbfec6d57114a8c -C extra-filename=-fc8b424bdf8efdd6 --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-096e7e9c77085253.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-040ee72e7a119774.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-cfb5b31b9263084b.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-ee22c677429ed625.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-b95cea9ff1c62ba8.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-3de287395f187837.rmeta --cap-lints allow` |
| 870 | 2026-07-10T04:50:50.009Z | Compiling compression-codecs v0.4.38 |
| 871 | 2026-07-10T04:50:50.013Z | Running `/home/build/.rustup/toolchains/1.97.0-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.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=d23677881c018a1f -C extra-filename=-52e212795fe8ef70 --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-f483737a0a77db1d.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-6a1604f6fea73503.rmeta --cap-lints allow` |
| 872 | 2026-07-10T04:50:50.028Z | Running `/work/oxidecomputer/dropshot/target/debug/build/multer-184dded9c0e621c7/build-script-build` |
| 873 | 2026-07-10T04:50:50.060Z | Compiling tower v0.5.2 |
| 874 | 2026-07-10T04:50:50.068Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=86d3877b8344524b -C extra-filename=-74fedd5b03ae3ab1 --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-2d7e2170095db4ae.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-2885b56e8df985f7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-45bf549031d46e5c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-22c61e2003803f8f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-26192f836a957ed7.rmeta --cap-lints allow` |
| 875 | 2026-07-10T04:50:50.099Z | Compiling schemars_derive v0.8.22 |
| 876 | 2026-07-10T04:50:50.102Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9377d18d60c61475 -C extra-filename=-d22299eb65ad87bf --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-73ddc4510df44e91.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow` |
| 877 | 2026-07-10T04:50:50.209Z | Compiling mime_guess v2.0.5 |
| 878 | 2026-07-10T04:50:50.212Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=365bf8d396d22bd6 -C extra-filename=-c1d83ead9a5bd85e --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-c1d83ead9a5bd85e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-eb576f644dd9693d.rlib --cap-lints allow` |
| 879 | 2026-07-10T04:50:50.261Z | Compiling idna v1.0.3 |
| 880 | 2026-07-10T04:50:50.270Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=fbf16650ec2365cc -C extra-filename=-fcdddc2d83f84602 --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-af0a54e2f4152f6d.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-e829c38c2a2085c6.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-4c24e79fff5ff218.rmeta --cap-lints allow` |
| 881 | 2026-07-10T04:50:50.518Z | Compiling rand v0.9.2 |
| 882 | 2026-07-10T04:50:50.522Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=d0056b256af4539b -C extra-filename=-faeb3e6bfbac1f12 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-c392ec5e4eb5c21d.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-c5eef8cf8c2568d8.rmeta --cap-lints allow` |
| 883 | 2026-07-10T04:50:50.555Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=a9c85cabf175f9e5 -C extra-filename=-157eaa33f79a0639 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit` |
| 884 | 2026-07-10T04:50:50.715Z | Compiling usdt-macro v0.6.0 |
| 885 | 2026-07-10T04:50:50.718Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0d3391db897dab9 -C extra-filename=-10419470c5efd48f --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-d074b3397977b8b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-dd01b1a0e213824e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-036f0d4e3f37ecb8.rlib --extern proc_macro --cap-lints allow` |
| 886 | 2026-07-10T04:50:50.728Z | Compiling usdt-attr-macro v0.6.0 |
| 887 | 2026-07-10T04:50:50.737Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=081fe68c16b698ce -C extra-filename=-0c69bfbe30de426b --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-d074b3397977b8b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-dd01b1a0e213824e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-036f0d4e3f37ecb8.rlib --extern proc_macro --cap-lints allow` |
| 888 | 2026-07-10T04:50:50.986Z | Compiling slog-json v2.6.1 |
| 889 | 2026-07-10T04:50:50.989Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=cbebe5f765176fed -C extra-filename=-29161f893132e0e3 --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-60232b45c82eda82.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-fc4f5bc638e67b1a.rmeta --cap-lints allow` |
| 890 | 2026-07-10T04:50:51.101Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=068f095edd40fe05 -C extra-filename=-ba09e5737ef286f4 --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-12a239f7e2bb5de1.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-4dc8345ecd207ea3.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d074b3397977b8b9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-570758be45320499.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e05d84f4dc810500.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-c7d68832ec57867d.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-07-10T04:50:51.189Z | Compiling futures-executor v0.3.32 |
| 892 | 2026-07-10T04:50:51.204Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.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 --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=617991fc307be0b7 -C extra-filename=-b70ad1490d2046cc --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-2d7e2170095db4ae.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-7a870013278f6708.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-2885b56e8df985f7.rmeta --cap-lints allow` |
| 893 | 2026-07-10T04:50:51.286Z | Compiling async-stream-impl v0.3.6 |
| 894 | 2026-07-10T04:50:51.295Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa66a6a9536ffec4 -C extra-filename=-f224bceb29361653 --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow` |
| 895 | 2026-07-10T04:50:51.467Z | Compiling tempfile v3.27.0 |
| 896 | 2026-07-10T04:50:51.470Z | Running `/home/build/.rustup/toolchains/1.97.0-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=ef4e9c5f725b3ad8 -C extra-filename=-4879481840bc7532 --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-97dfe570e9e88700.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-10ec669294a4db72.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b3b9535088d8c029.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-754cca0c5f4d424c.rmeta --cap-lints allow` |
| 897 | 2026-07-10T04:50:51.476Z | Compiling crossbeam-channel v0.5.15 |
| 898 | 2026-07-10T04:50:51.479Z | Running `/home/build/.rustup/toolchains/1.97.0-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=3d1a3478b556d8d5 -C extra-filename=-d563c0858dec9417 --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-a0d5c4f8c9049b74.rmeta --cap-lints allow` |
| 899 | 2026-07-10T04:50:51.486Z | Compiling http-body-util v0.1.3 |
| 900 | 2026-07-10T04:50:51.489Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=7c563e4328772a9f -C extra-filename=-fabf3ca49415b408 --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-36c5ac0f4820805c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-2d7e2170095db4ae.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-9050be0aacf854d9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --cap-lints allow` |
| 901 | 2026-07-10T04:50:51.551Z | Compiling uuid v1.23.4 |
| 902 | 2026-07-10T04:50:51.556Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.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 --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=9fa66b1140759269 -C extra-filename=-35255b469f9171a1 --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-10ec669294a4db72.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-096e7e9c77085253.rmeta --cap-lints allow` |
| 903 | 2026-07-10T04:50:51.711Z | Compiling is-terminal v0.4.12 |
| 904 | 2026-07-10T04:50:51.714Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4a351a38d189e91 -C extra-filename=-5ca1ee971ebb934c --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-8b058f9e95c8ede0.rmeta --cap-lints allow` |
| 905 | 2026-07-10T04:50:51.804Z | Compiling memmap2 v0.9.8 |
| 906 | 2026-07-10T04:50:51.804Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=f650e497889bed7d -C extra-filename=-5d4069979d5e8b12 --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-8b058f9e95c8ede0.rmeta --cap-lints allow` |
| 907 | 2026-07-10T04:50:51.813Z | Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot) |
| 908 | 2026-07-10T04:50:51.821Z | Running `/home/build/.rustup/toolchains/1.97.0-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=4a823193a4d29fad -C extra-filename=-66263f9fffbf2a1d --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-66263f9fffbf2a1d -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-b73d9d5791cddff0.rlib` |
| 909 | 2026-07-10T04:50:51.868Z | Compiling anyhow v1.0.103 |
| 910 | 2026-07-10T04:50:51.871Z | Running `/home/build/.rustup/toolchains/1.97.0-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.103/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=ebb61adf1c010b8b -C extra-filename=-8a8bb3957be7788e --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-8a8bb3957be7788e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 911 | 2026-07-10T04:50:51.929Z | Compiling spin v0.9.8 |
| 912 | 2026-07-10T04:50:51.932Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=48cab3b913de6527 -C extra-filename=-8198973dc62abd86 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 913 | 2026-07-10T04:50:51.944Z | Compiling take_mut v0.2.2 |
| 914 | 2026-07-10T04:50:51.949Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=690631e0cda37b01 -C extra-filename=-64cf2d6006c3fa8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 915 | 2026-07-10T04:50:51.980Z | Compiling iri-string v0.7.8 |
| 916 | 2026-07-10T04:50:51.988Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=77c1ee849b7bfffd -C extra-filename=-d5b698048adef90b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 917 | 2026-07-10T04:50:52.014Z | Compiling cpufeatures v0.3.0 |
| 918 | 2026-07-10T04:50:52.017Z | Running `/home/build/.rustup/toolchains/1.97.0-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=a08e7fba13563d47 -C extra-filename=-03729903ff39b75b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 919 | 2026-07-10T04:50:52.036Z | Compiling term v1.1.0 |
| 920 | 2026-07-10T04:50:52.039Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=8c94a9baa87b1b6a -C extra-filename=-0dd0e5a13f7daa69 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 921 | 2026-07-10T04:50:52.045Z | Compiling data-encoding v2.4.0 |
| 922 | 2026-07-10T04:50:52.048Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0bb792cdb89f5262 -C extra-filename=-8fbca0dbd787bedf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 923 | 2026-07-10T04:50:52.059Z | Compiling dyn-clone v1.0.4 |
| 924 | 2026-07-10T04:50:52.062Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f0c0b8a83140f03 -C extra-filename=-c6637f963acb899f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 925 | 2026-07-10T04:50:52.078Z | Compiling sha1 v0.11.0 |
| 926 | 2026-07-10T04:50:52.081Z | Running `/home/build/.rustup/toolchains/1.97.0-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=1762d6a9447dfde3 -C extra-filename=-944105dd5c5c38ec --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-2d3d11220dbd12d0.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-03729903ff39b75b.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-8d57685c53c8f5e5.rmeta --cap-lints allow` |
| 927 | 2026-07-10T04:50:52.146Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=703239b53194b6a1 -C extra-filename=-16c39cd04a315443 --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-c257880f3815f68b.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-c6637f963acb899f.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-d22299eb65ad87bf.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
| 928 | 2026-07-10T04:50:52.207Z | Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-8a8bb3957be7788e/build-script-build` |
| 929 | 2026-07-10T04:50:52.317Z | Compiling tungstenite v0.29.0 |
| 930 | 2026-07-10T04:50:52.320Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=3e384ca1ab86af2c -C extra-filename=-179d763ce6cf2aaa --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-36c5ac0f4820805c.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-8fbca0dbd787bedf.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-972387bdbdd21697.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d99c8c47957afc88.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-faeb3e6bfbac1f12.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5b5e2b4c8d0110f2.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rmeta --cap-lints allow` |
| 931 | 2026-07-10T04:50:52.400Z | Compiling slog-term v2.9.2 |
| 932 | 2026-07-10T04:50:52.409Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=b2c69975880ae769 -C extra-filename=-94cca151ad423dbd --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-c257880f3815f68b.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-5ca1ee971ebb934c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-0dd0e5a13f7daa69.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-481ebbc3f7f54cbf.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-fc4f5bc638e67b1a.rmeta --cap-lints allow` |
| 933 | 2026-07-10T04:50:52.719Z | Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-66263f9fffbf2a1d/build-script-build` |
| 934 | 2026-07-10T04:50:52.769Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=ac7883807592e475 -C extra-filename=-472c55050b1d6bd3 --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-d563c0858dec9417.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-64cf2d6006c3fa8a.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-481ebbc3f7f54cbf.rmeta --cap-lints allow --cfg integer128` |
| 935 | 2026-07-10T04:50:52.827Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=6cc15b7066768916 -C extra-filename=-05ea9d61e9ea9236 --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-36c5ac0f4820805c.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-e38ca13b6e76d7ce.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-2885b56e8df985f7.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-972387bdbdd21697.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-6a1604f6fea73503.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-1d44f6b583d2f65d.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-8198973dc62abd86.rmeta --cap-lints allow` |
| 936 | 2026-07-10T04:50:53.007Z | Compiling usdt v0.6.0 |
| 937 | 2026-07-10T04:50:53.010Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=0949f90bd5ce001d -C extra-filename=-8df4a76248ab1527 --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-4dc8345ecd207ea3.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-3e68e3347f1895ed.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-5d4069979d5e8b12.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-0c69bfbe30de426b.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ba09e5737ef286f4.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-10419470c5efd48f.so --cap-lints allow` |
| 938 | 2026-07-10T04:50:53.284Z | Compiling tower-http v0.6.8 |
| 939 | 2026-07-10T04:50:53.287Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.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=589ff9d0d4069034 -C extra-filename=-3df5296577783440 --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-178dfc930b1d81f4.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-2885b56e8df985f7.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-9050be0aacf854d9.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-d5b698048adef90b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-74fedd5b03ae3ab1.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-22c61e2003803f8f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-26192f836a957ed7.rmeta --cap-lints allow` |
| 940 | 2026-07-10T04:50:53.296Z | Compiling async-stream v0.3.6 |
| 941 | 2026-07-10T04:50:53.317Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=caac339708644334 -C extra-filename=-aaed38d76f5614f3 --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-f224bceb29361653.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-2d7e2170095db4ae.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --cap-lints allow` |
| 942 | 2026-07-10T04:50:53.320Z | Compiling atomicwrites v0.4.4 |
| 943 | 2026-07-10T04:50:53.320Z | Compiling futures v0.3.32 |
| 944 | 2026-07-10T04:50:53.320Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e99b3723c537dd3 -C extra-filename=-1f74174b28ffbc82 --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-49ff3848ed40f741.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rmeta --cap-lints allow` |
| 945 | 2026-07-10T04:50:53.320Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.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 --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=02d1febb4a138b80 -C extra-filename=-c249a66c09127cb7 --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-2fcecc0919c74395.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-2d7e2170095db4ae.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-b70ad1490d2046cc.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-993ddb7258e45f91.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f3a36cf4f4411e6b.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-7a870013278f6708.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-2885b56e8df985f7.rmeta --cap-lints allow` |
| 946 | 2026-07-10T04:50:53.343Z | Compiling slog-bunyan v2.5.0 |
| 947 | 2026-07-10T04:50:53.346Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=3cc942d231549186 -C extra-filename=-ddc133800c1da51f --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-6895fb118d82dc63.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-fc4f5bc638e67b1a.rmeta --cap-lints allow` |
| 948 | 2026-07-10T04:50:53.391Z | Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-c1d83ead9a5bd85e/build-script-build` |
| 949 | 2026-07-10T04:50:53.410Z | Compiling serde_urlencoded v0.7.1 |
| 950 | 2026-07-10T04:50:53.413Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51d2df89d05b0112 -C extra-filename=-3265336f0c4804f4 --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-ed0dc1f59c250750.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-b8e4eec12f074966.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-157eaa33f79a0639.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --cap-lints allow` |
| 951 | 2026-07-10T04:50:53.466Z | Compiling url v2.5.4 |
| 952 | 2026-07-10T04:50:53.466Z | Compiling async-compression v0.4.42 |
| 953 | 2026-07-10T04:50:53.469Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=0cf6642aa6b04761 -C extra-filename=-144b47a99322dcf6 --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-ed0dc1f59c250750.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-fcdddc2d83f84602.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rmeta --cap-lints allow` |
| 954 | 2026-07-10T04:50:53.469Z | Running `/home/build/.rustup/toolchains/1.97.0-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.42/src/lib.rs --error-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=27f333c53011235b -C extra-filename=-0a568c73724f4ed2 --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-52e212795fe8ef70.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-f483737a0a77db1d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --cap-lints allow` |
| 955 | 2026-07-10T04:50:53.507Z | Compiling event-listener-strategy v0.5.4 |
| 956 | 2026-07-10T04:50:53.510Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=992b438aa00690da -C extra-filename=-27bc91dc909f18c8 --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-7daee06f0c366d12.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --cap-lints allow` |
| 957 | 2026-07-10T04:50:53.577Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=7866582bcbc535c1 -C extra-filename=-033602705b921313 --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-096e7e9c77085253.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)'` |
| 958 | 2026-07-10T04:50:53.587Z | Running `/home/build/.rustup/toolchains/1.97.0-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=917be622a85a368b -C extra-filename=-b19baf138e44fc56 --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"))'` |
| 959 | 2026-07-10T04:50:53.632Z | Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 960 | 2026-07-10T04:50:53.635Z | Running `/home/build/.rustup/toolchains/1.97.0-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=4fa2778fc595c9f6 -C extra-filename=-4e796c2da5a1fcad --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-ddfd7599b55080e0.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-79974a0c1e25eb0a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-dd01b1a0e213824e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro` |
| 961 | 2026-07-10T04:50:53.646Z | Compiling pem v3.0.6 |
| 962 | 2026-07-10T04:50:53.649Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=926def8aab8218c0 -C extra-filename=-aacf44e3c2691786 --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-282ff39453dd4f45.rmeta --cap-lints allow` |
| 963 | 2026-07-10T04:50:53.655Z | Compiling yasna v0.6.0 |
| 964 | 2026-07-10T04:50:53.658Z | Running `/home/build/.rustup/toolchains/1.97.0-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=42fd26c73bfd9ea5 -C extra-filename=-20caf5a53fab959e --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-fc4f5bc638e67b1a.rmeta --cap-lints allow` |
| 965 | 2026-07-10T04:50:53.683Z | Compiling waitgroup v0.1.2 |
| 966 | 2026-07-10T04:50:53.686Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7f926cdecce32de -C extra-filename=-68946a827bf6db3f --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-88cd89f0e4b8f245.rmeta --cap-lints allow` |
| 967 | 2026-07-10T04:50:53.771Z | Compiling openapiv3 v2.2.0 |
| 968 | 2026-07-10T04:50:53.774Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=6a213d2be4f90e94 -C extra-filename=-1ed58b557a50ed82 --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-d85df076a5edd234.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rmeta --cap-lints allow` |
| 969 | 2026-07-10T04:50:53.814Z | Compiling async-trait v0.1.89 |
| 970 | 2026-07-10T04:50:53.817Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15bb1638b46b6e42 -C extra-filename=-8212d89c07aedf32 --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow` |
| 971 | 2026-07-10T04:50:53.987Z | Compiling rustls-pemfile v2.2.0 |
| 972 | 2026-07-10T04:50:53.990Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.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=0c27f11477d3b2cb -C extra-filename=-1751fe8c47726f84 --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-59d2c8ae010154fe.rmeta --cap-lints allow` |
| 973 | 2026-07-10T04:50:54.005Z | Compiling serde_path_to_error v0.1.20 |
| 974 | 2026-07-10T04:50:54.008Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.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=2ed8fc156a4deb47 -C extra-filename=-b6cca41657abc44b --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-b8e4eec12f074966.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-096e7e9c77085253.rmeta --cap-lints allow` |
| 975 | 2026-07-10T04:50:54.202Z | Compiling hostname v0.4.2 |
| 976 | 2026-07-10T04:50:54.205Z | Running `/home/build/.rustup/toolchains/1.97.0-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=6f06c4ffe91daf99 -C extra-filename=-ba23227695ab8e2b --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-2d3d11220dbd12d0.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --cap-lints allow` |
| 977 | 2026-07-10T04:50:54.280Z | Compiling termcolor v1.1.2 |
| 978 | 2026-07-10T04:50:54.283Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab0188027fe3bc6a -C extra-filename=-edeec5914427813f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 979 | 2026-07-10T04:50:54.338Z | Compiling debug-ignore v1.0.5 |
| 980 | 2026-07-10T04:50:54.341Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5a4b5e8c5275403a -C extra-filename=-50eb8d565706ee65 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 981 | 2026-07-10T04:50:54.385Z | Compiling simple-mermaid v0.2.0 |
| 982 | 2026-07-10T04:50:54.388Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8fe3c9d63fe9558 -C extra-filename=-5c8055132f9f228c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 983 | 2026-07-10T04:50:54.411Z | Compiling glob v0.3.0 |
| 984 | 2026-07-10T04:50:54.415Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3d269109b2b5fd4 -C extra-filename=-ff552fcb8e35e595 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 985 | 2026-07-10T04:50:54.432Z | Compiling async-channel v2.5.0 |
| 986 | 2026-07-10T04:50:54.435Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=e1567e6162137d42 -C extra-filename=-9020f576d6b80f21 --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-a77cc656e8521ed1.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-27bc91dc909f18c8.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-2d7e2170095db4ae.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --cap-lints allow` |
| 987 | 2026-07-10T04:50:54.449Z | Compiling expectorate v1.2.0 |
| 988 | 2026-07-10T04:50:54.452Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=6e48647be6412a8b -C extra-filename=-44010360be59c287 --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-1f74174b28ffbc82.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-2928ece0a2a9c3f5.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-9a170b5b787de52e.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-c18d8752fafaad17.rmeta --cap-lints allow` |
| 989 | 2026-07-10T04:50:54.587Z | Compiling trybuild v1.0.117 |
| 990 | 2026-07-10T04:50:54.590Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.117/src/lib.rs --error-format=json --json=diagnostic-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=4b3740404eb52df4 -C extra-filename=-71d979fa640b3afe --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-ff552fcb8e35e595.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-b49367c0d710b303.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-b19baf138e44fc56.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-edeec5914427813f.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rmeta --cap-lints allow` |
| 991 | 2026-07-10T04:50:54.618Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=8ccb0ff929f01a4d -C extra-filename=-7ee10a745b214036 --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-1d44f6b583d2f65d.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-eb576f644dd9693d.rmeta --cap-lints allow` |
| 992 | 2026-07-10T04:50:54.628Z | Compiling tokio-tungstenite v0.29.0 |
| 993 | 2026-07-10T04:50:54.636Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.29.0/src/lib.rs --error-format=json --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=e909e5f5f5312793 -C extra-filename=-4022f0239bdb7b69 --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-2885b56e8df985f7.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d99c8c47957afc88.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-179d763ce6cf2aaa.rmeta --cap-lints allow` |
| 994 | 2026-07-10T04:50:54.820Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=f8193170d68352a6 -C extra-filename=-818f4f781edd3b57 --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)'` |
| 995 | 2026-07-10T04:50:54.861Z | Compiling subprocess v1.2.0 |
| 996 | 2026-07-10T04:50:54.865Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4f459b591da3179 -C extra-filename=-f672d95357eb51c5 --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-8b058f9e95c8ede0.rmeta --cap-lints allow` |
| 997 | 2026-07-10T04:50:54.905Z | Compiling buf-list v1.1.2 |
| 998 | 2026-07-10T04:50:54.908Z | Running `/home/build/.rustup/toolchains/1.97.0-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=372bd3c2ed8c46d4 -C extra-filename=-ef32c2e9c6c71854 --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-36c5ac0f4820805c.rmeta --cap-lints allow` |
| 999 | 2026-07-10T04:50:55.066Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=721f418674b1178f -C extra-filename=-f7ba769657dd00e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 1000 | 2026-07-10T04:50:55.176Z | Compiling prettyplease v0.2.37 |
| 1001 | 2026-07-10T04:50:55.185Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=25c46f80b086ba5a -C extra-filename=-2159017666d215c4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-2159017666d215c4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 1002 | 2026-07-10T04:50:55.202Z | Compiling schema-derive v0.1.0 |
| 1003 | 2026-07-10T04:50:55.205Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=580cfc9172bcb279 -C extra-filename=-01e13f04d682fc16 --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-462e4a91e91f07ef.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow` |
| 1004 | 2026-07-10T04:50:55.277Z | Running `/home/build/.rustup/toolchains/1.97.0-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=c027fbbe1b485e4c -C extra-filename=-8095cbbe3a3d710b --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-97dfe570e9e88700.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-10ec669294a4db72.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-f7ba769657dd00e6.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-754cca0c5f4d424c.rmeta --cap-lints allow` |
| 1005 | 2026-07-10T04:50:55.426Z | Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-2159017666d215c4/build-script-build` |
| 1006 | 2026-07-10T04:50:55.447Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=830dc0c42d64d0e3 -C extra-filename=-e14d81ce558278a6 --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-570758be45320499.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
| 1007 | 2026-07-10T04:50:55.680Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3d693522c8963cf -C extra-filename=-5c9ce518f99ad9e0 --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-49ff3848ed40f741.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-8095cbbe3a3d710b.rmeta --cap-lints allow` |
| 1008 | 2026-07-10T04:50:55.841Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=4a15d1571cf16ca5 -C extra-filename=-b08c07dcda3759fc --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-5c9ce518f99ad9e0.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-2928ece0a2a9c3f5.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-9a170b5b787de52e.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-c18d8752fafaad17.rmeta --cap-lints allow` |
| 1009 | 2026-07-10T04:50:56.141Z | Compiling schema v0.1.0 |
| 1010 | 2026-07-10T04:50:56.144Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9a2139827e2ae36 -C extra-filename=-bc8f41c17bfde600 --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-570758be45320499.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-01e13f04d682fc16.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rmeta --cap-lints allow` |
| 1011 | 2026-07-10T04:50:56.213Z | Running `/home/build/.rustup/toolchains/1.97.0-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=523d17c9be5bcabd -C extra-filename=-3afce4e69b4fc514 --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-b08c07dcda3759fc.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ddfd7599b55080e0.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-e14d81ce558278a6.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-bc8f41c17bfde600.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-79974a0c1e25eb0a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-dd01b1a0e213824e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro` |
| 1012 | 2026-07-10T04:50:59.988Z | Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-cabaa5594dac8dbb/build-script-build` |
| 1013 | 2026-07-10T04:50:59.991Z | Running `/home/build/.rustup/toolchains/1.97.0-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.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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=c49838bd9b094797 -C extra-filename=-67d867ee4f653755 --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-a1291e0acffa045f/out -l static=aws_lc_0_40_0_crypto --cfg universal` |
| 1014 | 2026-07-10T04:51:00.004Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-452b63d1d1c5a510/build-script-build` |
| 1015 | 2026-07-10T04:51:00.355Z | Running `/home/build/.rustup/toolchains/1.97.0-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.16.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="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", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=2284fc093a723032 -C extra-filename=-c9c6a3c2fcb4440d --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-67d867ee4f653755.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-99da136aa5dd279f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'` |
| 1016 | 2026-07-10T04:51:01.056Z | Compiling rustls-webpki v0.103.13 |
| 1017 | 2026-07-10T04:51:01.056Z | Compiling rcgen v0.14.8 |
| 1018 | 2026-07-10T04:51:01.059Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --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=0a12381816ba8dcc -C extra-filename=-7e32efea3c3fcfba --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-c9c6a3c2fcb4440d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-06e0be4dee54d07e.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1019 | 2026-07-10T04:51:01.059Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --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=7b2f88df1e7ae808 -C extra-filename=-24c68ea5d7237b5e --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-c9c6a3c2fcb4440d.rmeta --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-fc4f5bc638e67b1a.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-20caf5a53fab959e.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1020 | 2026-07-10T04:51:01.447Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.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 --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=2d861ce4a85d3a44 -C extra-filename=-4214044fe6cf53d5 --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-c9c6a3c2fcb4440d.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d99c8c47957afc88.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b3b9535088d8c029.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-7e32efea3c3fcfba.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-8d64b1f3067482e3.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-99da136aa5dd279f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1021 | 2026-07-10T04:51:03.724Z | Compiling tokio-rustls v0.26.4 |
| 1022 | 2026-07-10T04:51:03.724Z | Compiling rustls-platform-verifier v0.6.2 |
| 1023 | 2026-07-10T04:51:03.727Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.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="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=461a6ff0ffe5be68 -C extra-filename=-044a6f87d9c02759 --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-4214044fe6cf53d5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1024 | 2026-07-10T04:51:03.727Z | Running `/home/build/.rustup/toolchains/1.97.0-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=4cd827b81203b142 -C extra-filename=-cdcd104df40d5faa --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-d99c8c47957afc88.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-de3b27ca72a26785.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-7e32efea3c3fcfba.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1025 | 2026-07-10T04:51:03.904Z | Compiling hyper-rustls v0.27.9 |
| 1026 | 2026-07-10T04:51:03.907Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.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=fc6a8a4e22e861f6 -C extra-filename=-32376bbc20472540 --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-6f0da843c95ad62a.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d99c8c47957afc88.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-de3b27ca72a26785.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-26192f836a957ed7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1027 | 2026-07-10T04:51:03.907Z | Running `/home/build/.rustup/toolchains/1.97.0-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=d4891d321f342d52 -C extra-filename=-e3b0033a84a2e003 --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-0a568c73724f4ed2.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1028 | 2026-07-10T04:51:04.101Z | Compiling reqwest v0.13.4 |
| 1029 | 2026-07-10T04:51:04.104Z | Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.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(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=e0535c2988f7b55b -C extra-filename=-7a77a95fc8362e89 --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-282ff39453dd4f45.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-e38ca13b6e76d7ce.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-2d7e2170095db4ae.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-b31efdc6b8a1bab5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-9050be0aacf854d9.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d99c8c47957afc88.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-1d44f6b583d2f65d.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/dropshot/target/debug/deps/librustls_platform_verifier-cdcd104df40d5faa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-45bf549031d46e5c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-74fedd5b03ae3ab1.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-3df5296577783440.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-26192f836a957ed7.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-144b47a99322dcf6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1030 | 2026-07-10T04:51:06.133Z | Running `/home/build/.rustup/toolchains/1.97.0-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=cc3735fe053de847 -C extra-filename=-bba8f423b753e456 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1031 | 2026-07-10T04:51:08.981Z | Running `/home/build/.rustup/toolchains/1.97.0-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=bcf8a795a33e4a83 -C extra-filename=-95c1610571d0a05d --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1032 | 2026-07-10T04:51:08.981Z | Running `/home/build/.rustup/toolchains/1.97.0-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=2bb51f9224d057ff -C extra-filename=-30e2255586c70006 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1033 | 2026-07-10T04:51:08.984Z | Running `/home/build/.rustup/toolchains/1.97.0-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=08b8a8b2326e4c64 -C extra-filename=-0a01ae76ae61af82 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1034 | 2026-07-10T04:51:08.989Z | Running `/home/build/.rustup/toolchains/1.97.0-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=0c472b341fd19b9f -C extra-filename=-fa19084097a41828 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1035 | 2026-07-10T04:51:08.995Z | Running `/home/build/.rustup/toolchains/1.97.0-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=23e31bb45ec5a621 -C extra-filename=-a8d7bf8b7fd01c37 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1036 | 2026-07-10T04:51:08.995Z | Running `/home/build/.rustup/toolchains/1.97.0-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=aad10de38a42d11c -C extra-filename=-2bd0188eba2c82d6 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1037 | 2026-07-10T04:51:08.995Z | Running `/home/build/.rustup/toolchains/1.97.0-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=2a618b631be2ac7a -C extra-filename=-deee2d54e9eb3126 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1038 | 2026-07-10T04:51:19.392Z | Running `/home/build/.rustup/toolchains/1.97.0-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=387070baed374e4f -C extra-filename=-bbad1251b407aa29 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1039 | 2026-07-10T04:51:19.480Z | Running `/home/build/.rustup/toolchains/1.97.0-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=3573ef0042c0b2dc -C extra-filename=-1e809fa46caed727 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1040 | 2026-07-10T04:51:20.019Z | Running `/home/build/.rustup/toolchains/1.97.0-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=00e2fd98d53beb59 -C extra-filename=-6a9b54ca21609e2d --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1041 | 2026-07-10T04:51:20.041Z | Running `/home/build/.rustup/toolchains/1.97.0-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=d8b4b3210d738dbf -C extra-filename=-6f374ab46fd99ae8 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1042 | 2026-07-10T04:51:20.438Z | Running `/home/build/.rustup/toolchains/1.97.0-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=73dfa35824e6b4ab -C extra-filename=-a6cf5d4e2eff60e3 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1043 | 2026-07-10T04:51:21.733Z | Running `/home/build/.rustup/toolchains/1.97.0-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=c7ea4cbc36fccb40 -C extra-filename=-5a334622dfead4b9 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1044 | 2026-07-10T04:51:29.417Z | Running `/home/build/.rustup/toolchains/1.97.0-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=eea43b02b06280ab -C extra-filename=-f47fdb2b521d557d --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1045 | 2026-07-10T04:51:30.631Z | Running `/home/build/.rustup/toolchains/1.97.0-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=1c7e83e305141789 -C extra-filename=-b762d6a07a763616 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1046 | 2026-07-10T04:51:31.201Z | Running `/home/build/.rustup/toolchains/1.97.0-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=b7706090e2518ed4 -C extra-filename=-ca410a9537349ef3 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1047 | 2026-07-10T04:51:32.309Z | Running `/home/build/.rustup/toolchains/1.97.0-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=aab4d84fbe13dbbf -C extra-filename=-5540feb4b2606ac2 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1048 | 2026-07-10T04:51:32.574Z | Running `/home/build/.rustup/toolchains/1.97.0-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=75c6c1ef02152c07 -C extra-filename=-bea2ebbadb638c07 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1049 | 2026-07-10T04:51:33.022Z | Running `/home/build/.rustup/toolchains/1.97.0-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=2bb3f5c6b5b52f8b -C extra-filename=-a150ead97a69d7d5 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1050 | 2026-07-10T04:51:33.220Z | Running `/home/build/.rustup/toolchains/1.97.0-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=5e37712e8834ae74 -C extra-filename=-efea821e31f4d3ca --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1051 | 2026-07-10T04:51:40.412Z | Running `/home/build/.rustup/toolchains/1.97.0-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=1fe49d0b8d536856 -C extra-filename=-ae9addd57e8c4ab8 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1052 | 2026-07-10T04:51:41.346Z | Running `/home/build/.rustup/toolchains/1.97.0-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=0e0288db3d029759 -C extra-filename=-8789a0f11d83eeff --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1053 | 2026-07-10T04:51:41.408Z | Running `/home/build/.rustup/toolchains/1.97.0-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=3ef98011f937f2e7 -C extra-filename=-f9dd103ec0ab7332 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1054 | 2026-07-10T04:51:42.119Z | Running `/home/build/.rustup/toolchains/1.97.0-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=d2b654dc9ccc3ba4 -C extra-filename=-c28733f7822b15f2 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1055 | 2026-07-10T04:51:51.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 1056 | 2026-07-10T04:51:51.531Z | |
| 1057 | 2026-07-10T04:51:51.531Z | real 1:21.755493996 |
| 1058 | 2026-07-10T04:51:51.531Z | user 7:07.701760261 |
| 1059 | 2026-07-10T04:51:51.531Z | sys 1:13.193426318 |
| 1060 | 2026-07-10T04:51:51.531Z | trap 0.339684579 |
| 1061 | 2026-07-10T04:51:51.532Z | tflt 0.262730807 |
| 1062 | 2026-07-10T04:51:51.532Z | dflt 0.371392273 |
| 1063 | 2026-07-10T04:51:51.532Z | kflt 0.005246163 |
| 1064 | 2026-07-10T04:51:51.532Z | lock 31:19.867207693 |
| 1065 | 2026-07-10T04:51:51.532Z | slp 28:26.841752434 |
| 1066 | 2026-07-10T04:51:51.532Z | lat 21.996235768 |
| 1067 | 2026-07-10T04:51:51.532Z | stop 54.565027640 |
| 1068 | 2026-07-10T04:51:51.535Z | + banner test |
| 1069 | 2026-07-10T04:51:51.535Z | |
| 1070 | 2026-07-10T04:51:51.535Z | ##### ###### #### ##### |
| 1071 | 2026-07-10T04:51:51.535Z | # # # # |
| 1072 | 2026-07-10T04:51:51.535Z | # ##### #### # |
| 1073 | 2026-07-10T04:51:51.535Z | # # # # |
| 1074 | 2026-07-10T04:51:51.535Z | # # # # # |
| 1075 | 2026-07-10T04:51:51.535Z | # ###### #### # |
| 1076 | 2026-07-10T04:51:51.535Z | |
| 1077 | 2026-07-10T04:51:51.535Z | + ptime -m cargo test --all-features --locked --verbose |
| 1078 | 2026-07-10T04:51:51.736Z | Fresh unicode-ident v1.0.12 |
| 1079 | 2026-07-10T04:51:51.740Z | Fresh cfg-if v1.0.0 |
| 1080 | 2026-07-10T04:51:51.740Z | Fresh itoa v1.0.1 |
| 1081 | 2026-07-10T04:51:51.740Z | Fresh memchr v2.6.0 |
| 1082 | 2026-07-10T04:51:51.740Z | Fresh proc-macro2 v1.0.106 |
| 1083 | 2026-07-10T04:51:51.740Z | Fresh pin-project-lite v0.2.12 |
| 1084 | 2026-07-10T04:51:51.740Z | Fresh autocfg v1.1.0 |
| 1085 | 2026-07-10T04:51:51.740Z | Fresh version_check v0.9.5 |
| 1086 | 2026-07-10T04:51:51.740Z | Fresh futures-core v0.3.32 |
| 1087 | 2026-07-10T04:51:51.740Z | Fresh quote v1.0.46 |
| 1088 | 2026-07-10T04:51:51.740Z | Fresh libc v0.2.186 |
| 1089 | 2026-07-10T04:51:51.740Z | Fresh bytes v1.12.0 |
| 1090 | 2026-07-10T04:51:51.740Z | Fresh smallvec v1.13.2 |
| 1091 | 2026-07-10T04:51:51.740Z | Fresh jobserver v0.1.34 |
| 1092 | 2026-07-10T04:51:51.740Z | Fresh serde_derive v1.0.228 |
| 1093 | 2026-07-10T04:51:51.740Z | Fresh synstructure v0.13.1 |
| 1094 | 2026-07-10T04:51:51.740Z | Fresh thiserror-impl v2.0.18 |
| 1095 | 2026-07-10T04:51:51.740Z | Fresh zmij v1.0.2 |
| 1096 | 2026-07-10T04:51:51.740Z | Fresh find-msvc-tools v0.1.9 |
| 1097 | 2026-07-10T04:51:51.740Z | Fresh shlex v1.3.0 |
| 1098 | 2026-07-10T04:51:51.740Z | Fresh thiserror v2.0.18 |
| 1099 | 2026-07-10T04:51:51.740Z | Fresh log v0.4.17 |
| 1100 | 2026-07-10T04:51:51.740Z | Fresh scopeguard v1.2.0 |
| 1101 | 2026-07-10T04:51:51.740Z | Fresh cc v1.2.60 |
| 1102 | 2026-07-10T04:51:51.740Z | Fresh futures-sink v0.3.32 |
| 1103 | 2026-07-10T04:51:51.740Z | Fresh lock_api v0.4.6 |
| 1104 | 2026-07-10T04:51:51.740Z | Fresh parking_lot_core v0.9.4 |
| 1105 | 2026-07-10T04:51:51.740Z | Fresh zerofrom-derive v0.1.5 |
| 1106 | 2026-07-10T04:51:51.740Z | Fresh cmake v0.1.58 |
| 1107 | 2026-07-10T04:51:51.740Z | Fresh dunce v1.0.5 |
| 1108 | 2026-07-10T04:51:51.740Z | Fresh fs_extra v1.3.0 |
| 1109 | 2026-07-10T04:51:51.740Z | Fresh zerofrom v0.1.5 |
| 1110 | 2026-07-10T04:51:51.740Z | Fresh parking_lot v0.12.1 |
| 1111 | 2026-07-10T04:51:51.740Z | Fresh slab v0.4.9 |
| 1112 | 2026-07-10T04:51:51.740Z | Fresh typenum v1.19.0 |
| 1113 | 2026-07-10T04:51:51.740Z | Fresh yoke-derive v0.7.5 |
| 1114 | 2026-07-10T04:51:51.740Z | Fresh tokio-macros v2.7.0 |
| 1115 | 2026-07-10T04:51:51.741Z | Fresh socket2 v0.6.3 |
| 1116 | 2026-07-10T04:51:51.741Z | Fresh mio v1.2.0 |
| 1117 | 2026-07-10T04:51:51.741Z | Fresh signal-hook-registry v1.4.0 |
| 1118 | 2026-07-10T04:51:51.741Z | Fresh stable_deref_trait v1.2.0 |
| 1119 | 2026-07-10T04:51:51.741Z | Fresh tokio v1.52.3 |
| 1120 | 2026-07-10T04:51:51.741Z | Fresh yoke v0.7.5 |
| 1121 | 2026-07-10T04:51:51.741Z | Fresh serde_core v1.0.228 |
| 1122 | 2026-07-10T04:51:51.741Z | Fresh futures-channel v0.3.32 |
| 1123 | 2026-07-10T04:51:51.741Z | Fresh zerovec-derive v0.10.3 |
| 1124 | 2026-07-10T04:51:51.741Z | Fresh http v1.4.2 |
| 1125 | 2026-07-10T04:51:51.741Z | Fresh bitflags v2.11.0 |
| 1126 | 2026-07-10T04:51:51.741Z | Fresh zeroize v1.8.2 |
| 1127 | 2026-07-10T04:51:51.741Z | Fresh getrandom v0.4.1 |
| 1128 | 2026-07-10T04:51:51.741Z | Fresh zerovec v0.10.4 |
| 1129 | 2026-07-10T04:51:51.741Z | Fresh futures-macro v0.3.32 |
| 1130 | 2026-07-10T04:51:51.741Z | Fresh displaydoc v0.2.5 |
| 1131 | 2026-07-10T04:51:51.741Z | Fresh futures-io v0.3.32 |
| 1132 | 2026-07-10T04:51:51.741Z | Fresh futures-task v0.3.32 |
| 1133 | 2026-07-10T04:51:51.741Z | Fresh ucd-trie v0.1.6 |
| 1134 | 2026-07-10T04:51:51.741Z | Fresh rustls-pki-types v1.15.0 |
| 1135 | 2026-07-10T04:51:51.741Z | Fresh errno v0.3.10 |
| 1136 | 2026-07-10T04:51:51.741Z | Fresh serde v1.0.228 |
| 1137 | 2026-07-10T04:51:51.741Z | Fresh futures-util v0.3.32 |
| 1138 | 2026-07-10T04:51:51.741Z | Fresh pest v2.8.1 |
| 1139 | 2026-07-10T04:51:51.741Z | Fresh pest_meta v2.8.1 |
| 1140 | 2026-07-10T04:51:51.741Z | Fresh tinystr v0.7.6 |
| 1141 | 2026-07-10T04:51:51.741Z | Fresh aws-lc-sys v0.40.0 |
| 1142 | 2026-07-10T04:51:51.741Z | Fresh zerocopy-derive v0.8.27 |
| 1143 | 2026-07-10T04:51:51.741Z | Fresh writeable v0.5.5 |
| 1144 | 2026-07-10T04:51:51.741Z | Fresh litemap v0.7.4 |
| 1145 | 2026-07-10T04:51:51.741Z | Fresh aws-lc-rs v1.16.3 |
| 1146 | 2026-07-10T04:51:51.741Z | Fresh rustversion v1.0.22 |
| 1147 | 2026-07-10T04:51:51.741Z | Fresh zerocopy v0.8.27 |
| 1148 | 2026-07-10T04:51:51.741Z | Fresh pest_generator v2.8.1 |
| 1149 | 2026-07-10T04:51:51.741Z | Fresh httparse v1.10.0 |
| 1150 | 2026-07-10T04:51:51.741Z | Fresh rustix v1.1.4 |
| 1151 | 2026-07-10T04:51:51.741Z | Fresh icu_locid v1.5.0 |
| 1152 | 2026-07-10T04:51:51.741Z | Fresh icu_provider_macros v1.5.0 |
| 1153 | 2026-07-10T04:51:51.741Z | Fresh powerfmt v0.2.0 |
| 1154 | 2026-07-10T04:51:51.742Z | Fresh fastrand v2.1.1 |
| 1155 | 2026-07-10T04:51:51.742Z | Fresh time-core v0.1.8 |
| 1156 | 2026-07-10T04:51:51.742Z | Fresh num-conv v0.2.0 |
| 1157 | 2026-07-10T04:51:51.742Z | Fresh equivalent v1.0.0 |
| 1158 | 2026-07-10T04:51:51.742Z | Fresh hashbrown v0.17.0 |
| 1159 | 2026-07-10T04:51:51.742Z | Fresh crossbeam-utils v0.8.21 |
| 1160 | 2026-07-10T04:51:51.742Z | Fresh deranged v0.5.5 |
| 1161 | 2026-07-10T04:51:51.742Z | Fresh icu_provider v1.5.0 |
| 1162 | 2026-07-10T04:51:51.742Z | Fresh time-macros v0.2.27 |
| 1163 | 2026-07-10T04:51:51.742Z | Fresh indexmap v2.14.0 |
| 1164 | 2026-07-10T04:51:51.742Z | Fresh pest_derive v2.8.1 |
| 1165 | 2026-07-10T04:51:51.742Z | Fresh serde_tokenstream v0.2.3 |
| 1166 | 2026-07-10T04:51:51.742Z | Fresh http-body v1.0.1 |
| 1167 | 2026-07-10T04:51:51.742Z | Fresh tracing-core v0.1.32 |
| 1168 | 2026-07-10T04:51:51.742Z | Fresh atomic-waker v1.1.2 |
| 1169 | 2026-07-10T04:51:51.745Z | Fresh icu_locid_transform_data v1.5.0 |
| 1170 | 2026-07-10T04:51:51.745Z | Fresh untrusted v0.9.0 |
| 1171 | 2026-07-10T04:51:51.745Z | Fresh percent-encoding v2.3.2 |
| 1172 | 2026-07-10T04:51:51.745Z | Fresh num_threads v0.1.3 |
| 1173 | 2026-07-10T04:51:51.745Z | Fresh tracing v0.1.40 |
| 1174 | 2026-07-10T04:51:51.745Z | Fresh rustls-webpki v0.103.13 |
| 1175 | 2026-07-10T04:51:51.745Z | Fresh icu_locid_transform v1.5.0 |
| 1176 | 2026-07-10T04:51:51.745Z | Fresh time v0.3.47 |
| 1177 | 2026-07-10T04:51:51.745Z | Fresh rustix v0.38.44 |
| 1178 | 2026-07-10T04:51:51.746Z | Fresh dtrace-parser v0.3.0 |
| 1179 | 2026-07-10T04:51:51.746Z | Fresh generic-array v0.14.5 |
| 1180 | 2026-07-10T04:51:51.746Z | Fresh icu_collections v1.5.0 |
| 1181 | 2026-07-10T04:51:51.746Z | Fresh serde_json v1.0.150 |
| 1182 | 2026-07-10T04:51:51.746Z | Fresh tokio-util v0.7.18 |
| 1183 | 2026-07-10T04:51:51.746Z | Fresh erased-serde v0.3.31 |
| 1184 | 2026-07-10T04:51:51.746Z | Fresh scroll_derive v0.13.1 |
| 1185 | 2026-07-10T04:51:51.746Z | Fresh thread-id v5.0.0 |
| 1186 | 2026-07-10T04:51:51.746Z | Fresh try-lock v0.2.3 |
| 1187 | 2026-07-10T04:51:51.746Z | Fresh byteorder v1.4.3 |
| 1188 | 2026-07-10T04:51:51.746Z | Fresh subtle v2.5.0 |
| 1189 | 2026-07-10T04:51:51.746Z | Fresh tower-layer v0.3.3 |
| 1190 | 2026-07-10T04:51:51.746Z | Fresh icu_properties_data v1.5.0 |
| 1191 | 2026-07-10T04:51:51.746Z | Fresh base64 v0.22.1 |
| 1192 | 2026-07-10T04:51:51.746Z | Fresh tower-service v0.3.3 |
| 1193 | 2026-07-10T04:51:51.746Z | Fresh fnv v1.0.7 |
| 1194 | 2026-07-10T04:51:51.746Z | Fresh rustls v0.23.41 |
| 1195 | 2026-07-10T04:51:51.746Z | Fresh icu_properties v1.5.1 |
| 1196 | 2026-07-10T04:51:51.746Z | Fresh want v0.3.0 |
| 1197 | 2026-07-10T04:51:51.746Z | Fresh h2 v0.4.14 |
| 1198 | 2026-07-10T04:51:51.746Z | Fresh scroll v0.13.0 |
| 1199 | 2026-07-10T04:51:51.746Z | Fresh slog v2.8.2 |
| 1200 | 2026-07-10T04:51:51.746Z | Fresh getrandom v0.3.4 |
| 1201 | 2026-07-10T04:51:51.746Z | Fresh paste v1.0.15 |
| 1202 | 2026-07-10T04:51:51.746Z | Fresh hybrid-array v0.4.8 |
| 1203 | 2026-07-10T04:51:51.746Z | Fresh icu_normalizer_data v1.5.0 |
| 1204 | 2026-07-10T04:51:51.746Z | Fresh unicode-segmentation v1.10.0 |
| 1205 | 2026-07-10T04:51:51.746Z | Fresh utf8_iter v1.0.4 |
| 1206 | 2026-07-10T04:51:51.746Z | Fresh httpdate v1.0.1 |
| 1207 | 2026-07-10T04:51:51.746Z | Fresh write16 v1.0.0 |
| 1208 | 2026-07-10T04:51:51.746Z | Fresh unicode-width v0.1.9 |
| 1209 | 2026-07-10T04:51:51.746Z | Fresh adler2 v2.0.1 |
| 1210 | 2026-07-10T04:51:51.746Z | Fresh simd-adler32 v0.3.7 |
| 1211 | 2026-07-10T04:51:51.746Z | Fresh utf16_iter v1.0.5 |
| 1212 | 2026-07-10T04:51:51.746Z | Fresh plain v0.2.3 |
| 1213 | 2026-07-10T04:51:51.746Z | Fresh lazy_static v1.5.0 |
| 1214 | 2026-07-10T04:51:51.746Z | Fresh hyper v1.10.1 |
| 1215 | 2026-07-10T04:51:51.746Z | Fresh newline-converter v0.3.0 |
| 1216 | 2026-07-10T04:51:51.747Z | Fresh rand_core v0.9.5 |
| 1217 | 2026-07-10T04:51:51.747Z | Fresh icu_normalizer v1.5.0 |
| 1218 | 2026-07-10T04:51:51.747Z | Fresh goblin v0.10.1 |
| 1219 | 2026-07-10T04:51:51.747Z | Fresh miniz_oxide v0.8.9 |
| 1220 | 2026-07-10T04:51:51.747Z | Fresh console v0.15.7 |
| 1221 | 2026-07-10T04:51:51.747Z | Fresh num-traits v0.2.14 |
| 1222 | 2026-07-10T04:51:51.747Z | Fresh crc32fast v1.5.0 |
| 1223 | 2026-07-10T04:51:51.747Z | Fresh crypto-common v0.1.6 |
| 1224 | 2026-07-10T04:51:51.747Z | Fresh block-buffer v0.10.2 |
| 1225 | 2026-07-10T04:51:51.747Z | Fresh form_urlencoded v1.2.2 |
| 1226 | 2026-07-10T04:51:51.747Z | Fresh mime v0.3.16 |
| 1227 | 2026-07-10T04:51:51.747Z | Fresh heck v0.5.0 |
| 1228 | 2026-07-10T04:51:51.747Z | Fresh ipnet v2.10.0 |
| 1229 | 2026-07-10T04:51:51.747Z | Fresh similar v2.2.1 |
| 1230 | 2026-07-10T04:51:51.747Z | Fresh winnow v1.0.0 |
| 1231 | 2026-07-10T04:51:51.747Z | Fresh iana-time-zone v0.1.47 |
| 1232 | 2026-07-10T04:51:51.747Z | Fresh ppv-lite86 v0.2.15 |
| 1233 | 2026-07-10T04:51:51.747Z | Fresh pretty-hex v0.4.1 |
| 1234 | 2026-07-10T04:51:51.747Z | Fresh openssl-probe v0.2.1 |
| 1235 | 2026-07-10T04:51:51.747Z | Fresh semver v1.0.28 |
| 1236 | 2026-07-10T04:51:51.747Z | Fresh digest v0.10.7 |
| 1237 | 2026-07-10T04:51:51.747Z | Fresh dof v0.4.0 |
| 1238 | 2026-07-10T04:51:51.747Z | Fresh chrono v0.4.45 |
| 1239 | 2026-07-10T04:51:51.747Z | Fresh rustls-native-certs v0.8.3 |
| 1240 | 2026-07-10T04:51:51.747Z | Fresh rand_chacha v0.9.0 |
| 1241 | 2026-07-10T04:51:51.747Z | Fresh hyper-util v0.1.20 |
| 1242 | 2026-07-10T04:51:51.747Z | Fresh toml_parser v1.1.2+spec-1.1.0 |
| 1243 | 2026-07-10T04:51:51.747Z | Fresh flate2 v1.1.9 |
| 1244 | 2026-07-10T04:51:51.747Z | Fresh idna_adapter v1.2.0 |
| 1245 | 2026-07-10T04:51:51.747Z | Fresh unicase v2.6.0 |
| 1246 | 2026-07-10T04:51:51.747Z | Fresh block-buffer v0.12.0 |
| 1247 | 2026-07-10T04:51:51.747Z | Fresh crypto-common v0.2.1 |
| 1248 | 2026-07-10T04:51:51.747Z | Fresh tokio-rustls v0.26.4 |
| 1249 | 2026-07-10T04:51:51.747Z | Fresh concurrent-queue v2.5.0 |
| 1250 | 2026-07-10T04:51:51.747Z | Fresh serde_derive_internals v0.29.0 |
| 1251 | 2026-07-10T04:51:51.747Z | Fresh thread_local v1.1.4 |
| 1252 | 2026-07-10T04:51:51.747Z | Fresh syn v2.0.118 |
| 1253 | 2026-07-10T04:51:51.747Z | Fresh toml_datetime v1.1.1+spec-1.1.0 |
| 1254 | 2026-07-10T04:51:51.747Z | Fresh serde_spanned v1.1.1 |
| 1255 | 2026-07-10T04:51:51.747Z | Fresh sync_wrapper v1.0.1 |
| 1256 | 2026-07-10T04:51:51.748Z | Fresh encoding_rs v0.8.32 |
| 1257 | 2026-07-10T04:51:51.748Z | Fresh toml_writer v1.1.1+spec-1.1.0 |
| 1258 | 2026-07-10T04:51:51.748Z | Fresh parking v2.2.0 |
| 1259 | 2026-07-10T04:51:51.748Z | Fresh compression-core v0.4.32 |
| 1260 | 2026-07-10T04:51:51.748Z | Fresh match_cfg v0.1.0 |
| 1261 | 2026-07-10T04:51:51.748Z | Fresh cpufeatures v0.2.17 |
| 1262 | 2026-07-10T04:51:51.748Z | Fresh const-oid v0.10.2 |
| 1263 | 2026-07-10T04:51:51.748Z | Fresh sha1 v0.10.6 |
| 1264 | 2026-07-10T04:51:51.748Z | Fresh event-listener v5.0.0 |
| 1265 | 2026-07-10T04:51:51.748Z | Fresh hostname v0.3.1 |
| 1266 | 2026-07-10T04:51:51.748Z | Fresh digest v0.11.2 |
| 1267 | 2026-07-10T04:51:51.748Z | Fresh compression-codecs v0.4.38 |
| 1268 | 2026-07-10T04:51:51.748Z | Fresh toml v1.1.2+spec-1.1.0 |
| 1269 | 2026-07-10T04:51:51.751Z | Fresh tower v0.5.2 |
| 1270 | 2026-07-10T04:51:51.751Z | Fresh usdt-impl v0.6.0 |
| 1271 | 2026-07-10T04:51:51.751Z | Fresh schemars_derive v0.8.22 |
| 1272 | 2026-07-10T04:51:51.751Z | Fresh idna v1.0.3 |
| 1273 | 2026-07-10T04:51:51.751Z | Fresh rand v0.9.2 |
| 1274 | 2026-07-10T04:51:51.751Z | Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 1275 | 2026-07-10T04:51:51.751Z | Fresh ryu v1.0.5 |
| 1276 | 2026-07-10T04:51:51.752Z | Fresh usdt-attr-macro v0.6.0 |
| 1277 | 2026-07-10T04:51:51.752Z | Fresh usdt-macro v0.6.0 |
| 1278 | 2026-07-10T04:51:51.752Z | Fresh slog-json v2.6.1 |
| 1279 | 2026-07-10T04:51:51.752Z | Fresh http-body-util v0.1.3 |
| 1280 | 2026-07-10T04:51:51.752Z | Fresh crossbeam-channel v0.5.15 |
| 1281 | 2026-07-10T04:51:51.752Z | Running `/home/build/.rustup/toolchains/1.97.0-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=d077e7414cf66b00 -C extra-filename=-4944e6e4a068881b --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-ddfd7599b55080e0.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-79974a0c1e25eb0a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-dd01b1a0e213824e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro` |
| 1282 | 2026-07-10T04:51:51.752Z | Fresh futures-executor v0.3.32 |
| 1283 | 2026-07-10T04:51:51.752Z | Fresh uuid v1.23.4 |
| 1284 | 2026-07-10T04:51:51.752Z | Fresh async-stream-impl v0.3.6 |
| 1285 | 2026-07-10T04:51:51.752Z | Fresh memmap2 v0.9.8 |
| 1286 | 2026-07-10T04:51:51.752Z | Fresh is-terminal v0.4.12 |
| 1287 | 2026-07-10T04:51:51.786Z | Fresh take_mut v0.2.2 |
| 1288 | 2026-07-10T04:51:51.789Z | Fresh dyn-clone v1.0.4 |
| 1289 | 2026-07-10T04:51:51.789Z | Fresh term v1.1.0 |
| 1290 | 2026-07-10T04:51:51.789Z | Fresh spin v0.9.8 |
| 1291 | 2026-07-10T04:51:51.789Z | Fresh cpufeatures v0.3.0 |
| 1292 | 2026-07-10T04:51:51.789Z | Fresh data-encoding v2.4.0 |
| 1293 | 2026-07-10T04:51:51.789Z | Fresh iri-string v0.7.8 |
| 1294 | 2026-07-10T04:51:51.789Z | Fresh tungstenite v0.29.0 |
| 1295 | 2026-07-10T04:51:51.789Z | Fresh multer v3.1.0 |
| 1296 | 2026-07-10T04:51:51.789Z | Fresh slog-term v2.9.2 |
| 1297 | 2026-07-10T04:51:51.789Z | Fresh slog-async v2.8.0 |
| 1298 | 2026-07-10T04:51:51.789Z | Fresh schemars v0.8.22 |
| 1299 | 2026-07-10T04:51:51.789Z | Fresh sha1 v0.11.0 |
| 1300 | 2026-07-10T04:51:51.789Z | Fresh tower-http v0.6.8 |
| 1301 | 2026-07-10T04:51:51.789Z | Fresh async-stream v0.3.6 |
| 1302 | 2026-07-10T04:51:51.789Z | Fresh futures v0.3.32 |
| 1303 | 2026-07-10T04:51:51.789Z | Fresh usdt v0.6.0 |
| 1304 | 2026-07-10T04:51:51.789Z | Fresh slog-bunyan v2.5.0 |
| 1305 | 2026-07-10T04:51:51.789Z | Fresh serde_urlencoded v0.7.1 |
| 1306 | 2026-07-10T04:51:51.789Z | Fresh url v2.5.4 |
| 1307 | 2026-07-10T04:51:51.789Z | Fresh target-triple v1.0.0 |
| 1308 | 2026-07-10T04:51:51.789Z | Fresh camino v1.2.4 |
| 1309 | 2026-07-10T04:51:51.789Z | Fresh async-compression v0.4.42 |
| 1310 | 2026-07-10T04:51:51.793Z | Fresh event-listener-strategy v0.5.4 |
| 1311 | 2026-07-10T04:51:51.793Z | Fresh hyper-rustls v0.27.9 |
| 1312 | 2026-07-10T04:51:51.793Z | Fresh rustls-platform-verifier v0.6.2 |
| 1313 | 2026-07-10T04:51:51.793Z | Fresh pem v3.0.6 |
| 1314 | 2026-07-10T04:51:51.793Z | Fresh yasna v0.6.0 |
| 1315 | 2026-07-10T04:51:51.793Z | Fresh openapiv3 v2.2.0 |
| 1316 | 2026-07-10T04:51:51.793Z | Fresh waitgroup v0.1.2 |
| 1317 | 2026-07-10T04:51:51.793Z | Fresh rustls-pemfile v2.2.0 |
| 1318 | 2026-07-10T04:51:51.793Z | Fresh async-trait v0.1.89 |
| 1319 | 2026-07-10T04:51:51.793Z | Fresh hostname v0.4.2 |
| 1320 | 2026-07-10T04:51:51.793Z | Fresh serde_path_to_error v0.1.20 |
| 1321 | 2026-07-10T04:51:51.793Z | Fresh termcolor v1.1.2 |
| 1322 | 2026-07-10T04:51:51.793Z | Fresh debug-ignore v1.0.5 |
| 1323 | 2026-07-10T04:51:51.793Z | Fresh simple-mermaid v0.2.0 |
| 1324 | 2026-07-10T04:51:51.793Z | Fresh glob v0.3.0 |
| 1325 | 2026-07-10T04:51:51.793Z | Fresh reqwest v0.13.4 |
| 1326 | 2026-07-10T04:51:51.793Z | Fresh async-channel v2.5.0 |
| 1327 | 2026-07-10T04:51:51.793Z | Fresh rcgen v0.14.8 |
| 1328 | 2026-07-10T04:51:51.793Z | Fresh mime_guess v2.0.5 |
| 1329 | 2026-07-10T04:51:51.793Z | Fresh anyhow v1.0.103 |
| 1330 | 2026-07-10T04:51:51.793Z | Fresh trybuild v1.0.117 |
| 1331 | 2026-07-10T04:51:51.793Z | Fresh tokio-tungstenite v0.29.0 |
| 1332 | 2026-07-10T04:51:51.793Z | Fresh buf-list v1.1.2 |
| 1333 | 2026-07-10T04:51:51.793Z | Fresh subprocess v1.2.0 |
| 1334 | 2026-07-10T04:51:51.793Z | Fresh once_cell v1.20.1 |
| 1335 | 2026-07-10T04:51:51.793Z | Fresh schema-derive v0.1.0 |
| 1336 | 2026-07-10T04:51:51.793Z | Fresh tempfile v3.27.0 |
| 1337 | 2026-07-10T04:51:51.793Z | Fresh schema v0.1.0 |
| 1338 | 2026-07-10T04:51:51.793Z | Fresh atomicwrites v0.4.4 |
| 1339 | 2026-07-10T04:51:51.793Z | Fresh prettyplease v0.2.37 |
| 1340 | 2026-07-10T04:51:51.793Z | Fresh expectorate v1.2.0 |
| 1341 | 2026-07-10T04:51:53.044Z | Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot) |
| 1342 | 2026-07-10T04:51:53.048Z | Running `/home/build/.rustup/toolchains/1.97.0-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=e4359c7c08bbf34f -C extra-filename=-b5a88431045b6020 --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-0a568c73724f4ed2.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1343 | 2026-07-10T04:51:53.048Z | Running `/home/build/.rustup/toolchains/1.97.0-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=9ae107412d4590e9 -C extra-filename=-bb55e5b57ce17725 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1344 | 2026-07-10T04:51:57.948Z | Running `/home/build/.rustup/toolchains/1.97.0-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=5d1ec804899d01ea -C extra-filename=-794d867e7de9fcf7 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1345 | 2026-07-10T04:51:57.948Z | Running `/home/build/.rustup/toolchains/1.97.0-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=379581d8d31cc9b9 -C extra-filename=-48aab8899a2b97e7 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1346 | 2026-07-10T04:51:57.952Z | Running `/home/build/.rustup/toolchains/1.97.0-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=9020509050509c90 -C extra-filename=-01cf6189987f9cd1 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1347 | 2026-07-10T04:51:57.952Z | Running `/home/build/.rustup/toolchains/1.97.0-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=dfae6ac71a6d3990 -C extra-filename=-bee45715c9a9074a --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1348 | 2026-07-10T04:51:57.956Z | Running `/home/build/.rustup/toolchains/1.97.0-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=adad1cb35b1fd9a1 -C extra-filename=-655de66c6cb80011 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1349 | 2026-07-10T04:51:57.956Z | Running `/home/build/.rustup/toolchains/1.97.0-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=1f893fb8ae0bada8 -C extra-filename=-d6263fa23aee1737 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1350 | 2026-07-10T04:51:57.956Z | Running `/home/build/.rustup/toolchains/1.97.0-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=2c0ec81b11a107e6 -C extra-filename=-31815739fafa6dc3 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1351 | 2026-07-10T04:52:05.987Z | Running `/home/build/.rustup/toolchains/1.97.0-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=469aa9ff69f56820 -C extra-filename=-19807ef9c5def77d --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1352 | 2026-07-10T04:52:07.241Z | Running `/home/build/.rustup/toolchains/1.97.0-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=82fe55aba8bd5046 -C extra-filename=-1346db9f7d6631e5 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1353 | 2026-07-10T04:52:08.288Z | Running `/home/build/.rustup/toolchains/1.97.0-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=c03cbfae61621550 -C extra-filename=-551b223ab02d06ee --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1354 | 2026-07-10T04:52:08.428Z | Running `/home/build/.rustup/toolchains/1.97.0-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=11ed8cb2b6fbc737 -C extra-filename=-ead245ee3961bb43 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1355 | 2026-07-10T04:52:08.469Z | Running `/home/build/.rustup/toolchains/1.97.0-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=cdad2700d3123455 -C extra-filename=-003a005a8cf94f69 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1356 | 2026-07-10T04:52:09.282Z | Running `/home/build/.rustup/toolchains/1.97.0-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=e9476dff2a4dd261 -C extra-filename=-0d467ce680faf056 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1357 | 2026-07-10T04:52:10.353Z | Running `/home/build/.rustup/toolchains/1.97.0-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=cead86ca02c020ee -C extra-filename=-5292a3725ab7d5d1 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1358 | 2026-07-10T04:52:11.258Z | Running `/home/build/.rustup/toolchains/1.97.0-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=989d062090403869 -C extra-filename=-c0bb5eb7f6d9b174 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1359 | 2026-07-10T04:52:18.539Z | Running `/home/build/.rustup/toolchains/1.97.0-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=aa6807d394418e5b -C extra-filename=-36ae7497b54b4321 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1360 | 2026-07-10T04:52:19.159Z | Running `/home/build/.rustup/toolchains/1.97.0-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=c725049e65e7f5ae -C extra-filename=-c7a6e8df0a19cedf --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1361 | 2026-07-10T04:52:19.634Z | Running `/home/build/.rustup/toolchains/1.97.0-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=38527be977fc62d4 -C extra-filename=-53bedd1df888a218 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1362 | 2026-07-10T04:52:20.356Z | Running `/home/build/.rustup/toolchains/1.97.0-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=b05daaea21451b59 -C extra-filename=-248bef113cb85121 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1363 | 2026-07-10T04:52:20.388Z | Running `/home/build/.rustup/toolchains/1.97.0-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=a8e0aea5dc04e891 -C extra-filename=-22da6d2e0fd02ba9 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1364 | 2026-07-10T04:52:21.887Z | Running `/home/build/.rustup/toolchains/1.97.0-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=bbf712138312d31e -C extra-filename=-d4238df2020e4118 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1365 | 2026-07-10T04:52:24.063Z | Running `/home/build/.rustup/toolchains/1.97.0-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=0439de5f031cbd62 -C extra-filename=-48e52f9da4b22747 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1366 | 2026-07-10T04:52:29.402Z | Running `/home/build/.rustup/toolchains/1.97.0-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=09179cdd3dad9b50 -C extra-filename=-989e80e8b91e0a11 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1367 | 2026-07-10T04:52:31.179Z | Running `/home/build/.rustup/toolchains/1.97.0-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=19b0f2335ff32022 -C extra-filename=-df1b80e30bf12108 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out` |
| 1368 | 2026-07-10T04:52:43.462Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 51.91s |
| 1369 | 2026-07-10T04:52:43.504Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-bb55e5b57ce17725` |
| 1370 | 2026-07-10T04:52:43.507Z | |
| 1371 | 2026-07-10T04:52:43.507Z | running 142 tests |
| 1372 | 2026-07-10T04:52:43.510Z | test api_description::test::test_endpoint_versions_matches ... ok |
| 1373 | 2026-07-10T04:52:43.510Z | test api_description::test::test_badpath4 - should panic ... ok |
| 1374 | 2026-07-10T04:52:43.510Z | test api_description::test::test_endpoint_versions_overlaps ... ok |
| 1375 | 2026-07-10T04:52:43.510Z | test api_description::test::test_endpoint_versions_range ... ok |
| 1376 | 2026-07-10T04:52:43.510Z | test api_description::test::test_badpath3 ... ok |
| 1377 | 2026-07-10T04:52:43.510Z | test api_description::test::test_badpath1 ... ok |
| 1378 | 2026-07-10T04:52:43.510Z | test api_description::test::test_badpath2 ... ok |
| 1379 | 2026-07-10T04:52:43.510Z | test api_description::test::test_dup_names ... ok |
| 1380 | 2026-07-10T04:52:43.510Z | test api_description::test::test_tags_need_one ... ok |
| 1381 | 2026-07-10T04:52:43.510Z | test api_description::test::test_tags_too_many ... ok |
| 1382 | 2026-07-10T04:52:43.510Z | test api_description::test::test_tag_config_deserialize_old ... ok |
| 1383 | 2026-07-10T04:52:43.510Z | test api_description::test::test_tags_just_right ... ok |
| 1384 | 2026-07-10T04:52:43.510Z | test compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok |
| 1385 | 2026-07-10T04:52:43.510Z | test compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok |
| 1386 | 2026-07-10T04:52:43.510Z | test compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok |
| 1387 | 2026-07-10T04:52:43.510Z | test compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok |
| 1388 | 2026-07-10T04:52:43.510Z | test compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok |
| 1389 | 2026-07-10T04:52:43.510Z | test compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok |
| 1390 | 2026-07-10T04:52:43.510Z | test compression::tests::test_accepts_gzip_encoding_basic ... ok |
| 1391 | 2026-07-10T04:52:43.510Z | test compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok |
| 1392 | 2026-07-10T04:52:43.510Z | test compression::tests::test_accepts_gzip_encoding_no_header ... ok |
| 1393 | 2026-07-10T04:52:43.510Z | test compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok |
| 1394 | 2026-07-10T04:52:43.510Z | test compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok |
| 1395 | 2026-07-10T04:52:43.510Z | test compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok |
| 1396 | 2026-07-10T04:52:43.510Z | test compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok |
| 1397 | 2026-07-10T04:52:43.510Z | test compression::tests::test_accepts_gzip_encoding_wildcard ... ok |
| 1398 | 2026-07-10T04:52:43.510Z | test compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok |
| 1399 | 2026-07-10T04:52:43.510Z | test compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok |
| 1400 | 2026-07-10T04:52:43.510Z | test compression::tests::test_accepts_gzip_encoding_with_spaces ... ok |
| 1401 | 2026-07-10T04:52:43.510Z | test compression::tests::test_should_compress_response_already_encoded ... ok |
| 1402 | 2026-07-10T04:52:43.511Z | test compression::tests::test_should_compress_response_head_method ... ok |
| 1403 | 2026-07-10T04:52:43.511Z | test compression::tests::test_should_compress_response_basic ... ok |
| 1404 | 2026-07-10T04:52:43.511Z | test compression::tests::test_should_compress_response_compressible_content_types ... ok |
| 1405 | 2026-07-10T04:52:43.511Z | test compression::tests::test_should_compress_response_no_accept_encoding ... ok |
| 1406 | 2026-07-10T04:52:43.511Z | test compression::tests::test_should_compress_response_no_content ... ok |
| 1407 | 2026-07-10T04:52:43.515Z | test compression::tests::test_should_compress_response_no_content_type ... ok |
| 1408 | 2026-07-10T04:52:43.515Z | test compression::tests::test_should_compress_response_no_compression_extension ... ok |
| 1409 | 2026-07-10T04:52:43.515Z | test compression::tests::test_should_compress_response_non_compressible_content_types ... ok |
| 1410 | 2026-07-10T04:52:43.515Z | test compression::tests::test_should_compress_response_not_modified ... ok |
| 1411 | 2026-07-10T04:52:43.515Z | test compression::tests::test_should_compress_response_partial_content ... ok |
| 1412 | 2026-07-10T04:52:43.515Z | test compression::tests::test_should_compress_response_rejects_content_range ... ok |
| 1413 | 2026-07-10T04:52:43.515Z | test compression::tests::test_should_compress_response_respects_content_length_threshold ... ok |
| 1414 | 2026-07-10T04:52:43.515Z | test compression::tests::test_should_compress_response_sse ... ok |
| 1415 | 2026-07-10T04:52:43.515Z | test extractor::body::tests::test_typed_body_from ... ok |
| 1416 | 2026-07-10T04:52:43.515Z | test error::test::test_serialize_error_response_body ... ok |
| 1417 | 2026-07-10T04:52:43.515Z | test extractor::metadata::test::test_metadata_flattened ... ok |
| 1418 | 2026-07-10T04:52:43.515Z | test extractor::metadata::test::test_metadata_flattened_enum ... ok |
| 1419 | 2026-07-10T04:52:43.515Z | test extractor::metadata::test::test_metadata_simple ... ok |
| 1420 | 2026-07-10T04:52:43.515Z | test extractor::header::tests::test_header_parsing ... ok |
| 1421 | 2026-07-10T04:52:43.515Z | test extractor::metadata::test::test_metadata_pagination ... ok |
| 1422 | 2026-07-10T04:52:43.515Z | test from_map::test::test_case_insensitive ... ok |
| 1423 | 2026-07-10T04:52:43.515Z | test from_map::test::test_deep ... ok |
| 1424 | 2026-07-10T04:52:43.515Z | test from_map::test::test_missing_data1 ... ok |
| 1425 | 2026-07-10T04:52:43.515Z | test from_map::test::test_lone_literal ... ok |
| 1426 | 2026-07-10T04:52:43.515Z | test from_map::test::test_missing_data2 ... ok |
| 1427 | 2026-07-10T04:52:43.515Z | test from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok |
| 1428 | 2026-07-10T04:52:43.515Z | test from_map::test::test_types ... ok |
| 1429 | 2026-07-10T04:52:43.515Z | test compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok |
| 1430 | 2026-07-10T04:52:43.515Z | test compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok |
| 1431 | 2026-07-10T04:52:43.515Z | test logging::test::test_config_bad_terminal_bad_level ... ok |
| 1432 | 2026-07-10T04:52:43.515Z | test logging::test::test_config_bad_file_no_file ... ok |
| 1433 | 2026-07-10T04:52:43.515Z | test logging::test::test_config_bad_file_no_level ... ok |
| 1434 | 2026-07-10T04:52:43.515Z | test logging::test::test_config_bad_log_mode ... ok |
| 1435 | 2026-07-10T04:52:43.515Z | test logging::test::test_config_bad_file_bad_path_type ... ok |
| 1436 | 2026-07-10T04:52:43.515Z | test logging::test::test_config_bad_terminal_no_level ... ok |
| 1437 | 2026-07-10T04:52:43.515Z | test logging::test::test_config_bad_file_path_exists_fail ... ok |
| 1438 | 2026-07-10T04:52:43.515Z | test extractor::body::tests::test_content_plus_json ... ok |
| 1439 | 2026-07-10T04:52:43.515Z | test pagination::test::test_pagination_schema ... ok |
| 1440 | 2026-07-10T04:52:43.515Z | test pagination::test::test_results_page ... ok |
| 1441 | 2026-07-10T04:52:43.516Z | test router::test::test_bad_path_segment1 - should panic ... ok |
| 1442 | 2026-07-10T04:52:43.516Z | test pagination::test::test_pagparams_parsing ... ok |
| 1443 | 2026-07-10T04:52:43.516Z | test router::test::test_bad_path_segment2 - should panic ... ok |
| 1444 | 2026-07-10T04:52:43.516Z | test pagination::test::test_page_token_serialization ... ok |
| 1445 | 2026-07-10T04:52:43.516Z | test router::test::test_bad_path_segment3 - should panic ... ok |
| 1446 | 2026-07-10T04:52:43.516Z | test router::test::test_bad_path_segment4 - should panic ... ok |
| 1447 | 2026-07-10T04:52:43.516Z | note: configured to log to "/tmp/dropshot-bb55e5b57ce17725.3077.file_dir/log.out" |
| 1448 | 2026-07-10T04:52:43.516Z | test api_description::test::test_tags_set ... ok |
| 1449 | 2026-07-10T04:52:43.516Z | test router::test::test_duplicate_route1 - should panic ... ok |
| 1450 | 2026-07-10T04:52:43.516Z | test router::test::test_bogus_regex - should panic ... ok |
| 1451 | 2026-07-10T04:52:43.516Z | test router::test::test_duplicate_route2 - should panic ... ok |
| 1452 | 2026-07-10T04:52:43.516Z | test router::test::test_duplicate_route3 - should panic ... ok |
| 1453 | 2026-07-10T04:52:43.516Z | test logging::test::test_config_stderr_terminal ... ok |
| 1454 | 2026-07-10T04:52:43.516Z | test router::test::test_duplicate_route_overlapping_version - should panic ... ok |
| 1455 | 2026-07-10T04:52:43.516Z | test router::test::test_duplicate_varname - should panic ... ok |
| 1456 | 2026-07-10T04:52:43.516Z | test router::test::test_duplicate_route_same_version - should panic ... ok |
| 1457 | 2026-07-10T04:52:43.516Z | test router::test::test_iter2 ... ok |
| 1458 | 2026-07-10T04:52:43.516Z | test router::test::test_iter ... ok |
| 1459 | 2026-07-10T04:52:43.516Z | test router::test::test_embedded_non_variable ... ok |
| 1460 | 2026-07-10T04:52:43.516Z | test router::test::test_empty_variable ... ok |
| 1461 | 2026-07-10T04:52:43.516Z | test router::test::test_error_cases ... ok |
| 1462 | 2026-07-10T04:52:43.516Z | test router::test::test_inconsistent_varname - should panic ... ok |
| 1463 | 2026-07-10T04:52:43.516Z | test router::test::test_iter_null ... ok |
| 1464 | 2026-07-10T04:52:43.516Z | test router::test::test_map_bad_seq ... ok |
| 1465 | 2026-07-10T04:52:43.516Z | test router::test::test_literal_after_regex - should panic ... ok |
| 1466 | 2026-07-10T04:52:43.516Z | test router::test::test_map_bad_value ... ok |
| 1467 | 2026-07-10T04:52:43.516Z | test router::test::test_path_segment ... ok |
| 1468 | 2026-07-10T04:52:43.516Z | test router::test::test_map ... ok |
| 1469 | 2026-07-10T04:52:43.516Z | test router::test::test_literal_after_variable - should panic ... ok |
| 1470 | 2026-07-10T04:52:43.516Z | test router::test::test_more_after_regex - should panic ... ok |
| 1471 | 2026-07-10T04:52:43.516Z | test router::test::test_router_basic ... ok |
| 1472 | 2026-07-10T04:52:43.516Z | test router::test::test_segments ... ok |
| 1473 | 2026-07-10T04:52:43.516Z | test router::test::test_router_versioned ... ok |
| 1474 | 2026-07-10T04:52:43.516Z | test router::test::test_variable_after_literal - should panic ... ok |
| 1475 | 2026-07-10T04:52:43.516Z | test router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok |
| 1476 | 2026-07-10T04:52:43.516Z | test router::test::test_variable_name_empty - should panic ... ok |
| 1477 | 2026-07-10T04:52:43.516Z | test router::test::test_variable_name_bad_start - should panic ... ok |
| 1478 | 2026-07-10T04:52:43.516Z | test router::test::test_variable_rename ... ok |
| 1479 | 2026-07-10T04:52:43.516Z | test router::test::test_variable_name_bad_end - should panic ... ok |
| 1480 | 2026-07-10T04:52:43.517Z | test router::test::test_variables_basic ... ok |
| 1481 | 2026-07-10T04:52:43.517Z | test router::test::test_variables_multi ... ok |
| 1482 | 2026-07-10T04:52:43.517Z | note: configured to log to "/tmp/dropshot-bb55e5b57ce17725.3077.file_dir/log.out" |
| 1483 | 2026-07-10T04:52:43.517Z | test router::test::test_variables_glob ... ok |
| 1484 | 2026-07-10T04:52:43.517Z | test schema_util::test::test_empty_struct ... ok |
| 1485 | 2026-07-10T04:52:43.517Z | test schema_util::test::test_additional_properties ... ok |
| 1486 | 2026-07-10T04:52:43.517Z | test schema_util::test::test_nullable ... ok |
| 1487 | 2026-07-10T04:52:43.517Z | test schema_util::test::test_extension_conversion ... ok |
| 1488 | 2026-07-10T04:52:43.520Z | test schema_util::test::test_two_types - should panic ... ok |
| 1489 | 2026-07-10T04:52:43.520Z | test schema_util::test::test_embedded_schema ... ok |
| 1490 | 2026-07-10T04:52:43.520Z | note: configured to log to "/tmp/dropshot-bb55e5b57ce17725.3077.file_dir/log.out" |
| 1491 | 2026-07-10T04:52:43.520Z | test test_util::test::test_bunyan_bad_hostname - should panic ... ok |
| 1492 | 2026-07-10T04:52:43.520Z | test schema_util::test::test_garbage_barge_structure_conversion ... ok |
| 1493 | 2026-07-10T04:52:43.520Z | test test_util::test::test_bunyan_bad_name - should panic ... ok |
| 1494 | 2026-07-10T04:52:43.520Z | test test_util::test::test_bunyan_bad_pid - should panic ... ok |
| 1495 | 2026-07-10T04:52:43.520Z | test test_util::test::test_bunyan_easy_cases ... ok |
| 1496 | 2026-07-10T04:52:43.520Z | test logging::test::test_config_file ... ok |
| 1497 | 2026-07-10T04:52:43.520Z | test test_util::test::test_bunyan_bad_v - should panic ... ok |
| 1498 | 2026-07-10T04:52:43.520Z | test test_util::test::test_bunyan_seq_bad_order - should panic ... ok |
| 1499 | 2026-07-10T04:52:43.520Z | test test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok |
| 1500 | 2026-07-10T04:52:43.520Z | test schema_util::test::test_schema2struct_with_enum_variants ... ok |
| 1501 | 2026-07-10T04:52:43.520Z | test test_util::test::test_bunyan_seq_easy_cases ... ok |
| 1502 | 2026-07-10T04:52:43.520Z | test test_util::test::test_bunyan_seq_lower_violated - should panic ... ok |
| 1503 | 2026-07-10T04:52:43.520Z | test to_map::test::test_struct_with_options ... ok |
| 1504 | 2026-07-10T04:52:43.520Z | test to_map::test::test_to_map_enum ... ok |
| 1505 | 2026-07-10T04:52:43.521Z | test to_map::test::test_to_map_num ... ok |
| 1506 | 2026-07-10T04:52:43.521Z | test test_util::test::test_bunyan_seq_upper_violated - should panic ... ok |
| 1507 | 2026-07-10T04:52:43.521Z | test to_map::test::test_to_map_seq ... ok |
| 1508 | 2026-07-10T04:52:43.521Z | test to_map::test::test_to_map_valid ... ok |
| 1509 | 2026-07-10T04:52:43.521Z | test to_map::test::test_to_map_vec ... ok |
| 1510 | 2026-07-10T04:52:43.521Z | test type_util::tests::test_commented_ref ... ok |
| 1511 | 2026-07-10T04:52:43.521Z | test type_util::tests::test_recursive_type - should panic ... ok |
| 1512 | 2026-07-10T04:52:43.521Z | test type_util::tests::test_reflexive_type - should panic ... ok |
| 1513 | 2026-07-10T04:52:43.521Z | test server::test::test_drop_server_without_close_okay ... ok |
| 1514 | 2026-07-10T04:52:43.521Z | test websocket::tests::test_ws_upg_task_is_spawned ... ok |
| 1515 | 2026-07-10T04:52:43.521Z | test server::test::test_server_run_then_close ... ok |
| 1516 | 2026-07-10T04:52:43.521Z | test server::test::test_http_acceptor_happy_path ... ok |
| 1517 | 2026-07-10T04:52:43.521Z | |
| 1518 | 2026-07-10T04:52:43.521Z | test result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 1519 | 2026-07-10T04:52:43.521Z | |
| 1520 | 2026-07-10T04:52:43.521Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-5292a3725ab7d5d1` |
| 1521 | 2026-07-10T04:52:43.521Z | |
| 1522 | 2026-07-10T04:52:43.521Z | running 1 test |
| 1523 | 2026-07-10T04:52:43.803Z | Compiling proc-macro2 v1.0.106 |
| 1524 | 2026-07-10T04:52:43.803Z | Compiling quote v1.0.46 |
| 1525 | 2026-07-10T04:52:43.803Z | Compiling unicode-ident v1.0.12 |
| 1526 | 2026-07-10T04:52:43.803Z | Compiling libc v0.2.186 |
| 1527 | 2026-07-10T04:52:43.803Z | Checking cfg-if v1.0.0 |
| 1528 | 2026-07-10T04:52:43.803Z | Compiling serde_core v1.0.228 |
| 1529 | 2026-07-10T04:52:43.803Z | Checking itoa v1.0.1 |
| 1530 | 2026-07-10T04:52:43.892Z | Checking memchr v2.6.0 |
| 1531 | 2026-07-10T04:52:43.946Z | Checking pin-project-lite v0.2.12 |
| 1532 | 2026-07-10T04:52:43.951Z | Compiling version_check v0.9.5 |
| 1533 | 2026-07-10T04:52:44.028Z | Compiling autocfg v1.1.0 |
| 1534 | 2026-07-10T04:52:44.217Z | Compiling thiserror v2.0.18 |
| 1535 | 2026-07-10T04:52:44.260Z | Checking futures-core v0.3.32 |
| 1536 | 2026-07-10T04:52:44.311Z | Checking smallvec v1.13.2 |
| 1537 | 2026-07-10T04:52:44.372Z | Checking bytes v1.12.0 |
| 1538 | 2026-07-10T04:52:44.417Z | Compiling zmij v1.0.2 |
| 1539 | 2026-07-10T04:52:44.478Z | Checking once_cell v1.20.1 |
| 1540 | 2026-07-10T04:52:44.641Z | Compiling serde v1.0.228 |
| 1541 | 2026-07-10T04:52:44.655Z | Compiling serde_json v1.0.150 |
| 1542 | 2026-07-10T04:52:44.667Z | Compiling log v0.4.17 |
| 1543 | 2026-07-10T04:52:44.744Z | Compiling jobserver v0.1.34 |
| 1544 | 2026-07-10T04:52:44.765Z | Compiling shlex v1.3.0 |
| 1545 | 2026-07-10T04:52:44.787Z | Compiling parking_lot_core v0.9.4 |
| 1546 | 2026-07-10T04:52:44.938Z | Compiling find-msvc-tools v0.1.9 |
| 1547 | 2026-07-10T04:52:45.123Z | Compiling syn v2.0.118 |
| 1548 | 2026-07-10T04:52:45.205Z | Compiling cc v1.2.60 |
| 1549 | 2026-07-10T04:52:45.210Z | Compiling slab v0.4.9 |
| 1550 | 2026-07-10T04:52:45.231Z | Compiling typenum v1.19.0 |
| 1551 | 2026-07-10T04:52:45.238Z | Checking scopeguard v1.2.0 |
| 1552 | 2026-07-10T04:52:45.297Z | Checking futures-sink v0.3.32 |
| 1553 | 2026-07-10T04:52:45.336Z | Checking lock_api v0.4.6 |
| 1554 | 2026-07-10T04:52:45.496Z | Compiling dunce v1.0.5 |
| 1555 | 2026-07-10T04:52:45.571Z | Compiling fs_extra v1.3.0 |
| 1556 | 2026-07-10T04:52:45.593Z | Checking parking_lot v0.12.1 |
| 1557 | 2026-07-10T04:52:45.733Z | Checking signal-hook-registry v1.4.0 |
| 1558 | 2026-07-10T04:52:45.778Z | Checking mio v1.2.0 |
| 1559 | 2026-07-10T04:52:45.844Z | Checking socket2 v0.6.3 |
| 1560 | 2026-07-10T04:52:45.888Z | Checking stable_deref_trait v1.2.0 |
| 1561 | 2026-07-10T04:52:45.894Z | Checking futures-channel v0.3.32 |
| 1562 | 2026-07-10T04:52:45.959Z | Compiling cmake v0.1.58 |
| 1563 | 2026-07-10T04:52:46.058Z | Checking http v1.4.2 |
| 1564 | 2026-07-10T04:52:46.078Z | Compiling zerocopy v0.8.27 |
| 1565 | 2026-07-10T04:52:46.225Z | Compiling ucd-trie v0.1.6 |
| 1566 | 2026-07-10T04:52:46.377Z | Checking zeroize v1.8.2 |
| 1567 | 2026-07-10T04:52:46.472Z | Compiling aws-lc-rs v1.16.3 |
| 1568 | 2026-07-10T04:52:46.519Z | Checking futures-io v0.3.32 |
| 1569 | 2026-07-10T04:52:46.535Z | Checking futures-task v0.3.32 |
| 1570 | 2026-07-10T04:52:46.603Z | Checking rustls-pki-types v1.15.0 |
| 1571 | 2026-07-10T04:52:46.670Z | Compiling httparse v1.10.0 |
| 1572 | 2026-07-10T04:52:46.757Z | Compiling rustversion v1.0.22 |
| 1573 | 2026-07-10T04:52:47.088Z | Checking writeable v0.5.5 |
| 1574 | 2026-07-10T04:52:47.091Z | Compiling crossbeam-utils v0.8.21 |
| 1575 | 2026-07-10T04:52:47.116Z | Compiling aws-lc-sys v0.40.0 |
| 1576 | 2026-07-10T04:52:47.156Z | Checking litemap v0.7.4 |
| 1577 | 2026-07-10T04:52:47.370Z | Compiling generic-array v0.14.5 |
| 1578 | 2026-07-10T04:52:47.456Z | Compiling time-core v0.1.8 |
| 1579 | 2026-07-10T04:52:47.462Z | Compiling getrandom v0.4.1 |
| 1580 | 2026-07-10T04:52:47.482Z | Checking hashbrown v0.17.0 |
| 1581 | 2026-07-10T04:52:47.599Z | Compiling num-conv v0.2.0 |
| 1582 | 2026-07-10T04:52:47.633Z | Checking powerfmt v0.2.0 |
| 1583 | 2026-07-10T04:52:47.730Z | Checking equivalent v1.0.0 |
| 1584 | 2026-07-10T04:52:47.777Z | Checking deranged v0.5.5 |
| 1585 | 2026-07-10T04:52:47.790Z | Compiling time-macros v0.2.27 |
| 1586 | 2026-07-10T04:52:47.951Z | Compiling synstructure v0.13.1 |
| 1587 | 2026-07-10T04:52:48.003Z | Compiling slog v2.8.2 |
| 1588 | 2026-07-10T04:52:48.184Z | Checking indexmap v2.14.0 |
| 1589 | 2026-07-10T04:52:48.400Z | Checking http-body v1.0.1 |
| 1590 | 2026-07-10T04:52:48.493Z | Checking tracing-core v0.1.32 |
| 1591 | 2026-07-10T04:52:48.524Z | Compiling unicase v2.6.0 |
| 1592 | 2026-07-10T04:52:48.698Z | Checking bitflags v2.11.0 |
| 1593 | 2026-07-10T04:52:48.738Z | Compiling rustls v0.23.41 |
| 1594 | 2026-07-10T04:52:48.779Z | Compiling getrandom v0.3.4 |
| 1595 | 2026-07-10T04:52:48.797Z | Checking icu_locid_transform_data v1.5.0 |
| 1596 | 2026-07-10T04:52:48.859Z | Checking num_threads v0.1.3 |
| 1597 | 2026-07-10T04:52:48.935Z | Checking atomic-waker v1.1.2 |
| 1598 | 2026-07-10T04:52:48.962Z | Checking percent-encoding v2.3.2 |
| 1599 | 2026-07-10T04:52:48.962Z | Checking untrusted v0.9.0 |
| 1600 | 2026-07-10T04:52:49.027Z | Checking tracing v0.1.40 |
| 1601 | 2026-07-10T04:52:49.120Z | Checking time v0.3.47 |
| 1602 | 2026-07-10T04:52:49.193Z | Compiling num-traits v0.2.14 |
| 1603 | 2026-07-10T04:52:49.219Z | Compiling crc32fast v1.5.0 |
| 1604 | 2026-07-10T04:52:49.449Z | Checking fnv v1.0.7 |
| 1605 | 2026-07-10T04:52:49.492Z | Checking try-lock v0.2.3 |
| 1606 | 2026-07-10T04:52:49.536Z | Checking subtle v2.5.0 |
| 1607 | 2026-07-10T04:52:49.549Z | Checking icu_properties_data v1.5.0 |
| 1608 | 2026-07-10T04:52:49.564Z | Checking base64 v0.22.1 |
| 1609 | 2026-07-10T04:52:49.660Z | Checking tower-layer v0.3.3 |
| 1610 | 2026-07-10T04:52:49.674Z | Checking tower-service v0.3.3 |
| 1611 | 2026-07-10T04:52:49.680Z | Compiling usdt-impl v0.6.0 |
| 1612 | 2026-07-10T04:52:49.793Z | Checking want v0.3.0 |
| 1613 | 2026-07-10T04:52:49.983Z | Checking hybrid-array v0.4.8 |
| 1614 | 2026-07-10T04:52:50.006Z | Checking errno v0.3.10 |
| 1615 | 2026-07-10T04:52:50.081Z | Compiling thread-id v5.0.0 |
| 1616 | 2026-07-10T04:52:50.103Z | Checking simd-adler32 v0.3.7 |
| 1617 | 2026-07-10T04:52:50.120Z | Checking icu_normalizer_data v1.5.0 |
| 1618 | 2026-07-10T04:52:50.139Z | Compiling rustix v1.1.4 |
| 1619 | 2026-07-10T04:52:50.154Z | Checking write16 v1.0.0 |
| 1620 | 2026-07-10T04:52:50.174Z | Checking utf16_iter v1.0.5 |
| 1621 | 2026-07-10T04:52:50.180Z | Checking utf8_iter v1.0.4 |
| 1622 | 2026-07-10T04:52:50.234Z | Checking adler2 v2.0.1 |
| 1623 | 2026-07-10T04:52:50.237Z | Compiling byteorder v1.4.3 |
| 1624 | 2026-07-10T04:52:50.260Z | Compiling serde_derive v1.0.228 |
| 1625 | 2026-07-10T04:52:50.275Z | Compiling thiserror-impl v2.0.18 |
| 1626 | 2026-07-10T04:52:50.288Z | Compiling zerofrom-derive v0.1.5 |
| 1627 | 2026-07-10T04:52:50.331Z | Compiling tokio-macros v2.7.0 |
| 1628 | 2026-07-10T04:52:50.414Z | Compiling yoke-derive v0.7.5 |
| 1629 | 2026-07-10T04:52:50.446Z | Compiling zerovec-derive v0.10.3 |
| 1630 | 2026-07-10T04:52:50.592Z | Compiling displaydoc v0.2.5 |
| 1631 | 2026-07-10T04:52:51.486Z | Checking tokio v1.52.3 |
| 1632 | 2026-07-10T04:52:51.780Z | Compiling futures-macro v0.3.32 |
| 1633 | 2026-07-10T04:52:51.941Z | Compiling zerocopy-derive v0.8.27 |
| 1634 | 2026-07-10T04:52:52.376Z | Compiling pest v2.8.1 |
| 1635 | 2026-07-10T04:52:52.403Z | Compiling icu_provider_macros v1.5.0 |
| 1636 | 2026-07-10T04:52:52.501Z | Checking zerofrom v0.1.5 |
| 1637 | 2026-07-10T04:52:52.619Z | Checking yoke v0.7.5 |
| 1638 | 2026-07-10T04:52:52.864Z | Checking zerovec v0.10.4 |
| 1639 | 2026-07-10T04:52:52.989Z | Checking futures-util v0.3.32 |
| 1640 | 2026-07-10T04:52:53.252Z | Compiling scroll_derive v0.13.1 |
| 1641 | 2026-07-10T04:52:53.478Z | Compiling pest_meta v2.8.1 |
| 1642 | 2026-07-10T04:52:53.649Z | Checking tinystr v0.7.6 |
| 1643 | 2026-07-10T04:52:53.830Z | Checking icu_locid v1.5.0 |
| 1644 | 2026-07-10T04:52:54.275Z | Compiling pest_generator v2.8.1 |
| 1645 | 2026-07-10T04:52:54.573Z | Checking icu_provider v1.5.0 |
| 1646 | 2026-07-10T04:52:54.580Z | Checking tokio-util v0.7.18 |
| 1647 | 2026-07-10T04:52:54.878Z | Checking icu_locid_transform v1.5.0 |
| 1648 | 2026-07-10T04:52:54.909Z | Checking erased-serde v0.3.31 |
| 1649 | 2026-07-10T04:52:54.984Z | Checking icu_collections v1.5.0 |
| 1650 | 2026-07-10T04:52:55.116Z | Compiling serde_tokenstream v0.2.3 |
| 1651 | 2026-07-10T04:52:55.124Z | Checking h2 v0.4.14 |
| 1652 | 2026-07-10T04:52:55.317Z | Compiling dof v0.4.0 |
| 1653 | 2026-07-10T04:52:55.349Z | Checking scroll v0.13.0 |
| 1654 | 2026-07-10T04:52:55.427Z | Checking icu_properties v1.5.1 |
| 1655 | 2026-07-10T04:52:55.448Z | Checking httpdate v1.0.1 |
| 1656 | 2026-07-10T04:52:55.542Z | Compiling pest_derive v2.8.1 |
| 1657 | 2026-07-10T04:52:55.574Z | Checking plain v0.2.3 |
| 1658 | 2026-07-10T04:52:55.670Z | Checking goblin v0.10.1 |
| 1659 | 2026-07-10T04:52:56.072Z | Checking miniz_oxide v0.8.9 |
| 1660 | 2026-07-10T04:52:56.450Z | Compiling dtrace-parser v0.3.0 |
| 1661 | 2026-07-10T04:52:56.843Z | Checking icu_normalizer v1.5.0 |
| 1662 | 2026-07-10T04:52:56.933Z | Checking rand_core v0.9.5 |
| 1663 | 2026-07-10T04:52:57.038Z | Checking hyper v1.10.1 |
| 1664 | 2026-07-10T04:52:57.100Z | Checking crypto-common v0.1.6 |
| 1665 | 2026-07-10T04:52:57.145Z | Checking block-buffer v0.10.2 |
| 1666 | 2026-07-10T04:52:57.208Z | Checking form_urlencoded v1.2.2 |
| 1667 | 2026-07-10T04:52:57.263Z | Checking pretty-hex v0.4.1 |
| 1668 | 2026-07-10T04:52:57.317Z | Checking ipnet v2.10.0 |
| 1669 | 2026-07-10T04:52:57.330Z | Checking openssl-probe v0.2.1 |
| 1670 | 2026-07-10T04:52:57.374Z | Compiling rustix v0.38.44 |
| 1671 | 2026-07-10T04:52:57.431Z | Checking ppv-lite86 v0.2.15 |
| 1672 | 2026-07-10T04:52:57.530Z | Checking iana-time-zone v0.1.47 |
| 1673 | 2026-07-10T04:52:57.538Z | Checking mime v0.3.16 |
| 1674 | 2026-07-10T04:52:57.605Z | Compiling ryu v1.0.5 |
| 1675 | 2026-07-10T04:52:57.631Z | Checking chrono v0.4.45 |
| 1676 | 2026-07-10T04:52:57.697Z | Checking rand_chacha v0.9.0 |
| 1677 | 2026-07-10T04:52:57.712Z | Checking rustls-native-certs v0.8.3 |
| 1678 | 2026-07-10T04:52:57.872Z | Checking digest v0.10.7 |
| 1679 | 2026-07-10T04:52:57.905Z | Checking idna_adapter v1.2.0 |
| 1680 | 2026-07-10T04:52:57.967Z | Checking hyper-util v0.1.20 |
| 1681 | 2026-07-10T04:52:57.998Z | Checking flate2 v1.1.9 |
| 1682 | 2026-07-10T04:52:58.250Z | Checking block-buffer v0.12.0 |
| 1683 | 2026-07-10T04:52:58.281Z | Checking crypto-common v0.2.1 |
| 1684 | 2026-07-10T04:52:58.338Z | Checking concurrent-queue v2.5.0 |
| 1685 | 2026-07-10T04:52:58.387Z | Compiling serde_derive_internals v0.29.0 |
| 1686 | 2026-07-10T04:52:58.513Z | Checking thread_local v1.1.4 |
| 1687 | 2026-07-10T04:52:58.550Z | Checking sync_wrapper v1.0.1 |
| 1688 | 2026-07-10T04:52:58.637Z | Compiling multer v3.1.0 |
| 1689 | 2026-07-10T04:52:58.646Z | Checking encoding_rs v0.8.32 |
| 1690 | 2026-07-10T04:52:58.668Z | Compiling camino v1.2.4 |
| 1691 | 2026-07-10T04:52:58.764Z | Checking winnow v1.0.0 |
| 1692 | 2026-07-10T04:52:58.892Z | Checking match_cfg v0.1.0 |
| 1693 | 2026-07-10T04:52:58.953Z | Compiling schemars v0.8.22 |
| 1694 | 2026-07-10T04:52:59.040Z | Checking parking v2.2.0 |
| 1695 | 2026-07-10T04:52:59.043Z | Compiling slog-async v2.8.0 |
| 1696 | 2026-07-10T04:52:59.081Z | Checking const-oid v0.10.2 |
| 1697 | 2026-07-10T04:52:59.148Z | Checking compression-core v0.4.32 |
| 1698 | 2026-07-10T04:52:59.234Z | Checking cpufeatures v0.2.17 |
| 1699 | 2026-07-10T04:52:59.268Z | Checking fastrand v2.1.1 |
| 1700 | 2026-07-10T04:52:59.294Z | Compiling paste v1.0.15 |
| 1701 | 2026-07-10T04:52:59.414Z | Checking sha1 v0.10.6 |
| 1702 | 2026-07-10T04:52:59.429Z | Checking compression-codecs v0.4.38 |
| 1703 | 2026-07-10T04:52:59.441Z | Checking tempfile v3.27.0 |
| 1704 | 2026-07-10T04:52:59.541Z | Compiling schemars_derive v0.8.22 |
| 1705 | 2026-07-10T04:52:59.564Z | Checking digest v0.11.2 |
| 1706 | 2026-07-10T04:52:59.581Z | Checking event-listener v5.0.0 |
| 1707 | 2026-07-10T04:52:59.630Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1708 | 2026-07-10T04:52:59.633Z | Checking hostname v0.3.1 |
| 1709 | 2026-07-10T04:52:59.704Z | Checking tower v0.5.2 |
| 1710 | 2026-07-10T04:52:59.718Z | Checking idna v1.0.3 |
| 1711 | 2026-07-10T04:52:59.723Z | Compiling mime_guess v2.0.5 |
| 1712 | 2026-07-10T04:52:59.960Z | Checking rand v0.9.2 |
| 1713 | 2026-07-10T04:52:59.987Z | Compiling usdt-attr-macro v0.6.0 |
| 1714 | 2026-07-10T04:53:00.118Z | Compiling usdt-macro v0.6.0 |
| 1715 | 2026-07-10T04:53:00.139Z | Checking slog-json v2.6.1 |
| 1716 | 2026-07-10T04:53:00.293Z | Checking futures-executor v0.3.32 |
| 1717 | 2026-07-10T04:53:00.414Z | Compiling async-stream-impl v0.3.6 |
| 1718 | 2026-07-10T04:53:00.434Z | Checking uuid v1.23.4 |
| 1719 | 2026-07-10T04:53:00.516Z | Checking http-body-util v0.1.3 |
| 1720 | 2026-07-10T04:53:00.570Z | Checking crossbeam-channel v0.5.15 |
| 1721 | 2026-07-10T04:53:00.721Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1722 | 2026-07-10T04:53:00.727Z | Checking serde_spanned v1.1.1 |
| 1723 | 2026-07-10T04:53:00.851Z | Checking memmap2 v0.9.8 |
| 1724 | 2026-07-10T04:53:00.912Z | Checking is-terminal v0.4.12 |
| 1725 | 2026-07-10T04:53:00.915Z | Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot) |
| 1726 | 2026-07-10T04:53:00.994Z | Checking unicode-width v0.1.9 |
| 1727 | 2026-07-10T04:53:01.005Z | Compiling semver v1.0.28 |
| 1728 | 2026-07-10T04:53:01.095Z | Checking lazy_static v1.5.0 |
| 1729 | 2026-07-10T04:53:01.172Z | Checking unicode-segmentation v1.10.0 |
| 1730 | 2026-07-10T04:53:01.187Z | Checking term v1.1.0 |
| 1731 | 2026-07-10T04:53:01.238Z | Checking dyn-clone v1.0.4 |
| 1732 | 2026-07-10T04:53:01.305Z | Checking data-encoding v2.4.0 |
| 1733 | 2026-07-10T04:53:01.324Z | Checking iri-string v0.7.8 |
| 1734 | 2026-07-10T04:53:01.342Z | Checking take_mut v0.2.2 |
| 1735 | 2026-07-10T04:53:01.399Z | Compiling heck v0.5.0 |
| 1736 | 2026-07-10T04:53:01.399Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1737 | 2026-07-10T04:53:01.437Z | Checking spin v0.9.8 |
| 1738 | 2026-07-10T04:53:01.448Z | Compiling anyhow v1.0.103 |
| 1739 | 2026-07-10T04:53:01.493Z | Checking cpufeatures v0.3.0 |
| 1740 | 2026-07-10T04:53:01.555Z | Checking tungstenite v0.29.0 |
| 1741 | 2026-07-10T04:53:01.559Z | Checking sha1 v0.11.0 |
| 1742 | 2026-07-10T04:53:01.567Z | Checking toml v1.1.2+spec-1.1.0 |
| 1743 | 2026-07-10T04:53:01.657Z | Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 1744 | 2026-07-10T04:53:01.746Z | Checking newline-converter v0.3.0 |
| 1745 | 2026-07-10T04:53:01.963Z | Checking async-stream v0.3.6 |
| 1746 | 2026-07-10T04:53:02.016Z | Checking slog-term v2.9.2 |
| 1747 | 2026-07-10T04:53:02.053Z | Checking usdt v0.6.0 |
| 1748 | 2026-07-10T04:53:02.085Z | Checking console v0.15.7 |
| 1749 | 2026-07-10T04:53:02.208Z | Checking atomicwrites v0.4.4 |
| 1750 | 2026-07-10T04:53:02.265Z | Checking futures v0.3.32 |
| 1751 | 2026-07-10T04:53:02.317Z | Checking tower-http v0.6.8 |
| 1752 | 2026-07-10T04:53:02.321Z | Checking slog-bunyan v2.5.0 |
| 1753 | 2026-07-10T04:53:02.332Z | Checking url v2.5.4 |
| 1754 | 2026-07-10T04:53:02.336Z | Checking serde_urlencoded v0.7.1 |
| 1755 | 2026-07-10T04:53:02.342Z | Checking event-listener-strategy v0.5.4 |
| 1756 | 2026-07-10T04:53:02.454Z | Checking async-compression v0.4.42 |
| 1757 | 2026-07-10T04:53:02.526Z | Checking openapiv3 v2.2.0 |
| 1758 | 2026-07-10T04:53:02.576Z | Compiling async-trait v0.1.89 |
| 1759 | 2026-07-10T04:53:02.674Z | Checking yasna v0.6.0 |
| 1760 | 2026-07-10T04:53:02.688Z | Checking pem v3.0.6 |
| 1761 | 2026-07-10T04:53:02.701Z | Checking waitgroup v0.1.2 |
| 1762 | 2026-07-10T04:53:02.795Z | Checking rustls-pemfile v2.2.0 |
| 1763 | 2026-07-10T04:53:02.836Z | Checking serde_path_to_error v0.1.20 |
| 1764 | 2026-07-10T04:53:02.930Z | Checking hostname v0.4.2 |
| 1765 | 2026-07-10T04:53:03.002Z | Checking simple-mermaid v0.2.0 |
| 1766 | 2026-07-10T04:53:03.023Z | Checking debug-ignore v1.0.5 |
| 1767 | 2026-07-10T04:53:03.062Z | Checking similar v2.2.1 |
| 1768 | 2026-07-10T04:53:03.101Z | Checking async-channel v2.5.0 |
| 1769 | 2026-07-10T04:53:03.272Z | Checking tokio-tungstenite v0.29.0 |
| 1770 | 2026-07-10T04:53:03.385Z | Checking expectorate v1.2.0 |
| 1771 | 2026-07-10T04:53:03.431Z | Checking buf-list v1.1.2 |
| 1772 | 2026-07-10T04:53:03.437Z | Checking subprocess v1.2.0 |
| 1773 | 2026-07-10T04:53:08.724Z | Checking rustls-webpki v0.103.13 |
| 1774 | 2026-07-10T04:53:08.727Z | Checking rcgen v0.14.8 |
| 1775 | 2026-07-10T04:53:10.917Z | Checking tokio-rustls v0.26.4 |
| 1776 | 2026-07-10T04:53:10.921Z | Checking rustls-platform-verifier v0.6.2 |
| 1777 | 2026-07-10T04:53:11.099Z | Checking hyper-rustls v0.27.9 |
| 1778 | 2026-07-10T04:53:11.267Z | Checking reqwest v0.13.4 |
| 1779 | 2026-07-10T04:53:12.721Z | Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
| 1780 | 2026-07-10T04:53:12.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.23s |
| 1781 | 2026-07-10T04:53:13.041Z | |
| 1782 | 2026-07-10T04:53:13.042Z | |
| 1783 | 2026-07-10T04:53:38.739Z | test tests/fail/bad_channel10.rs ... ok |
| 1784 | 2026-07-10T04:53:38.739Z | test tests/fail/bad_channel11.rs ... ok |
| 1785 | 2026-07-10T04:53:38.739Z | test tests/fail/bad_channel12.rs ... ok |
| 1786 | 2026-07-10T04:53:38.739Z | test tests/fail/bad_channel13.rs ... ok |
| 1787 | 2026-07-10T04:53:38.739Z | test tests/fail/bad_channel14.rs ... ok |
| 1788 | 2026-07-10T04:53:38.739Z | test tests/fail/bad_channel15.rs ... ok |
| 1789 | 2026-07-10T04:53:38.744Z | test tests/fail/bad_channel17.rs ... ok |
| 1790 | 2026-07-10T04:53:38.744Z | test tests/fail/bad_channel18.rs ... ok |
| 1791 | 2026-07-10T04:53:38.744Z | test tests/fail/bad_channel19.rs ... ok |
| 1792 | 2026-07-10T04:53:38.744Z | test tests/fail/bad_channel1a.rs ... ok |
| 1793 | 2026-07-10T04:53:38.744Z | test tests/fail/bad_channel1b.rs ... ok |
| 1794 | 2026-07-10T04:53:38.744Z | test tests/fail/bad_channel2.rs ... ok |
| 1795 | 2026-07-10T04:53:38.744Z | test tests/fail/bad_channel20.rs ... ok |
| 1796 | 2026-07-10T04:53:38.744Z | test tests/fail/bad_channel21.rs ... mismatch |
| 1797 | 2026-07-10T04:53:38.744Z | |
| 1798 | 2026-07-10T04:53:38.744Z | EXPECTED: |
| 1799 | 2026-07-10T04:53:38.745Z | ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ |
| 1800 | 2026-07-10T04:53:38.745Z | error: channel handlers must have the following signature: |
| 1801 | 2026-07-10T04:53:38.745Z | async fn( |
| 1802 | 2026-07-10T04:53:38.745Z | rqctx: dropshot::RequestContext<MyContext>, |
| 1803 | 2026-07-10T04:53:38.745Z | [query_params: Query<Q>,] |
| 1804 | 2026-07-10T04:53:38.745Z | [path_params: Path<P>,] |
| 1805 | 2026-07-10T04:53:38.745Z | websocket_connection: dropshot::WebsocketConnection, |
| 1806 | 2026-07-10T04:53:38.745Z | ) -> dropshot::WebsocketChannelResult |
| 1807 | 2026-07-10T04:53:38.745Z | --> tests/fail/bad_channel21.rs:23:1 |
| 1808 | 2026-07-10T04:53:38.745Z | | |
| 1809 | 2026-07-10T04:53:38.745Z | 23 | / async fn variadic_argument( |
| 1810 | 2026-07-10T04:53:38.745Z | 24 | | _rqctx: RequestContext<()>, |
| 1811 | 2026-07-10T04:53:38.745Z | 25 | | _param1: Query<QueryParams>, |
| 1812 | 2026-07-10T04:53:38.745Z | 26 | | ... |
| 1813 | 2026-07-10T04:53:38.745Z | 27 | | ) -> dropshot::WebsocketChannelResult { |
| 1814 | 2026-07-10T04:53:38.745Z | | |_____________________________________^ |
| 1815 | 2026-07-10T04:53:38.745Z | |
| 1816 | 2026-07-10T04:53:38.745Z | error: endpoint `variadic_argument` must not have a variadic argument |
| 1817 | 2026-07-10T04:53:38.745Z | --> tests/fail/bad_channel21.rs:26:5 |
| 1818 | 2026-07-10T04:53:38.745Z | | |
| 1819 | 2026-07-10T04:53:38.745Z | 26 | ... |
| 1820 | 2026-07-10T04:53:38.745Z | | ^^^ |
| 1821 | 2026-07-10T04:53:38.745Z | |
| 1822 | 2026-07-10T04:53:38.745Z | warning: missing pattern for `...` argument |
| 1823 | 2026-07-10T04:53:38.745Z | --> tests/fail/bad_channel21.rs:26:5 |
| 1824 | 2026-07-10T04:53:38.745Z | | |
| 1825 | 2026-07-10T04:53:38.745Z | 26 | ... |
| 1826 | 2026-07-10T04:53:38.745Z | | ^^^ |
| 1827 | 2026-07-10T04:53:38.745Z | | |
| 1828 | 2026-07-10T04:53:38.745Z | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 1829 | 2026-07-10T04:53:38.745Z | = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544> |
| 1830 | 2026-07-10T04:53:38.745Z | = note: `#[warn(varargs_without_pattern)]` (part of `#[warn(future_incompatible)]`) on by default |
| 1831 | 2026-07-10T04:53:38.745Z | help: name the argument, or use `_` to continue ignoring it |
| 1832 | 2026-07-10T04:53:38.745Z | | |
| 1833 | 2026-07-10T04:53:38.745Z | 26 | _: ... |
| 1834 | 2026-07-10T04:53:38.745Z | | ++ |
| 1835 | 2026-07-10T04:53:38.745Z | ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ |
| 1836 | 2026-07-10T04:53:38.745Z | |
| 1837 | 2026-07-10T04:53:38.746Z | ACTUAL OUTPUT: |
| 1838 | 2026-07-10T04:53:38.746Z | ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ |
| 1839 | 2026-07-10T04:53:38.746Z | error: channel handlers must have the following signature: |
| 1840 | 2026-07-10T04:53:38.746Z | async fn( |
| 1841 | 2026-07-10T04:53:38.746Z | rqctx: dropshot::RequestContext<MyContext>, |
| 1842 | 2026-07-10T04:53:38.746Z | [query_params: Query<Q>,] |
| 1843 | 2026-07-10T04:53:38.746Z | [path_params: Path<P>,] |
| 1844 | 2026-07-10T04:53:38.746Z | websocket_connection: dropshot::WebsocketConnection, |
| 1845 | 2026-07-10T04:53:38.746Z | ) -> dropshot::WebsocketChannelResult |
| 1846 | 2026-07-10T04:53:38.746Z | --> tests/fail/bad_channel21.rs:23:1 |
| 1847 | 2026-07-10T04:53:38.746Z | | |
| 1848 | 2026-07-10T04:53:38.746Z | 23 | / async fn variadic_argument( |
| 1849 | 2026-07-10T04:53:38.746Z | 24 | | _rqctx: RequestContext<()>, |
| 1850 | 2026-07-10T04:53:38.746Z | 25 | | _param1: Query<QueryParams>, |
| 1851 | 2026-07-10T04:53:38.746Z | 26 | | ... |
| 1852 | 2026-07-10T04:53:38.746Z | 27 | | ) -> dropshot::WebsocketChannelResult { |
| 1853 | 2026-07-10T04:53:38.746Z | | |_____________________________________^ |
| 1854 | 2026-07-10T04:53:38.746Z | |
| 1855 | 2026-07-10T04:53:38.746Z | error: endpoint `variadic_argument` must not have a variadic argument |
| 1856 | 2026-07-10T04:53:38.746Z | --> tests/fail/bad_channel21.rs:26:5 |
| 1857 | 2026-07-10T04:53:38.746Z | | |
| 1858 | 2026-07-10T04:53:38.746Z | 26 | ... |
| 1859 | 2026-07-10T04:53:38.746Z | | ^^^ |
| 1860 | 2026-07-10T04:53:38.746Z | |
| 1861 | 2026-07-10T04:53:38.746Z | error: missing pattern for `...` argument |
| 1862 | 2026-07-10T04:53:38.746Z | --> tests/fail/bad_channel21.rs:26:5 |
| 1863 | 2026-07-10T04:53:38.746Z | | |
| 1864 | 2026-07-10T04:53:38.746Z | 26 | ... |
| 1865 | 2026-07-10T04:53:38.746Z | | ^^^ |
| 1866 | 2026-07-10T04:53:38.746Z | | |
| 1867 | 2026-07-10T04:53:38.746Z | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 1868 | 2026-07-10T04:53:38.746Z | = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544> |
| 1869 | 2026-07-10T04:53:38.746Z | = note: `#[deny(varargs_without_pattern)]` (part of `#[deny(future_incompatible)]`) on by default |
| 1870 | 2026-07-10T04:53:38.746Z | help: name the argument, or use `_` to continue ignoring it |
| 1871 | 2026-07-10T04:53:38.746Z | | |
| 1872 | 2026-07-10T04:53:38.746Z | 26 | _: ... |
| 1873 | 2026-07-10T04:53:38.746Z | | ++ |
| 1874 | 2026-07-10T04:53:38.746Z | ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ |
| 1875 | 2026-07-10T04:53:38.747Z | note: If the actual output is the correct output you can bless it by rerunning |
| 1876 | 2026-07-10T04:53:38.747Z | your test with the environment variable TRYBUILD=overwrite |
| 1877 | 2026-07-10T04:53:38.747Z | |
| 1878 | 2026-07-10T04:53:38.747Z | test tests/fail/bad_channel22.rs ... ok |
| 1879 | 2026-07-10T04:53:38.747Z | test tests/fail/bad_channel23.rs ... ok |
| 1880 | 2026-07-10T04:53:38.747Z | test tests/fail/bad_channel24.rs ... ok |
| 1881 | 2026-07-10T04:53:38.747Z | test tests/fail/bad_channel25.rs ... ok |
| 1882 | 2026-07-10T04:53:38.747Z | test tests/fail/bad_channel26.rs ... ok |
| 1883 | 2026-07-10T04:53:38.747Z | test tests/fail/bad_channel27.rs ... ok |
| 1884 | 2026-07-10T04:53:38.747Z | test tests/fail/bad_channel28.rs ... ok |
| 1885 | 2026-07-10T04:53:38.747Z | test tests/fail/bad_channel3.rs ... ok |
| 1886 | 2026-07-10T04:53:38.747Z | test tests/fail/bad_channel4.rs ... ok |
| 1887 | 2026-07-10T04:53:38.747Z | test tests/fail/bad_channel5.rs ... ok |
| 1888 | 2026-07-10T04:53:38.747Z | test tests/fail/bad_channel6.rs ... ok |
| 1889 | 2026-07-10T04:53:38.750Z | test tests/fail/bad_channel8.rs ... ok |
| 1890 | 2026-07-10T04:53:38.750Z | test tests/fail/bad_channel9.rs ... ok |
| 1891 | 2026-07-10T04:53:38.750Z | test tests/fail/bad_endpoint1.rs ... ok |
| 1892 | 2026-07-10T04:53:38.750Z | test tests/fail/bad_endpoint10.rs ... ok |
| 1893 | 2026-07-10T04:53:38.750Z | test tests/fail/bad_endpoint11.rs ... ok |
| 1894 | 2026-07-10T04:53:38.750Z | test tests/fail/bad_endpoint12.rs ... ok |
| 1895 | 2026-07-10T04:53:38.750Z | test tests/fail/bad_endpoint13.rs ... ok |
| 1896 | 2026-07-10T04:53:38.750Z | test tests/fail/bad_endpoint14.rs ... ok |
| 1897 | 2026-07-10T04:53:38.750Z | test tests/fail/bad_endpoint15.rs ... ok |
| 1898 | 2026-07-10T04:53:38.750Z | test tests/fail/bad_endpoint16.rs ... ok |
| 1899 | 2026-07-10T04:53:38.751Z | test tests/fail/bad_endpoint17.rs ... ok |
| 1900 | 2026-07-10T04:53:38.751Z | test tests/fail/bad_endpoint18.rs ... ok |
| 1901 | 2026-07-10T04:53:38.751Z | test tests/fail/bad_endpoint19.rs ... ok |
| 1902 | 2026-07-10T04:53:38.751Z | test tests/fail/bad_endpoint2.rs ... ok |
| 1903 | 2026-07-10T04:53:38.751Z | test tests/fail/bad_endpoint20.rs ... ok |
| 1904 | 2026-07-10T04:53:38.751Z | test tests/fail/bad_endpoint21.rs ... mismatch |
| 1905 | 2026-07-10T04:53:38.751Z | |
| 1906 | 2026-07-10T04:53:38.751Z | EXPECTED: |
| 1907 | 2026-07-10T04:53:38.751Z | ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ |
| 1908 | 2026-07-10T04:53:38.751Z | error: endpoint handlers must have the following signature: |
| 1909 | 2026-07-10T04:53:38.751Z | async fn( |
| 1910 | 2026-07-10T04:53:38.751Z | rqctx: dropshot::RequestContext<MyContext>, |
| 1911 | 2026-07-10T04:53:38.751Z | [query_params: Query<Q>,] |
| 1912 | 2026-07-10T04:53:38.751Z | [path_params: Path<P>,] |
| 1913 | 2026-07-10T04:53:38.751Z | [body_param: TypedBody<J>,] |
| 1914 | 2026-07-10T04:53:38.751Z | [body_param: UntypedBody,] |
| 1915 | 2026-07-10T04:53:38.751Z | [body_param: StreamingBody,] |
| 1916 | 2026-07-10T04:53:38.751Z | [raw_request: RawRequest,] |
| 1917 | 2026-07-10T04:53:38.751Z | ) -> Result<HttpResponse*, impl HttpResponseError> |
| 1918 | 2026-07-10T04:53:38.751Z | --> tests/fail/bad_endpoint21.rs:24:1 |
| 1919 | 2026-07-10T04:53:38.751Z | | |
| 1920 | 2026-07-10T04:53:38.751Z | 24 | / async fn variadic_argument( |
| 1921 | 2026-07-10T04:53:38.751Z | 25 | | _rqctx: RequestContext<()>, |
| 1922 | 2026-07-10T04:53:38.751Z | 26 | | _param1: Query<QueryParams>, |
| 1923 | 2026-07-10T04:53:38.751Z | 27 | | ... |
| 1924 | 2026-07-10T04:53:38.751Z | 28 | | ) -> Result<HttpResponseOk<()>, HttpError> { |
| 1925 | 2026-07-10T04:53:38.751Z | | |__________________________________________^ |
| 1926 | 2026-07-10T04:53:38.751Z | |
| 1927 | 2026-07-10T04:53:38.751Z | error: endpoint `variadic_argument` must not have a variadic argument |
| 1928 | 2026-07-10T04:53:38.751Z | --> tests/fail/bad_endpoint21.rs:27:5 |
| 1929 | 2026-07-10T04:53:38.751Z | | |
| 1930 | 2026-07-10T04:53:38.751Z | 27 | ... |
| 1931 | 2026-07-10T04:53:38.751Z | | ^^^ |
| 1932 | 2026-07-10T04:53:38.751Z | |
| 1933 | 2026-07-10T04:53:38.751Z | warning: missing pattern for `...` argument |
| 1934 | 2026-07-10T04:53:38.751Z | --> tests/fail/bad_endpoint21.rs:27:5 |
| 1935 | 2026-07-10T04:53:38.751Z | | |
| 1936 | 2026-07-10T04:53:38.751Z | 27 | ... |
| 1937 | 2026-07-10T04:53:38.751Z | | ^^^ |
| 1938 | 2026-07-10T04:53:38.752Z | | |
| 1939 | 2026-07-10T04:53:38.752Z | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 1940 | 2026-07-10T04:53:38.752Z | = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544> |
| 1941 | 2026-07-10T04:53:38.752Z | = note: `#[warn(varargs_without_pattern)]` (part of `#[warn(future_incompatible)]`) on by default |
| 1942 | 2026-07-10T04:53:38.752Z | help: name the argument, or use `_` to continue ignoring it |
| 1943 | 2026-07-10T04:53:38.752Z | | |
| 1944 | 2026-07-10T04:53:38.752Z | 27 | _: ... |
| 1945 | 2026-07-10T04:53:38.752Z | | ++ |
| 1946 | 2026-07-10T04:53:38.752Z | ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ |
| 1947 | 2026-07-10T04:53:38.752Z | |
| 1948 | 2026-07-10T04:53:38.752Z | ACTUAL OUTPUT: |
| 1949 | 2026-07-10T04:53:38.752Z | ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ |
| 1950 | 2026-07-10T04:53:38.752Z | error: endpoint handlers must have the following signature: |
| 1951 | 2026-07-10T04:53:38.752Z | async fn( |
| 1952 | 2026-07-10T04:53:38.752Z | rqctx: dropshot::RequestContext<MyContext>, |
| 1953 | 2026-07-10T04:53:38.752Z | [query_params: Query<Q>,] |
| 1954 | 2026-07-10T04:53:38.752Z | [path_params: Path<P>,] |
| 1955 | 2026-07-10T04:53:38.752Z | [body_param: TypedBody<J>,] |
| 1956 | 2026-07-10T04:53:38.752Z | [body_param: UntypedBody,] |
| 1957 | 2026-07-10T04:53:38.752Z | [body_param: StreamingBody,] |
| 1958 | 2026-07-10T04:53:38.752Z | [raw_request: RawRequest,] |
| 1959 | 2026-07-10T04:53:38.752Z | ) -> Result<HttpResponse*, impl HttpResponseError> |
| 1960 | 2026-07-10T04:53:38.752Z | --> tests/fail/bad_endpoint21.rs:24:1 |
| 1961 | 2026-07-10T04:53:38.752Z | | |
| 1962 | 2026-07-10T04:53:38.752Z | 24 | / async fn variadic_argument( |
| 1963 | 2026-07-10T04:53:38.752Z | 25 | | _rqctx: RequestContext<()>, |
| 1964 | 2026-07-10T04:53:38.752Z | 26 | | _param1: Query<QueryParams>, |
| 1965 | 2026-07-10T04:53:38.752Z | 27 | | ... |
| 1966 | 2026-07-10T04:53:38.752Z | 28 | | ) -> Result<HttpResponseOk<()>, HttpError> { |
| 1967 | 2026-07-10T04:53:38.752Z | | |__________________________________________^ |
| 1968 | 2026-07-10T04:53:38.752Z | |
| 1969 | 2026-07-10T04:53:38.752Z | error: endpoint `variadic_argument` must not have a variadic argument |
| 1970 | 2026-07-10T04:53:38.752Z | --> tests/fail/bad_endpoint21.rs:27:5 |
| 1971 | 2026-07-10T04:53:38.752Z | | |
| 1972 | 2026-07-10T04:53:38.752Z | 27 | ... |
| 1973 | 2026-07-10T04:53:38.752Z | | ^^^ |
| 1974 | 2026-07-10T04:53:38.752Z | |
| 1975 | 2026-07-10T04:53:38.752Z | error: missing pattern for `...` argument |
| 1976 | 2026-07-10T04:53:38.752Z | --> tests/fail/bad_endpoint21.rs:27:5 |
| 1977 | 2026-07-10T04:53:38.753Z | | |
| 1978 | 2026-07-10T04:53:38.753Z | 27 | ... |
| 1979 | 2026-07-10T04:53:38.753Z | | ^^^ |
| 1980 | 2026-07-10T04:53:38.753Z | | |
| 1981 | 2026-07-10T04:53:38.753Z | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 1982 | 2026-07-10T04:53:38.753Z | = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544> |
| 1983 | 2026-07-10T04:53:38.753Z | = note: `#[deny(varargs_without_pattern)]` (part of `#[deny(future_incompatible)]`) on by default |
| 1984 | 2026-07-10T04:53:38.753Z | help: name the argument, or use `_` to continue ignoring it |
| 1985 | 2026-07-10T04:53:38.753Z | | |
| 1986 | 2026-07-10T04:53:38.753Z | 27 | _: ... |
| 1987 | 2026-07-10T04:53:38.753Z | | ++ |
| 1988 | 2026-07-10T04:53:38.753Z | ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ |
| 1989 | 2026-07-10T04:53:38.756Z | note: If the actual output is the correct output you can bless it by rerunning |
| 1990 | 2026-07-10T04:53:38.757Z | your test with the environment variable TRYBUILD=overwrite |
| 1991 | 2026-07-10T04:53:38.757Z | |
| 1992 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_endpoint22.rs ... ok |
| 1993 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_endpoint23.rs ... ok |
| 1994 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_endpoint24.rs ... ok |
| 1995 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_endpoint25.rs ... ok |
| 1996 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_endpoint26.rs ... ok |
| 1997 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_endpoint27.rs ... ok |
| 1998 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_endpoint28.rs ... ok |
| 1999 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_endpoint3.rs ... ok |
| 2000 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_endpoint4.rs ... ok |
| 2001 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_endpoint5.rs ... ok |
| 2002 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_endpoint6.rs ... ok |
| 2003 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_endpoint7.rs ... ok |
| 2004 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_endpoint8.rs ... ok |
| 2005 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_endpoint9.rs ... ok |
| 2006 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_trait_channel10.rs ... ok |
| 2007 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_trait_channel11.rs ... ok |
| 2008 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_trait_channel12.rs ... ok |
| 2009 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_trait_channel13.rs ... ok |
| 2010 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_trait_channel14.rs ... ok |
| 2011 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_trait_channel15.rs ... ok |
| 2012 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_trait_channel17.rs ... ok |
| 2013 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_trait_channel18.rs ... ok |
| 2014 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_trait_channel19.rs ... ok |
| 2015 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_trait_channel1a.rs ... ok |
| 2016 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_trait_channel1b.rs ... ok |
| 2017 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_trait_channel2.rs ... ok |
| 2018 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_trait_channel20.rs ... ok |
| 2019 | 2026-07-10T04:53:38.757Z | test tests/fail/bad_trait_channel21.rs ... mismatch |
| 2020 | 2026-07-10T04:53:38.757Z | |
| 2021 | 2026-07-10T04:53:38.757Z | EXPECTED: |
| 2022 | 2026-07-10T04:53:38.757Z | ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ |
| 2023 | 2026-07-10T04:53:38.757Z | error: channel handlers must have the following signature: |
| 2024 | 2026-07-10T04:53:38.757Z | async fn( |
| 2025 | 2026-07-10T04:53:38.757Z | rqctx: dropshot::RequestContext<Self::Context>, |
| 2026 | 2026-07-10T04:53:38.757Z | [query_params: Query<Q>,] |
| 2027 | 2026-07-10T04:53:38.758Z | [path_params: Path<P>,] |
| 2028 | 2026-07-10T04:53:38.758Z | websocket_connection: dropshot::WebsocketConnection, |
| 2029 | 2026-07-10T04:53:38.758Z | ) -> dropshot::WebsocketChannelResult |
| 2030 | 2026-07-10T04:53:38.758Z | --> tests/fail/bad_trait_channel21.rs:21:7 |
| 2031 | 2026-07-10T04:53:38.758Z | | |
| 2032 | 2026-07-10T04:53:38.758Z | 21 | trait MyServer { |
| 2033 | 2026-07-10T04:53:38.758Z | | ^^^^^^^^ |
| 2034 | 2026-07-10T04:53:38.758Z | |
| 2035 | 2026-07-10T04:53:38.758Z | error: endpoint `variadic_argument` must not have a variadic argument |
| 2036 | 2026-07-10T04:53:38.758Z | --> tests/fail/bad_trait_channel21.rs:32:9 |
| 2037 | 2026-07-10T04:53:38.758Z | | |
| 2038 | 2026-07-10T04:53:38.758Z | 32 | ... |
| 2039 | 2026-07-10T04:53:38.758Z | | ^^^ |
| 2040 | 2026-07-10T04:53:38.758Z | |
| 2041 | 2026-07-10T04:53:38.758Z | error: functions cannot be both `async` and C-variadic |
| 2042 | 2026-07-10T04:53:38.758Z | --> tests/fail/bad_trait_channel21.rs:29:5 |
| 2043 | 2026-07-10T04:53:38.758Z | | |
| 2044 | 2026-07-10T04:53:38.758Z | 29 | async fn variadic_argument( |
| 2045 | 2026-07-10T04:53:38.758Z | | ^^^^^ `async` because of this |
| 2046 | 2026-07-10T04:53:38.758Z | ... |
| 2047 | 2026-07-10T04:53:38.758Z | 32 | ... |
| 2048 | 2026-07-10T04:53:38.758Z | | ^^^ C-variadic because of this |
| 2049 | 2026-07-10T04:53:38.758Z | |
| 2050 | 2026-07-10T04:53:38.758Z | error: `...` is not supported for non-extern functions |
| 2051 | 2026-07-10T04:53:38.758Z | --> tests/fail/bad_trait_channel21.rs:32:9 |
| 2052 | 2026-07-10T04:53:38.758Z | | |
| 2053 | 2026-07-10T04:53:38.758Z | 32 | ... |
| 2054 | 2026-07-10T04:53:38.758Z | | ^^^ |
| 2055 | 2026-07-10T04:53:38.758Z | | |
| 2056 | 2026-07-10T04:53:38.758Z | = help: only `extern "C"` and `extern "C-unwind"` functions may have a C variable argument list |
| 2057 | 2026-07-10T04:53:38.758Z | |
| 2058 | 2026-07-10T04:53:38.758Z | error: functions cannot be both `async` and C-variadic |
| 2059 | 2026-07-10T04:53:38.758Z | --> tests/fail/bad_trait_channel21.rs:42:5 |
| 2060 | 2026-07-10T04:53:38.758Z | | |
| 2061 | 2026-07-10T04:53:38.758Z | 42 | async fn variadic_argument( |
| 2062 | 2026-07-10T04:53:38.758Z | | ^^^^^ `async` because of this |
| 2063 | 2026-07-10T04:53:38.758Z | ... |
| 2064 | 2026-07-10T04:53:38.758Z | 45 | ... |
| 2065 | 2026-07-10T04:53:38.759Z | | ^^^ C-variadic because of this |
| 2066 | 2026-07-10T04:53:38.759Z | |
| 2067 | 2026-07-10T04:53:38.759Z | error: `...` is not supported for non-extern functions |
| 2068 | 2026-07-10T04:53:38.759Z | --> tests/fail/bad_trait_channel21.rs:45:9 |
| 2069 | 2026-07-10T04:53:38.759Z | | |
| 2070 | 2026-07-10T04:53:38.759Z | 45 | ... |
| 2071 | 2026-07-10T04:53:38.759Z | | ^^^ |
| 2072 | 2026-07-10T04:53:38.759Z | | |
| 2073 | 2026-07-10T04:53:38.759Z | = help: only `extern "C"` and `extern "C-unwind"` functions may have a C variable argument list |
| 2074 | 2026-07-10T04:53:38.759Z | |
| 2075 | 2026-07-10T04:53:38.759Z | error[E0658]: C-variadic functions are unstable |
| 2076 | 2026-07-10T04:53:38.759Z | --> tests/fail/bad_trait_channel21.rs:29:5 |
| 2077 | 2026-07-10T04:53:38.759Z | | |
| 2078 | 2026-07-10T04:53:38.759Z | 29 | / async fn variadic_argument( |
| 2079 | 2026-07-10T04:53:38.759Z | 30 | | _rqctx: RequestContext<Self::Context>, |
| 2080 | 2026-07-10T04:53:38.759Z | 31 | | _param1: Query<QueryParams>, |
| 2081 | 2026-07-10T04:53:38.759Z | 32 | | ... |
| 2082 | 2026-07-10T04:53:38.759Z | 33 | | ) -> dropshot::WebsocketChannelResult; |
| 2083 | 2026-07-10T04:53:38.759Z | | |__________________________________________^ |
| 2084 | 2026-07-10T04:53:38.759Z | | |
| 2085 | 2026-07-10T04:53:38.759Z | = note: see issue #44930 <https://github.com/rust-lang/rust/issues/44930> for more information |
| 2086 | 2026-07-10T04:53:38.759Z | |
| 2087 | 2026-07-10T04:53:38.759Z | error[E0658]: C-variadic functions are unstable |
| 2088 | 2026-07-10T04:53:38.759Z | --> tests/fail/bad_trait_channel21.rs:42:5 |
| 2089 | 2026-07-10T04:53:38.763Z | | |
| 2090 | 2026-07-10T04:53:38.763Z | 42 | / async fn variadic_argument( |
| 2091 | 2026-07-10T04:53:38.763Z | 43 | | _rqctx: RequestContext<()>, |
| 2092 | 2026-07-10T04:53:38.763Z | 44 | | _param1: Query<QueryParams>, |
| 2093 | 2026-07-10T04:53:38.763Z | 45 | | ... |
| 2094 | 2026-07-10T04:53:38.763Z | 46 | | ) -> dropshot::WebsocketChannelResult { |
| 2095 | 2026-07-10T04:53:38.763Z | 47 | | Ok(()) |
| 2096 | 2026-07-10T04:53:38.763Z | 48 | | } |
| 2097 | 2026-07-10T04:53:38.763Z | | |_____^ |
| 2098 | 2026-07-10T04:53:38.763Z | | |
| 2099 | 2026-07-10T04:53:38.763Z | = note: see issue #44930 <https://github.com/rust-lang/rust/issues/44930> for more information |
| 2100 | 2026-07-10T04:53:38.763Z | |
| 2101 | 2026-07-10T04:53:38.763Z | warning: missing pattern for `...` argument |
| 2102 | 2026-07-10T04:53:38.763Z | --> tests/fail/bad_trait_channel21.rs:32:9 |
| 2103 | 2026-07-10T04:53:38.763Z | | |
| 2104 | 2026-07-10T04:53:38.763Z | 32 | ... |
| 2105 | 2026-07-10T04:53:38.763Z | | ^^^ |
| 2106 | 2026-07-10T04:53:38.763Z | | |
| 2107 | 2026-07-10T04:53:38.763Z | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 2108 | 2026-07-10T04:53:38.763Z | = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544> |
| 2109 | 2026-07-10T04:53:38.763Z | = note: `#[warn(varargs_without_pattern)]` (part of `#[warn(future_incompatible)]`) on by default |
| 2110 | 2026-07-10T04:53:38.763Z | help: name the argument, or use `_` to continue ignoring it |
| 2111 | 2026-07-10T04:53:38.763Z | | |
| 2112 | 2026-07-10T04:53:38.763Z | 32 | _: ... |
| 2113 | 2026-07-10T04:53:38.763Z | | ++ |
| 2114 | 2026-07-10T04:53:38.763Z | |
| 2115 | 2026-07-10T04:53:38.763Z | warning: missing pattern for `...` argument |
| 2116 | 2026-07-10T04:53:38.763Z | --> tests/fail/bad_trait_channel21.rs:45:9 |
| 2117 | 2026-07-10T04:53:38.763Z | | |
| 2118 | 2026-07-10T04:53:38.763Z | 45 | ... |
| 2119 | 2026-07-10T04:53:38.763Z | | ^^^ |
| 2120 | 2026-07-10T04:53:38.763Z | | |
| 2121 | 2026-07-10T04:53:38.763Z | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 2122 | 2026-07-10T04:53:38.764Z | = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544> |
| 2123 | 2026-07-10T04:53:38.764Z | help: name the argument, or use `_` to continue ignoring it |
| 2124 | 2026-07-10T04:53:38.764Z | | |
| 2125 | 2026-07-10T04:53:38.764Z | 45 | _: ... |
| 2126 | 2026-07-10T04:53:38.764Z | | ++ |
| 2127 | 2026-07-10T04:53:38.764Z | |
| 2128 | 2026-07-10T04:53:38.764Z | error[E0700]: hidden type for `impl Future<Output = Result<(), Box<(dyn StdError + Send + Sync + 'static)>>>` captures lifetime that does not appear in bounds |
| 2129 | 2026-07-10T04:53:38.764Z | --> tests/fail/bad_trait_channel21.rs:46:43 |
| 2130 | 2026-07-10T04:53:38.764Z | | |
| 2131 | 2026-07-10T04:53:38.764Z | 46 | ) -> dropshot::WebsocketChannelResult { |
| 2132 | 2026-07-10T04:53:38.764Z | | __________--------------------------------_^ |
| 2133 | 2026-07-10T04:53:38.764Z | | | | |
| 2134 | 2026-07-10T04:53:38.764Z | | | opaque type defined here |
| 2135 | 2026-07-10T04:53:38.764Z | 47 | | Ok(()) |
| 2136 | 2026-07-10T04:53:38.764Z | 48 | | } |
| 2137 | 2026-07-10T04:53:38.764Z | | |_____^ |
| 2138 | 2026-07-10T04:53:38.764Z | | |
| 2139 | 2026-07-10T04:53:38.764Z | = note: hidden type `{async fn body of <MyImpl as MyServer>::variadic_argument()}` captures lifetime `'_` |
| 2140 | 2026-07-10T04:53:38.764Z | ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ |
| 2141 | 2026-07-10T04:53:38.764Z | |
| 2142 | 2026-07-10T04:53:38.764Z | ACTUAL OUTPUT: |
| 2143 | 2026-07-10T04:53:38.764Z | ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ |
| 2144 | 2026-07-10T04:53:38.764Z | error: channel handlers must have the following signature: |
| 2145 | 2026-07-10T04:53:38.764Z | async fn( |
| 2146 | 2026-07-10T04:53:38.764Z | rqctx: dropshot::RequestContext<Self::Context>, |
| 2147 | 2026-07-10T04:53:38.764Z | [query_params: Query<Q>,] |
| 2148 | 2026-07-10T04:53:38.764Z | [path_params: Path<P>,] |
| 2149 | 2026-07-10T04:53:38.764Z | websocket_connection: dropshot::WebsocketConnection, |
| 2150 | 2026-07-10T04:53:38.764Z | test fail ... FAILED |
| 2151 | 2026-07-10T04:53:38.764Z | ) -> dropshot::WebsocketChannelResult |
| 2152 | 2026-07-10T04:53:38.764Z | --> tests/fail/bad_trait_channel21.rs:21:7 |
| 2153 | 2026-07-10T04:53:38.764Z | | |
| 2154 | 2026-07-10T04:53:38.764Z | 21 | trait MyServer { |
| 2155 | 2026-07-10T04:53:38.764Z | | ^^^^^^^^ |
| 2156 | 2026-07-10T04:53:38.764Z | |
| 2157 | 2026-07-10T04:53:38.764Z | error: endpoint `variadic_argument` must not have a variadic argument |
| 2158 | 2026-07-10T04:53:38.764Z | --> tests/fail/bad_trait_channel21.rs:32:9 |
| 2159 | 2026-07-10T04:53:38.765Z | | |
| 2160 | 2026-07-10T04:53:38.765Z | 32 | ... |
| 2161 | 2026-07-10T04:53:38.765Z | | ^^^ |
| 2162 | 2026-07-10T04:53:38.765Z | |
| 2163 | 2026-07-10T04:53:38.765Z | error: functions cannot be both `async` and C-variadic |
| 2164 | 2026-07-10T04:53:38.765Z | --> tests/fail/bad_trait_channel21.rs:29:5 |
| 2165 | 2026-07-10T04:53:38.765Z | | |
| 2166 | 2026-07-10T04:53:38.765Z | 29 | async fn variadic_argument( |
| 2167 | 2026-07-10T04:53:38.765Z | | ^^^^^ `async` because of this |
| 2168 | 2026-07-10T04:53:38.765Z | ... |
| 2169 | 2026-07-10T04:53:38.765Z | 32 | ... |
| 2170 | 2026-07-10T04:53:38.765Z | | ^^^ C-variadic because of this |
| 2171 | 2026-07-10T04:53:38.765Z | |
| 2172 | 2026-07-10T04:53:38.765Z | error: `...` is not supported for non-extern functions |
| 2173 | 2026-07-10T04:53:38.765Z | --> tests/fail/bad_trait_channel21.rs:32:9 |
| 2174 | 2026-07-10T04:53:38.765Z | | |
| 2175 | 2026-07-10T04:53:38.765Z | 32 | ... |
| 2176 | 2026-07-10T04:53:38.765Z | | ^^^ |
| 2177 | 2026-07-10T04:53:38.765Z | | |
| 2178 | 2026-07-10T04:53:38.765Z | = help: only `extern "C"` and `extern "C-unwind"` functions may have a C variable argument list |
| 2179 | 2026-07-10T04:53:38.765Z | |
| 2180 | 2026-07-10T04:53:38.765Z | error: functions cannot be both `async` and C-variadic |
| 2181 | 2026-07-10T04:53:38.765Z | --> tests/fail/bad_trait_channel21.rs:42:5 |
| 2182 | 2026-07-10T04:53:38.765Z | | |
| 2183 | 2026-07-10T04:53:38.765Z | 42 | async fn variadic_argument( |
| 2184 | 2026-07-10T04:53:38.765Z | | ^^^^^ `async` because of this |
| 2185 | 2026-07-10T04:53:38.765Z | ... |
| 2186 | 2026-07-10T04:53:38.765Z | 45 | ... |
| 2187 | 2026-07-10T04:53:38.765Z | | ^^^ C-variadic because of this |
| 2188 | 2026-07-10T04:53:38.765Z | |
| 2189 | 2026-07-10T04:53:38.769Z | error: `...` is not supported for non-extern functions |
| 2190 | 2026-07-10T04:53:38.769Z | --> tests/fail/bad_trait_channel21.rs:45:9 |
| 2191 | 2026-07-10T04:53:38.769Z | | |
| 2192 | 2026-07-10T04:53:38.769Z | 45 | ... |
| 2193 | 2026-07-10T04:53:38.769Z | | ^^^ |
| 2194 | 2026-07-10T04:53:38.769Z | | |
| 2195 | 2026-07-10T04:53:38.769Z | = help: only `extern "C"` and `extern "C-unwind"` functions may have a C variable argument list |
| 2196 | 2026-07-10T04:53:38.769Z | |
| 2197 | 2026-07-10T04:53:38.769Z | error[E0658]: C-variadic functions are unstable |
| 2198 | 2026-07-10T04:53:38.769Z | --> tests/fail/bad_trait_channel21.rs:29:5 |
| 2199 | 2026-07-10T04:53:38.770Z | | |
| 2200 | 2026-07-10T04:53:38.770Z | 29 | / async fn variadic_argument( |
| 2201 | 2026-07-10T04:53:38.770Z | 30 | | _rqctx: RequestContext<Self::Context>, |
| 2202 | 2026-07-10T04:53:38.770Z | 31 | | _param1: Query<QueryParams>, |
| 2203 | 2026-07-10T04:53:38.770Z | 32 | | ... |
| 2204 | 2026-07-10T04:53:38.770Z | |
| 2205 | 2026-07-10T04:53:38.770Z | 33 | | ) -> dropshot::WebsocketChannelResult; |
| 2206 | 2026-07-10T04:53:38.770Z | | |__________________________________________^ |
| 2207 | 2026-07-10T04:53:38.770Z | | |
| 2208 | 2026-07-10T04:53:38.770Z | = note: see issue #44930 <https://github.com/rust-lang/rust/issues/44930> for more information |
| 2209 | 2026-07-10T04:53:38.770Z | failures: |
| 2210 | 2026-07-10T04:53:38.770Z | |
| 2211 | 2026-07-10T04:53:38.770Z | error[E0658]: C-variadic functions are unstable |
| 2212 | 2026-07-10T04:53:38.770Z | |
| 2213 | 2026-07-10T04:53:38.770Z | ---- fail stdout ---- |
| 2214 | 2026-07-10T04:53:38.770Z | |
| 2215 | 2026-07-10T04:53:38.770Z | thread 'fail' (2) panicked at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.117/src/run.rs:102:13: |
| 2216 | 2026-07-10T04:53:38.770Z | 4 of 134 tests failed |
| 2217 | 2026-07-10T04:53:38.770Z | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
| 2218 | 2026-07-10T04:53:38.770Z | |
| 2219 | 2026-07-10T04:53:38.770Z | |
| 2220 | 2026-07-10T04:53:38.770Z | failures: |
| 2221 | 2026-07-10T04:53:38.770Z | fail |
| 2222 | 2026-07-10T04:53:38.770Z | |
| 2223 | 2026-07-10T04:53:38.770Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 55.22s |
| 2224 | 2026-07-10T04:53:38.770Z | |
| 2225 | 2026-07-10T04:53:38.770Z | --> tests/fail/bad_trait_channel21.rs:42:5 |
| 2226 | 2026-07-10T04:53:38.770Z | | |
| 2227 | 2026-07-10T04:53:38.770Z | 42 | / async fn variadic_argument( |
| 2228 | 2026-07-10T04:53:38.770Z | 43 | | _rqctx: RequestContext<()>, |
| 2229 | 2026-07-10T04:53:38.770Z | 44 | | _param1: Query<QueryParams>, |
| 2230 | 2026-07-10T04:53:38.770Z | 45 | | ... |
| 2231 | 2026-07-10T04:53:38.770Z | 46 | | ) -> dropshot::WebsocketChannelResult { |
| 2232 | 2026-07-10T04:53:38.770Z | 47 | | Ok(()) |
| 2233 | 2026-07-10T04:53:38.770Z | 48 | | } |
| 2234 | 2026-07-10T04:53:38.770Z | | |_____^ |
| 2235 | 2026-07-10T04:53:38.770Z | | |
| 2236 | 2026-07-10T04:53:38.770Z | = note: see issue #44930 <https://github.com/rust-lang/rust/issues/44930> for more information |
| 2237 | 2026-07-10T04:53:38.771Z | |
| 2238 | 2026-07-10T04:53:38.771Z | error: missing pattern for `...` argument |
| 2239 | 2026-07-10T04:53:38.771Z | --> tests/fail/bad_trait_channel21.rs:32:9 |
| 2240 | 2026-07-10T04:53:38.771Z | | |
| 2241 | 2026-07-10T04:53:38.771Z | 32 | ... |
| 2242 | 2026-07-10T04:53:38.771Z | | ^^^ |
| 2243 | 2026-07-10T04:53:38.771Z | | |
| 2244 | 2026-07-10T04:53:38.771Z | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 2245 | 2026-07-10T04:53:38.771Z | = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544> |
| 2246 | 2026-07-10T04:53:38.771Z | = note: `#[deny(varargs_without_pattern)]` (part of `#[deny(future_incompatible)]`) on by default |
| 2247 | 2026-07-10T04:53:38.771Z | help: name the argument, or use `_` to continue ignoring it |
| 2248 | 2026-07-10T04:53:38.771Z | | |
| 2249 | 2026-07-10T04:53:38.771Z | 32 | _: ... |
| 2250 | 2026-07-10T04:53:38.771Z | | ++ |
| 2251 | 2026-07-10T04:53:38.771Z | |
| 2252 | 2026-07-10T04:53:38.771Z | error: missing pattern for `...` argument |
| 2253 | 2026-07-10T04:53:38.771Z | --> tests/fail/bad_trait_channel21.rs:45:9 |
| 2254 | 2026-07-10T04:53:38.771Z | | |
| 2255 | 2026-07-10T04:53:38.771Z | 45 | ... |
| 2256 | 2026-07-10T04:53:38.771Z | | ^^^ |
| 2257 | 2026-07-10T04:53:38.771Z | | |
| 2258 | 2026-07-10T04:53:38.771Z | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 2259 | 2026-07-10T04:53:38.771Z | = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544> |
| 2260 | 2026-07-10T04:53:38.771Z | help: name the argument, or use `_` to continue ignoring it |
| 2261 | 2026-07-10T04:53:38.771Z | | |
| 2262 | 2026-07-10T04:53:38.771Z | 45 | _: ... |
| 2263 | 2026-07-10T04:53:38.771Z | | ++ |
| 2264 | 2026-07-10T04:53:38.771Z | |
| 2265 | 2026-07-10T04:53:38.771Z | error[E0700]: hidden type for `impl Future<Output = Result<(), Box<(dyn StdError + Send + Sync + 'static)>>>` captures lifetime that does not appear in bounds |
| 2266 | 2026-07-10T04:53:38.771Z | --> tests/fail/bad_trait_channel21.rs:46:43 |
| 2267 | 2026-07-10T04:53:38.771Z | | |
| 2268 | 2026-07-10T04:53:38.771Z | 46 | ) -> dropshot::WebsocketChannelResult { |
| 2269 | 2026-07-10T04:53:38.771Z | | __________--------------------------------_^ |
| 2270 | 2026-07-10T04:53:38.771Z | | | | |
| 2271 | 2026-07-10T04:53:38.771Z | | | opaque type defined here |
| 2272 | 2026-07-10T04:53:38.771Z | 47 | | Ok(()) |
| 2273 | 2026-07-10T04:53:38.771Z | 48 | | } |
| 2274 | 2026-07-10T04:53:38.771Z | | |_____^ |
| 2275 | 2026-07-10T04:53:38.771Z | | |
| 2276 | 2026-07-10T04:53:38.771Z | = note: hidden type `{async fn body of <MyImpl as MyServer>::variadic_argument()}` captures lifetime `'_` |
| 2277 | 2026-07-10T04:53:38.772Z | ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ |
| 2278 | 2026-07-10T04:53:38.772Z | note: If the actual output is the correct output you can bless it by rerunning |
| 2279 | 2026-07-10T04:53:38.772Z | your test with the environment variable TRYBUILD=overwrite |
| 2280 | 2026-07-10T04:53:38.772Z | |
| 2281 | 2026-07-10T04:53:38.772Z | test tests/fail/bad_trait_channel22.rs ... ok |
| 2282 | 2026-07-10T04:53:38.772Z | test tests/fail/bad_trait_channel23.rs ... ok |
| 2283 | 2026-07-10T04:53:38.772Z | test tests/fail/bad_trait_channel24.rs ... ok |
| 2284 | 2026-07-10T04:53:38.772Z | test tests/fail/bad_trait_channel25.rs ... ok |
| 2285 | 2026-07-10T04:53:38.772Z | test tests/fail/bad_trait_channel26.rs ... ok |
| 2286 | 2026-07-10T04:53:38.772Z | test tests/fail/bad_trait_channel28.rs ... ok |
| 2287 | 2026-07-10T04:53:38.772Z | test tests/fail/bad_trait_channel3.rs ... ok |
| 2288 | 2026-07-10T04:53:38.772Z | test tests/fail/bad_trait_channel4.rs ... ok |
| 2289 | 2026-07-10T04:53:38.776Z | test tests/fail/bad_trait_channel5.rs ... ok |
| 2290 | 2026-07-10T04:53:38.776Z | test tests/fail/bad_trait_channel6.rs ... ok |
| 2291 | 2026-07-10T04:53:38.776Z | test tests/fail/bad_trait_channel8.rs ... ok |
| 2292 | 2026-07-10T04:53:38.776Z | test tests/fail/bad_trait_channel9.rs ... ok |
| 2293 | 2026-07-10T04:53:38.776Z | test tests/fail/bad_trait_endpoint1.rs ... ok |
| 2294 | 2026-07-10T04:53:38.776Z | test tests/fail/bad_trait_endpoint10.rs ... ok |
| 2295 | 2026-07-10T04:53:38.776Z | test tests/fail/bad_trait_endpoint11.rs ... ok |
| 2296 | 2026-07-10T04:53:38.776Z | test tests/fail/bad_trait_endpoint12.rs ... ok |
| 2297 | 2026-07-10T04:53:38.776Z | test tests/fail/bad_trait_endpoint13.rs ... ok |
| 2298 | 2026-07-10T04:53:38.776Z | test tests/fail/bad_trait_endpoint14.rs ... ok |
| 2299 | 2026-07-10T04:53:38.776Z | test tests/fail/bad_trait_endpoint15.rs ... ok |
| 2300 | 2026-07-10T04:53:38.776Z | test tests/fail/bad_trait_endpoint16.rs ... ok |
| 2301 | 2026-07-10T04:53:38.776Z | test tests/fail/bad_trait_endpoint17.rs ... ok |
| 2302 | 2026-07-10T04:53:38.776Z | test tests/fail/bad_trait_endpoint18.rs ... ok |
| 2303 | 2026-07-10T04:53:38.776Z | test tests/fail/bad_trait_endpoint19.rs ... ok |
| 2304 | 2026-07-10T04:53:38.776Z | test tests/fail/bad_trait_endpoint2.rs ... ok |
| 2305 | 2026-07-10T04:53:38.776Z | test tests/fail/bad_trait_endpoint20.rs ... ok |
| 2306 | 2026-07-10T04:53:38.776Z | test tests/fail/bad_trait_endpoint21.rs ... mismatch |
| 2307 | 2026-07-10T04:53:38.776Z | |
| 2308 | 2026-07-10T04:53:38.776Z | EXPECTED: |
| 2309 | 2026-07-10T04:53:38.776Z | ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ |
| 2310 | 2026-07-10T04:53:38.776Z | error: endpoint handlers must have the following signature: |
| 2311 | 2026-07-10T04:53:38.776Z | async fn( |
| 2312 | 2026-07-10T04:53:38.776Z | rqctx: dropshot::RequestContext<Self::Context>, |
| 2313 | 2026-07-10T04:53:38.776Z | [query_params: Query<Q>,] |
| 2314 | 2026-07-10T04:53:38.776Z | [path_params: Path<P>,] |
| 2315 | 2026-07-10T04:53:38.776Z | [body_param: TypedBody<J>,] |
| 2316 | 2026-07-10T04:53:38.776Z | [body_param: UntypedBody,] |
| 2317 | 2026-07-10T04:53:38.776Z | [body_param: StreamingBody,] |
| 2318 | 2026-07-10T04:53:38.776Z | [raw_request: RawRequest,] |
| 2319 | 2026-07-10T04:53:38.776Z | ) -> Result<HttpResponse*, impl HttpResponseError> |
| 2320 | 2026-07-10T04:53:38.776Z | --> tests/fail/bad_trait_endpoint21.rs:22:7 |
| 2321 | 2026-07-10T04:53:38.776Z | | |
| 2322 | 2026-07-10T04:53:38.777Z | 22 | trait MyApi { |
| 2323 | 2026-07-10T04:53:38.777Z | | ^^^^^ |
| 2324 | 2026-07-10T04:53:38.777Z | |
| 2325 | 2026-07-10T04:53:38.777Z | error: endpoint `variadic_argument` must not have a variadic argument |
| 2326 | 2026-07-10T04:53:38.777Z | --> tests/fail/bad_trait_endpoint21.rs:33:9 |
| 2327 | 2026-07-10T04:53:38.777Z | | |
| 2328 | 2026-07-10T04:53:38.777Z | 33 | ... |
| 2329 | 2026-07-10T04:53:38.777Z | | ^^^ |
| 2330 | 2026-07-10T04:53:38.777Z | |
| 2331 | 2026-07-10T04:53:38.777Z | error: functions cannot be both `async` and C-variadic |
| 2332 | 2026-07-10T04:53:38.777Z | --> tests/fail/bad_trait_endpoint21.rs:30:5 |
| 2333 | 2026-07-10T04:53:38.777Z | | |
| 2334 | 2026-07-10T04:53:38.777Z | 30 | async fn variadic_argument( |
| 2335 | 2026-07-10T04:53:38.777Z | | ^^^^^ `async` because of this |
| 2336 | 2026-07-10T04:53:38.777Z | ... |
| 2337 | 2026-07-10T04:53:38.777Z | 33 | ... |
| 2338 | 2026-07-10T04:53:38.777Z | | ^^^ C-variadic because of this |
| 2339 | 2026-07-10T04:53:38.777Z | |
| 2340 | 2026-07-10T04:53:38.777Z | error: `...` is not supported for non-extern functions |
| 2341 | 2026-07-10T04:53:38.777Z | --> tests/fail/bad_trait_endpoint21.rs:33:9 |
| 2342 | 2026-07-10T04:53:38.777Z | | |
| 2343 | 2026-07-10T04:53:38.777Z | 33 | ... |
| 2344 | 2026-07-10T04:53:38.777Z | | ^^^ |
| 2345 | 2026-07-10T04:53:38.777Z | | |
| 2346 | 2026-07-10T04:53:38.777Z | = help: only `extern "C"` and `extern "C-unwind"` functions may have a C variable argument list |
| 2347 | 2026-07-10T04:53:38.777Z | |
| 2348 | 2026-07-10T04:53:38.777Z | error: functions cannot be both `async` and C-variadic |
| 2349 | 2026-07-10T04:53:38.777Z | --> tests/fail/bad_trait_endpoint21.rs:43:5 |
| 2350 | 2026-07-10T04:53:38.777Z | | |
| 2351 | 2026-07-10T04:53:38.777Z | 43 | async fn variadic_argument( |
| 2352 | 2026-07-10T04:53:38.777Z | | ^^^^^ `async` because of this |
| 2353 | 2026-07-10T04:53:38.777Z | ... |
| 2354 | 2026-07-10T04:53:38.777Z | 46 | ... |
| 2355 | 2026-07-10T04:53:38.777Z | | ^^^ C-variadic because of this |
| 2356 | 2026-07-10T04:53:38.777Z | |
| 2357 | 2026-07-10T04:53:38.777Z | error: `...` is not supported for non-extern functions |
| 2358 | 2026-07-10T04:53:38.777Z | --> tests/fail/bad_trait_endpoint21.rs:46:9 |
| 2359 | 2026-07-10T04:53:38.777Z | | |
| 2360 | 2026-07-10T04:53:38.777Z | 46 | ... |
| 2361 | 2026-07-10T04:53:38.778Z | | ^^^ |
| 2362 | 2026-07-10T04:53:38.778Z | | |
| 2363 | 2026-07-10T04:53:38.778Z | = help: only `extern "C"` and `extern "C-unwind"` functions may have a C variable argument list |
| 2364 | 2026-07-10T04:53:38.778Z | |
| 2365 | 2026-07-10T04:53:38.778Z | error[E0658]: C-variadic functions are unstable |
| 2366 | 2026-07-10T04:53:38.778Z | --> tests/fail/bad_trait_endpoint21.rs:30:5 |
| 2367 | 2026-07-10T04:53:38.778Z | | |
| 2368 | 2026-07-10T04:53:38.778Z | 30 | / async fn variadic_argument( |
| 2369 | 2026-07-10T04:53:38.778Z | 31 | | _rqctx: RequestContext<Self::Context>, |
| 2370 | 2026-07-10T04:53:38.778Z | 32 | | _param1: Query<QueryParams>, |
| 2371 | 2026-07-10T04:53:38.778Z | 33 | | ... |
| 2372 | 2026-07-10T04:53:38.778Z | 34 | | ) -> Result<HttpResponseUpdatedNoContent, HttpError>; |
| 2373 | 2026-07-10T04:53:38.778Z | | |_________________________________________________________^ |
| 2374 | 2026-07-10T04:53:38.778Z | | |
| 2375 | 2026-07-10T04:53:38.778Z | = note: see issue #44930 <https://github.com/rust-lang/rust/issues/44930> for more information |
| 2376 | 2026-07-10T04:53:38.778Z | |
| 2377 | 2026-07-10T04:53:38.778Z | error[E0658]: C-variadic functions are unstable |
| 2378 | 2026-07-10T04:53:38.778Z | --> tests/fail/bad_trait_endpoint21.rs:43:5 |
| 2379 | 2026-07-10T04:53:38.778Z | | |
| 2380 | 2026-07-10T04:53:38.778Z | 43 | / async fn variadic_argument( |
| 2381 | 2026-07-10T04:53:38.778Z | 44 | | _rqctx: RequestContext<Self::Context>, |
| 2382 | 2026-07-10T04:53:38.778Z | 45 | | _param1: Query<QueryParams>, |
| 2383 | 2026-07-10T04:53:38.778Z | 46 | | ... |
| 2384 | 2026-07-10T04:53:38.778Z | 47 | | ) -> Result<HttpResponseUpdatedNoContent, HttpError> { |
| 2385 | 2026-07-10T04:53:38.778Z | 48 | | unreachable!() |
| 2386 | 2026-07-10T04:53:38.778Z | 49 | | } |
| 2387 | 2026-07-10T04:53:38.778Z | | |_____^ |
| 2388 | 2026-07-10T04:53:38.778Z | | |
| 2389 | 2026-07-10T04:53:38.782Z | = note: see issue #44930 <https://github.com/rust-lang/rust/issues/44930> for more information |
| 2390 | 2026-07-10T04:53:38.782Z | |
| 2391 | 2026-07-10T04:53:38.782Z | warning: missing pattern for `...` argument |
| 2392 | 2026-07-10T04:53:38.782Z | --> tests/fail/bad_trait_endpoint21.rs:33:9 |
| 2393 | 2026-07-10T04:53:38.782Z | | |
| 2394 | 2026-07-10T04:53:38.782Z | 33 | ... |
| 2395 | 2026-07-10T04:53:38.782Z | | ^^^ |
| 2396 | 2026-07-10T04:53:38.782Z | | |
| 2397 | 2026-07-10T04:53:38.782Z | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 2398 | 2026-07-10T04:53:38.782Z | = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544> |
| 2399 | 2026-07-10T04:53:38.782Z | = note: `#[warn(varargs_without_pattern)]` (part of `#[warn(future_incompatible)]`) on by default |
| 2400 | 2026-07-10T04:53:38.782Z | help: name the argument, or use `_` to continue ignoring it |
| 2401 | 2026-07-10T04:53:38.782Z | | |
| 2402 | 2026-07-10T04:53:38.782Z | 33 | _: ... |
| 2403 | 2026-07-10T04:53:38.782Z | | ++ |
| 2404 | 2026-07-10T04:53:38.782Z | |
| 2405 | 2026-07-10T04:53:38.782Z | warning: missing pattern for `...` argument |
| 2406 | 2026-07-10T04:53:38.782Z | --> tests/fail/bad_trait_endpoint21.rs:46:9 |
| 2407 | 2026-07-10T04:53:38.782Z | | |
| 2408 | 2026-07-10T04:53:38.782Z | 46 | ... |
| 2409 | 2026-07-10T04:53:38.782Z | | ^^^ |
| 2410 | 2026-07-10T04:53:38.782Z | | |
| 2411 | 2026-07-10T04:53:38.782Z | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 2412 | 2026-07-10T04:53:38.782Z | = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544> |
| 2413 | 2026-07-10T04:53:38.783Z | help: name the argument, or use `_` to continue ignoring it |
| 2414 | 2026-07-10T04:53:38.783Z | | |
| 2415 | 2026-07-10T04:53:38.783Z | 46 | _: ... |
| 2416 | 2026-07-10T04:53:38.783Z | | ++ |
| 2417 | 2026-07-10T04:53:38.783Z | |
| 2418 | 2026-07-10T04:53:38.783Z | error[E0700]: hidden type for `impl Future<Output = Result<HttpResponseUpdatedNoContent, HttpError>>` captures lifetime that does not appear in bounds |
| 2419 | 2026-07-10T04:53:38.783Z | --> tests/fail/bad_trait_endpoint21.rs:47:58 |
| 2420 | 2026-07-10T04:53:38.783Z | | |
| 2421 | 2026-07-10T04:53:38.783Z | 47 | ) -> Result<HttpResponseUpdatedNoContent, HttpError> { |
| 2422 | 2026-07-10T04:53:38.783Z | | __________-----------------------------------------------_^ |
| 2423 | 2026-07-10T04:53:38.783Z | | | | |
| 2424 | 2026-07-10T04:53:38.783Z | | | opaque type defined here |
| 2425 | 2026-07-10T04:53:38.783Z | 48 | | unreachable!() |
| 2426 | 2026-07-10T04:53:38.783Z | 49 | | } |
| 2427 | 2026-07-10T04:53:38.783Z | | |_____^ |
| 2428 | 2026-07-10T04:53:38.783Z | | |
| 2429 | 2026-07-10T04:53:38.783Z | = note: hidden type `{async fn body of <MyImpl as MyApi>::variadic_argument()}` captures lifetime `'_` |
| 2430 | 2026-07-10T04:53:38.783Z | ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ |
| 2431 | 2026-07-10T04:53:38.783Z | |
| 2432 | 2026-07-10T04:53:38.783Z | ACTUAL OUTPUT: |
| 2433 | 2026-07-10T04:53:38.783Z | ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ |
| 2434 | 2026-07-10T04:53:38.783Z | error: endpoint handlers must have the following signature: |
| 2435 | 2026-07-10T04:53:38.783Z | async fn( |
| 2436 | 2026-07-10T04:53:38.783Z | rqctx: dropshot::RequestContext<Self::Context>, |
| 2437 | 2026-07-10T04:53:38.783Z | [query_params: Query<Q>,] |
| 2438 | 2026-07-10T04:53:38.783Z | [path_params: Path<P>,] |
| 2439 | 2026-07-10T04:53:38.783Z | [body_param: TypedBody<J>,] |
| 2440 | 2026-07-10T04:53:38.783Z | [body_param: UntypedBody,] |
| 2441 | 2026-07-10T04:53:38.783Z | [body_param: StreamingBody,] |
| 2442 | 2026-07-10T04:53:38.783Z | [raw_request: RawRequest,] |
| 2443 | 2026-07-10T04:53:38.783Z | ) -> Result<HttpResponse*, impl HttpResponseError> |
| 2444 | 2026-07-10T04:53:38.783Z | --> tests/fail/bad_trait_endpoint21.rs:22:7 |
| 2445 | 2026-07-10T04:53:38.783Z | | |
| 2446 | 2026-07-10T04:53:38.783Z | 22 | trait MyApi { |
| 2447 | 2026-07-10T04:53:38.783Z | | ^^^^^ |
| 2448 | 2026-07-10T04:53:38.783Z | |
| 2449 | 2026-07-10T04:53:38.783Z | error: endpoint `variadic_argument` must not have a variadic argument |
| 2450 | 2026-07-10T04:53:38.783Z | --> tests/fail/bad_trait_endpoint21.rs:33:9 |
| 2451 | 2026-07-10T04:53:38.783Z | | |
| 2452 | 2026-07-10T04:53:38.783Z | 33 | ... |
| 2453 | 2026-07-10T04:53:38.784Z | | ^^^ |
| 2454 | 2026-07-10T04:53:38.784Z | |
| 2455 | 2026-07-10T04:53:38.784Z | error: functions cannot be both `async` and C-variadic |
| 2456 | 2026-07-10T04:53:38.784Z | --> tests/fail/bad_trait_endpoint21.rs:30:5 |
| 2457 | 2026-07-10T04:53:38.784Z | | |
| 2458 | 2026-07-10T04:53:38.784Z | 30 | async fn variadic_argument( |
| 2459 | 2026-07-10T04:53:38.784Z | | ^^^^^ `async` because of this |
| 2460 | 2026-07-10T04:53:38.784Z | ... |
| 2461 | 2026-07-10T04:53:38.784Z | 33 | ... |
| 2462 | 2026-07-10T04:53:38.784Z | | ^^^ C-variadic because of this |
| 2463 | 2026-07-10T04:53:38.784Z | |
| 2464 | 2026-07-10T04:53:38.784Z | error: `...` is not supported for non-extern functions |
| 2465 | 2026-07-10T04:53:38.784Z | --> tests/fail/bad_trait_endpoint21.rs:33:9 |
| 2466 | 2026-07-10T04:53:38.784Z | | |
| 2467 | 2026-07-10T04:53:38.784Z | 33 | ... |
| 2468 | 2026-07-10T04:53:38.784Z | | ^^^ |
| 2469 | 2026-07-10T04:53:38.784Z | | |
| 2470 | 2026-07-10T04:53:38.784Z | = help: only `extern "C"` and `extern "C-unwind"` functions may have a C variable argument list |
| 2471 | 2026-07-10T04:53:38.784Z | |
| 2472 | 2026-07-10T04:53:38.784Z | error: functions cannot be both `async` and C-variadic |
| 2473 | 2026-07-10T04:53:38.784Z | --> tests/fail/bad_trait_endpoint21.rs:43:5 |
| 2474 | 2026-07-10T04:53:38.784Z | | |
| 2475 | 2026-07-10T04:53:38.784Z | 43 | async fn variadic_argument( |
| 2476 | 2026-07-10T04:53:38.784Z | | ^^^^^ `async` because of this |
| 2477 | 2026-07-10T04:53:38.784Z | ... |
| 2478 | 2026-07-10T04:53:38.784Z | 46 | ... |
| 2479 | 2026-07-10T04:53:38.784Z | | ^^^ C-variadic because of this |
| 2480 | 2026-07-10T04:53:38.784Z | |
| 2481 | 2026-07-10T04:53:38.784Z | error: `...` is not supported for non-extern functions |
| 2482 | 2026-07-10T04:53:38.784Z | --> tests/fail/bad_trait_endpoint21.rs:46:9 |
| 2483 | 2026-07-10T04:53:38.784Z | | |
| 2484 | 2026-07-10T04:53:38.784Z | 46 | ... |
| 2485 | 2026-07-10T04:53:38.784Z | | ^^^ |
| 2486 | 2026-07-10T04:53:38.784Z | | |
| 2487 | 2026-07-10T04:53:38.784Z | = help: only `extern "C"` and `extern "C-unwind"` functions may have a C variable argument list |
| 2488 | 2026-07-10T04:53:38.784Z | |
| 2489 | 2026-07-10T04:53:38.788Z | error[E0658]: C-variadic functions are unstable |
| 2490 | 2026-07-10T04:53:38.788Z | --> tests/fail/bad_trait_endpoint21.rs:30:5 |
| 2491 | 2026-07-10T04:53:38.788Z | | |
| 2492 | 2026-07-10T04:53:38.788Z | 30 | / async fn variadic_argument( |
| 2493 | 2026-07-10T04:53:38.788Z | 31 | | _rqctx: RequestContext<Self::Context>, |
| 2494 | 2026-07-10T04:53:38.788Z | 32 | | _param1: Query<QueryParams>, |
| 2495 | 2026-07-10T04:53:38.788Z | 33 | | ... |
| 2496 | 2026-07-10T04:53:38.788Z | 34 | | ) -> Result<HttpResponseUpdatedNoContent, HttpError>; |
| 2497 | 2026-07-10T04:53:38.788Z | | |_________________________________________________________^ |
| 2498 | 2026-07-10T04:53:38.788Z | | |
| 2499 | 2026-07-10T04:53:38.788Z | = note: see issue #44930 <https://github.com/rust-lang/rust/issues/44930> for more information |
| 2500 | 2026-07-10T04:53:38.788Z | |
| 2501 | 2026-07-10T04:53:38.788Z | error[E0658]: C-variadic functions are unstable |
| 2502 | 2026-07-10T04:53:38.788Z | --> tests/fail/bad_trait_endpoint21.rs:43:5 |
| 2503 | 2026-07-10T04:53:38.788Z | | |
| 2504 | 2026-07-10T04:53:38.788Z | 43 | / async fn variadic_argument( |
| 2505 | 2026-07-10T04:53:38.788Z | 44 | | _rqctx: RequestContext<Self::Context>, |
| 2506 | 2026-07-10T04:53:38.788Z | 45 | | _param1: Query<QueryParams>, |
| 2507 | 2026-07-10T04:53:38.788Z | 46 | | ... |
| 2508 | 2026-07-10T04:53:38.788Z | 47 | | ) -> Result<HttpResponseUpdatedNoContent, HttpError> { |
| 2509 | 2026-07-10T04:53:38.788Z | 48 | | unreachable!() |
| 2510 | 2026-07-10T04:53:38.788Z | 49 | | } |
| 2511 | 2026-07-10T04:53:38.788Z | | |_____^ |
| 2512 | 2026-07-10T04:53:38.789Z | | |
| 2513 | 2026-07-10T04:53:38.789Z | = note: see issue #44930 <https://github.com/rust-lang/rust/issues/44930> for more information |
| 2514 | 2026-07-10T04:53:38.789Z | |
| 2515 | 2026-07-10T04:53:38.789Z | error: missing pattern for `...` argument |
| 2516 | 2026-07-10T04:53:38.789Z | --> tests/fail/bad_trait_endpoint21.rs:33:9 |
| 2517 | 2026-07-10T04:53:38.789Z | | |
| 2518 | 2026-07-10T04:53:38.789Z | 33 | ... |
| 2519 | 2026-07-10T04:53:38.789Z | | ^^^ |
| 2520 | 2026-07-10T04:53:38.789Z | | |
| 2521 | 2026-07-10T04:53:38.789Z | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 2522 | 2026-07-10T04:53:38.789Z | = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544> |
| 2523 | 2026-07-10T04:53:38.789Z | = note: `#[deny(varargs_without_pattern)]` (part of `#[deny(future_incompatible)]`) on by default |
| 2524 | 2026-07-10T04:53:38.789Z | help: name the argument, or use `_` to continue ignoring it |
| 2525 | 2026-07-10T04:53:38.789Z | | |
| 2526 | 2026-07-10T04:53:38.789Z | 33 | _: ... |
| 2527 | 2026-07-10T04:53:38.789Z | | ++ |
| 2528 | 2026-07-10T04:53:38.789Z | |
| 2529 | 2026-07-10T04:53:38.789Z | error: missing pattern for `...` argument |
| 2530 | 2026-07-10T04:53:38.789Z | --> tests/fail/bad_trait_endpoint21.rs:46:9 |
| 2531 | 2026-07-10T04:53:38.789Z | | |
| 2532 | 2026-07-10T04:53:38.789Z | 46 | ... |
| 2533 | 2026-07-10T04:53:38.789Z | | ^^^ |
| 2534 | 2026-07-10T04:53:38.789Z | | |
| 2535 | 2026-07-10T04:53:38.789Z | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 2536 | 2026-07-10T04:53:38.789Z | = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544> |
| 2537 | 2026-07-10T04:53:38.789Z | help: name the argument, or use `_` to continue ignoring it |
| 2538 | 2026-07-10T04:53:38.789Z | | |
| 2539 | 2026-07-10T04:53:38.789Z | 46 | _: ... |
| 2540 | 2026-07-10T04:53:38.789Z | | ++ |
| 2541 | 2026-07-10T04:53:38.789Z | |
| 2542 | 2026-07-10T04:53:38.789Z | error[E0700]: hidden type for `impl Future<Output = Result<HttpResponseUpdatedNoContent, HttpError>>` captures lifetime that does not appear in bounds |
| 2543 | 2026-07-10T04:53:38.789Z | --> tests/fail/bad_trait_endpoint21.rs:47:58 |
| 2544 | 2026-07-10T04:53:38.789Z | | |
| 2545 | 2026-07-10T04:53:38.789Z | 47 | ) -> Result<HttpResponseUpdatedNoContent, HttpError> { |
| 2546 | 2026-07-10T04:53:38.789Z | | __________-----------------------------------------------_^ |
| 2547 | 2026-07-10T04:53:38.789Z | | | | |
| 2548 | 2026-07-10T04:53:38.789Z | | | opaque type defined here |
| 2549 | 2026-07-10T04:53:38.789Z | 48 | | unreachable!() |
| 2550 | 2026-07-10T04:53:38.789Z | 49 | | } |
| 2551 | 2026-07-10T04:53:38.790Z | | |_____^ |
| 2552 | 2026-07-10T04:53:38.790Z | | |
| 2553 | 2026-07-10T04:53:38.790Z | = note: hidden type `{async fn body of <MyImpl as MyApi>::variadic_argument()}` captures lifetime `'_` |
| 2554 | 2026-07-10T04:53:38.790Z | ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ |
| 2555 | 2026-07-10T04:53:38.790Z | note: If the actual output is the correct output you can bless it by rerunning |
| 2556 | 2026-07-10T04:53:38.790Z | your test with the environment variable TRYBUILD=overwrite |
| 2557 | 2026-07-10T04:53:38.790Z | |
| 2558 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_endpoint22.rs ... ok |
| 2559 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_endpoint23.rs ... ok |
| 2560 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_endpoint24.rs ... ok |
| 2561 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_endpoint25.rs ... ok |
| 2562 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_endpoint26.rs ... ok |
| 2563 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_endpoint27.rs ... ok |
| 2564 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_endpoint28.rs ... ok |
| 2565 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_endpoint3.rs ... ok |
| 2566 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_endpoint4.rs ... ok |
| 2567 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_endpoint5.rs ... ok |
| 2568 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_endpoint6.rs ... ok |
| 2569 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_endpoint7.rs ... ok |
| 2570 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_endpoint8.rs ... ok |
| 2571 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_endpoint9.rs ... ok |
| 2572 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_endpoint_error.rs ... ok |
| 2573 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_only1.rs ... ok |
| 2574 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_only10.rs ... ok |
| 2575 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_only11.rs ... ok |
| 2576 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_only12.rs ... ok |
| 2577 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_only13.rs ... ok |
| 2578 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_only14.rs ... ok |
| 2579 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_only15.rs ... ok |
| 2580 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_only16.rs ... ok |
| 2581 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_only17.rs ... ok |
| 2582 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_only18.rs ... ok |
| 2583 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_only19.rs ... ok |
| 2584 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_only2.rs ... ok |
| 2585 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_only20.rs ... ok |
| 2586 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_only21.rs ... ok |
| 2587 | 2026-07-10T04:53:38.790Z | test tests/fail/bad_trait_only22.rs ... ok |
| 2588 | 2026-07-10T04:53:38.791Z | test tests/fail/bad_trait_only3.rs ... ok |
| 2589 | 2026-07-10T04:53:38.794Z | test tests/fail/bad_trait_only4.rs ... ok |
| 2590 | 2026-07-10T04:53:38.794Z | test tests/fail/bad_trait_only5.rs ... ok |
| 2591 | 2026-07-10T04:53:38.794Z | test tests/fail/bad_trait_only6.rs ... ok |
| 2592 | 2026-07-10T04:53:38.794Z | test tests/fail/bad_trait_only7.rs ... ok |
| 2593 | 2026-07-10T04:53:38.794Z | test tests/fail/bad_trait_only8.rs ... ok |
| 2594 | 2026-07-10T04:53:38.794Z | test tests/fail/bad_trait_only9.rs ... ok |
| 2595 | 2026-07-10T04:53:38.794Z | test tests/fail/bad_version_backwards.rs ... ok |
| 2596 | 2026-07-10T04:53:38.794Z | test tests/fail/unused_endpoint.rs ... ok |
| 2597 | 2026-07-10T04:53:38.794Z | |
| 2598 | 2026-07-10T04:53:38.794Z | |
| 2599 | 2026-07-10T04:53:38.794Z | error: test failed, to rerun pass `-p dropshot --test fail` |
| 2600 | 2026-07-10T04:53:38.794Z | |
| 2601 | 2026-07-10T04:53:38.794Z | real 1:47.207376787 |
| 2602 | 2026-07-10T04:53:38.794Z | user 8:00.901225178 |
| 2603 | 2026-07-10T04:53:38.794Z | sys 1:48.669537057 |
| 2604 | 2026-07-10T04:53:38.794Z | trap 0.356875160 |
| 2605 | 2026-07-10T04:53:38.794Z | tflt 0.024165433 |
| 2606 | 2026-07-10T04:53:38.794Z | dflt 0.131270315 |
| 2607 | 2026-07-10T04:53:38.795Z | kflt 0.000344306 |
| 2608 | 2026-07-10T04:53:38.795Z | lock 35:35.717957134 |
| 2609 | 2026-07-10T04:53:38.795Z | slp 34:04.884805431 |
| 2610 | 2026-07-10T04:53:38.795Z | lat 24.824961584 |
| 2611 | 2026-07-10T04:53:38.795Z | stop 1:10.830525613 |
| 2612 | 2026-07-10T04:53:38.795Z | process exited: duration 204379 ms, exit code 101 |
| |
| 2613 | 2026-07-10T04:53:38.801Z | found 0 output files |