|
|
|
| 1 | 2026-08-03T04:54:32.927Z | job assigned to worker 01KZ2ZGWFZZKTVBNZM19W0490B [factory aws, i-0329ebd13eec623c0] (queued for 55 s) |
| |
| 2 | 2026-08-03T04:54:39.806Z | starting task 0: "setup" |
| 3 | 2026-08-03T04:54:39.810Z | ++ uname -s |
| 4 | 2026-08-03T04:54:39.814Z | + kern=SunOS |
| 5 | 2026-08-03T04:54:39.814Z | + build_user=build |
| 6 | 2026-08-03T04:54:39.814Z | + build_uid=12345 |
| 7 | 2026-08-03T04:54:39.814Z | + work_dir=/work |
| 8 | 2026-08-03T04:54:39.814Z | + input_dir=/input |
| 9 | 2026-08-03T04:54:39.814Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-03T04:54:39.814Z | + case "$kern" in |
| 11 | 2026-08-03T04:54:39.814Z | + groupadd -g 12345 build |
| 12 | 2026-08-03T04:54:39.814Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-03T04:54:41.820Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-03T04:54:41.926Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-03T04:54:41.929Z | + home_fs=zfs |
| 16 | 2026-08-03T04:54:41.929Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-03T04:54:41.929Z | + mkdir -p /home/build |
| 18 | 2026-08-03T04:54:41.929Z | + chown build:build /home/build /work |
| 19 | 2026-08-03T04:54:43.931Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-03T04:54:43.935Z | process exited: duration 4129 ms, exit code 0 |
| |
| 21 | 2026-08-03T04:54:43.941Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-03T04:54:43.946Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-03T04:54:43.949Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-03T04:54:43.950Z | * rust toolchain channel = "stable" |
| 25 | 2026-08-03T04:54:43.950Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-03T04:54:43.950Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-03T04:54:43.950Z | * rust toolchain profile = "default" |
| 28 | 2026-08-03T04:54:43.950Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-03T04:54:43.950Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-03T04:54:44.046Z | info: downloading installer |
| 31 | 2026-08-03T04:54:45.407Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-08-03T04:54:45.407Z | warn: /opt/ooce/bin |
| 33 | 2026-08-03T04:54:45.407Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-08-03T04:54:45.407Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-08-03T04:54:45.407Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-08-03T04:54:45.407Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-08-03T04:54:45.407Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-08-03T04:54:45.407Z | error: cannot install while Rust is installed |
| 39 | 2026-08-03T04:54:45.407Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-08-03T04:54:45.407Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-08-03T04:54:45.407Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-08-03T04:54:45.407Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-08-03T04:54:45.407Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-08-03T04:54:45.422Z | info: profile set to default |
| 45 | 2026-08-03T04:54:45.422Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-08-03T04:54:45.425Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-08-03T04:54:45.554Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 48 | 2026-08-03T04:54:45.558Z | info: downloading 6 components |
| 49 | 2026-08-03T04:54:59.776Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-08-03T04:54:59.776Z | |
| 51 | 2026-08-03T04:54:59.803Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 52 | 2026-08-03T04:54:59.803Z | |
| 53 | 2026-08-03T04:54:59.803Z | |
| 54 | 2026-08-03T04:54:59.803Z | Rust is installed now. Great! |
| 55 | 2026-08-03T04:54:59.803Z | |
| 56 | 2026-08-03T04:54:59.807Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-08-03T04:54:59.807Z | environment variable. This has not been done automatically. |
| 58 | 2026-08-03T04:54:59.807Z | |
| 59 | 2026-08-03T04:54:59.807Z | To configure your current shell, you need to source |
| 60 | 2026-08-03T04:54:59.807Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-08-03T04:54:59.807Z | |
| 62 | 2026-08-03T04:54:59.807Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-08-03T04:54:59.807Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-08-03T04:54:59.807Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-08-03T04:54:59.807Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-08-03T04:54:59.807Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-08-03T04:54:59.807Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-08-03T04:54:59.807Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-08-03T04:54:59.807Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-08-03T04:54:59.807Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-08-03T04:54:59.907Z | + rustup --version |
| 72 | 2026-08-03T04:54:59.916Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-08-03T04:54:59.919Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-08-03T04:54:59.937Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 75 | 2026-08-03T04:54:59.941Z | + cargo --version |
| 76 | 2026-08-03T04:54:59.955Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 77 | 2026-08-03T04:54:59.958Z | + rustc --version |
| 78 | 2026-08-03T04:54:59.977Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 79 | 2026-08-03T04:54:59.980Z | process exited: duration 16037 ms, exit code 0 |
| |
| 80 | 2026-08-03T04:54:59.987Z | starting task 2: "authentication" |
| 81 | 2026-08-03T04:55:00.004Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-08-03T04:55:00.010Z | starting task 3: "clone repository" |
| 83 | 2026-08-03T04:55:00.013Z | + mkdir -p /work/oxidecomputer/dropshot |
| 84 | 2026-08-03T04:55:00.016Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
| 85 | 2026-08-03T04:55:00.047Z | Cloning into '/work/oxidecomputer/dropshot'... |
| 86 | 2026-08-03T04:55:00.750Z | + cd /work/oxidecomputer/dropshot |
| 87 | 2026-08-03T04:55:00.750Z | + git fetch origin 1837a3444db538df449a101f6b270086e101870e |
| 88 | 2026-08-03T04:55:01.006Z | From https://github.com/oxidecomputer/dropshot |
| 89 | 2026-08-03T04:55:01.007Z | * branch 1837a3444db538df449a101f6b270086e101870e -> FETCH_HEAD |
| 90 | 2026-08-03T04:55:01.013Z | + [[ -n dependabot/cargo/rustls-0.23.43 ]] |
| 91 | 2026-08-03T04:55:01.016Z | ++ git branch --show-current |
| 92 | 2026-08-03T04:55:01.016Z | + current=main |
| 93 | 2026-08-03T04:55:01.016Z | + [[ main != dependabot/cargo/rustls-0.23.43 ]] |
| 94 | 2026-08-03T04:55:01.016Z | + git branch -f dependabot/cargo/rustls-0.23.43 1837a3444db538df449a101f6b270086e101870e |
| 95 | 2026-08-03T04:55:01.019Z | + git checkout -f dependabot/cargo/rustls-0.23.43 |
| 96 | 2026-08-03T04:55:01.033Z | Switched to branch 'dependabot/cargo/rustls-0.23.43' |
| 97 | 2026-08-03T04:55:01.036Z | + git reset --hard 1837a3444db538df449a101f6b270086e101870e |
| 98 | 2026-08-03T04:55:01.046Z | HEAD is now at 1837a34 Bump rustls from 0.23.42 to 0.23.43 |
| 99 | 2026-08-03T04:55:01.049Z | process exited: duration 1037 ms, exit code 0 |
| |
| 100 | 2026-08-03T04:55:01.055Z | starting task 4: "build" |
| 101 | 2026-08-03T04:55:01.059Z | + cargo --version |
| 102 | 2026-08-03T04:55:01.064Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 103 | 2026-08-03T04:55:01.226Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 104 | 2026-08-03T04:55:01.229Z | info: downloading 6 components |
| 105 | 2026-08-03T04:55:17.443Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 106 | 2026-08-03T04:55:17.446Z | + rustc --version |
| 107 | 2026-08-03T04:55:17.478Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 108 | 2026-08-03T04:55:17.483Z | + banner build |
| 109 | 2026-08-03T04:55:17.487Z | |
| 110 | 2026-08-03T04:55:17.487Z | ##### # # # # ##### |
| 111 | 2026-08-03T04:55:17.487Z | # # # # # # # # |
| 112 | 2026-08-03T04:55:17.487Z | ##### # # # # # # |
| 113 | 2026-08-03T04:55:17.487Z | # # # # # # # # |
| 114 | 2026-08-03T04:55:17.487Z | # # # # # # # # |
| 115 | 2026-08-03T04:55:17.487Z | ##### #### # ###### ##### |
| 116 | 2026-08-03T04:55:17.487Z | |
| 117 | 2026-08-03T04:55:17.487Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
| 118 | 2026-08-03T04:55:17.572Z | Updating crates.io index |
| 119 | 2026-08-03T04:55:19.514Z | Downloading crates ... |
| 120 | 2026-08-03T04:55:19.565Z | Downloaded adler2 v2.0.1 |
| 121 | 2026-08-03T04:55:19.568Z | Downloaded rusticata-macros v4.1.0 |
| 122 | 2026-08-03T04:55:19.574Z | Downloaded rustls-pki-types v1.15.1 |
| 123 | 2026-08-03T04:55:19.577Z | Downloaded utf16_iter v1.0.5 |
| 124 | 2026-08-03T04:55:19.582Z | Downloaded rustls-platform-verifier v0.6.2 |
| 125 | 2026-08-03T04:55:19.585Z | Downloaded scroll_derive v0.13.1 |
| 126 | 2026-08-03T04:55:19.588Z | Downloaded hostname v0.3.1 |
| 127 | 2026-08-03T04:55:19.588Z | Downloaded hostname v0.4.2 |
| 128 | 2026-08-03T04:55:19.590Z | Downloaded serde_spanned v1.1.1 |
| 129 | 2026-08-03T04:55:19.593Z | Downloaded scopeguard v1.2.0 |
| 130 | 2026-08-03T04:55:19.593Z | Downloaded serde_path_to_error v0.1.20 |
| 131 | 2026-08-03T04:55:19.597Z | Downloaded lazy_static v1.5.0 |
| 132 | 2026-08-03T04:55:19.597Z | Downloaded sha1 v0.11.0 |
| 133 | 2026-08-03T04:55:19.600Z | Downloaded icu_provider_macros v1.5.0 |
| 134 | 2026-08-03T04:55:19.603Z | Downloaded icu_collections v1.5.0 |
| 135 | 2026-08-03T04:55:19.607Z | Downloaded mime v0.3.16 |
| 136 | 2026-08-03T04:55:19.610Z | Downloaded signal-hook-registry v1.4.0 |
| 137 | 2026-08-03T04:55:19.613Z | Downloaded schema-derive v0.2.1 |
| 138 | 2026-08-03T04:55:19.613Z | Downloaded http-body v1.0.1 |
| 139 | 2026-08-03T04:55:19.613Z | Downloaded httpdate v1.0.1 |
| 140 | 2026-08-03T04:55:19.616Z | Downloaded itoa v1.0.1 |
| 141 | 2026-08-03T04:55:19.619Z | Downloaded untrusted v0.7.1 |
| 142 | 2026-08-03T04:55:19.622Z | Downloaded idna_adapter v1.2.0 |
| 143 | 2026-08-03T04:55:19.622Z | Downloaded slog-json v2.6.1 |
| 144 | 2026-08-03T04:55:19.622Z | Downloaded num-conv v0.2.0 |
| 145 | 2026-08-03T04:55:19.625Z | Downloaded is-terminal v0.4.12 |
| 146 | 2026-08-03T04:55:19.625Z | Downloaded match_cfg v0.1.0 |
| 147 | 2026-08-03T04:55:19.625Z | Downloaded icu_locid_transform v1.5.0 |
| 148 | 2026-08-03T04:55:19.628Z | Downloaded slog-bunyan v2.5.0 |
| 149 | 2026-08-03T04:55:19.628Z | Downloaded litemap v0.7.4 |
| 150 | 2026-08-03T04:55:19.628Z | Downloaded scroll v0.13.0 |
| 151 | 2026-08-03T04:55:19.631Z | Downloaded serde_tokenstream v0.2.3 |
| 152 | 2026-08-03T04:55:19.631Z | Downloaded slog-async v2.8.0 |
| 153 | 2026-08-03T04:55:19.631Z | Downloaded serde_urlencoded v0.7.1 |
| 154 | 2026-08-03T04:55:19.634Z | Downloaded usdt-attr-macro v0.6.0 |
| 155 | 2026-08-03T04:55:19.637Z | Downloaded schema v0.2.1 |
| 156 | 2026-08-03T04:55:19.637Z | Downloaded spin v0.9.8 |
| 157 | 2026-08-03T04:55:19.637Z | Downloaded newline-converter v0.3.0 |
| 158 | 2026-08-03T04:55:19.641Z | Downloaded subtle v2.5.0 |
| 159 | 2026-08-03T04:55:19.644Z | Downloaded sha2 v0.10.8 |
| 160 | 2026-08-03T04:55:19.644Z | Downloaded synstructure v0.13.1 |
| 161 | 2026-08-03T04:55:19.644Z | Downloaded lru-slab v0.1.2 |
| 162 | 2026-08-03T04:55:19.647Z | Downloaded rand_pcg v0.10.2 |
| 163 | 2026-08-03T04:55:19.647Z | Downloaded pretty-hex v0.4.1 |
| 164 | 2026-08-03T04:55:19.647Z | Downloaded schemars_derive v0.8.22 |
| 165 | 2026-08-03T04:55:19.647Z | Downloaded usdt-macro v0.6.0 |
| 166 | 2026-08-03T04:55:19.651Z | Downloaded target-triple v1.0.0 |
| 167 | 2026-08-03T04:55:19.651Z | Downloaded try-lock v0.2.3 |
| 168 | 2026-08-03T04:55:19.651Z | Downloaded powerfmt v0.2.0 |
| 169 | 2026-08-03T04:55:19.654Z | Downloaded simple-mermaid v0.2.0 |
| 170 | 2026-08-03T04:55:19.654Z | Downloaded plain v0.2.3 |
| 171 | 2026-08-03T04:55:19.654Z | Downloaded heck v0.5.0 |
| 172 | 2026-08-03T04:55:19.654Z | Downloaded stable_deref_trait v1.2.0 |
| 173 | 2026-08-03T04:55:19.654Z | Downloaded tower-service v0.3.3 |
| 174 | 2026-08-03T04:55:19.657Z | Downloaded hyper-rustls v0.27.9 |
| 175 | 2026-08-03T04:55:19.660Z | Downloaded lock_api v0.4.6 |
| 176 | 2026-08-03T04:55:19.660Z | Downloaded usdt v0.6.0 |
| 177 | 2026-08-03T04:55:19.663Z | Downloaded thread-id v5.0.0 |
| 178 | 2026-08-03T04:55:19.663Z | Downloaded ipnet v2.10.0 |
| 179 | 2026-08-03T04:55:19.667Z | Downloaded semver v1.0.28 |
| 180 | 2026-08-03T04:55:19.670Z | Downloaded rustls-pemfile v2.2.0 |
| 181 | 2026-08-03T04:55:19.673Z | Downloaded num_threads v0.1.3 |
| 182 | 2026-08-03T04:55:19.673Z | Downloaded waitgroup v0.1.2 |
| 183 | 2026-08-03T04:55:19.673Z | Downloaded parking v2.2.0 |
| 184 | 2026-08-03T04:55:19.676Z | Downloaded want v0.3.0 |
| 185 | 2026-08-03T04:55:19.679Z | Downloaded untrusted v0.9.0 |
| 186 | 2026-08-03T04:55:19.682Z | Downloaded httparse v1.10.0 |
| 187 | 2026-08-03T04:55:19.682Z | Downloaded rustc-hash v2.0.0 |
| 188 | 2026-08-03T04:55:19.682Z | Downloaded take_mut v0.2.2 |
| 189 | 2026-08-03T04:55:19.685Z | Downloaded simd-adler32 v0.3.7 |
| 190 | 2026-08-03T04:55:19.688Z | Downloaded write16 v1.0.0 |
| 191 | 2026-08-03T04:55:19.688Z | Downloaded zerofrom-derive v0.1.5 |
| 192 | 2026-08-03T04:55:19.688Z | Downloaded openssl-probe v0.2.1 |
| 193 | 2026-08-03T04:55:19.692Z | Downloaded thread_local v1.1.4 |
| 194 | 2026-08-03T04:55:19.695Z | Downloaded version_check v0.9.5 |
| 195 | 2026-08-03T04:55:19.695Z | Downloaded zerofrom v0.1.5 |
| 196 | 2026-08-03T04:55:19.698Z | Downloaded tokio-macros v2.7.0 |
| 197 | 2026-08-03T04:55:19.703Z | Downloaded smallvec v1.13.2 |
| 198 | 2026-08-03T04:55:19.706Z | Downloaded slog v2.8.2 |
| 199 | 2026-08-03T04:55:19.709Z | Downloaded tinyvec_macros v0.1.0 |
| 200 | 2026-08-03T04:55:19.709Z | Downloaded crypto-common v0.2.1 |
| 201 | 2026-08-03T04:55:19.709Z | Downloaded yoke-derive v0.7.5 |
| 202 | 2026-08-03T04:55:19.712Z | Downloaded http-body-util v0.1.4 |
| 203 | 2026-08-03T04:55:19.712Z | Downloaded utf8_iter v1.0.4 |
| 204 | 2026-08-03T04:55:19.715Z | Downloaded atomic-waker v1.1.2 |
| 205 | 2026-08-03T04:55:19.715Z | Downloaded mime_guess v2.0.5 |
| 206 | 2026-08-03T04:55:19.715Z | Downloaded num-integer v0.1.46 |
| 207 | 2026-08-03T04:55:19.715Z | Downloaded sync_wrapper v1.0.1 |
| 208 | 2026-08-03T04:55:19.718Z | Downloaded time-core v0.1.8 |
| 209 | 2026-08-03T04:55:19.718Z | Downloaded multer v3.1.0 |
| 210 | 2026-08-03T04:55:19.718Z | Downloaded pem v3.0.6 |
| 211 | 2026-08-03T04:55:19.718Z | Downloaded writeable v0.5.5 |
| 212 | 2026-08-03T04:55:19.722Z | Downloaded cfg-if v1.0.0 |
| 213 | 2026-08-03T04:55:19.722Z | Downloaded rand_core v0.10.1 |
| 214 | 2026-08-03T04:55:19.725Z | Downloaded cfg_aliases v0.2.1 |
| 215 | 2026-08-03T04:55:19.725Z | Downloaded tower-layer v0.3.3 |
| 216 | 2026-08-03T04:55:19.725Z | Downloaded dof v0.4.0 |
| 217 | 2026-08-03T04:55:19.730Z | Downloaded log v0.4.17 |
| 218 | 2026-08-03T04:55:19.733Z | Downloaded memmap2 v0.9.8 |
| 219 | 2026-08-03T04:55:19.733Z | Downloaded termcolor v1.1.2 |
| 220 | 2026-08-03T04:55:19.737Z | Downloaded cpufeatures v0.2.17 |
| 221 | 2026-08-03T04:55:19.737Z | Downloaded futures-task v0.3.33 |
| 222 | 2026-08-03T04:55:19.739Z | Downloaded hybrid-array v0.4.8 |
| 223 | 2026-08-03T04:55:19.742Z | Downloaded yoke v0.7.5 |
| 224 | 2026-08-03T04:55:19.743Z | Downloaded cpufeatures v0.3.0 |
| 225 | 2026-08-03T04:55:19.743Z | Downloaded parking_lot_core v0.9.4 |
| 226 | 2026-08-03T04:55:19.746Z | Downloaded quote v1.0.47 |
| 227 | 2026-08-03T04:55:19.746Z | Downloaded percent-encoding v2.3.2 |
| 228 | 2026-08-03T04:55:19.746Z | Downloaded equivalent v1.0.0 |
| 229 | 2026-08-03T04:55:19.746Z | Downloaded fastrand v2.1.1 |
| 230 | 2026-08-03T04:55:19.749Z | Downloaded ryu v1.0.5 |
| 231 | 2026-08-03T04:55:19.749Z | Downloaded serde_core v1.0.229 |
| 232 | 2026-08-03T04:55:19.752Z | Downloaded paste v1.0.15 |
| 233 | 2026-08-03T04:55:19.752Z | Downloaded async-stream v0.3.6 |
| 234 | 2026-08-03T04:55:19.755Z | Downloaded icu_normalizer v1.5.0 |
| 235 | 2026-08-03T04:55:19.755Z | Downloaded rustls-native-certs v0.8.3 |
| 236 | 2026-08-03T04:55:19.758Z | Downloaded serde_tokenstream v0.3.0 |
| 237 | 2026-08-03T04:55:19.758Z | Downloaded toml v1.1.3+spec-1.1.0 |
| 238 | 2026-08-03T04:55:19.761Z | Downloaded similar v2.2.1 |
| 239 | 2026-08-03T04:55:19.764Z | Downloaded serde_derive_internals v0.29.0 |
| 240 | 2026-08-03T04:55:19.764Z | Downloaded async-stream-impl v0.3.6 |
| 241 | 2026-08-03T04:55:19.764Z | Downloaded errno v0.3.10 |
| 242 | 2026-08-03T04:55:19.764Z | Downloaded tokio-tungstenite v0.30.0 |
| 243 | 2026-08-03T04:55:19.767Z | Downloaded unicode-width v0.1.9 |
| 244 | 2026-08-03T04:55:19.767Z | Downloaded thiserror v2.0.19 |
| 245 | 2026-08-03T04:55:19.770Z | Downloaded thiserror-impl v2.0.19 |
| 246 | 2026-08-03T04:55:19.773Z | Downloaded usdt-impl v0.6.0 |
| 247 | 2026-08-03T04:55:19.773Z | Downloaded pest_generator v2.8.1 |
| 248 | 2026-08-03T04:55:19.773Z | Downloaded pin-project-lite v0.2.12 |
| 249 | 2026-08-03T04:55:19.776Z | Downloaded iana-time-zone v0.1.47 |
| 250 | 2026-08-03T04:55:19.776Z | Downloaded socket2 v0.6.3 |
| 251 | 2026-08-03T04:55:19.779Z | Downloaded form_urlencoded v1.2.2 |
| 252 | 2026-08-03T04:55:19.779Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 253 | 2026-08-03T04:55:19.779Z | Downloaded unicase v2.6.0 |
| 254 | 2026-08-03T04:55:19.782Z | Downloaded atomicwrites v0.4.4 |
| 255 | 2026-08-03T04:55:19.782Z | Downloaded autocfg v1.1.0 |
| 256 | 2026-08-03T04:55:19.782Z | Downloaded futures-core v0.3.33 |
| 257 | 2026-08-03T04:55:19.782Z | Downloaded compression-core v0.4.32 |
| 258 | 2026-08-03T04:55:19.785Z | Downloaded asn1-rs-impl v0.2.0 |
| 259 | 2026-08-03T04:55:19.785Z | Downloaded dunce v1.0.5 |
| 260 | 2026-08-03T04:55:19.788Z | Downloaded icu_locid_transform_data v1.5.0 |
| 261 | 2026-08-03T04:55:19.792Z | Downloaded time-macros v0.2.27 |
| 262 | 2026-08-03T04:55:19.792Z | Downloaded futures-io v0.3.33 |
| 263 | 2026-08-03T04:55:19.795Z | Downloaded jobserver v0.1.34 |
| 264 | 2026-08-03T04:55:19.795Z | Downloaded pest_derive v2.8.1 |
| 265 | 2026-08-03T04:55:19.798Z | Downloaded tinystr v0.7.6 |
| 266 | 2026-08-03T04:55:19.798Z | Downloaded byteorder v1.4.3 |
| 267 | 2026-08-03T04:55:19.798Z | Downloaded futures-executor v0.3.33 |
| 268 | 2026-08-03T04:55:19.798Z | Downloaded glob v0.3.0 |
| 269 | 2026-08-03T04:55:19.801Z | Downloaded futures-sink v0.3.33 |
| 270 | 2026-08-03T04:55:19.804Z | Downloaded crypto-common v0.1.6 |
| 271 | 2026-08-03T04:55:19.804Z | Downloaded dtrace-parser v0.3.0 |
| 272 | 2026-08-03T04:55:19.809Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 273 | 2026-08-03T04:55:19.812Z | Downloaded slab v0.4.9 |
| 274 | 2026-08-03T04:55:19.812Z | Downloaded find-msvc-tools v0.1.9 |
| 275 | 2026-08-03T04:55:19.815Z | Downloaded icu_normalizer_data v1.5.0 |
| 276 | 2026-08-03T04:55:19.815Z | Downloaded displaydoc v0.2.5 |
| 277 | 2026-08-03T04:55:19.815Z | Downloaded concurrent-queue v2.5.0 |
| 278 | 2026-08-03T04:55:19.817Z | Downloaded num-traits v0.2.14 |
| 279 | 2026-08-03T04:55:19.818Z | Downloaded oid-registry v0.8.1 |
| 280 | 2026-08-03T04:55:19.818Z | Downloaded yasna v0.6.0 |
| 281 | 2026-08-03T04:55:19.821Z | Downloaded dyn-clone v1.0.4 |
| 282 | 2026-08-03T04:55:19.821Z | Downloaded block-buffer v0.10.2 |
| 283 | 2026-08-03T04:55:19.821Z | Downloaded asn1-rs-derive v0.6.0 |
| 284 | 2026-08-03T04:55:19.821Z | Downloaded fnv v1.0.7 |
| 285 | 2026-08-03T04:55:19.824Z | Downloaded icu_provider v1.5.0 |
| 286 | 2026-08-03T04:55:19.824Z | Downloaded tempfile v3.27.0 |
| 287 | 2026-08-03T04:55:19.826Z | Downloaded bit-vec v0.9.1 |
| 288 | 2026-08-03T04:55:19.826Z | Downloaded async-channel v2.5.0 |
| 289 | 2026-08-03T04:55:19.829Z | Downloaded zeroize v1.8.2 |
| 290 | 2026-08-03T04:55:19.829Z | Downloaded serde_derive v1.0.229 |
| 291 | 2026-08-03T04:55:19.832Z | Downloaded futures-macro v0.3.33 |
| 292 | 2026-08-03T04:55:19.832Z | Downloaded once_cell v1.20.1 |
| 293 | 2026-08-03T04:55:19.832Z | Downloaded parking_lot v0.12.1 |
| 294 | 2026-08-03T04:55:19.835Z | Downloaded bitflags v2.11.0 |
| 295 | 2026-08-03T04:55:19.835Z | Downloaded rustversion v1.0.22 |
| 296 | 2026-08-03T04:55:19.837Z | Downloaded tinyvec v1.5.1 |
| 297 | 2026-08-03T04:55:19.838Z | Downloaded trybuild v1.0.118 |
| 298 | 2026-08-03T04:55:19.840Z | Downloaded pest_meta v2.8.1 |
| 299 | 2026-08-03T04:55:19.843Z | Downloaded quinn-udp v0.5.5 |
| 300 | 2026-08-03T04:55:19.843Z | Downloaded buf-list v1.1.2 |
| 301 | 2026-08-03T04:55:19.843Z | Downloaded shlex v1.3.0 |
| 302 | 2026-08-03T04:55:19.846Z | Downloaded zerovec-derive v0.10.3 |
| 303 | 2026-08-03T04:55:19.846Z | Downloaded slog-term v2.9.2 |
| 304 | 2026-08-03T04:55:19.846Z | Downloaded block-buffer v0.12.0 |
| 305 | 2026-08-03T04:55:19.849Z | Downloaded deranged v0.5.5 |
| 306 | 2026-08-03T04:55:19.849Z | Downloaded icu_properties v1.5.1 |
| 307 | 2026-08-03T04:55:19.849Z | Downloaded rustls-webpki v0.103.13 |
| 308 | 2026-08-03T04:55:19.852Z | Downloaded compression-codecs v0.4.38 |
| 309 | 2026-08-03T04:55:19.852Z | Downloaded digest v0.10.7 |
| 310 | 2026-08-03T04:55:19.854Z | Downloaded rcgen v0.14.8 |
| 311 | 2026-08-03T04:55:19.854Z | Downloaded proc-macro2 v1.0.107 |
| 312 | 2026-08-03T04:55:19.857Z | Downloaded erased-serde v0.3.31 |
| 313 | 2026-08-03T04:55:19.857Z | Downloaded term v1.1.0 |
| 314 | 2026-08-03T04:55:19.860Z | Downloaded tokio-rustls v0.26.4 |
| 315 | 2026-08-03T04:55:19.860Z | Downloaded data-encoding v2.4.0 |
| 316 | 2026-08-03T04:55:19.860Z | Downloaded console v0.15.7 |
| 317 | 2026-08-03T04:55:19.863Z | Downloaded event-listener-strategy v0.5.4 |
| 318 | 2026-08-03T04:55:19.863Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 319 | 2026-08-03T04:55:19.863Z | Downloaded debug-ignore v1.0.5 |
| 320 | 2026-08-03T04:55:19.866Z | Downloaded digest v0.11.2 |
| 321 | 2026-08-03T04:55:19.866Z | Downloaded subprocess v1.2.0 |
| 322 | 2026-08-03T04:55:19.869Z | Downloaded icu_locid v1.5.0 |
| 323 | 2026-08-03T04:55:19.872Z | Downloaded event-listener v5.0.0 |
| 324 | 2026-08-03T04:55:19.872Z | Downloaded fs_extra v1.3.0 |
| 325 | 2026-08-03T04:55:19.878Z | Downloaded futures-channel v0.3.33 |
| 326 | 2026-08-03T04:55:19.881Z | Downloaded schemars v0.8.22 |
| 327 | 2026-08-03T04:55:19.885Z | Downloaded socket2 v0.5.9 |
| 328 | 2026-08-03T04:55:19.888Z | Downloaded unicode-ident v1.0.12 |
| 329 | 2026-08-03T04:55:19.888Z | Downloaded async-trait v0.1.91 |
| 330 | 2026-08-03T04:55:19.891Z | Downloaded camino v1.2.4 |
| 331 | 2026-08-03T04:55:19.891Z | Downloaded generic-array v0.14.5 |
| 332 | 2026-08-03T04:55:19.894Z | Downloaded crc32fast v1.5.0 |
| 333 | 2026-08-03T04:55:19.894Z | Downloaded miniz_oxide v0.8.9 |
| 334 | 2026-08-03T04:55:19.896Z | Downloaded cmake v0.1.58 |
| 335 | 2026-08-03T04:55:19.896Z | Downloaded const-oid v0.10.2 |
| 336 | 2026-08-03T04:55:19.900Z | Downloaded serde v1.0.229 |
| 337 | 2026-08-03T04:55:19.902Z | Downloaded chacha20 v0.10.1 |
| 338 | 2026-08-03T04:55:19.905Z | Downloaded zmij v1.0.2 |
| 339 | 2026-08-03T04:55:19.905Z | Downloaded anyhow v1.0.104 |
| 340 | 2026-08-03T04:55:19.908Z | Downloaded typenum v1.19.0 |
| 341 | 2026-08-03T04:55:19.908Z | Downloaded tracing v0.1.40 |
| 342 | 2026-08-03T04:55:19.911Z | Downloaded ucd-trie v0.1.6 |
| 343 | 2026-08-03T04:55:19.911Z | Downloaded getrandom v0.4.1 |
| 344 | 2026-08-03T04:55:19.914Z | Downloaded uuid v1.24.0 |
| 345 | 2026-08-03T04:55:19.917Z | Downloaded prettyplease v0.3.0 |
| 346 | 2026-08-03T04:55:19.919Z | Downloaded tungstenite v0.30.0 |
| 347 | 2026-08-03T04:55:19.922Z | Downloaded getrandom v0.2.11 |
| 348 | 2026-08-03T04:55:19.926Z | Downloaded tracing-core v0.1.32 |
| 349 | 2026-08-03T04:55:19.926Z | Downloaded unicode-segmentation v1.10.0 |
| 350 | 2026-08-03T04:55:19.929Z | Downloaded url v2.5.4 |
| 351 | 2026-08-03T04:55:19.933Z | Downloaded quinn v0.11.9 |
| 352 | 2026-08-03T04:55:19.936Z | Downloaded zerocopy-derive v0.8.27 |
| 353 | 2026-08-03T04:55:19.939Z | Downloaded futures v0.3.33 |
| 354 | 2026-08-03T04:55:19.942Z | Downloaded minimal-lexical v0.2.1 |
| 355 | 2026-08-03T04:55:19.945Z | Downloaded crossbeam-utils v0.8.21 |
| 356 | 2026-08-03T04:55:19.948Z | Downloaded indexmap v2.14.0 |
| 357 | 2026-08-03T04:55:19.950Z | Downloaded der-parser v10.0.0 |
| 358 | 2026-08-03T04:55:19.950Z | Downloaded memchr v2.6.0 |
| 359 | 2026-08-03T04:55:19.954Z | Downloaded asn1-rs v0.7.1 |
| 360 | 2026-08-03T04:55:19.956Z | Downloaded mio v1.2.0 |
| 361 | 2026-08-03T04:55:19.959Z | Downloaded num-bigint v0.4.3 |
| 362 | 2026-08-03T04:55:19.962Z | Downloaded rand v0.10.2 |
| 363 | 2026-08-03T04:55:19.964Z | Downloaded bytes v1.12.1 |
| 364 | 2026-08-03T04:55:19.967Z | Downloaded flate2 v1.1.9 |
| 365 | 2026-08-03T04:55:19.970Z | Downloaded base64 v0.22.1 |
| 366 | 2026-08-03T04:55:19.970Z | Downloaded http v1.4.2 |
| 367 | 2026-08-03T04:55:19.973Z | Downloaded hyper-util v0.1.20 |
| 368 | 2026-08-03T04:55:19.979Z | Downloaded base64 v0.23.0 |
| 369 | 2026-08-03T04:55:19.982Z | Downloaded x509-parser v0.18.0 |
| 370 | 2026-08-03T04:55:19.984Z | Downloaded tower v0.5.2 |
| 371 | 2026-08-03T04:55:19.989Z | Downloaded crossbeam-channel v0.5.15 |
| 372 | 2026-08-03T04:55:19.992Z | Downloaded idna v1.0.3 |
| 373 | 2026-08-03T04:55:19.994Z | Downloaded cc v1.2.60 |
| 374 | 2026-08-03T04:55:19.997Z | Downloaded expectorate v1.2.0 |
| 375 | 2026-08-03T04:55:19.997Z | Downloaded nom v7.1.3 |
| 376 | 2026-08-03T04:55:20.001Z | Downloaded serde_json v1.0.151 |
| 377 | 2026-08-03T04:55:20.005Z | Downloaded async-compression v0.4.42 |
| 378 | 2026-08-03T04:55:20.009Z | Downloaded iri-string v0.7.8 |
| 379 | 2026-08-03T04:55:20.013Z | Downloaded pest v2.8.1 |
| 380 | 2026-08-03T04:55:20.019Z | Downloaded tokio-util v0.7.19 |
| 381 | 2026-08-03T04:55:20.023Z | Downloaded zerovec v0.10.4 |
| 382 | 2026-08-03T04:55:20.026Z | Downloaded hyper v1.11.0 |
| 383 | 2026-08-03T04:55:20.030Z | Downloaded reqwest v0.13.4 |
| 384 | 2026-08-03T04:55:20.034Z | Downloaded tower-http v0.6.8 |
| 385 | 2026-08-03T04:55:20.038Z | Downloaded portable-atomic v1.9.0 |
| 386 | 2026-08-03T04:55:20.053Z | Downloaded hashbrown v0.17.0 |
| 387 | 2026-08-03T04:55:20.064Z | Downloaded winnow v1.0.0 |
| 388 | 2026-08-03T04:55:20.069Z | Downloaded icu_properties_data v1.5.0 |
| 389 | 2026-08-03T04:55:20.074Z | Downloaded futures-util v0.3.33 |
| 390 | 2026-08-03T04:55:20.080Z | Downloaded h2 v0.4.14 |
| 391 | 2026-08-03T04:55:20.084Z | Downloaded zerocopy v0.8.27 |
| 392 | 2026-08-03T04:55:20.095Z | Downloaded chrono v0.4.45 |
| 393 | 2026-08-03T04:55:20.099Z | Downloaded quinn-proto v0.11.16 |
| 394 | 2026-08-03T04:55:20.103Z | Downloaded time v0.3.47 |
| 395 | 2026-08-03T04:55:20.109Z | Downloaded aws-lc-rs v1.16.3 |
| 396 | 2026-08-03T04:55:20.119Z | Downloaded goblin v0.10.1 |
| 397 | 2026-08-03T04:55:20.124Z | Downloaded openapiv3 v2.2.0 |
| 398 | 2026-08-03T04:55:20.130Z | Downloaded syn v2.0.118 |
| 399 | 2026-08-03T04:55:20.136Z | Downloaded syn v3.0.3 |
| 400 | 2026-08-03T04:55:20.159Z | Downloaded rustix v1.1.4 |
| 401 | 2026-08-03T04:55:20.172Z | Downloaded rustix v0.38.44 |
| 402 | 2026-08-03T04:55:20.185Z | Downloaded rustls v0.23.43 |
| 403 | 2026-08-03T04:55:20.237Z | Downloaded libc v0.2.189 |
| 404 | 2026-08-03T04:55:20.256Z | Downloaded tokio v1.53.1 |
| 405 | 2026-08-03T04:55:20.279Z | Downloaded encoding_rs v0.8.32 |
| 406 | 2026-08-03T04:55:20.329Z | Downloaded ring v0.17.13 |
| 407 | 2026-08-03T04:55:20.910Z | Downloaded aws-lc-sys v0.40.0 |
| 408 | 2026-08-03T04:55:21.137Z | Compiling proc-macro2 v1.0.107 |
| 409 | 2026-08-03T04:55:21.137Z | Compiling quote v1.0.47 |
| 410 | 2026-08-03T04:55:21.137Z | Compiling unicode-ident v1.0.12 |
| 411 | 2026-08-03T04:55:21.141Z | Compiling libc v0.2.189 |
| 412 | 2026-08-03T04:55:21.141Z | Compiling cfg-if v1.0.0 |
| 413 | 2026-08-03T04:55:21.141Z | Compiling itoa v1.0.1 |
| 414 | 2026-08-03T04:55:21.141Z | Compiling memchr v2.6.0 |
| 415 | 2026-08-03T04:55:21.234Z | Compiling serde_core v1.0.229 |
| 416 | 2026-08-03T04:55:21.238Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.107/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=9c82bc602d585478 -C extra-filename=-504b3f0855041379 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-504b3f0855041379 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 417 | 2026-08-03T04:55:21.238Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6770121596507594 -C extra-filename=-a0fb0138d82080e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 418 | 2026-08-03T04:55:21.238Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.47/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=0cc95c8db51de9c7 -C extra-filename=-db1add30f6c8035d --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-db1add30f6c8035d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 419 | 2026-08-03T04:55:21.238Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92e5e56c227d6589 -C extra-filename=-ce4948a932fb1220 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 420 | 2026-08-03T04:55:21.238Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.189/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=ac444defc50d05a0 -C extra-filename=-b3a475bdec800bbf --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-b3a475bdec800bbf -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 421 | 2026-08-03T04:55:21.239Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=3b4fb1818a28d5de -C extra-filename=-0af57a848de951cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 422 | 2026-08-03T04:55:21.244Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=f97d4e1aef9931fd -C extra-filename=-a62f90b516c0d207 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-a62f90b516c0d207 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 423 | 2026-08-03T04:55:21.247Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=93e9cfa30d518b8d -C extra-filename=-7981f4679f1d9fcc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 424 | 2026-08-03T04:55:21.306Z | Compiling pin-project-lite v0.2.12 |
| 425 | 2026-08-03T04:55:21.313Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93df2877ad4df9da -C extra-filename=-884aae9ad79cdf73 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 426 | 2026-08-03T04:55:21.353Z | Compiling autocfg v1.1.0 |
| 427 | 2026-08-03T04:55:21.357Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45555754e315a213 -C extra-filename=-f19cb554f2baccce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 428 | 2026-08-03T04:55:21.362Z | Compiling smallvec v1.13.2 |
| 429 | 2026-08-03T04:55:21.366Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=1aa649c352a5154e -C extra-filename=-a940c0bb25f890d4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 430 | 2026-08-03T04:55:21.389Z | Compiling bytes v1.12.1 |
| 431 | 2026-08-03T04:55:21.395Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=ed4fd6f73914e10b -C extra-filename=-7853a259e9a38a5c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 432 | 2026-08-03T04:55:21.574Z | Compiling futures-core v0.3.33 |
| 433 | 2026-08-03T04:55:21.575Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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=4893119575e77804 -C extra-filename=-c318971817f643ca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 434 | 2026-08-03T04:55:21.585Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-a62f90b516c0d207/build-script-build` |
| 435 | 2026-08-03T04:55:21.585Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-504b3f0855041379/build-script-build` |
| 436 | 2026-08-03T04:55:21.589Z | Running `/work/oxidecomputer/dropshot/target/debug/build/quote-db1add30f6c8035d/build-script-build` |
| 437 | 2026-08-03T04:55:21.609Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-b3a475bdec800bbf/build-script-build` |
| 438 | 2026-08-03T04:55:21.619Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=6e7f397870ac2244 -C extra-filename=-c04ec599fa8cdd79 --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)'` |
| 439 | 2026-08-03T04:55:21.634Z | Compiling zmij v1.0.2 |
| 440 | 2026-08-03T04:55:21.638Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=2e6758ce9ae4293d -C extra-filename=-9f56ef0b50ccbde2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-9f56ef0b50ccbde2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 441 | 2026-08-03T04:55:21.643Z | Compiling serde v1.0.229 |
| 442 | 2026-08-03T04:55:21.646Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=f82452fba4aae512 -C extra-filename=-a64cb5dbb5b6cebe --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-a64cb5dbb5b6cebe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 443 | 2026-08-03T04:55:21.646Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.189/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=f153abee9e9e47e7 -C extra-filename=-7398cde873465ce2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_picolibc)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(libc_pauthtest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt","qnx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
| 444 | 2026-08-03T04:55:21.721Z | Compiling once_cell v1.20.1 |
| 445 | 2026-08-03T04:55:21.724Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=bee2cea8650ab11b -C extra-filename=-b7c38563a55f281b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 446 | 2026-08-03T04:55:21.989Z | Compiling serde_json v1.0.151 |
| 447 | 2026-08-03T04:55:21.993Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=bbed4688fc9ed337 -C extra-filename=-03d184dfea8bdc51 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-03d184dfea8bdc51 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 448 | 2026-08-03T04:55:21.999Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=52b8ccc50e09cb25 -C extra-filename=-e941e402522ab889 --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-a0fb0138d82080e4.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)'` |
| 449 | 2026-08-03T04:55:22.008Z | Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-9f56ef0b50ccbde2/build-script-build` |
| 450 | 2026-08-03T04:55:22.041Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-a64cb5dbb5b6cebe/build-script-build` |
| 451 | 2026-08-03T04:55:22.048Z | Compiling thiserror v2.0.19 |
| 452 | 2026-08-03T04:55:22.051Z | Compiling log v0.4.17 |
| 453 | 2026-08-03T04:55:22.052Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3963f0d674744c4c -C extra-filename=-022958a6a8237a40 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-022958a6a8237a40 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 454 | 2026-08-03T04:55:22.057Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=f62e8c65797f3562 -C extra-filename=-726ce06584db557c --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-726ce06584db557c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 455 | 2026-08-03T04:55:22.078Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=ae10a0e80760fee2 -C extra-filename=-649e44e2e51851ff --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-08-03T04:55:22.132Z | Compiling jobserver v0.1.34 |
| 457 | 2026-08-03T04:55:22.137Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5098454c423c835e -C extra-filename=-cf954cf394cfe7bf --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-7398cde873465ce2.rmeta --cap-lints allow` |
| 458 | 2026-08-03T04:55:22.203Z | Compiling find-msvc-tools v0.1.9 |
| 459 | 2026-08-03T04:55:22.206Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd6601d3a5f29b4a -C extra-filename=-2fbfa43f437a4284 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 460 | 2026-08-03T04:55:22.220Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-03d184dfea8bdc51/build-script-build` |
| 461 | 2026-08-03T04:55:22.233Z | Compiling parking_lot_core v0.9.4 |
| 462 | 2026-08-03T04:55:22.237Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=6028877b28c39ad7 -C extra-filename=-22e219a0a8a39402 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-22e219a0a8a39402 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 463 | 2026-08-03T04:55:22.264Z | Compiling shlex v1.3.0 |
| 464 | 2026-08-03T04:55:22.268Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9986ebb7cf7640b0 -C extra-filename=-344bda5bbc72db3f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 465 | 2026-08-03T04:55:22.303Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-726ce06584db557c/build-script-build` |
| 466 | 2026-08-03T04:55:22.309Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=405afb4f42a49bc3 -C extra-filename=-4d49c31f4ede2482 --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-0af57a848de951cf.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics` |
| 467 | 2026-08-03T04:55:22.394Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=11aaeb7a59684285 -C extra-filename=-5375249d3c20c47a --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-e941e402522ab889.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'` |
| 468 | 2026-08-03T04:55:22.448Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-022958a6a8237a40/build-script-build` |
| 469 | 2026-08-03T04:55:22.458Z | Compiling cc v1.2.60 |
| 470 | 2026-08-03T04:55:22.458Z | Compiling slab v0.4.9 |
| 471 | 2026-08-03T04:55:22.461Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=eb383e4f19f28e54 -C extra-filename=-698538d5e335118d --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-2fbfa43f437a4284.rmeta --extern jobserver=/work/oxidecomputer/dropshot/target/debug/deps/libjobserver-cf954cf394cfe7bf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-344bda5bbc72db3f.rmeta --cap-lints allow` |
| 472 | 2026-08-03T04:55:22.462Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a1ffdd025cd543f6 -C extra-filename=-2828218fc122b8ba --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-2828218fc122b8ba -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-f19cb554f2baccce.rlib --cap-lints allow` |
| 473 | 2026-08-03T04:55:22.501Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-22e219a0a8a39402/build-script-build` |
| 474 | 2026-08-03T04:55:22.514Z | Compiling scopeguard v1.2.0 |
| 475 | 2026-08-03T04:55:22.517Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=ae2bc095072663af -C extra-filename=-b6d3464ca631d43d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 476 | 2026-08-03T04:55:22.524Z | Compiling futures-sink v0.3.33 |
| 477 | 2026-08-03T04:55:22.527Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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=878bbf4b09ce1a83 -C extra-filename=-63947ff075e63cff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 478 | 2026-08-03T04:55:22.621Z | Compiling syn v2.0.118 |
| 479 | 2026-08-03T04:55:22.624Z | Compiling syn v3.0.3 |
| 480 | 2026-08-03T04:55:22.625Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=e721a7852ed36cd6 -C extra-filename=-2047fbb698c281e6 --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-a0fb0138d82080e4.rmeta --cap-lints allow` |
| 481 | 2026-08-03T04:55:22.625Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-3.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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=4a970735c73d9faa -C extra-filename=-b66c5bededaa0ec5 --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-a0fb0138d82080e4.rmeta --cap-lints allow` |
| 482 | 2026-08-03T04:55:22.650Z | Compiling lock_api v0.4.6 |
| 483 | 2026-08-03T04:55:22.654Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=c49f1f08fc14dc2e -C extra-filename=-0c15f3eee7825418 --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-b6d3464ca631d43d.rmeta --cap-lints allow` |
| 484 | 2026-08-03T04:55:22.696Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=6b47fe8ef6bedf5d -C extra-filename=-d8d5035b92db741b --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-0af57a848de951cf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-a940c0bb25f890d4.rmeta --cap-lints allow` |
| 485 | 2026-08-03T04:55:22.715Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slab-2828218fc122b8ba/build-script-build` |
| 486 | 2026-08-03T04:55:22.762Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=33a23fab8f2cf5f1 -C extra-filename=-5f4cfd6e0769b66b --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-5f4cfd6e0769b66b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 487 | 2026-08-03T04:55:22.799Z | Compiling dunce v1.0.5 |
| 488 | 2026-08-03T04:55:22.802Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e20f089430bba52c -C extra-filename=-ac5f9eaa9f50506a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 489 | 2026-08-03T04:55:22.870Z | Compiling fs_extra v1.3.0 |
| 490 | 2026-08-03T04:55:22.873Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfeb2e6eb2d53514 -C extra-filename=-1d38efd74f2c7fc0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 491 | 2026-08-03T04:55:22.895Z | Compiling parking_lot v0.12.1 |
| 492 | 2026-08-03T04:55:22.899Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=343d74144a055038 -C extra-filename=-07054b2f220e24f0 --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-0c15f3eee7825418.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-d8d5035b92db741b.rmeta --cap-lints allow` |
| 493 | 2026-08-03T04:55:23.017Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8706cd8dd8d41fa4 -C extra-filename=-e621bc1f4ef5167b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 494 | 2026-08-03T04:55:23.085Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-5f4cfd6e0769b66b/build-script-build` |
| 495 | 2026-08-03T04:55:23.126Z | Compiling mio v1.2.0 |
| 496 | 2026-08-03T04:55:23.129Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=09edacf1d3a0ddab -C extra-filename=-322ebfe76ea31557 --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-7398cde873465ce2.rmeta --cap-lints allow` |
| 497 | 2026-08-03T04:55:23.135Z | Compiling signal-hook-registry v1.4.0 |
| 498 | 2026-08-03T04:55:23.138Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b746e2aa5f9b4ff -C extra-filename=-0bfca18cd927c29a --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-7398cde873465ce2.rmeta --cap-lints allow` |
| 499 | 2026-08-03T04:55:23.182Z | Compiling socket2 v0.6.3 |
| 500 | 2026-08-03T04:55:23.185Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=3a7c0dbcbcf06342 -C extra-filename=-13e5a67c9a9fe3ba --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-7398cde873465ce2.rmeta --cap-lints allow` |
| 501 | 2026-08-03T04:55:23.317Z | Compiling cmake v0.1.58 |
| 502 | 2026-08-03T04:55:23.320Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b894a2fef91ad573 -C extra-filename=-dbbe940f675d1cd7 --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-698538d5e335118d.rmeta --cap-lints allow` |
| 503 | 2026-08-03T04:55:23.550Z | Compiling stable_deref_trait v1.2.0 |
| 504 | 2026-08-03T04:55:23.553Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6bb90c62f0ac94fe -C extra-filename=-1fbe238204fc37a8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 505 | 2026-08-03T04:55:23.629Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=6e6d87f2cd4b8d3f -C extra-filename=-d4919a0507b8ef23 --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)'` |
| 506 | 2026-08-03T04:55:23.639Z | Compiling futures-channel v0.3.33 |
| 507 | 2026-08-03T04:55:23.642Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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=a870347391f8444e -C extra-filename=-b2df71eb68912703 --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-c318971817f643ca.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-63947ff075e63cff.rmeta --cap-lints allow` |
| 508 | 2026-08-03T04:55:23.649Z | Compiling http v1.4.2 |
| 509 | 2026-08-03T04:55:23.651Z | Running `/home/build/.rustup/toolchains/1.97.1-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=026be540275d226b -C extra-filename=-d55a7db6d504ebb2 --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-7853a259e9a38a5c.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --cap-lints allow` |
| 510 | 2026-08-03T04:55:23.652Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=97c7a94f862f9a8f -C extra-filename=-a6ae2ed5db9c9184 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-a6ae2ed5db9c9184 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 511 | 2026-08-03T04:55:23.668Z | Compiling version_check v0.9.5 |
| 512 | 2026-08-03T04:55:23.672Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=350547eac7d18062 -C extra-filename=-ea52cc362ec4cf08 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 513 | 2026-08-03T04:55:23.774Z | Compiling aws-lc-sys v0.40.0 |
| 514 | 2026-08-03T04:55:23.784Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.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=a063b157a77fe144 -C extra-filename=-6fd9d4a5309a377f --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-6fd9d4a5309a377f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-698538d5e335118d.rlib --extern cmake=/work/oxidecomputer/dropshot/target/debug/deps/libcmake-dbbe940f675d1cd7.rlib --extern dunce=/work/oxidecomputer/dropshot/target/debug/deps/libdunce-ac5f9eaa9f50506a.rlib --extern fs_extra=/work/oxidecomputer/dropshot/target/debug/deps/libfs_extra-1d38efd74f2c7fc0.rlib --cap-lints allow` |
| 515 | 2026-08-03T04:55:23.869Z | Compiling zeroize v1.8.2 |
| 516 | 2026-08-03T04:55:23.873Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=477599378db2779f -C extra-filename=-6e75366fb73b4724 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 517 | 2026-08-03T04:55:23.950Z | Compiling bitflags v2.11.0 |
| 518 | 2026-08-03T04:55:23.959Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=222cd244a8d5ce52 -C extra-filename=-e43aa92cc1f4a725 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 519 | 2026-08-03T04:55:23.969Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-a6ae2ed5db9c9184/build-script-build` |
| 520 | 2026-08-03T04:55:24.011Z | Compiling aws-lc-rs v1.16.3 |
| 521 | 2026-08-03T04:55:24.014Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.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=25cd0f9b80b71ca1 -C extra-filename=-a4926348862195ef --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-a4926348862195ef -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 522 | 2026-08-03T04:55:24.049Z | Compiling rand_core v0.10.1 |
| 523 | 2026-08-03T04:55:24.058Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=786f72d28ea51a31 -C extra-filename=-d9753deb2e14760e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 524 | 2026-08-03T04:55:24.184Z | Compiling futures-task v0.3.33 |
| 525 | 2026-08-03T04:55:24.188Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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=6649bc7af3585ee4 -C extra-filename=-ad557284520dff9a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 526 | 2026-08-03T04:55:24.211Z | Compiling ucd-trie v0.1.6 |
| 527 | 2026-08-03T04:55:24.217Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e8824b05664dd76c -C extra-filename=-a712a9639355ef79 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 528 | 2026-08-03T04:55:24.324Z | Compiling getrandom v0.4.1 |
| 529 | 2026-08-03T04:55:24.328Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=dd9799dab2026aa1 -C extra-filename=-28274eeaf46357b5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-28274eeaf46357b5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 530 | 2026-08-03T04:55:24.366Z | Compiling futures-io v0.3.33 |
| 531 | 2026-08-03T04:55:24.369Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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=3bce664ca84634b4 -C extra-filename=-2040d6b08a4120d5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 532 | 2026-08-03T04:55:24.528Z | Compiling rustls-pki-types v1.15.1 |
| 533 | 2026-08-03T04:55:24.538Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=ef97b9d6c0eda587 -C extra-filename=-46ccf6657b23a4ec --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-6e75366fb73b4724.rmeta --cap-lints allow` |
| 534 | 2026-08-03T04:55:24.548Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=16649aad51fce8e9 -C extra-filename=-d8ae09073c416b7d --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-ce4948a932fb1220.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-649e44e2e51851ff.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
| 535 | 2026-08-03T04:55:24.598Z | Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-28274eeaf46357b5/build-script-build` |
| 536 | 2026-08-03T04:55:24.612Z | Compiling rustversion v1.0.22 |
| 537 | 2026-08-03T04:55:24.615Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac8b19efda0531fc -C extra-filename=-9c10b9a6efaf0d28 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-9c10b9a6efaf0d28 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 538 | 2026-08-03T04:55:24.645Z | Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-6fd9d4a5309a377f/build-script-main` |
| 539 | 2026-08-03T04:55:24.680Z | Compiling httparse v1.10.0 |
| 540 | 2026-08-03T04:55:24.683Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2d84dbf6667f4bfc -C extra-filename=-09bff0e2cb74ab72 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-09bff0e2cb74ab72 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 541 | 2026-08-03T04:55:24.949Z | Compiling typenum v1.19.0 |
| 542 | 2026-08-03T04:55:24.952Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=962eb8bc3b6b9dd8 -C extra-filename=-50b0702e01ae3626 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-50b0702e01ae3626 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 543 | 2026-08-03T04:55:25.010Z | Compiling zerocopy v0.8.27 |
| 544 | 2026-08-03T04:55:25.013Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=be279384903d4571 -C extra-filename=-5495717be3ce71fc --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-5495717be3ce71fc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 545 | 2026-08-03T04:55:25.025Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-09bff0e2cb74ab72/build-script-build` |
| 546 | 2026-08-03T04:55:25.064Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-9c10b9a6efaf0d28/build-script-build` |
| 547 | 2026-08-03T04:55:25.105Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=7ffbf2851090e35e -C extra-filename=-ca79870ce014c763 --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-0af57a848de951cf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-d9753deb2e14760e.rmeta --cap-lints allow` |
| 548 | 2026-08-03T04:55:25.284Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-50b0702e01ae3626/build-script-build` |
| 549 | 2026-08-03T04:55:25.294Z | Compiling errno v0.3.10 |
| 550 | 2026-08-03T04:55:25.297Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=69a6ba90396417b3 -C extra-filename=-806bbb81fbf955fc --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-7398cde873465ce2.rmeta --cap-lints allow` |
| 551 | 2026-08-03T04:55:25.304Z | Compiling litemap v0.7.4 |
| 552 | 2026-08-03T04:55:25.307Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=d67cd9afebc6e347 -C extra-filename=-88ebcf735b7babe1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 553 | 2026-08-03T04:55:25.385Z | Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-5495717be3ce71fc/build-script-build` |
| 554 | 2026-08-03T04:55:25.426Z | Compiling synstructure v0.13.1 |
| 555 | 2026-08-03T04:55:25.429Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=eaf1d9830bac86b1 -C extra-filename=-ffb52adcde0fdd46 --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --cap-lints allow` |
| 556 | 2026-08-03T04:55:25.444Z | Compiling crossbeam-utils v0.8.21 |
| 557 | 2026-08-03T04:55:25.447Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=e7dc5363eb1bdbf8 -C extra-filename=-e82eb90406bd2360 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-e82eb90406bd2360 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 558 | 2026-08-03T04:55:25.478Z | Compiling rustix v1.1.4 |
| 559 | 2026-08-03T04:55:25.482Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=ba2bd908a38d2b7a -C extra-filename=-694ee3f3379eb6d4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-694ee3f3379eb6d4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 560 | 2026-08-03T04:55:25.497Z | Compiling writeable v0.5.5 |
| 561 | 2026-08-03T04:55:25.500Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=c43bfcb9b6c380e8 -C extra-filename=-044bc8bbb95909aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 562 | 2026-08-03T04:55:25.669Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=1108c162c997bca9 -C extra-filename=-8588b87493353f2b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 563 | 2026-08-03T04:55:25.737Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-e82eb90406bd2360/build-script-build` |
| 564 | 2026-08-03T04:55:25.759Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb27623922b58e80 -C extra-filename=-4b8f14609df1dd30 --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"))'` |
| 565 | 2026-08-03T04:55:25.778Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ab48dc3ac8d0646f -C extra-filename=-5a88a5daedc53632 --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` |
| 566 | 2026-08-03T04:55:25.814Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-694ee3f3379eb6d4/build-script-build` |
| 567 | 2026-08-03T04:55:25.904Z | Compiling powerfmt v0.2.0 |
| 568 | 2026-08-03T04:55:25.907Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=ff4b9fb17913e2b6 -C extra-filename=-2e0ac05791d5c716 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 569 | 2026-08-03T04:55:26.013Z | Compiling hashbrown v0.17.0 |
| 570 | 2026-08-03T04:55:26.016Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=087bc64d696e68a2 -C extra-filename=-e8e8b30695935823 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 571 | 2026-08-03T04:55:26.083Z | Compiling time-core v0.1.8 |
| 572 | 2026-08-03T04:55:26.086Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=900a95317df82f14 -C extra-filename=-d92b0a234662c57c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 573 | 2026-08-03T04:55:26.106Z | Compiling num-conv v0.2.0 |
| 574 | 2026-08-03T04:55:26.109Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=289aed1493447032 -C extra-filename=-e341a82f1fff0f09 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 575 | 2026-08-03T04:55:26.224Z | Compiling equivalent v1.0.0 |
| 576 | 2026-08-03T04:55:26.227Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fd1aab82253abfb -C extra-filename=-66649c96b7aa6105 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 577 | 2026-08-03T04:55:26.234Z | Compiling time-macros v0.2.27 |
| 578 | 2026-08-03T04:55:26.237Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=dc3fff4dac1ccb89 -C extra-filename=-3cd05aadbfb7f77a --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-e341a82f1fff0f09.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-d92b0a234662c57c.rlib --extern proc_macro --cap-lints allow` |
| 579 | 2026-08-03T04:55:26.295Z | Compiling slog v2.8.2 |
| 580 | 2026-08-03T04:55:26.298Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=c29cb75765ef6acb -C extra-filename=-ac4226edf208555a --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-ac4226edf208555a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-4b8f14609df1dd30.so --cap-lints allow` |
| 581 | 2026-08-03T04:55:26.309Z | Compiling hybrid-array v0.4.8 |
| 582 | 2026-08-03T04:55:26.312Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=e6d177d3171ad1f7 -C extra-filename=-5eced5b1f3dc5410 --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-8588b87493353f2b.rmeta --cap-lints allow` |
| 583 | 2026-08-03T04:55:26.379Z | Compiling deranged v0.5.5 |
| 584 | 2026-08-03T04:55:26.382Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=3c31a5606af9a3bb -C extra-filename=-46d5bba9eae7a669 --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-2e0ac05791d5c716.rmeta --cap-lints allow` |
| 585 | 2026-08-03T04:55:26.509Z | Compiling serde_derive v1.0.229 |
| 586 | 2026-08-03T04:55:26.513Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.229/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=51fc34d5d2ea36ea -C extra-filename=-a96912dea8404812 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro --cap-lints allow` |
| 587 | 2026-08-03T04:55:26.519Z | Compiling thiserror-impl v2.0.19 |
| 588 | 2026-08-03T04:55:26.522Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.19/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=443722c5f2762967 -C extra-filename=-30f297734f3e74d4 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro --cap-lints allow` |
| 589 | 2026-08-03T04:55:26.563Z | Compiling indexmap v2.14.0 |
| 590 | 2026-08-03T04:55:26.566Z | Running `/home/build/.rustup/toolchains/1.97.1-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=32190faa062c654d -C extra-filename=-aeb7e62e5466d37c --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-66649c96b7aa6105.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-e8e8b30695935823.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow` |
| 591 | 2026-08-03T04:55:26.626Z | Compiling zerofrom-derive v0.1.5 |
| 592 | 2026-08-03T04:55:26.629Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5024acacae6c7ff -C extra-filename=-cd6e8bc185f45903 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-ffb52adcde0fdd46.rlib --extern proc_macro --cap-lints allow` |
| 593 | 2026-08-03T04:55:26.760Z | Compiling yoke-derive v0.7.5 |
| 594 | 2026-08-03T04:55:26.770Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f6659d0c926eee2 -C extra-filename=-07598d56270a8621 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-ffb52adcde0fdd46.rlib --extern proc_macro --cap-lints allow` |
| 595 | 2026-08-03T04:55:27.236Z | Compiling tokio-macros v2.7.0 |
| 596 | 2026-08-03T04:55:27.239Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23266cc9a5e893c5 -C extra-filename=-559d030644ee3925 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow` |
| 597 | 2026-08-03T04:55:27.268Z | Compiling zerovec-derive v0.10.3 |
| 598 | 2026-08-03T04:55:27.271Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90e272c886412ef2 -C extra-filename=-916ee3abb702abf4 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow` |
| 599 | 2026-08-03T04:55:27.465Z | Compiling futures-macro v0.3.33 |
| 600 | 2026-08-03T04:55:27.468Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.33/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=b0b996329d8ef1c7 -C extra-filename=-3e29e899d0b288cf --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow` |
| 601 | 2026-08-03T04:55:27.800Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=70220f47e7447e8d -C extra-filename=-b748758db30a035e --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-30f297734f3e74d4.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
| 602 | 2026-08-03T04:55:27.828Z | Compiling displaydoc v0.2.5 |
| 603 | 2026-08-03T04:55:27.831Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b7f1e9b276f40908 -C extra-filename=-4916686deaf3ccff --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow` |
| 604 | 2026-08-03T04:55:27.874Z | Compiling zerofrom v0.1.5 |
| 605 | 2026-08-03T04:55:27.874Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=d63e94821913d181 -C extra-filename=-87236e095638660a --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-cd6e8bc185f45903.so --cap-lints allow` |
| 606 | 2026-08-03T04:55:27.905Z | Compiling pest v2.8.1 |
| 607 | 2026-08-03T04:55:27.908Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=b0515076b88f4a98 -C extra-filename=-3326c26a73d87d53 --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-7981f4679f1d9fcc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-a712a9639355ef79.rmeta --cap-lints allow` |
| 608 | 2026-08-03T04:55:28.002Z | Compiling yoke v0.7.5 |
| 609 | 2026-08-03T04:55:28.005Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=48b69544b0502f01 -C extra-filename=-5e5bdec5097ddff9 --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-1fbe238204fc37a8.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-07598d56270a8621.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-87236e095638660a.rmeta --cap-lints allow` |
| 610 | 2026-08-03T04:55:28.012Z | Compiling tokio v1.53.1 |
| 611 | 2026-08-03T04:55:28.015Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.53.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "schedule-latency", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=5c83f1444ea8a38b -C extra-filename=-5bff1d695e8a340e --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-7853a259e9a38a5c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-322ebfe76ea31557.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-07054b2f220e24f0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-0bfca18cd927c29a.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-13e5a67c9a9fe3ba.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-559d030644ee3925.so --cap-lints allow` |
| 612 | 2026-08-03T04:55:28.203Z | Compiling zerocopy-derive v0.8.27 |
| 613 | 2026-08-03T04:55:28.206Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f3916df79b55a53 -C extra-filename=-00a739cb5be4386a --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow` |
| 614 | 2026-08-03T04:55:28.329Z | Compiling futures-util v0.3.33 |
| 615 | 2026-08-03T04:55:28.332Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "portable-atomic-alloc", "portable-atomic-util", "portable_atomic_crate", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=89309650d2d332d1 -C extra-filename=-b80a1fa00d64ebea --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-b2df71eb68912703.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-2040d6b08a4120d5.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-3e29e899d0b288cf.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-63947ff075e63cff.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-ad557284520dff9a.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-e621bc1f4ef5167b.rmeta --cap-lints allow` |
| 616 | 2026-08-03T04:55:28.347Z | Compiling zerovec v0.10.4 |
| 617 | 2026-08-03T04:55:28.350Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=39bc27c2ee6335db -C extra-filename=-8b10918e9f77896f --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-5e5bdec5097ddff9.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-87236e095638660a.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-916ee3abb702abf4.so --cap-lints allow` |
| 618 | 2026-08-03T04:55:28.579Z | Compiling icu_provider_macros v1.5.0 |
| 619 | 2026-08-03T04:55:28.582Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30afb46f48e3eed9 -C extra-filename=-b2bdccf5add6fb4a --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow` |
| 620 | 2026-08-03T04:55:29.149Z | Compiling tinystr v0.7.6 |
| 621 | 2026-08-03T04:55:29.152Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=55f9c292f51fd127 -C extra-filename=-f248edb2d57609ee --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-4916686deaf3ccff.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow` |
| 622 | 2026-08-03T04:55:29.169Z | Compiling pest_meta v2.8.1 |
| 623 | 2026-08-03T04:55:29.172Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=1d09c03f4df54bad -C extra-filename=-2d51cf06f797ff4e --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-3326c26a73d87d53.rmeta --cap-lints allow` |
| 624 | 2026-08-03T04:55:29.216Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=41af632676b4141b -C extra-filename=-487c7942d90f23d8 --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-c04ec599fa8cdd79.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-a96912dea8404812.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)'` |
| 625 | 2026-08-03T04:55:29.258Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c2d9ce6539e7ee11 -C extra-filename=-6360e43d0dec8e96 --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-d4919a0507b8ef23.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-a96912dea8404812.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)'` |
| 626 | 2026-08-03T04:55:29.349Z | Compiling icu_locid v1.5.0 |
| 627 | 2026-08-03T04:55:29.352Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=0c374216b3ec5fe5 -C extra-filename=-5e49e9b5c5387f9a --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-4916686deaf3ccff.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-88ebcf735b7babe1.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f248edb2d57609ee.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-044bc8bbb95909aa.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow` |
| 628 | 2026-08-03T04:55:29.440Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=2e284b18c8f666ed -C extra-filename=-a9e5094f49e938b4 --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-00a739cb5be4386a.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)'` |
| 629 | 2026-08-03T04:55:29.720Z | Compiling pest_generator v2.8.1 |
| 630 | 2026-08-03T04:55:29.723Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=d556c3c4b9204ba5 -C extra-filename=-0ab5842f66d8b6d8 --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-3326c26a73d87d53.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-2d51cf06f797ff4e.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --cap-lints allow` |
| 631 | 2026-08-03T04:55:29.746Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=9afd612f6de5743c -C extra-filename=-63187ccbe35f6e82 --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-e43aa92cc1f4a725.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-806bbb81fbf955fc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish` |
| 632 | 2026-08-03T04:55:30.272Z | Compiling icu_provider v1.5.0 |
| 633 | 2026-08-03T04:55:30.275Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=5a79a0db2f1bda16 -C extra-filename=-baa2749fa6d149ca --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-4916686deaf3ccff.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-5e49e9b5c5387f9a.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-b2bdccf5add6fb4a.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-1fbe238204fc37a8.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f248edb2d57609ee.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-044bc8bbb95909aa.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-5e5bdec5097ddff9.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-87236e095638660a.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow` |
| 634 | 2026-08-03T04:55:30.340Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=2413aa9b720bf8f9 -C extra-filename=-ae9a44e61fd590b1 --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)'` |
| 635 | 2026-08-03T04:55:30.432Z | Compiling pest_derive v2.8.1 |
| 636 | 2026-08-03T04:55:30.436Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=6c39a01768a572d2 -C extra-filename=-c2708156631b0fd2 --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-3326c26a73d87d53.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-0ab5842f66d8b6d8.rlib --extern proc_macro --cap-lints allow` |
| 637 | 2026-08-03T04:55:30.629Z | Compiling http-body v1.0.1 |
| 638 | 2026-08-03T04:55:30.633Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3cf773e29fffd291 -C extra-filename=-e4670696d0ad9763 --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-7853a259e9a38a5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --cap-lints allow` |
| 639 | 2026-08-03T04:55:30.639Z | Compiling tracing-core v0.1.32 |
| 640 | 2026-08-03T04:55:30.642Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=cc717c33bf4eef65 -C extra-filename=-0d09423e7c6b03da --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-b7c38563a55f281b.rmeta --cap-lints allow` |
| 641 | 2026-08-03T04:55:30.743Z | Compiling fastrand v2.1.1 |
| 642 | 2026-08-03T04:55:30.754Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=459711adbb55e470 -C extra-filename=-33ddf61acbdb72f1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 643 | 2026-08-03T04:55:30.762Z | Compiling rustls v0.23.43 |
| 644 | 2026-08-03T04:55:30.766Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.43/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=423a9bc9a7f78d10 -C extra-filename=-5852628357619032 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-5852628357619032 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 645 | 2026-08-03T04:55:30.860Z | Compiling num_threads v0.1.3 |
| 646 | 2026-08-03T04:55:30.864Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f7827e4d31f05fb -C extra-filename=-50fb03269635d8cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 647 | 2026-08-03T04:55:30.891Z | Compiling untrusted v0.9.0 |
| 648 | 2026-08-03T04:55:30.894Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6dd299bfceaba081 -C extra-filename=-f4acdcd0a43f097d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 649 | 2026-08-03T04:55:30.958Z | Compiling icu_locid_transform_data v1.5.0 |
| 650 | 2026-08-03T04:55:30.969Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47cd3787c0bdbcca -C extra-filename=-56961197c81174c2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 651 | 2026-08-03T04:55:30.975Z | Compiling atomic-waker v1.1.2 |
| 652 | 2026-08-03T04:55:30.978Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=7f685d95fb7b02e0 -C extra-filename=-0c5c0c2668894ecb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 653 | 2026-08-03T04:55:31.010Z | Compiling rustix v0.38.44 |
| 654 | 2026-08-03T04:55:31.013Z | Compiling percent-encoding v2.3.2 |
| 655 | 2026-08-03T04:55:31.013Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=f754bada16a7f6ab -C extra-filename=-1d637342bbf8d08c --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-1d637342bbf8d08c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 656 | 2026-08-03T04:55:31.013Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=83d0ac46b17e7ed9 -C extra-filename=-02ea126171a070cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 657 | 2026-08-03T04:55:31.028Z | Compiling dtrace-parser v0.3.0 |
| 658 | 2026-08-03T04:55:31.031Z | Compiling icu_locid_transform v1.5.0 |
| 659 | 2026-08-03T04:55:31.031Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcecd4e0a59d6166 -C extra-filename=-01be94811a338e25 --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-3326c26a73d87d53.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-c2708156631b0fd2.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --cap-lints allow` |
| 660 | 2026-08-03T04:55:31.031Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=3748884d554fe26f -C extra-filename=-db770ca5e1e10062 --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-4916686deaf3ccff.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-5e49e9b5c5387f9a.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-56961197c81174c2.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-baa2749fa6d149ca.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f248edb2d57609ee.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow` |
| 661 | 2026-08-03T04:55:31.092Z | Compiling tracing v0.1.40 |
| 662 | 2026-08-03T04:55:31.096Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=d1b357289f919949 -C extra-filename=-e1c383497ab6c564 --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-884aae9ad79cdf73.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-0d09423e7c6b03da.rmeta --cap-lints allow` |
| 663 | 2026-08-03T04:55:31.212Z | Compiling time v0.3.47 |
| 664 | 2026-08-03T04:55:31.215Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=d97b9338f2e09279 -C extra-filename=-10603f4cede7450e --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-46d5bba9eae7a669.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-e341a82f1fff0f09.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-50fb03269635d8cd.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-2e0ac05791d5c716.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-d92b0a234662c57c.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-3cd05aadbfb7f77a.so --cap-lints allow` |
| 665 | 2026-08-03T04:55:31.246Z | Compiling erased-serde v0.3.31 |
| 666 | 2026-08-03T04:55:31.249Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=18a5a145eb97d29e -C extra-filename=-b80c1b6428a1d44c --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-487c7942d90f23d8.rmeta --cap-lints allow` |
| 667 | 2026-08-03T04:55:31.317Z | Compiling icu_collections v1.5.0 |
| 668 | 2026-08-03T04:55:31.320Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=1ac56eab66a9fd67 -C extra-filename=-51c5415495d7752c --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-4916686deaf3ccff.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-5e5bdec5097ddff9.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-87236e095638660a.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow` |
| 669 | 2026-08-03T04:55:31.354Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-1d637342bbf8d08c/build-script-build` |
| 670 | 2026-08-03T04:55:31.434Z | Compiling scroll_derive v0.13.1 |
| 671 | 2026-08-03T04:55:31.438Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=494a941d98c4ff0d -C extra-filename=-f0f4cc01b1264d80 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow` |
| 672 | 2026-08-03T04:55:31.750Z | Compiling tokio-util v0.7.19 |
| 673 | 2026-08-03T04:55:31.759Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "libc", "net", "rt", "slab", "time", "tracing"))' -C metadata=a5662e371903f42a -C extra-filename=-cc8c069a4bd52ef6 --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-7853a259e9a38a5c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-63947ff075e63cff.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --cap-lints allow` |
| 674 | 2026-08-03T04:55:31.961Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-ac4226edf208555a/build-script-build` |
| 675 | 2026-08-03T04:55:31.985Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=3291d90e991ef9f6 -C extra-filename=-bb5ae4b55424d122 --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-ce4948a932fb1220.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-d4919a0507b8ef23.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-649e44e2e51851ff.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
| 676 | 2026-08-03T04:55:31.989Z | Compiling thread-id v5.0.0 |
| 677 | 2026-08-03T04:55:31.994Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd943c99bfdedfb1 -C extra-filename=-4663d471d4a479c4 --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-7398cde873465ce2.rmeta --cap-lints allow` |
| 678 | 2026-08-03T04:55:32.074Z | Compiling num-traits v0.2.14 |
| 679 | 2026-08-03T04:55:32.077Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=b1dccff30b54ec7b -C extra-filename=-fe1ae5224009a749 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-fe1ae5224009a749 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-f19cb554f2baccce.rlib --cap-lints allow` |
| 680 | 2026-08-03T04:55:32.225Z | Compiling crc32fast v1.5.0 |
| 681 | 2026-08-03T04:55:32.228Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=4a8fe13aee6467b5 -C extra-filename=-de5e010f2ebef95f --out-dir /work/oxidecomputer/dropshot/target/debug/build/crc32fast-de5e010f2ebef95f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 682 | 2026-08-03T04:55:32.312Z | Compiling tower-service v0.3.3 |
| 683 | 2026-08-03T04:55:32.321Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3e35d3a54f09fd3 -C extra-filename=-424407bb805f7111 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 684 | 2026-08-03T04:55:32.327Z | Compiling icu_properties_data v1.5.0 |
| 685 | 2026-08-03T04:55:32.330Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3992d1f5d9088d8f -C extra-filename=-1850606870df44b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 686 | 2026-08-03T04:55:32.377Z | Compiling paste v1.0.15 |
| 687 | 2026-08-03T04:55:32.380Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=feee98da06b2c863 -C extra-filename=-edd1f3930d974c43 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-edd1f3930d974c43 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 688 | 2026-08-03T04:55:32.407Z | Compiling tower-layer v0.3.3 |
| 689 | 2026-08-03T04:55:32.410Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0309671443f5fbfd -C extra-filename=-fbfdf267496e6bf2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 690 | 2026-08-03T04:55:32.435Z | Compiling byteorder v1.4.3 |
| 691 | 2026-08-03T04:55:32.438Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=8b7682390a8d7efd -C extra-filename=-f0dff5b71da198e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 692 | 2026-08-03T04:55:32.463Z | Compiling try-lock v0.2.3 |
| 693 | 2026-08-03T04:55:32.466Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1cfa8807a45f873 -C extra-filename=-449b3fbed0480891 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 694 | 2026-08-03T04:55:32.515Z | Compiling usdt-impl v0.6.0 |
| 695 | 2026-08-03T04:55:32.526Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=a8da175faffed4c2 -C extra-filename=-07be16f3111e2aea --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-07be16f3111e2aea -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 696 | 2026-08-03T04:55:32.564Z | Compiling base64 v0.22.1 |
| 697 | 2026-08-03T04:55:32.564Z | Compiling cpufeatures v0.3.0 |
| 698 | 2026-08-03T04:55:32.568Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d0fcaf42b4dc48fc -C extra-filename=-27bda732d0ea2cb7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 699 | 2026-08-03T04:55:32.568Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a0dab97bdcb68ea -C extra-filename=-0bff1508cf625cd4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 700 | 2026-08-03T04:55:32.642Z | Compiling fnv v1.0.7 |
| 701 | 2026-08-03T04:55:32.645Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3291cc1d8c355688 -C extra-filename=-a2b315442da0268d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 702 | 2026-08-03T04:55:32.660Z | Compiling subtle v2.5.0 |
| 703 | 2026-08-03T04:55:32.666Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=c079d47af639c397 -C extra-filename=-cf97c39e93b149da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 704 | 2026-08-03T04:55:32.671Z | Running `/work/oxidecomputer/dropshot/target/debug/build/paste-edd1f3930d974c43/build-script-build` |
| 705 | 2026-08-03T04:55:32.712Z | Compiling h2 v0.4.14 |
| 706 | 2026-08-03T04:55:32.718Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=f4b41d13960c5464 -C extra-filename=-bbb781e3ee05e5e1 --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-0c5c0c2668894ecb.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-a2b315442da0268d.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-63947ff075e63cff.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-e621bc1f4ef5167b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-e1c383497ab6c564.rmeta --cap-lints allow` |
| 707 | 2026-08-03T04:55:32.740Z | Compiling dof v0.4.0 |
| 708 | 2026-08-03T04:55:32.744Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=456a5c2178550096 -C extra-filename=-9afa11056c9c8483 --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-6360e43d0dec8e96.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bb5ae4b55424d122.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-a9e5094f49e938b4.rmeta --cap-lints allow` |
| 709 | 2026-08-03T04:55:32.758Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-07be16f3111e2aea/build-script-build` |
| 710 | 2026-08-03T04:55:32.771Z | Compiling want v0.3.0 |
| 711 | 2026-08-03T04:55:32.774Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb0d95cbc1260ed3 -C extra-filename=-4e67cfff71316ccb --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-4d49c31f4ede2482.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-449b3fbed0480891.rmeta --cap-lints allow` |
| 712 | 2026-08-03T04:55:32.813Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-de5e010f2ebef95f/build-script-build` |
| 713 | 2026-08-03T04:55:32.855Z | Compiling icu_properties v1.5.1 |
| 714 | 2026-08-03T04:55:32.858Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=ee3052ad03ce7f02 -C extra-filename=-71d65698a559662f --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-4916686deaf3ccff.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-51c5415495d7752c.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-db770ca5e1e10062.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-1850606870df44b9.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-baa2749fa6d149ca.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f248edb2d57609ee.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow` |
| 715 | 2026-08-03T04:55:32.909Z | Compiling scroll v0.13.0 |
| 716 | 2026-08-03T04:55:32.912Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=aa9896d243771ca4 -C extra-filename=-0f8e6de2886ef01f --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-f0f4cc01b1264d80.so --cap-lints allow` |
| 717 | 2026-08-03T04:55:32.943Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-fe1ae5224009a749/build-script-build` |
| 718 | 2026-08-03T04:55:33.163Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=8b2ead69ad4d6e4e -C extra-filename=-46a3ac45c585a554 --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-b80c1b6428a1d44c.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'` |
| 719 | 2026-08-03T04:55:33.174Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=fa78a55b17c1270c -C extra-filename=-13169cb37feb68ae --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-e43aa92cc1f4a725.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-806bbb81fbf955fc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
| 720 | 2026-08-03T04:55:33.183Z | Compiling block-buffer v0.12.0 |
| 721 | 2026-08-03T04:55:33.187Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=17a58c179001b775 -C extra-filename=-15a71fc333ee1039 --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-5eced5b1f3dc5410.rmeta --cap-lints allow` |
| 722 | 2026-08-03T04:55:33.200Z | Compiling crypto-common v0.2.1 |
| 723 | 2026-08-03T04:55:33.203Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=3d5d57f840aec3a7 -C extra-filename=-e9708427aa152d9c --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-5eced5b1f3dc5410.rmeta --cap-lints allow` |
| 724 | 2026-08-03T04:55:33.340Z | Compiling unicase v2.6.0 |
| 725 | 2026-08-03T04:55:33.343Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4f5af255d7c1e86e -C extra-filename=-6df319034e9dec97 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-6df319034e9dec97 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-ea52cc362ec4cf08.rlib --cap-lints allow` |
| 726 | 2026-08-03T04:55:33.570Z | Compiling simd-adler32 v0.3.7 |
| 727 | 2026-08-03T04:55:33.572Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.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=06379e7a9e594ed2 -C extra-filename=-2393e5cf4cb9eac0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 728 | 2026-08-03T04:55:33.579Z | Compiling plain v0.2.3 |
| 729 | 2026-08-03T04:55:33.582Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=704179a128dbdea7 -C extra-filename=-a5f0ad4d246c3422 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 730 | 2026-08-03T04:55:33.687Z | Compiling icu_normalizer_data v1.5.0 |
| 731 | 2026-08-03T04:55:33.690Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca0e7c6f1a0c78d7 -C extra-filename=-6147de927ab9640a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 732 | 2026-08-03T04:55:33.760Z | Compiling adler2 v2.0.1 |
| 733 | 2026-08-03T04:55:33.763Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=71980e5b719ecd4e -C extra-filename=-8676381fc828e853 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 734 | 2026-08-03T04:55:33.772Z | Compiling const-oid v0.10.2 |
| 735 | 2026-08-03T04:55:33.775Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db"))' -C metadata=cbf525a5cbf7bd06 -C extra-filename=-64b92bf6d31f63ec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 736 | 2026-08-03T04:55:33.895Z | Compiling httpdate v1.0.1 |
| 737 | 2026-08-03T04:55:33.898Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd33117496cb0c41 -C extra-filename=-b39d6bfab05260db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 738 | 2026-08-03T04:55:33.979Z | Compiling write16 v1.0.0 |
| 739 | 2026-08-03T04:55:33.983Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=615110fbb38d86e8 -C extra-filename=-6508a8e276bbebfd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 740 | 2026-08-03T04:55:34.012Z | Compiling utf16_iter v1.0.5 |
| 741 | 2026-08-03T04:55:34.015Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cf9b64acaaae87f -C extra-filename=-24d9980bf4a7afd3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 742 | 2026-08-03T04:55:34.076Z | Compiling utf8_iter v1.0.4 |
| 743 | 2026-08-03T04:55:34.079Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d1cab2e99429153 -C extra-filename=-4d6e85739e2224ed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 744 | 2026-08-03T04:55:34.146Z | Compiling digest v0.11.2 |
| 745 | 2026-08-03T04:55:34.149Z | Compiling miniz_oxide v0.8.9 |
| 746 | 2026-08-03T04:55:34.149Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=fd6425b809fa8171 -C extra-filename=-d2dcdd7a3a1d86cf --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-15a71fc333ee1039.rmeta --extern const_oid=/work/oxidecomputer/dropshot/target/debug/deps/libconst_oid-64b92bf6d31f63ec.rmeta --extern common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-e9708427aa152d9c.rmeta --cap-lints allow` |
| 747 | 2026-08-03T04:55:34.149Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.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=357c2bd56555b3b4 -C extra-filename=-6f409bca499a8c92 --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-8676381fc828e853.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-2393e5cf4cb9eac0.rmeta --cap-lints allow` |
| 748 | 2026-08-03T04:55:34.167Z | Compiling goblin v0.10.1 |
| 749 | 2026-08-03T04:55:34.170Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=0b17b4722c8cc36a -C extra-filename=-ae41b9d374d3dc51 --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-4d49c31f4ede2482.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-a5f0ad4d246c3422.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-0f8e6de2886ef01f.rmeta --cap-lints allow` |
| 750 | 2026-08-03T04:55:34.223Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-6df319034e9dec97/build-script-build` |
| 751 | 2026-08-03T04:55:34.317Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=f9bf68e613b8f8c6 -C extra-filename=-05403e5ef8f7636c --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` |
| 752 | 2026-08-03T04:55:34.330Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=b31038ff9fdb374b -C extra-filename=-36b8f2eac7d30441 --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-f0dff5b71da198e1.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-9afa11056c9c8483.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-01be94811a338e25.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bb5ae4b55424d122.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-4663d471d4a479c4.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)'` |
| 753 | 2026-08-03T04:55:34.346Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=522a21ea94fdddf8 -C extra-filename=-9f1ed80c0d11d19c --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-0af57a848de951cf.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'` |
| 754 | 2026-08-03T04:55:34.537Z | Compiling icu_normalizer v1.5.0 |
| 755 | 2026-08-03T04:55:34.540Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=ba4911d5379e40c2 -C extra-filename=-01e11319b43ea5a8 --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-4916686deaf3ccff.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-51c5415495d7752c.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-6147de927ab9640a.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-71d65698a559662f.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-baa2749fa6d149ca.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-a940c0bb25f890d4.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-24d9980bf4a7afd3.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-4d6e85739e2224ed.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-6508a8e276bbebfd.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow` |
| 756 | 2026-08-03T04:55:34.810Z | Compiling hyper v1.11.0 |
| 757 | 2026-08-03T04:55:34.813Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::restriction' '--warn=clippy::pedantic' '--allow=clippy::wildcard_enum_match_arm' '--allow=clippy::useless_borrows_in_formatting' '--allow=clippy::used_underscore_items' '--allow=clippy::unwrap_in_result' '--allow=clippy::unused_trait_names' '--allow=clippy::unused_async' '--allow=clippy::unseparated_literal_suffix' '--allow=clippy::unreachable' '--allow=clippy::unnested_or_patterns' '--allow=clippy::unnecessary_trailing_comma' '--allow=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--allow=clippy::type_complexity' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::too_many_lines' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::std_instead_of_core' '--allow=clippy::std_instead_of_alloc' '--allow=clippy::single_char_lifetime_names' '--allow=clippy::single_call_fn' '--allow=clippy::shadow_unrelated' '--allow=clippy::shadow_same' '--allow=clippy::shadow_reuse' '--allow=clippy::semicolon_outside_block' '--allow=clippy::semicolon_inside_block' '--deny=clippy::self_named_module_files' '--allow=clippy::same_name_method' '--allow=clippy::renamed_function_params' '--allow=clippy::ref_patterns' '--allow=clippy::redundant_else' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::question_mark_used' '--allow=clippy::pub_with_shorthand' '--allow=clippy::pub_use' '--allow=clippy::pattern_type_mismatch' '--allow=clippy::panic_in_result_fn' '--allow=clippy::panic' '--allow=clippy::new_without_default' '--allow=clippy::needless_pass_by_value' '--allow=clippy::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::let_unit_value' '--allow=clippy::let_underscore_untyped' '--allow=clippy::let_underscore_must_use' '--allow=clippy::items_after_statements' '--allow=clippy::integer_division_remainder_used' '--allow=clippy::integer_division' '--allow=clippy::inline_trait_bounds' '--allow=clippy::inline_modules' '--allow=clippy::indexing_slicing' '--allow=clippy::implicit_return' '--allow=clippy::impl_trait_in_params' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_then_some_else_none' '--allow=clippy::if_not_else' '--allow=clippy::float_arithmetic' '--allow=clippy::field_scoped_visibility_modifiers' '--allow=clippy::expect_used' '--allow=clippy::error_impl_error' '--allow=clippy::enum_glob_use' '--allow=clippy::else_if_without_else' '--allow=clippy::default_numeric_fallback' '--allow=clippy::decimal_literal_representation' '--allow=clippy::collapsible_match' '--allow=clippy::cognitive_complexity' '--allow=clippy::clone_on_ref_ptr' '--allow=clippy::checked_conversions' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_truncation' '--allow=clippy::blanket_clippy_restriction_lints' '--allow=clippy::as_conversions' '--allow=clippy::arithmetic_side_effects' '--allow=clippy::arbitrary_source_item_ordering' '--allow=clippy::absolute_paths' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=2fe6572939c0a6f5 -C extra-filename=-e47288b8440320a5 --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-0c5c0c2668894ecb.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-b2df71eb68912703.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-bbb781e3ee05e5e1.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e4670696d0ad9763.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-5a88a5daedc53632.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-b39d6bfab05260db.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-a940c0bb25f890d4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-4e67cfff71316ccb.rmeta --cap-lints allow` |
| 758 | 2026-08-03T04:55:34.836Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0d96122ce3b2e19 -C extra-filename=-505ee8bd27584fb8 --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"))'` |
| 759 | 2026-08-03T04:55:34.839Z | Compiling form_urlencoded v1.2.2 |
| 760 | 2026-08-03T04:55:34.839Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e127e6ff45b0449a -C extra-filename=-070e1d849562a0fd --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-02ea126171a070cc.rmeta --cap-lints allow` |
| 761 | 2026-08-03T04:55:34.874Z | Compiling serde_tokenstream v0.2.3 |
| 762 | 2026-08-03T04:55:34.877Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50acb551dd9b0d4a -C extra-filename=-13cbe17f45a545ed --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --cap-lints allow` |
| 763 | 2026-08-03T04:55:35.015Z | Compiling unicode-width v0.1.9 |
| 764 | 2026-08-03T04:55:35.024Z | Running `/home/build/.rustup/toolchains/1.97.1-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=64e97763adbd00c9 -C extra-filename=-a39921e70250e704 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 765 | 2026-08-03T04:55:35.129Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=73b773363fd7e3f6 -C extra-filename=-e73947fdf68f8e88 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-e73947fdf68f8e88 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 766 | 2026-08-03T04:55:35.168Z | Compiling openssl-probe v0.2.1 |
| 767 | 2026-08-03T04:55:35.171Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb89a68dbbc026f0 -C extra-filename=-e6544db9ece21627 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 768 | 2026-08-03T04:55:35.307Z | Compiling winnow v1.0.0 |
| 769 | 2026-08-03T04:55:35.311Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=ceb857f8f800ac65 -C extra-filename=-d407a3778b11b22d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 770 | 2026-08-03T04:55:35.335Z | Compiling mime v0.3.16 |
| 771 | 2026-08-03T04:55:35.338Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90fea4eef8dbfef2 -C extra-filename=-84cc173b80c53ab0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 772 | 2026-08-03T04:55:35.359Z | Compiling pretty-hex v0.4.1 |
| 773 | 2026-08-03T04:55:35.362Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=b15a9b4719438182 -C extra-filename=-9bb5c8ecb7732f61 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 774 | 2026-08-03T04:55:35.373Z | Compiling lazy_static v1.5.0 |
| 775 | 2026-08-03T04:55:35.376Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=c4608d4333d0ae74 -C extra-filename=-1e9a1599d0d1e6c2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 776 | 2026-08-03T04:55:35.473Z | Compiling ipnet v2.10.0 |
| 777 | 2026-08-03T04:55:35.476Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=f92fcee4f7a38d61 -C extra-filename=-843b7fc30a4255f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 778 | 2026-08-03T04:55:35.493Z | Compiling unicode-segmentation v1.10.0 |
| 779 | 2026-08-03T04:55:35.496Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=9759d68d5f351552 -C extra-filename=-a9a6ec2642e44369 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 780 | 2026-08-03T04:55:35.600Z | Compiling ryu v1.0.5 |
| 781 | 2026-08-03T04:55:35.603Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=3349a435008b1e7c -C extra-filename=-d64d901c5d691e1a --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-d64d901c5d691e1a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 782 | 2026-08-03T04:55:35.656Z | Compiling iana-time-zone v0.1.47 |
| 783 | 2026-08-03T04:55:35.665Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=d9f5b4e66faca256 -C extra-filename=-66ddd8b95bbdeba8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 784 | 2026-08-03T04:55:35.848Z | Compiling chrono v0.4.45 |
| 785 | 2026-08-03T04:55:35.858Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=4061cf6b29e33d3b -C extra-filename=-8e33a68da2f5b8b9 --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-66ddd8b95bbdeba8.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-05403e5ef8f7636c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --cap-lints allow` |
| 786 | 2026-08-03T04:55:35.881Z | Compiling newline-converter v0.3.0 |
| 787 | 2026-08-03T04:55:35.884Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75711eb7c6265350 -C extra-filename=-0804d33911b95354 --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-a9a6ec2642e44369.rmeta --cap-lints allow` |
| 788 | 2026-08-03T04:55:35.891Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-d64d901c5d691e1a/build-script-build` |
| 789 | 2026-08-03T04:55:35.891Z | Compiling hyper-util v0.1.20 |
| 790 | 2026-08-03T04:55:35.894Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=adddeda559c0fcc2 -C extra-filename=-7e1281d36ce3d0d2 --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-27bda732d0ea2cb7.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-b2df71eb68912703.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b80a1fa00d64ebea.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e4670696d0ad9763.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-843b7fc30a4255f2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-13e5a67c9a9fe3ba.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-fbfdf267496e6bf2.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-e1c383497ab6c564.rmeta --cap-lints allow` |
| 791 | 2026-08-03T04:55:35.932Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 792 | 2026-08-03T04:55:35.935Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.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=870e2e2e3d70b9b7 -C extra-filename=-39c6783ac4df6ddb --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-d407a3778b11b22d.rmeta --cap-lints allow` |
| 793 | 2026-08-03T04:55:35.992Z | Compiling console v0.15.7 |
| 794 | 2026-08-03T04:55:35.995Z | Running `/home/build/.rustup/toolchains/1.97.1-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=ac986e9e13328cbc -C extra-filename=-6a700380b4c554df --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-1e9a1599d0d1e6c2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-a39921e70250e704.rmeta --cap-lints allow` |
| 795 | 2026-08-03T04:55:36.005Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-e73947fdf68f8e88/build-script-build` |
| 796 | 2026-08-03T04:55:36.018Z | Compiling rustls-native-certs v0.8.3 |
| 797 | 2026-08-03T04:55:36.022Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90ef03a07a3cca71 -C extra-filename=-17e88b40252c0efe --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-e6544db9ece21627.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --cap-lints allow` |
| 798 | 2026-08-03T04:55:36.352Z | Compiling idna_adapter v1.2.0 |
| 799 | 2026-08-03T04:55:36.355Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=9f77f1a641a02656 -C extra-filename=-ab067f039a095df5 --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-01e11319b43ea5a8.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-71d65698a559662f.rmeta --cap-lints allow` |
| 800 | 2026-08-03T04:55:36.501Z | Compiling flate2 v1.1.9 |
| 801 | 2026-08-03T04:55:36.504Z | Running `/home/build/.rustup/toolchains/1.97.1-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=fedbc499afc078c9 -C extra-filename=-c51f3b03065707e6 --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-9f1ed80c0d11d19c.rmeta --extern miniz_oxide=/work/oxidecomputer/dropshot/target/debug/deps/libminiz_oxide-6f409bca499a8c92.rmeta --cap-lints allow` |
| 802 | 2026-08-03T04:55:36.593Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4807d385c62cafad -C extra-filename=-c46b29ab46860777 --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` |
| 803 | 2026-08-03T04:55:36.614Z | Compiling sha1 v0.11.0 |
| 804 | 2026-08-03T04:55:36.617Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(sha1_backend, values("aarch64-sha2", "x86-sha", "soft"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=fbd7b5105d2364ac -C extra-filename=-e70376022178b884 --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-0af57a848de951cf.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-0bff1508cf625cd4.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-d2dcdd7a3a1d86cf.rmeta --cap-lints allow` |
| 805 | 2026-08-03T04:55:36.631Z | Compiling chacha20 v0.10.1 |
| 806 | 2026-08-03T04:55:36.636Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(chacha20_avx512)' --check-cfg 'cfg(chacha20_backend, values("avx2", "avx512", "soft", "sse2"))' --cfg 'feature="rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cipher", "default", "legacy", "rng", "xchacha", "zeroize"))' -C metadata=8622ef066bfa8f32 -C extra-filename=-1b02e13184435c8a --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-0af57a848de951cf.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-0bff1508cf625cd4.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-d9753deb2e14760e.rmeta --cap-lints allow` |
| 807 | 2026-08-03T04:55:36.844Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=eb38a214086306bc -C extra-filename=-d3e135d1f0db6f00 --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-ae41b9d374d3dc51.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-9bb5c8ecb7732f61.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-a9e5094f49e938b4.rmeta --cap-lints allow` |
| 808 | 2026-08-03T04:55:36.871Z | Compiling concurrent-queue v2.5.0 |
| 809 | 2026-08-03T04:55:36.874Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=f019b151338762dc -C extra-filename=-9c00d04b9cb65a1f --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-ae9a44e61fd590b1.rmeta --cap-lints allow` |
| 810 | 2026-08-03T04:55:36.939Z | Compiling serde_tokenstream v0.3.0 |
| 811 | 2026-08-03T04:55:36.942Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a71f5130ec6ef7f -C extra-filename=-af1a38aada65d234 --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rmeta --cap-lints allow` |
| 812 | 2026-08-03T04:55:36.962Z | Compiling serde_derive_internals v0.29.0 |
| 813 | 2026-08-03T04:55:36.971Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db7849ce1c651945 -C extra-filename=-b685b4106d9ed60d --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --cap-lints allow` |
| 814 | 2026-08-03T04:55:37.082Z | Compiling multer v3.1.0 |
| 815 | 2026-08-03T04:55:37.085Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=8f5da3c016405b40 -C extra-filename=-863b92f636730164 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-863b92f636730164 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-ea52cc362ec4cf08.rlib --cap-lints allow` |
| 816 | 2026-08-03T04:55:37.235Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 817 | 2026-08-03T04:55:37.238Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=cd2b875e0d0afb2e -C extra-filename=-cf0f232639127c57 --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-c04ec599fa8cdd79.rmeta --cap-lints allow` |
| 818 | 2026-08-03T04:55:37.315Z | Compiling serde_spanned v1.1.1 |
| 819 | 2026-08-03T04:55:37.318Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=3750ddf038ba852b -C extra-filename=-4b1986cbdd8eabb6 --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-c04ec599fa8cdd79.rmeta --cap-lints allow` |
| 820 | 2026-08-03T04:55:37.421Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=ccc79d6cae24f989 -C extra-filename=-53b5a5469fc95da4 --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-a0fb0138d82080e4.rmeta --cap-lints allow` |
| 821 | 2026-08-03T04:55:37.467Z | Compiling thread_local v1.1.4 |
| 822 | 2026-08-03T04:55:37.470Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=634056ba82879cb7 -C extra-filename=-f7c9caa1ec78d300 --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-b7c38563a55f281b.rmeta --cap-lints allow` |
| 823 | 2026-08-03T04:55:37.549Z | Compiling sync_wrapper v1.0.1 |
| 824 | 2026-08-03T04:55:37.553Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=e00ca0f2040170b4 -C extra-filename=-051a2cf23fcb4bee --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-c318971817f643ca.rmeta --cap-lints allow` |
| 825 | 2026-08-03T04:55:37.647Z | Compiling encoding_rs v0.8.32 |
| 826 | 2026-08-03T04:55:37.650Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=5df4da90972968b2 -C extra-filename=-7257d3d1d80d215a --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-0af57a848de951cf.rmeta --cap-lints allow` |
| 827 | 2026-08-03T04:55:37.657Z | Compiling slog-async v2.8.0 |
| 828 | 2026-08-03T04:55:37.660Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=9d752b4d7388adc0 -C extra-filename=-40ae979a18cced0f --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-40ae979a18cced0f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 829 | 2026-08-03T04:55:37.707Z | Compiling parking v2.2.0 |
| 830 | 2026-08-03T04:55:37.716Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=5e400b1eeb22340d -C extra-filename=-b2a77f2b71656657 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 831 | 2026-08-03T04:55:37.742Z | Compiling compression-core v0.4.32 |
| 832 | 2026-08-03T04:55:37.746Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.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=a0ee3ffe4a1b4cb6 -C extra-filename=-1e1bd20901929e4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 833 | 2026-08-03T04:55:37.899Z | Compiling target-triple v1.0.0 |
| 834 | 2026-08-03T04:55:37.902Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e85012a790d2d426 -C extra-filename=-11bdf5963962658b --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-11bdf5963962658b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 835 | 2026-08-03T04:55:37.910Z | Compiling match_cfg v0.1.0 |
| 836 | 2026-08-03T04:55:37.913Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=acd343c0f02fc520 -C extra-filename=-0b8fbe71f45cd2f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 837 | 2026-08-03T04:55:37.947Z | Compiling schemars v0.8.22 |
| 838 | 2026-08-03T04:55:37.950Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=7028591dd3e87712 -C extra-filename=-32b870b678b9088e --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-32b870b678b9088e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 839 | 2026-08-03T04:55:37.957Z | Compiling camino v1.2.4 |
| 840 | 2026-08-03T04:55:37.960Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.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=01486bea25ff446e -C extra-filename=-f3689b5fcfd991e3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-f3689b5fcfd991e3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 841 | 2026-08-03T04:55:37.971Z | Compiling semver v1.0.28 |
| 842 | 2026-08-03T04:55:37.978Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=43ea1f8ee43db92d -C extra-filename=-f1a82eaee3a3e1e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 843 | 2026-08-03T04:55:38.181Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 844 | 2026-08-03T04:55:38.184Z | Compiling similar v2.2.1 |
| 845 | 2026-08-03T04:55:38.184Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8313574806c834f2 -C extra-filename=-92a4576ea4c58410 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 846 | 2026-08-03T04:55:38.191Z | Running `/home/build/.rustup/toolchains/1.97.1-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=84b381254ef3cdcf -C extra-filename=-bdfb7475bdcaae44 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 847 | 2026-08-03T04:55:38.280Z | Compiling heck v0.5.0 |
| 848 | 2026-08-03T04:55:38.283Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=506eb307c3568989 -C extra-filename=-d187858cf3fa2474 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 849 | 2026-08-03T04:55:38.311Z | Running `/work/oxidecomputer/dropshot/target/debug/build/camino-f3689b5fcfd991e3/build-script-build` |
| 850 | 2026-08-03T04:55:38.353Z | Compiling toml v1.1.3+spec-1.1.0 |
| 851 | 2026-08-03T04:55:38.356Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.3+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="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=4bab57501d9b3223 -C extra-filename=-db21a625bc38be47 --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-c04ec599fa8cdd79.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-4b1986cbdd8eabb6.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-cf0f232639127c57.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-39c6783ac4df6ddb.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-92a4576ea4c58410.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-d407a3778b11b22d.rmeta --cap-lints allow` |
| 852 | 2026-08-03T04:55:38.406Z | Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-32b870b678b9088e/build-script-build` |
| 853 | 2026-08-03T04:55:38.411Z | Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-11bdf5963962658b/build-script-build` |
| 854 | 2026-08-03T04:55:38.425Z | Compiling hostname v0.3.1 |
| 855 | 2026-08-03T04:55:38.428Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=524e9d6faa44626b -C extra-filename=-6d4be01dc33044ab --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-7398cde873465ce2.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-0b8fbe71f45cd2f4.rmeta --cap-lints allow` |
| 856 | 2026-08-03T04:55:38.486Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-40ae979a18cced0f/build-script-build` |
| 857 | 2026-08-03T04:55:38.529Z | Compiling compression-codecs v0.4.38 |
| 858 | 2026-08-03T04:55:38.532Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.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=50f5dea0f0346cf2 -C extra-filename=-fadb2b943fbaf307 --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-1e1bd20901929e4f.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --cap-lints allow` |
| 859 | 2026-08-03T04:55:38.565Z | Compiling event-listener v5.0.0 |
| 860 | 2026-08-03T04:55:38.568Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=74cd3aaa758844a4 -C extra-filename=-059f4ba1bc5fab20 --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-9c00d04b9cb65a1f.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-b2a77f2b71656657.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow` |
| 861 | 2026-08-03T04:55:38.791Z | Compiling schemars_derive v0.8.22 |
| 862 | 2026-08-03T04:55:38.794Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8266bf2cd9e2a4b5 -C extra-filename=-768283183ba6389e --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-b685b4106d9ed60d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow` |
| 863 | 2026-08-03T04:55:38.851Z | Compiling tower v0.5.2 |
| 864 | 2026-08-03T04:55:38.854Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=6af48ae9a72009c6 -C extra-filename=-5268577d078f0ba2 --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-c318971817f643ca.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b80a1fa00d64ebea.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-051a2cf23fcb4bee.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-fbfdf267496e6bf2.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --cap-lints allow` |
| 865 | 2026-08-03T04:55:38.914Z | Running `/work/oxidecomputer/dropshot/target/debug/build/multer-863b92f636730164/build-script-build` |
| 866 | 2026-08-03T04:55:38.957Z | Compiling rand v0.10.2 |
| 867 | 2026-08-03T04:55:38.961Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="sys_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "log", "serde", "simd_support", "std", "std_rng", "sys_rng", "thread_rng", "unbiased"))' -C metadata=91c917b4231b3fe8 -C extra-filename=-fb9f9348160a7c40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern chacha20=/work/oxidecomputer/dropshot/target/debug/deps/libchacha20-1b02e13184435c8a.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-ca79870ce014c763.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-d9753deb2e14760e.rmeta --cap-lints allow` |
| 868 | 2026-08-03T04:55:39.141Z | Compiling mime_guess v2.0.5 |
| 869 | 2026-08-03T04:55:39.144Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=30dc7d2f797afcdf -C extra-filename=-5c30ffe4443d0a67 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-5c30ffe4443d0a67 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-c46b29ab46860777.rlib --cap-lints allow` |
| 870 | 2026-08-03T04:55:39.305Z | Compiling idna v1.0.3 |
| 871 | 2026-08-03T04:55:39.308Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=c88cea5e38a72172 -C extra-filename=-370e3121f0687592 --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-ab067f039a095df5.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-a940c0bb25f890d4.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-4d6e85739e2224ed.rmeta --cap-lints allow` |
| 872 | 2026-08-03T04:55:39.332Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=b1025df21eb5f8bd -C extra-filename=-f90f1fb87f4794fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit` |
| 873 | 2026-08-03T04:55:39.523Z | Compiling usdt-attr-macro v0.6.0 |
| 874 | 2026-08-03T04:55:39.526Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14e8f77020b7c6ad -C extra-filename=-b5f761fa57b46b12 --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-01be94811a338e25.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-13cbe17f45a545ed.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-36b8f2eac7d30441.rlib --extern proc_macro --cap-lints allow` |
| 875 | 2026-08-03T04:55:39.634Z | Compiling usdt-macro v0.6.0 |
| 876 | 2026-08-03T04:55:39.637Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fcee6b65b7a2448 -C extra-filename=-5f29fd2e859e3a8a --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-01be94811a338e25.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-13cbe17f45a545ed.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-36b8f2eac7d30441.rlib --extern proc_macro --cap-lints allow` |
| 877 | 2026-08-03T04:55:39.653Z | Compiling slog-json v2.6.1 |
| 878 | 2026-08-03T04:55:39.656Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=fb1fa4bb880f41f0 -C extra-filename=-57fd758673e3dc9a --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-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-10603f4cede7450e.rmeta --cap-lints allow` |
| 879 | 2026-08-03T04:55:39.864Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=aa43383aa5de6ca6 -C extra-filename=-caff19e459ad1b75 --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-f0dff5b71da198e1.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-d3e135d1f0db6f00.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-01be94811a338e25.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-53b5a5469fc95da4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-4663d471d4a479c4.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)'` |
| 880 | 2026-08-03T04:55:39.878Z | Compiling tempfile v3.27.0 |
| 881 | 2026-08-03T04:55:39.881Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=43d946eb825a9e1e -C extra-filename=-f518acddb20df8a7 --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-33ddf61acbdb72f1.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-ca79870ce014c763.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b7c38563a55f281b.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-63187ccbe35f6e82.rmeta --cap-lints allow` |
| 882 | 2026-08-03T04:55:40.000Z | Compiling http-body-util v0.1.4 |
| 883 | 2026-08-03T04:55:40.003Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=df3438cdd3e260fc -C extra-filename=-d9373eeac160a8a3 --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-7853a259e9a38a5c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e4670696d0ad9763.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow` |
| 884 | 2026-08-03T04:55:40.060Z | Compiling crossbeam-channel v0.5.15 |
| 885 | 2026-08-03T04:55:40.063Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=881352ead4324c46 -C extra-filename=-6f3ebafafc08e49a --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-ae9a44e61fd590b1.rmeta --cap-lints allow` |
| 886 | 2026-08-03T04:55:40.262Z | Compiling futures-executor v0.3.33 |
| 887 | 2026-08-03T04:55:40.265Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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=42b95922562cb8c5 -C extra-filename=-584acea831445def --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-c318971817f643ca.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-ad557284520dff9a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b80a1fa00d64ebea.rmeta --cap-lints allow` |
| 888 | 2026-08-03T04:55:40.298Z | Compiling async-stream-impl v0.3.6 |
| 889 | 2026-08-03T04:55:40.308Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91300589819795a6 -C extra-filename=-fc01224ddd3e218d --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow` |
| 890 | 2026-08-03T04:55:40.355Z | Compiling uuid v1.24.0 |
| 891 | 2026-08-03T04:55:40.355Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=70cabc69423d1a59 -C extra-filename=-94fd9261ff0fa9b7 --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-ca79870ce014c763.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow` |
| 892 | 2026-08-03T04:55:40.438Z | Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot) |
| 893 | 2026-08-03T04:55:40.442Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=896aeaaec51838f1 -C extra-filename=-9ea10b846b888a16 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-9ea10b846b888a16 -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-ea52cc362ec4cf08.rlib` |
| 894 | 2026-08-03T04:55:40.548Z | Compiling memmap2 v0.9.8 |
| 895 | 2026-08-03T04:55:40.551Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=27d950818504680f -C extra-filename=-d47e03b0a9576f68 --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-7398cde873465ce2.rmeta --cap-lints allow` |
| 896 | 2026-08-03T04:55:40.558Z | Compiling is-terminal v0.4.12 |
| 897 | 2026-08-03T04:55:40.561Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67b2e5c05ffc8114 -C extra-filename=-1bd7f32354f9f30d --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-7398cde873465ce2.rmeta --cap-lints allow` |
| 898 | 2026-08-03T04:55:40.588Z | Compiling take_mut v0.2.2 |
| 899 | 2026-08-03T04:55:40.592Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba67be7194a81027 -C extra-filename=-3926f91cab3ebb64 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 900 | 2026-08-03T04:55:40.652Z | Compiling dyn-clone v1.0.4 |
| 901 | 2026-08-03T04:55:40.656Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42ad1899bf4f05a8 -C extra-filename=-41914602bea8e2ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 902 | 2026-08-03T04:55:40.684Z | Compiling iri-string v0.7.8 |
| 903 | 2026-08-03T04:55:40.687Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=05e19044a1967776 -C extra-filename=-8ddef56093022dec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 904 | 2026-08-03T04:55:40.695Z | Compiling data-encoding v2.4.0 |
| 905 | 2026-08-03T04:55:40.698Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9a5863bbc1a3ab1b -C extra-filename=-f1d1a42f88bf2b37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 906 | 2026-08-03T04:55:40.746Z | Compiling anyhow v1.0.104 |
| 907 | 2026-08-03T04:55:40.749Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=da1f76163a1049c6 -C extra-filename=-521990ba537384cb --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-521990ba537384cb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 908 | 2026-08-03T04:55:40.762Z | Compiling term v1.1.0 |
| 909 | 2026-08-03T04:55:40.766Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=08f2660270ed1266 -C extra-filename=-95d6c6bdfcb6cb8f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 910 | 2026-08-03T04:55:40.800Z | Compiling spin v0.9.8 |
| 911 | 2026-08-03T04:55:40.805Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=f582907c5a0cc421 -C extra-filename=-ca1159c652243cec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 912 | 2026-08-03T04:55:40.919Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=cffb4123d2d3171f -C extra-filename=-264e173281ba6a8f --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-7853a259e9a38a5c.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-7257d3d1d80d215a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b80a1fa00d64ebea.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-5a88a5daedc53632.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-84cc173b80c53ab0.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-ca1159c652243cec.rmeta --cap-lints allow` |
| 913 | 2026-08-03T04:55:40.942Z | Compiling async-stream v0.3.6 |
| 914 | 2026-08-03T04:55:40.946Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f37cf4b07ec422d1 -C extra-filename=-72ca3a986d8026fb --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-fc01224ddd3e218d.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow` |
| 915 | 2026-08-03T04:55:41.065Z | Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-521990ba537384cb/build-script-build` |
| 916 | 2026-08-03T04:55:41.122Z | Compiling slog-term v2.9.2 |
| 917 | 2026-08-03T04:55:41.126Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=a1a404d2cc50d042 -C extra-filename=-ca68ecb12276ae6d --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-8e33a68da2f5b8b9.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-1bd7f32354f9f30d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-95d6c6bdfcb6cb8f.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-f7c9caa1ec78d300.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-10603f4cede7450e.rmeta --cap-lints allow` |
| 918 | 2026-08-03T04:55:41.279Z | Compiling tungstenite v0.30.0 |
| 919 | 2026-08-03T04:55:41.282Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=c5b3f29f0fd64951 -C extra-filename=-27657c381c713591 --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-7853a259e9a38a5c.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-f1d1a42f88bf2b37.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-5a88a5daedc53632.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-fb9f9348160a7c40.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --cap-lints allow` |
| 920 | 2026-08-03T04:55:41.433Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=e257e108ee52b7f9 -C extra-filename=-d70c68b53552b5ee --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-8e33a68da2f5b8b9.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-41914602bea8e2ad.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-768283183ba6389e.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
| 921 | 2026-08-03T04:55:41.463Z | Compiling usdt v0.6.0 |
| 922 | 2026-08-03T04:55:41.473Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=b2cddc203e8b9a91 -C extra-filename=-257606df3344313a --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-d3e135d1f0db6f00.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-ae41b9d374d3dc51.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-d47e03b0a9576f68.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-b5f761fa57b46b12.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-caff19e459ad1b75.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-5f29fd2e859e3a8a.so --cap-lints allow` |
| 923 | 2026-08-03T04:55:41.495Z | Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-9ea10b846b888a16/build-script-build` |
| 924 | 2026-08-03T04:55:41.537Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=62c55c0494fe59bc -C extra-filename=-5ad360c2b3c35831 --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-6f3ebafafc08e49a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-3926f91cab3ebb64.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-f7c9caa1ec78d300.rmeta --cap-lints allow --cfg integer128` |
| 925 | 2026-08-03T04:55:41.741Z | Compiling futures v0.3.33 |
| 926 | 2026-08-03T04:55:41.750Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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=279f09acc3d7ef84 -C extra-filename=-7c01ee515ef132d7 --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-b2df71eb68912703.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-584acea831445def.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-2040d6b08a4120d5.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-63947ff075e63cff.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-ad557284520dff9a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b80a1fa00d64ebea.rmeta --cap-lints allow` |
| 927 | 2026-08-03T04:55:41.755Z | Compiling atomicwrites v0.4.4 |
| 928 | 2026-08-03T04:55:41.758Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ea80ea354012e98 -C extra-filename=-3e503547c5e73b2b --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-13169cb37feb68ae.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rmeta --cap-lints allow` |
| 929 | 2026-08-03T04:55:41.826Z | Compiling slog-bunyan v2.5.0 |
| 930 | 2026-08-03T04:55:41.829Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=b57e13f547742be9 -C extra-filename=-4cb778f6d62a6c6f --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-6d4be01dc33044ab.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-10603f4cede7450e.rmeta --cap-lints allow` |
| 931 | 2026-08-03T04:55:41.965Z | Compiling tower-http v0.6.8 |
| 932 | 2026-08-03T04:55:41.969Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=e02c94637c787d02 -C extra-filename=-8b1cf8f387bca1ea --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-e43aa92cc1f4a725.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b80a1fa00d64ebea.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e4670696d0ad9763.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-8ddef56093022dec.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-5268577d078f0ba2.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-fbfdf267496e6bf2.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --cap-lints allow` |
| 933 | 2026-08-03T04:55:42.013Z | Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-5c30ffe4443d0a67/build-script-build` |
| 934 | 2026-08-03T04:55:42.032Z | Compiling url v2.5.4 |
| 935 | 2026-08-03T04:55:42.042Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=7a8d9aacd04e4d33 -C extra-filename=-b8dfad54e0765a5a --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-070e1d849562a0fd.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-370e3121f0687592.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --cap-lints allow` |
| 936 | 2026-08-03T04:55:42.112Z | Compiling serde_urlencoded v0.7.1 |
| 937 | 2026-08-03T04:55:42.115Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cedd34361168d08b -C extra-filename=-5d087f4bc4a4ea02 --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-070e1d849562a0fd.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-f90f1fb87f4794fd.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --cap-lints allow` |
| 938 | 2026-08-03T04:55:42.159Z | Compiling event-listener-strategy v0.5.4 |
| 939 | 2026-08-03T04:55:42.163Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=a19d534468788ee2 -C extra-filename=-e493cb3a2a9a1979 --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-059f4ba1bc5fab20.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow` |
| 940 | 2026-08-03T04:55:42.300Z | Compiling async-compression v0.4.42 |
| 941 | 2026-08-03T04:55:42.303Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.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=383ef015a8d7ebd3 -C extra-filename=-5f61b58ac98da510 --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-fadb2b943fbaf307.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-1e1bd20901929e4f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --cap-lints allow` |
| 942 | 2026-08-03T04:55:42.354Z | Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 943 | 2026-08-03T04:55:42.361Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6542ad2542c714ed -C extra-filename=-85738a7fc28cd792 --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-d187858cf3fa2474.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-af1a38aada65d234.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro` |
| 944 | 2026-08-03T04:55:42.365Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3741a2a4ae24d0d3 -C extra-filename=-24b95f1cd2cfec58 --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"))'` |
| 945 | 2026-08-03T04:55:42.384Z | Compiling pem v3.0.6 |
| 946 | 2026-08-03T04:55:42.403Z | Running `/home/build/.rustup/toolchains/1.97.1-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=29d409944f181406 -C extra-filename=-b8acf1c3100278f2 --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-c04ec599fa8cdd79.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)'` |
| 947 | 2026-08-03T04:55:42.407Z | Running `/home/build/.rustup/toolchains/1.97.1-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=23312f75eada583b -C extra-filename=-ca624e885bca832c --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-27bda732d0ea2cb7.rmeta --cap-lints allow` |
| 948 | 2026-08-03T04:55:42.438Z | Compiling yasna v0.6.0 |
| 949 | 2026-08-03T04:55:42.441Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=591d0ba576679f9f -C extra-filename=-527ed588b1b3dbd1 --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-10603f4cede7450e.rmeta --cap-lints allow` |
| 950 | 2026-08-03T04:55:42.617Z | Compiling waitgroup v0.1.2 |
| 951 | 2026-08-03T04:55:42.620Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27c0f2bf5fd52cc2 -C extra-filename=-13a39065cf77ffac --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-0c5c0c2668894ecb.rmeta --cap-lints allow` |
| 952 | 2026-08-03T04:55:42.761Z | Compiling openapiv3 v2.2.0 |
| 953 | 2026-08-03T04:55:42.764Z | Compiling async-trait v0.1.91 |
| 954 | 2026-08-03T04:55:42.764Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=0812199dcd3d87c6 -C extra-filename=-505a3dcd5aafd8f4 --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-aeb7e62e5466d37c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --cap-lints allow` |
| 955 | 2026-08-03T04:55:42.771Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.91/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=dd13a935a7c48e12 -C extra-filename=-c02989fd84ad64a2 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro --cap-lints allow` |
| 956 | 2026-08-03T04:55:42.823Z | Compiling rustls-pemfile v2.2.0 |
| 957 | 2026-08-03T04:55:42.832Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1b26a88dba1e256a -C extra-filename=-8fc6337d6bf79d7b --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-46ccf6657b23a4ec.rmeta --cap-lints allow` |
| 958 | 2026-08-03T04:55:42.844Z | Compiling serde_path_to_error v0.1.20 |
| 959 | 2026-08-03T04:55:42.847Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3061a500cf847e0c -C extra-filename=-5f526c9d56434bff --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-ce4948a932fb1220.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow` |
| 960 | 2026-08-03T04:55:43.013Z | Compiling hostname v0.4.2 |
| 961 | 2026-08-03T04:55:43.016Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=ed004b5d8cc67d78 -C extra-filename=-ff243ee8b4ed0b5c --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-0af57a848de951cf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow` |
| 962 | 2026-08-03T04:55:43.026Z | Compiling base64 v0.23.0 |
| 963 | 2026-08-03T04:55:43.029Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="simd-unsafe"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "simd-unsafe", "std"))' -C metadata=31049d0344011698 -C extra-filename=-179ba2e8e1590a2b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 964 | 2026-08-03T04:55:43.156Z | Compiling termcolor v1.1.2 |
| 965 | 2026-08-03T04:55:43.165Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d90249bd196d1451 -C extra-filename=-fc8cc7d7ce07eef0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 966 | 2026-08-03T04:55:43.189Z | Compiling simple-mermaid v0.2.0 |
| 967 | 2026-08-03T04:55:43.192Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01a98790207ed0ab -C extra-filename=-c0b81501afc83356 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 968 | 2026-08-03T04:55:43.208Z | Compiling debug-ignore v1.0.5 |
| 969 | 2026-08-03T04:55:43.211Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0d23fde6e28a8294 -C extra-filename=-61976ba89dfc66fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 970 | 2026-08-03T04:55:43.258Z | Compiling glob v0.3.0 |
| 971 | 2026-08-03T04:55:43.261Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=668d7faf8a764050 -C extra-filename=-3116c20ddb05af2f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 972 | 2026-08-03T04:55:43.313Z | Compiling async-channel v2.5.0 |
| 973 | 2026-08-03T04:55:43.316Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=374de19afaf02979 -C extra-filename=-f2c950af33061ee2 --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-9c00d04b9cb65a1f.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-e493cb3a2a9a1979.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow` |
| 974 | 2026-08-03T04:55:43.464Z | Compiling trybuild v1.0.118 |
| 975 | 2026-08-03T04:55:43.468Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=dbbfd33cef15677f -C extra-filename=-39a4baa667daf01a --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-3116c20ddb05af2f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-a96912dea8404812.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-24b95f1cd2cfec58.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-fc8cc7d7ce07eef0.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rmeta --cap-lints allow` |
| 976 | 2026-08-03T04:55:43.510Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=1da20c1073b38201 -C extra-filename=-49d20cdca5dcbf82 --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-84cc173b80c53ab0.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-c46b29ab46860777.rmeta --cap-lints allow` |
| 977 | 2026-08-03T04:55:43.520Z | Compiling expectorate v1.2.0 |
| 978 | 2026-08-03T04:55:43.524Z | Running `/home/build/.rustup/toolchains/1.97.1-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=9a7ba5242ec90ee5 -C extra-filename=-9bf5f74b4b300dfa --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-3e503547c5e73b2b.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-6a700380b4c554df.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-0804d33911b95354.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-bdfb7475bdcaae44.rmeta --cap-lints allow` |
| 979 | 2026-08-03T04:55:43.675Z | Compiling tokio-tungstenite v0.30.0 |
| 980 | 2026-08-03T04:55:43.682Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=a2d439f5ac79a4e2 -C extra-filename=-868df2133d746f76 --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-b80a1fa00d64ebea.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-27657c381c713591.rmeta --cap-lints allow` |
| 981 | 2026-08-03T04:55:43.690Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=9ba4612e2a1f8529 -C extra-filename=-72ce22c32059fa3f --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)'` |
| 982 | 2026-08-03T04:55:43.786Z | Compiling subprocess v1.2.0 |
| 983 | 2026-08-03T04:55:43.796Z | Running `/home/build/.rustup/toolchains/1.97.1-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=2488e937c1243e73 -C extra-filename=-8a58abf2ef642381 --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-7398cde873465ce2.rmeta --cap-lints allow` |
| 984 | 2026-08-03T04:55:43.955Z | Compiling buf-list v1.1.2 |
| 985 | 2026-08-03T04:55:43.958Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=ed7a11b4244de1e4 -C extra-filename=-33ce1128ae59aebd --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-7853a259e9a38a5c.rmeta --cap-lints allow` |
| 986 | 2026-08-03T04:55:43.983Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=3fdc5109cd49c0db -C extra-filename=-534ea232251357c0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-534ea232251357c0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 987 | 2026-08-03T04:55:44.078Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=c7f586ab608a3135 -C extra-filename=-2bca24fa9cf17bf9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 988 | 2026-08-03T04:55:44.235Z | Compiling prettyplease v0.3.0 |
| 989 | 2026-08-03T04:55:44.238Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=605849a426f910c9 -C extra-filename=-deda153a77439f93 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-deda153a77439f93 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 990 | 2026-08-03T04:55:44.251Z | Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-534ea232251357c0/build-script-build` |
| 991 | 2026-08-03T04:55:44.274Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=8999a506eac93fc2 -C extra-filename=-9a0dcc276478a7e6 --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-0af57a848de951cf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow` |
| 992 | 2026-08-03T04:55:44.287Z | Compiling schema-derive v0.2.1 |
| 993 | 2026-08-03T04:55:44.291Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae247d4113b6db05 -C extra-filename=-b37882291b91363b --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-505ee8bd27584fb8.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro --cap-lints allow` |
| 994 | 2026-08-03T04:55:44.407Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=f85a1e12be619615 -C extra-filename=-2a6ce33e39d0bb33 --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-33ddf61acbdb72f1.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-9a0dcc276478a7e6.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-2bca24fa9cf17bf9.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-63187ccbe35f6e82.rmeta --cap-lints allow` |
| 995 | 2026-08-03T04:55:44.484Z | Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-deda153a77439f93/build-script-build` |
| 996 | 2026-08-03T04:55:44.499Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=93fdd6e484b3a7f2 -C extra-filename=-a7d09938e1b004dd --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-e941e402522ab889.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
| 997 | 2026-08-03T04:55:44.782Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbd1e8800b353abf -C extra-filename=-b8a239ae95b5f214 --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-13169cb37feb68ae.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2a6ce33e39d0bb33.rmeta --cap-lints allow` |
| 998 | 2026-08-03T04:55:44.974Z | Running `/home/build/.rustup/toolchains/1.97.1-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=d2f7e53ff0ce7591 -C extra-filename=-15cf12a6d47fd2b9 --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-b8a239ae95b5f214.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-6a700380b4c554df.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-0804d33911b95354.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-bdfb7475bdcaae44.rmeta --cap-lints allow` |
| 999 | 2026-08-03T04:55:45.503Z | Compiling schema v0.2.1 |
| 1000 | 2026-08-03T04:55:45.506Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c4aa1de8edfc0d6 -C extra-filename=-06cdd5ecbfb6dc73 --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-b37882291b91363b.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rmeta --cap-lints allow` |
| 1001 | 2026-08-03T04:55:45.579Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f23700b1c3c4a723 -C extra-filename=-1a209a98fda6755e --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-15cf12a6d47fd2b9.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d187858cf3fa2474.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-a7d09938e1b004dd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-06cdd5ecbfb6dc73.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-af1a38aada65d234.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro` |
| 1002 | 2026-08-03T04:55:48.940Z | Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-a4926348862195ef/build-script-build` |
| 1003 | 2026-08-03T04:55:48.943Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.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=8f9b8b6bfd460a01 -C extra-filename=-25e0e053bbafd874 --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-78e239cb018a881e/out -l static=aws_lc_0_40_0_crypto --cfg universal` |
| 1004 | 2026-08-03T04:55:48.962Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-5852628357619032/build-script-build` |
| 1005 | 2026-08-03T04:55:49.340Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.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=ffa34f4a2b5616b5 -C extra-filename=-7a3552582e20e186 --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-25e0e053bbafd874.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-6e75366fb73b4724.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'` |
| 1006 | 2026-08-03T04:55:50.053Z | Compiling rustls-webpki v0.103.13 |
| 1007 | 2026-08-03T04:55:50.054Z | Compiling rcgen v0.14.8 |
| 1008 | 2026-08-03T04:55:50.057Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.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=6b592f6863165a20 -C extra-filename=-ea2d43d8f6bc71f7 --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-7a3552582e20e186.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-f4acdcd0a43f097d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1009 | 2026-08-03T04:55:50.057Z | Running `/home/build/.rustup/toolchains/1.97.1-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=484601a801db5e49 -C extra-filename=-3683ebc68b4f7cc8 --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-7a3552582e20e186.rmeta --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-10603f4cede7450e.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-527ed588b1b3dbd1.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1010 | 2026-08-03T04:55:50.456Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.43/src/lib.rs --error-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=85f59e4af31bd539 -C extra-filename=-cce65f8af32bfe25 --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-7a3552582e20e186.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b7c38563a55f281b.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-ea2d43d8f6bc71f7.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-cf97c39e93b149da.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-6e75366fb73b4724.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1011 | 2026-08-03T04:55:52.808Z | Compiling tokio-rustls v0.26.4 |
| 1012 | 2026-08-03T04:55:52.808Z | Compiling rustls-platform-verifier v0.6.2 |
| 1013 | 2026-08-03T04:55:52.811Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.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=cdf8d0cbc68616b4 -C extra-filename=-a0ada32e5a2e979a --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-cce65f8af32bfe25.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1014 | 2026-08-03T04:55:52.811Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=30ee30329593cfc6 -C extra-filename=-01ea071eb0413bfb --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-4d49c31f4ede2482.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-17e88b40252c0efe.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-ea2d43d8f6bc71f7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1015 | 2026-08-03T04:55:52.995Z | Compiling hyper-rustls v0.27.9 |
| 1016 | 2026-08-03T04:55:52.998Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=57d8ef8e93bb83bf -C extra-filename=-b7d67f476648c884 --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-d55a7db6d504ebb2.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-17e88b40252c0efe.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1017 | 2026-08-03T04:55:52.998Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6e144e70c53baa94 -C extra-filename=-c6893a01c2b41aec --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-5f61b58ac98da510.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1018 | 2026-08-03T04:55:53.180Z | Compiling reqwest v0.13.4 |
| 1019 | 2026-08-03T04:55:53.184Z | Running `/home/build/.rustup/toolchains/1.97.1-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=71fd1a532c6e74e5 -C extra-filename=-bd096b6e9d7fbc6b --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-27bda732d0ea2cb7.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-7257d3d1d80d215a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-bbb781e3ee05e5e1.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e4670696d0ad9763.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-84cc173b80c53ab0.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/dropshot/target/debug/deps/librustls_platform_verifier-01ea071eb0413bfb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-051a2cf23fcb4bee.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-5268577d078f0ba2.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-8b1cf8f387bca1ea.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-b8dfad54e0765a5a.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1020 | 2026-08-03T04:55:55.253Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c3a18bbaa745c664 -C extra-filename=-d882edaabbdb7ba2 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1021 | 2026-08-03T04:55:58.257Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1984da87fac9a576 -C extra-filename=-9c0c4a5490f727af --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1022 | 2026-08-03T04:55:58.257Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fd70f359f8bc526c -C extra-filename=-520568f13994c17d --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1023 | 2026-08-03T04:55:58.264Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d3df3b9d8c64b23a -C extra-filename=-a38f3d7450ef9cb7 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1024 | 2026-08-03T04:55:58.264Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1cacef66117116e3 -C extra-filename=-9fea58be247b4d6d --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1025 | 2026-08-03T04:55:58.264Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bec43ffb816b18d1 -C extra-filename=-554c5a6a58c16572 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1026 | 2026-08-03T04:55:58.267Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e7efd02e04b7b95f -C extra-filename=-d9edb40954a7fd35 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1027 | 2026-08-03T04:55:58.267Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=753262f76a04d1fa -C extra-filename=-eb01239ecd74b4d2 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1028 | 2026-08-03T04:56:08.767Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=72f5c77eb8b0b7c9 -C extra-filename=-aaf043fcdf5fe756 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1029 | 2026-08-03T04:56:09.007Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4916960a9d942a49 -C extra-filename=-0132b1b97f4a3500 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1030 | 2026-08-03T04:56:09.041Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c6f2cb7a3a36c632 -C extra-filename=-1a2638acfc9688ff --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1031 | 2026-08-03T04:56:09.095Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6437ddd1c75b9af7 -C extra-filename=-2f5320e5239f80f5 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1032 | 2026-08-03T04:56:09.672Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b768d4a075520024 -C extra-filename=-63b9e43bfc482fd5 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1033 | 2026-08-03T04:56:10.811Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a2d4956fb9d2dd5f -C extra-filename=-1aaff48970f8f538 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1034 | 2026-08-03T04:56:11.341Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bacda4fad144a53d -C extra-filename=-be1fb2e34b9c6ed8 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1035 | 2026-08-03T04:56:19.767Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9e6bac60a8d5227a -C extra-filename=-83dc879dcd016b96 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1036 | 2026-08-03T04:56:20.486Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=137af8901a210d45 -C extra-filename=-8bd55ce7484aec98 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1037 | 2026-08-03T04:56:21.932Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e00bc1a722ed6149 -C extra-filename=-8e37aaeb9f791a14 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1038 | 2026-08-03T04:56:21.954Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=419d9221a392ad8e -C extra-filename=-d258b8df64655e38 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1039 | 2026-08-03T04:56:21.965Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4b7e6981b87734df -C extra-filename=-f7eefeb8493519e7 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1040 | 2026-08-03T04:56:23.029Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b85e58d7b70b5ca2 -C extra-filename=-cedb576348745a0a --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1041 | 2026-08-03T04:56:23.203Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c4012263896aea72 -C extra-filename=-dfc84010415ef508 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1042 | 2026-08-03T04:56:23.605Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=704243a6436bd9ed -C extra-filename=-ca725d3ca7c62203 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1043 | 2026-08-03T04:56:31.794Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e9f9de711e001e29 -C extra-filename=-2a482a88605be9be --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1044 | 2026-08-03T04:56:31.965Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1ce3cd7902b6c6dc -C extra-filename=-b211d1414bb6f8cd --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1045 | 2026-08-03T04:56:46.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 1046 | 2026-08-03T04:56:47.179Z | |
| 1047 | 2026-08-03T04:56:47.179Z | real 1:29.649893818 |
| 1048 | 2026-08-03T04:56:47.179Z | user 7:16.305238655 |
| 1049 | 2026-08-03T04:56:47.179Z | sys 1:14.093362527 |
| 1050 | 2026-08-03T04:56:47.179Z | trap 0.341165417 |
| 1051 | 2026-08-03T04:56:47.179Z | tflt 0.230134921 |
| 1052 | 2026-08-03T04:56:47.179Z | dflt 0.425756046 |
| 1053 | 2026-08-03T04:56:47.179Z | kflt 0.004148539 |
| 1054 | 2026-08-03T04:56:47.179Z | lock 31:52.748505064 |
| 1055 | 2026-08-03T04:56:47.179Z | slp 28:30.904703132 |
| 1056 | 2026-08-03T04:56:47.179Z | lat 22.716716205 |
| 1057 | 2026-08-03T04:56:47.179Z | stop 56.451953736 |
| 1058 | 2026-08-03T04:56:47.182Z | + banner test |
| 1059 | 2026-08-03T04:56:47.182Z | |
| 1060 | 2026-08-03T04:56:47.182Z | ##### ###### #### ##### |
| 1061 | 2026-08-03T04:56:47.182Z | # # # # |
| 1062 | 2026-08-03T04:56:47.182Z | # ##### #### # |
| 1063 | 2026-08-03T04:56:47.182Z | # # # # |
| 1064 | 2026-08-03T04:56:47.182Z | # # # # # |
| 1065 | 2026-08-03T04:56:47.182Z | # ###### #### # |
| 1066 | 2026-08-03T04:56:47.182Z | |
| 1067 | 2026-08-03T04:56:47.182Z | + ptime -m cargo test --all-features --locked --verbose |
| 1068 | 2026-08-03T04:56:47.387Z | Fresh unicode-ident v1.0.12 |
| 1069 | 2026-08-03T04:56:47.387Z | Fresh cfg-if v1.0.0 |
| 1070 | 2026-08-03T04:56:47.387Z | Fresh itoa v1.0.1 |
| 1071 | 2026-08-03T04:56:47.387Z | Fresh memchr v2.6.0 |
| 1072 | 2026-08-03T04:56:47.391Z | Fresh proc-macro2 v1.0.107 |
| 1073 | 2026-08-03T04:56:47.391Z | Fresh pin-project-lite v0.2.12 |
| 1074 | 2026-08-03T04:56:47.391Z | Fresh autocfg v1.1.0 |
| 1075 | 2026-08-03T04:56:47.391Z | Fresh smallvec v1.13.2 |
| 1076 | 2026-08-03T04:56:47.392Z | Fresh futures-core v0.3.33 |
| 1077 | 2026-08-03T04:56:47.392Z | Fresh quote v1.0.47 |
| 1078 | 2026-08-03T04:56:47.392Z | Fresh libc v0.2.189 |
| 1079 | 2026-08-03T04:56:47.392Z | Fresh bytes v1.12.1 |
| 1080 | 2026-08-03T04:56:47.392Z | Fresh syn v3.0.3 |
| 1081 | 2026-08-03T04:56:47.392Z | Fresh jobserver v0.1.34 |
| 1082 | 2026-08-03T04:56:47.392Z | Fresh serde_derive v1.0.229 |
| 1083 | 2026-08-03T04:56:47.392Z | Fresh synstructure v0.13.1 |
| 1084 | 2026-08-03T04:56:47.392Z | Fresh zmij v1.0.2 |
| 1085 | 2026-08-03T04:56:47.392Z | Fresh thiserror-impl v2.0.19 |
| 1086 | 2026-08-03T04:56:47.392Z | Fresh find-msvc-tools v0.1.9 |
| 1087 | 2026-08-03T04:56:47.392Z | Fresh shlex v1.3.0 |
| 1088 | 2026-08-03T04:56:47.392Z | Fresh thiserror v2.0.19 |
| 1089 | 2026-08-03T04:56:47.392Z | Fresh cc v1.2.60 |
| 1090 | 2026-08-03T04:56:47.392Z | Fresh log v0.4.17 |
| 1091 | 2026-08-03T04:56:47.392Z | Fresh scopeguard v1.2.0 |
| 1092 | 2026-08-03T04:56:47.392Z | Fresh futures-sink v0.3.33 |
| 1093 | 2026-08-03T04:56:47.392Z | Fresh cmake v0.1.58 |
| 1094 | 2026-08-03T04:56:47.392Z | Fresh lock_api v0.4.6 |
| 1095 | 2026-08-03T04:56:47.392Z | Fresh zerofrom-derive v0.1.5 |
| 1096 | 2026-08-03T04:56:47.392Z | Fresh dunce v1.0.5 |
| 1097 | 2026-08-03T04:56:47.392Z | Fresh fs_extra v1.3.0 |
| 1098 | 2026-08-03T04:56:47.392Z | Fresh parking_lot_core v0.9.4 |
| 1099 | 2026-08-03T04:56:47.392Z | Fresh slab v0.4.9 |
| 1100 | 2026-08-03T04:56:47.392Z | Fresh zerofrom v0.1.5 |
| 1101 | 2026-08-03T04:56:47.392Z | Fresh yoke-derive v0.7.5 |
| 1102 | 2026-08-03T04:56:47.392Z | Fresh tokio-macros v2.7.0 |
| 1103 | 2026-08-03T04:56:47.392Z | Fresh mio v1.2.0 |
| 1104 | 2026-08-03T04:56:47.392Z | Fresh parking_lot v0.12.1 |
| 1105 | 2026-08-03T04:56:47.392Z | Fresh serde_core v1.0.229 |
| 1106 | 2026-08-03T04:56:47.392Z | Fresh signal-hook-registry v1.4.0 |
| 1107 | 2026-08-03T04:56:47.392Z | Fresh socket2 v0.6.3 |
| 1108 | 2026-08-03T04:56:47.392Z | Fresh stable_deref_trait v1.2.0 |
| 1109 | 2026-08-03T04:56:47.392Z | Fresh futures-channel v0.3.33 |
| 1110 | 2026-08-03T04:56:47.392Z | Fresh tokio v1.53.1 |
| 1111 | 2026-08-03T04:56:47.392Z | Fresh yoke v0.7.5 |
| 1112 | 2026-08-03T04:56:47.392Z | Fresh zerovec-derive v0.10.3 |
| 1113 | 2026-08-03T04:56:47.392Z | Fresh http v1.4.2 |
| 1114 | 2026-08-03T04:56:47.392Z | Fresh zeroize v1.8.2 |
| 1115 | 2026-08-03T04:56:47.392Z | Fresh version_check v0.9.5 |
| 1116 | 2026-08-03T04:56:47.393Z | Fresh bitflags v2.11.0 |
| 1117 | 2026-08-03T04:56:47.393Z | Fresh zerovec v0.10.4 |
| 1118 | 2026-08-03T04:56:47.393Z | Fresh serde v1.0.229 |
| 1119 | 2026-08-03T04:56:47.393Z | Fresh futures-macro v0.3.33 |
| 1120 | 2026-08-03T04:56:47.393Z | Fresh displaydoc v0.2.5 |
| 1121 | 2026-08-03T04:56:47.393Z | Fresh futures-io v0.3.33 |
| 1122 | 2026-08-03T04:56:47.393Z | Fresh futures-task v0.3.33 |
| 1123 | 2026-08-03T04:56:47.393Z | Fresh rand_core v0.10.1 |
| 1124 | 2026-08-03T04:56:47.393Z | Fresh ucd-trie v0.1.6 |
| 1125 | 2026-08-03T04:56:47.393Z | Fresh futures-util v0.3.33 |
| 1126 | 2026-08-03T04:56:47.393Z | Fresh rustls-pki-types v1.15.1 |
| 1127 | 2026-08-03T04:56:47.393Z | Fresh errno v0.3.10 |
| 1128 | 2026-08-03T04:56:47.393Z | Fresh pest v2.8.1 |
| 1129 | 2026-08-03T04:56:47.393Z | Fresh pest_meta v2.8.1 |
| 1130 | 2026-08-03T04:56:47.393Z | Fresh tinystr v0.7.6 |
| 1131 | 2026-08-03T04:56:47.393Z | Fresh aws-lc-sys v0.40.0 |
| 1132 | 2026-08-03T04:56:47.393Z | Fresh zerocopy-derive v0.8.27 |
| 1133 | 2026-08-03T04:56:47.393Z | Fresh writeable v0.5.5 |
| 1134 | 2026-08-03T04:56:47.393Z | Fresh litemap v0.7.4 |
| 1135 | 2026-08-03T04:56:47.393Z | Fresh rustversion v1.0.22 |
| 1136 | 2026-08-03T04:56:47.393Z | Fresh pest_generator v2.8.1 |
| 1137 | 2026-08-03T04:56:47.393Z | Fresh rustix v1.1.4 |
| 1138 | 2026-08-03T04:56:47.393Z | Fresh typenum v1.19.0 |
| 1139 | 2026-08-03T04:56:47.393Z | Fresh aws-lc-rs v1.16.3 |
| 1140 | 2026-08-03T04:56:47.393Z | Fresh icu_locid v1.5.0 |
| 1141 | 2026-08-03T04:56:47.393Z | Fresh zerocopy v0.8.27 |
| 1142 | 2026-08-03T04:56:47.393Z | Fresh httparse v1.10.0 |
| 1143 | 2026-08-03T04:56:47.393Z | Fresh icu_provider_macros v1.5.0 |
| 1144 | 2026-08-03T04:56:47.393Z | Fresh hashbrown v0.17.0 |
| 1145 | 2026-08-03T04:56:47.393Z | Fresh num-conv v0.2.0 |
| 1146 | 2026-08-03T04:56:47.393Z | Fresh equivalent v1.0.0 |
| 1147 | 2026-08-03T04:56:47.393Z | Fresh time-core v0.1.8 |
| 1148 | 2026-08-03T04:56:47.393Z | Fresh powerfmt v0.2.0 |
| 1149 | 2026-08-03T04:56:47.393Z | Fresh fastrand v2.1.1 |
| 1150 | 2026-08-03T04:56:47.393Z | Fresh crossbeam-utils v0.8.21 |
| 1151 | 2026-08-03T04:56:47.393Z | Fresh indexmap v2.14.0 |
| 1152 | 2026-08-03T04:56:47.393Z | Fresh icu_provider v1.5.0 |
| 1153 | 2026-08-03T04:56:47.393Z | Fresh deranged v0.5.5 |
| 1154 | 2026-08-03T04:56:47.393Z | Fresh time-macros v0.2.27 |
| 1155 | 2026-08-03T04:56:47.393Z | Fresh pest_derive v2.8.1 |
| 1156 | 2026-08-03T04:56:47.394Z | Fresh hybrid-array v0.4.8 |
| 1157 | 2026-08-03T04:56:47.394Z | Fresh http-body v1.0.1 |
| 1158 | 2026-08-03T04:56:47.394Z | Fresh tracing-core v0.1.32 |
| 1159 | 2026-08-03T04:56:47.394Z | Fresh untrusted v0.9.0 |
| 1160 | 2026-08-03T04:56:47.394Z | Fresh num_threads v0.1.3 |
| 1161 | 2026-08-03T04:56:47.394Z | Fresh percent-encoding v2.3.2 |
| 1162 | 2026-08-03T04:56:47.394Z | Fresh atomic-waker v1.1.2 |
| 1163 | 2026-08-03T04:56:47.394Z | Fresh icu_locid_transform_data v1.5.0 |
| 1164 | 2026-08-03T04:56:47.394Z | Fresh dtrace-parser v0.3.0 |
| 1165 | 2026-08-03T04:56:47.394Z | Fresh rustls-webpki v0.103.13 |
| 1166 | 2026-08-03T04:56:47.394Z | Fresh icu_locid_transform v1.5.0 |
| 1167 | 2026-08-03T04:56:47.394Z | Fresh time v0.3.47 |
| 1168 | 2026-08-03T04:56:47.394Z | Fresh rustix v0.38.44 |
| 1169 | 2026-08-03T04:56:47.394Z | Fresh tracing v0.1.40 |
| 1170 | 2026-08-03T04:56:47.394Z | Fresh icu_collections v1.5.0 |
| 1171 | 2026-08-03T04:56:47.394Z | Fresh tokio-util v0.7.19 |
| 1172 | 2026-08-03T04:56:47.399Z | Fresh serde_json v1.0.151 |
| 1173 | 2026-08-03T04:56:47.399Z | Fresh erased-serde v0.3.31 |
| 1174 | 2026-08-03T04:56:47.399Z | Fresh scroll_derive v0.13.1 |
| 1175 | 2026-08-03T04:56:47.399Z | Fresh thread-id v5.0.0 |
| 1176 | 2026-08-03T04:56:47.400Z | Fresh try-lock v0.2.3 |
| 1177 | 2026-08-03T04:56:47.400Z | Fresh subtle v2.5.0 |
| 1178 | 2026-08-03T04:56:47.400Z | Fresh tower-layer v0.3.3 |
| 1179 | 2026-08-03T04:56:47.400Z | Fresh cpufeatures v0.3.0 |
| 1180 | 2026-08-03T04:56:47.400Z | Fresh byteorder v1.4.3 |
| 1181 | 2026-08-03T04:56:47.400Z | Fresh icu_properties_data v1.5.0 |
| 1182 | 2026-08-03T04:56:47.400Z | Fresh fnv v1.0.7 |
| 1183 | 2026-08-03T04:56:47.400Z | Fresh tower-service v0.3.3 |
| 1184 | 2026-08-03T04:56:47.400Z | Fresh base64 v0.22.1 |
| 1185 | 2026-08-03T04:56:47.400Z | Fresh icu_properties v1.5.1 |
| 1186 | 2026-08-03T04:56:47.400Z | Fresh rustls v0.23.43 |
| 1187 | 2026-08-03T04:56:47.400Z | Fresh h2 v0.4.14 |
| 1188 | 2026-08-03T04:56:47.400Z | Fresh scroll v0.13.0 |
| 1189 | 2026-08-03T04:56:47.400Z | Fresh want v0.3.0 |
| 1190 | 2026-08-03T04:56:47.400Z | Fresh slog v2.8.2 |
| 1191 | 2026-08-03T04:56:47.400Z | Fresh paste v1.0.15 |
| 1192 | 2026-08-03T04:56:47.400Z | Fresh block-buffer v0.12.0 |
| 1193 | 2026-08-03T04:56:47.400Z | Fresh crypto-common v0.2.1 |
| 1194 | 2026-08-03T04:56:47.400Z | Fresh lazy_static v1.5.0 |
| 1195 | 2026-08-03T04:56:47.400Z | Fresh unicode-segmentation v1.10.0 |
| 1196 | 2026-08-03T04:56:47.400Z | Fresh icu_normalizer_data v1.5.0 |
| 1197 | 2026-08-03T04:56:47.400Z | Fresh httpdate v1.0.1 |
| 1198 | 2026-08-03T04:56:47.400Z | Fresh write16 v1.0.0 |
| 1199 | 2026-08-03T04:56:47.400Z | Fresh const-oid v0.10.2 |
| 1200 | 2026-08-03T04:56:47.400Z | Fresh simd-adler32 v0.3.7 |
| 1201 | 2026-08-03T04:56:47.400Z | Fresh adler2 v2.0.1 |
| 1202 | 2026-08-03T04:56:47.400Z | Fresh plain v0.2.3 |
| 1203 | 2026-08-03T04:56:47.400Z | Fresh utf8_iter v1.0.4 |
| 1204 | 2026-08-03T04:56:47.400Z | Fresh unicode-width v0.1.9 |
| 1205 | 2026-08-03T04:56:47.400Z | Fresh utf16_iter v1.0.5 |
| 1206 | 2026-08-03T04:56:47.400Z | Fresh newline-converter v0.3.0 |
| 1207 | 2026-08-03T04:56:47.400Z | Fresh hyper v1.11.0 |
| 1208 | 2026-08-03T04:56:47.400Z | Fresh miniz_oxide v0.8.9 |
| 1209 | 2026-08-03T04:56:47.400Z | Fresh digest v0.11.2 |
| 1210 | 2026-08-03T04:56:47.400Z | Fresh goblin v0.10.1 |
| 1211 | 2026-08-03T04:56:47.400Z | Fresh icu_normalizer v1.5.0 |
| 1212 | 2026-08-03T04:56:47.400Z | Fresh console v0.15.7 |
| 1213 | 2026-08-03T04:56:47.400Z | Fresh crc32fast v1.5.0 |
| 1214 | 2026-08-03T04:56:47.400Z | Fresh num-traits v0.2.14 |
| 1215 | 2026-08-03T04:56:47.400Z | Fresh form_urlencoded v1.2.2 |
| 1216 | 2026-08-03T04:56:47.401Z | Fresh serde_tokenstream v0.3.0 |
| 1217 | 2026-08-03T04:56:47.401Z | Fresh serde_tokenstream v0.2.3 |
| 1218 | 2026-08-03T04:56:47.401Z | Fresh mime v0.3.16 |
| 1219 | 2026-08-03T04:56:47.401Z | Fresh winnow v1.0.0 |
| 1220 | 2026-08-03T04:56:47.401Z | Fresh pretty-hex v0.4.1 |
| 1221 | 2026-08-03T04:56:47.401Z | Fresh openssl-probe v0.2.1 |
| 1222 | 2026-08-03T04:56:47.401Z | Fresh semver v1.0.28 |
| 1223 | 2026-08-03T04:56:47.401Z | Fresh heck v0.5.0 |
| 1224 | 2026-08-03T04:56:47.401Z | Fresh similar v2.2.1 |
| 1225 | 2026-08-03T04:56:47.401Z | Fresh iana-time-zone v0.1.47 |
| 1226 | 2026-08-03T04:56:47.401Z | Fresh ipnet v2.10.0 |
| 1227 | 2026-08-03T04:56:47.401Z | Fresh dof v0.4.0 |
| 1228 | 2026-08-03T04:56:47.401Z | Fresh toml_parser v1.1.2+spec-1.1.0 |
| 1229 | 2026-08-03T04:56:47.401Z | Fresh rustls-native-certs v0.8.3 |
| 1230 | 2026-08-03T04:56:47.401Z | Fresh chrono v0.4.45 |
| 1231 | 2026-08-03T04:56:47.401Z | Fresh hyper-util v0.1.20 |
| 1232 | 2026-08-03T04:56:47.401Z | Fresh flate2 v1.1.9 |
| 1233 | 2026-08-03T04:56:47.401Z | Fresh unicase v2.6.0 |
| 1234 | 2026-08-03T04:56:47.401Z | Fresh idna_adapter v1.2.0 |
| 1235 | 2026-08-03T04:56:47.401Z | Fresh sha1 v0.11.0 |
| 1236 | 2026-08-03T04:56:47.401Z | Fresh tokio-rustls v0.26.4 |
| 1237 | 2026-08-03T04:56:47.401Z | Fresh chacha20 v0.10.1 |
| 1238 | 2026-08-03T04:56:47.401Z | Fresh concurrent-queue v2.5.0 |
| 1239 | 2026-08-03T04:56:47.401Z | Fresh serde_derive_internals v0.29.0 |
| 1240 | 2026-08-03T04:56:47.401Z | Fresh toml_datetime v1.1.1+spec-1.1.0 |
| 1241 | 2026-08-03T04:56:47.401Z | Fresh syn v2.0.118 |
| 1242 | 2026-08-03T04:56:47.401Z | Fresh serde_spanned v1.1.1 |
| 1243 | 2026-08-03T04:56:47.401Z | Fresh thread_local v1.1.4 |
| 1244 | 2026-08-03T04:56:47.401Z | Fresh sync_wrapper v1.0.1 |
| 1245 | 2026-08-03T04:56:47.401Z | Fresh encoding_rs v0.8.32 |
| 1246 | 2026-08-03T04:56:47.401Z | Fresh compression-core v0.4.32 |
| 1247 | 2026-08-03T04:56:47.401Z | Fresh parking v2.2.0 |
| 1248 | 2026-08-03T04:56:47.401Z | Fresh match_cfg v0.1.0 |
| 1249 | 2026-08-03T04:56:47.401Z | Fresh toml_writer v1.1.2+spec-1.1.0 |
| 1250 | 2026-08-03T04:56:47.401Z | Fresh event-listener v5.0.0 |
| 1251 | 2026-08-03T04:56:47.401Z | Fresh compression-codecs v0.4.38 |
| 1252 | 2026-08-03T04:56:47.401Z | Fresh toml v1.1.3+spec-1.1.0 |
| 1253 | 2026-08-03T04:56:47.401Z | Fresh hostname v0.3.1 |
| 1254 | 2026-08-03T04:56:47.401Z | Fresh tower v0.5.2 |
| 1255 | 2026-08-03T04:56:47.402Z | Fresh rand v0.10.2 |
| 1256 | 2026-08-03T04:56:47.402Z | Fresh usdt-impl v0.6.0 |
| 1257 | 2026-08-03T04:56:47.402Z | Fresh schemars_derive v0.8.22 |
| 1258 | 2026-08-03T04:56:47.402Z | Fresh idna v1.0.3 |
| 1259 | 2026-08-03T04:56:47.402Z | Fresh ryu v1.0.5 |
| 1260 | 2026-08-03T04:56:47.402Z | Fresh usdt-macro v0.6.0 |
| 1261 | 2026-08-03T04:56:47.402Z | Fresh usdt-attr-macro v0.6.0 |
| 1262 | 2026-08-03T04:56:47.402Z | Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 1263 | 2026-08-03T04:56:47.402Z | Fresh slog-json v2.6.1 |
| 1264 | 2026-08-03T04:56:47.402Z | Fresh http-body-util v0.1.4 |
| 1265 | 2026-08-03T04:56:47.402Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd644af387ad98f1 -C extra-filename=-c98c7384ccb80d84 --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-d187858cf3fa2474.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-af1a38aada65d234.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro` |
| 1266 | 2026-08-03T04:56:47.402Z | Fresh crossbeam-channel v0.5.15 |
| 1267 | 2026-08-03T04:56:47.402Z | Fresh uuid v1.24.0 |
| 1268 | 2026-08-03T04:56:47.402Z | Fresh futures-executor v0.3.33 |
| 1269 | 2026-08-03T04:56:47.436Z | Fresh async-stream-impl v0.3.6 |
| 1270 | 2026-08-03T04:56:47.439Z | Fresh is-terminal v0.4.12 |
| 1271 | 2026-08-03T04:56:47.439Z | Fresh memmap2 v0.9.8 |
| 1272 | 2026-08-03T04:56:47.439Z | Fresh take_mut v0.2.2 |
| 1273 | 2026-08-03T04:56:47.439Z | Fresh dyn-clone v1.0.4 |
| 1274 | 2026-08-03T04:56:47.439Z | Fresh spin v0.9.8 |
| 1275 | 2026-08-03T04:56:47.439Z | Fresh data-encoding v2.4.0 |
| 1276 | 2026-08-03T04:56:47.439Z | Fresh term v1.1.0 |
| 1277 | 2026-08-03T04:56:47.439Z | Fresh iri-string v0.7.8 |
| 1278 | 2026-08-03T04:56:47.439Z | Fresh slog-async v2.8.0 |
| 1279 | 2026-08-03T04:56:47.439Z | Fresh tower-http v0.6.8 |
| 1280 | 2026-08-03T04:56:47.439Z | Fresh slog-term v2.9.2 |
| 1281 | 2026-08-03T04:56:47.439Z | Fresh multer v3.1.0 |
| 1282 | 2026-08-03T04:56:47.439Z | Fresh schemars v0.8.22 |
| 1283 | 2026-08-03T04:56:47.439Z | Fresh tungstenite v0.30.0 |
| 1284 | 2026-08-03T04:56:47.439Z | Fresh futures v0.3.33 |
| 1285 | 2026-08-03T04:56:47.439Z | Fresh usdt v0.6.0 |
| 1286 | 2026-08-03T04:56:47.439Z | Fresh async-stream v0.3.6 |
| 1287 | 2026-08-03T04:56:47.439Z | Fresh serde_urlencoded v0.7.1 |
| 1288 | 2026-08-03T04:56:47.439Z | Fresh slog-bunyan v2.5.0 |
| 1289 | 2026-08-03T04:56:47.439Z | Fresh url v2.5.4 |
| 1290 | 2026-08-03T04:56:47.439Z | Fresh camino v1.2.4 |
| 1291 | 2026-08-03T04:56:47.442Z | Fresh async-compression v0.4.42 |
| 1292 | 2026-08-03T04:56:47.443Z | Fresh event-listener-strategy v0.5.4 |
| 1293 | 2026-08-03T04:56:47.443Z | Fresh target-triple v1.0.0 |
| 1294 | 2026-08-03T04:56:47.443Z | Fresh hyper-rustls v0.27.9 |
| 1295 | 2026-08-03T04:56:47.443Z | Fresh rustls-platform-verifier v0.6.2 |
| 1296 | 2026-08-03T04:56:47.443Z | Fresh pem v3.0.6 |
| 1297 | 2026-08-03T04:56:47.443Z | Fresh yasna v0.6.0 |
| 1298 | 2026-08-03T04:56:47.443Z | Fresh waitgroup v0.1.2 |
| 1299 | 2026-08-03T04:56:47.443Z | Fresh openapiv3 v2.2.0 |
| 1300 | 2026-08-03T04:56:47.443Z | Fresh rustls-pemfile v2.2.0 |
| 1301 | 2026-08-03T04:56:47.443Z | Fresh async-trait v0.1.91 |
| 1302 | 2026-08-03T04:56:47.443Z | Fresh serde_path_to_error v0.1.20 |
| 1303 | 2026-08-03T04:56:47.443Z | Fresh hostname v0.4.2 |
| 1304 | 2026-08-03T04:56:47.443Z | Fresh base64 v0.23.0 |
| 1305 | 2026-08-03T04:56:47.443Z | Fresh debug-ignore v1.0.5 |
| 1306 | 2026-08-03T04:56:47.443Z | Fresh glob v0.3.0 |
| 1307 | 2026-08-03T04:56:47.443Z | Fresh termcolor v1.1.2 |
| 1308 | 2026-08-03T04:56:47.443Z | Fresh simple-mermaid v0.2.0 |
| 1309 | 2026-08-03T04:56:47.443Z | Fresh trybuild v1.0.118 |
| 1310 | 2026-08-03T04:56:47.443Z | Fresh reqwest v0.13.4 |
| 1311 | 2026-08-03T04:56:47.443Z | Fresh rcgen v0.14.8 |
| 1312 | 2026-08-03T04:56:47.443Z | Fresh mime_guess v2.0.5 |
| 1313 | 2026-08-03T04:56:47.443Z | Fresh async-channel v2.5.0 |
| 1314 | 2026-08-03T04:56:47.443Z | Fresh anyhow v1.0.104 |
| 1315 | 2026-08-03T04:56:47.443Z | Fresh tokio-tungstenite v0.30.0 |
| 1316 | 2026-08-03T04:56:47.443Z | Fresh buf-list v1.1.2 |
| 1317 | 2026-08-03T04:56:47.443Z | Fresh subprocess v1.2.0 |
| 1318 | 2026-08-03T04:56:47.443Z | Fresh once_cell v1.20.1 |
| 1319 | 2026-08-03T04:56:47.443Z | Fresh schema-derive v0.2.1 |
| 1320 | 2026-08-03T04:56:47.443Z | Fresh schema v0.2.1 |
| 1321 | 2026-08-03T04:56:47.443Z | Fresh getrandom v0.4.1 |
| 1322 | 2026-08-03T04:56:47.443Z | Fresh prettyplease v0.3.0 |
| 1323 | 2026-08-03T04:56:47.443Z | Fresh tempfile v3.27.0 |
| 1324 | 2026-08-03T04:56:47.443Z | Fresh atomicwrites v0.4.4 |
| 1325 | 2026-08-03T04:56:47.443Z | Fresh expectorate v1.2.0 |
| 1326 | 2026-08-03T04:56:48.688Z | Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot) |
| 1327 | 2026-08-03T04:56:48.692Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0a7af2de0bc88cac -C extra-filename=-0b4cecb0d03e2bbd --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1328 | 2026-08-03T04:56:48.692Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=32513e753c80ce28 -C extra-filename=-6e606dc4976cbf24 --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-5f61b58ac98da510.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1329 | 2026-08-03T04:56:53.677Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=07f0af3bbe72e084 -C extra-filename=-33b561c1229d67c3 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1330 | 2026-08-03T04:56:53.677Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=42089b02997f2c6a -C extra-filename=-b218fbcf26bb3297 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1331 | 2026-08-03T04:56:53.683Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cbdea304939be78f -C extra-filename=-1dc3d8362965f400 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1332 | 2026-08-03T04:56:53.683Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ec07511679cf2702 -C extra-filename=-e8cd7ae1e59508ce --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1333 | 2026-08-03T04:56:53.683Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f5f056889ef0298f -C extra-filename=-2fb28005be51829f --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1334 | 2026-08-03T04:56:53.683Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4516645e869dabcc -C extra-filename=-d2fabd9f35f2a931 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1335 | 2026-08-03T04:56:53.683Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=efcdad6eb68cd483 -C extra-filename=-571125bdf5b130da --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1336 | 2026-08-03T04:57:04.204Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7bb256a9f248de61 -C extra-filename=-40771b5b81edfbb9 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1337 | 2026-08-03T04:57:05.008Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=39af7d6f067c8ec9 -C extra-filename=-261cf339009278e3 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1338 | 2026-08-03T04:57:05.197Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=53218f021fa4294e -C extra-filename=-5a43a6026d39eeab --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1339 | 2026-08-03T04:57:05.900Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=84fdc69f6483efe4 -C extra-filename=-5c132628b469da83 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1340 | 2026-08-03T04:57:06.497Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8663bd30713417c6 -C extra-filename=-1ec00ba07c753344 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1341 | 2026-08-03T04:57:06.673Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=449ae2f18cc275f7 -C extra-filename=-689a27261498ce1e --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1342 | 2026-08-03T04:57:07.579Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6e91f4b39579f9df -C extra-filename=-a43abced6c13cf47 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1343 | 2026-08-03T04:57:12.732Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9d11755d7d2ff1fb -C extra-filename=-016dc8c6bd969037 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1344 | 2026-08-03T04:57:15.680Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=62aaaf6cd834d6b9 -C extra-filename=-8dc3942ac07521ca --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1345 | 2026-08-03T04:57:15.950Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cc77a0f886517c50 -C extra-filename=-07dfe61a193b9b5f --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1346 | 2026-08-03T04:57:16.943Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=80ef3e98ffb8773f -C extra-filename=-f33aedbcc8bb28db --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1347 | 2026-08-03T04:57:17.879Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=099f9b083b932a8c -C extra-filename=-30ad98960a155f5c --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1348 | 2026-08-03T04:57:18.023Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2dd3a9e85cdd2d78 -C extra-filename=-4e7ea396986bfed7 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1349 | 2026-08-03T04:57:20.742Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e25017bf66f22b04 -C extra-filename=-142cf00aefe59a99 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1350 | 2026-08-03T04:57:23.929Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e7adc25ca453995a -C extra-filename=-1a13c6a7b7ba5647 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1351 | 2026-08-03T04:57:26.717Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6e1295549f598b13 -C extra-filename=-a6eb2c11aceddb03 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1352 | 2026-08-03T04:57:27.218Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8a02498925e63daf -C extra-filename=-7758e1770c7fa5e2 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out` |
| 1353 | 2026-08-03T04:57:36.429Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 49.23s |
| 1354 | 2026-08-03T04:57:36.470Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-0b4cecb0d03e2bbd` |
| 1355 | 2026-08-03T04:57:36.473Z | |
| 1356 | 2026-08-03T04:57:36.473Z | running 142 tests |
| 1357 | 2026-08-03T04:57:36.476Z | test api_description::test::test_endpoint_versions_overlaps ... ok |
| 1358 | 2026-08-03T04:57:36.476Z | test api_description::test::test_endpoint_versions_matches ... ok |
| 1359 | 2026-08-03T04:57:36.476Z | test api_description::test::test_endpoint_versions_range ... ok |
| 1360 | 2026-08-03T04:57:36.476Z | test api_description::test::test_badpath4 - should panic ... ok |
| 1361 | 2026-08-03T04:57:36.476Z | test api_description::test::test_dup_names ... ok |
| 1362 | 2026-08-03T04:57:36.476Z | test api_description::test::test_badpath2 ... ok |
| 1363 | 2026-08-03T04:57:36.476Z | test api_description::test::test_badpath3 ... ok |
| 1364 | 2026-08-03T04:57:36.476Z | test api_description::test::test_badpath1 ... ok |
| 1365 | 2026-08-03T04:57:36.476Z | test api_description::test::test_tags_need_one ... ok |
| 1366 | 2026-08-03T04:57:36.477Z | test api_description::test::test_tags_too_many ... ok |
| 1367 | 2026-08-03T04:57:36.477Z | test api_description::test::test_tag_config_deserialize_old ... ok |
| 1368 | 2026-08-03T04:57:36.477Z | test api_description::test::test_tags_just_right ... ok |
| 1369 | 2026-08-03T04:57:36.477Z | test compression::tests::test_accepts_gzip_encoding_basic ... ok |
| 1370 | 2026-08-03T04:57:36.477Z | test compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok |
| 1371 | 2026-08-03T04:57:36.477Z | test compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok |
| 1372 | 2026-08-03T04:57:36.477Z | test compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok |
| 1373 | 2026-08-03T04:57:36.477Z | test compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok |
| 1374 | 2026-08-03T04:57:36.477Z | test compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok |
| 1375 | 2026-08-03T04:57:36.477Z | test compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok |
| 1376 | 2026-08-03T04:57:36.477Z | test compression::tests::test_accepts_gzip_encoding_no_header ... ok |
| 1377 | 2026-08-03T04:57:36.477Z | test compression::tests::test_accepts_gzip_encoding_wildcard ... ok |
| 1378 | 2026-08-03T04:57:36.477Z | test compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok |
| 1379 | 2026-08-03T04:57:36.477Z | test compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok |
| 1380 | 2026-08-03T04:57:36.477Z | test compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok |
| 1381 | 2026-08-03T04:57:36.477Z | test compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok |
| 1382 | 2026-08-03T04:57:36.477Z | test compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok |
| 1383 | 2026-08-03T04:57:36.477Z | test compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok |
| 1384 | 2026-08-03T04:57:36.477Z | test compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok |
| 1385 | 2026-08-03T04:57:36.477Z | test compression::tests::test_accepts_gzip_encoding_with_spaces ... ok |
| 1386 | 2026-08-03T04:57:36.477Z | test compression::tests::test_should_compress_response_head_method ... ok |
| 1387 | 2026-08-03T04:57:36.477Z | test compression::tests::test_should_compress_response_already_encoded ... ok |
| 1388 | 2026-08-03T04:57:36.477Z | test compression::tests::test_should_compress_response_basic ... ok |
| 1389 | 2026-08-03T04:57:36.477Z | test compression::tests::test_should_compress_response_no_accept_encoding ... ok |
| 1390 | 2026-08-03T04:57:36.477Z | test compression::tests::test_should_compress_response_compressible_content_types ... ok |
| 1391 | 2026-08-03T04:57:36.477Z | test compression::tests::test_should_compress_response_no_content ... ok |
| 1392 | 2026-08-03T04:57:36.477Z | test compression::tests::test_should_compress_response_no_content_type ... ok |
| 1393 | 2026-08-03T04:57:36.477Z | test compression::tests::test_should_compress_response_not_modified ... ok |
| 1394 | 2026-08-03T04:57:36.477Z | test compression::tests::test_should_compress_response_non_compressible_content_types ... ok |
| 1395 | 2026-08-03T04:57:36.477Z | test compression::tests::test_should_compress_response_no_compression_extension ... ok |
| 1396 | 2026-08-03T04:57:36.477Z | test compression::tests::test_should_compress_response_rejects_content_range ... ok |
| 1397 | 2026-08-03T04:57:36.481Z | test compression::tests::test_should_compress_response_partial_content ... ok |
| 1398 | 2026-08-03T04:57:36.481Z | test compression::tests::test_should_compress_response_respects_content_length_threshold ... ok |
| 1399 | 2026-08-03T04:57:36.481Z | test compression::tests::test_should_compress_response_sse ... ok |
| 1400 | 2026-08-03T04:57:36.481Z | test extractor::body::tests::test_typed_body_from ... ok |
| 1401 | 2026-08-03T04:57:36.481Z | test error::test::test_serialize_error_response_body ... ok |
| 1402 | 2026-08-03T04:57:36.481Z | test extractor::metadata::test::test_metadata_flattened ... ok |
| 1403 | 2026-08-03T04:57:36.481Z | test extractor::metadata::test::test_metadata_simple ... ok |
| 1404 | 2026-08-03T04:57:36.481Z | test extractor::metadata::test::test_metadata_flattened_enum ... ok |
| 1405 | 2026-08-03T04:57:36.481Z | test extractor::header::tests::test_header_parsing ... ok |
| 1406 | 2026-08-03T04:57:36.481Z | test extractor::metadata::test::test_metadata_pagination ... ok |
| 1407 | 2026-08-03T04:57:36.481Z | test compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok |
| 1408 | 2026-08-03T04:57:36.482Z | test from_map::test::test_deep ... ok |
| 1409 | 2026-08-03T04:57:36.482Z | test from_map::test::test_lone_literal ... ok |
| 1410 | 2026-08-03T04:57:36.482Z | test from_map::test::test_case_insensitive ... ok |
| 1411 | 2026-08-03T04:57:36.482Z | test from_map::test::test_missing_data1 ... ok |
| 1412 | 2026-08-03T04:57:36.482Z | test from_map::test::test_missing_data2 ... ok |
| 1413 | 2026-08-03T04:57:36.482Z | test compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok |
| 1414 | 2026-08-03T04:57:36.482Z | test from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok |
| 1415 | 2026-08-03T04:57:36.482Z | test from_map::test::test_types ... ok |
| 1416 | 2026-08-03T04:57:36.482Z | test logging::test::test_config_bad_terminal_bad_level ... ok |
| 1417 | 2026-08-03T04:57:36.482Z | test logging::test::test_config_bad_file_no_level ... ok |
| 1418 | 2026-08-03T04:57:36.482Z | test logging::test::test_config_bad_log_mode ... ok |
| 1419 | 2026-08-03T04:57:36.482Z | test logging::test::test_config_bad_file_no_file ... ok |
| 1420 | 2026-08-03T04:57:36.482Z | test logging::test::test_config_bad_terminal_no_level ... ok |
| 1421 | 2026-08-03T04:57:36.482Z | test logging::test::test_config_bad_file_path_exists_fail ... ok |
| 1422 | 2026-08-03T04:57:36.482Z | test logging::test::test_config_bad_file_bad_path_type ... ok |
| 1423 | 2026-08-03T04:57:36.482Z | test extractor::body::tests::test_content_plus_json ... ok |
| 1424 | 2026-08-03T04:57:36.482Z | test pagination::test::test_pagination_schema ... ok |
| 1425 | 2026-08-03T04:57:36.482Z | test pagination::test::test_results_page ... ok |
| 1426 | 2026-08-03T04:57:36.482Z | test router::test::test_bad_path_segment1 - should panic ... ok |
| 1427 | 2026-08-03T04:57:36.482Z | test pagination::test::test_page_token_serialization ... ok |
| 1428 | 2026-08-03T04:57:36.482Z | test router::test::test_bad_path_segment2 - should panic ... ok |
| 1429 | 2026-08-03T04:57:36.482Z | test router::test::test_bad_path_segment3 - should panic ... ok |
| 1430 | 2026-08-03T04:57:36.482Z | test pagination::test::test_pagparams_parsing ... ok |
| 1431 | 2026-08-03T04:57:36.482Z | test router::test::test_bogus_regex - should panic ... ok |
| 1432 | 2026-08-03T04:57:36.482Z | test router::test::test_bad_path_segment4 - should panic ... ok |
| 1433 | 2026-08-03T04:57:36.482Z | test router::test::test_duplicate_route3 - should panic ... ok |
| 1434 | 2026-08-03T04:57:36.482Z | test api_description::test::test_tags_set ... ok |
| 1435 | 2026-08-03T04:57:36.482Z | test router::test::test_duplicate_route2 - should panic ... ok |
| 1436 | 2026-08-03T04:57:36.482Z | note: configured to log to "/tmp/dropshot-0b4cecb0d03e2bbd.3066.file_dir/log.out" |
| 1437 | 2026-08-03T04:57:36.482Z | test router::test::test_duplicate_route1 - should panic ... ok |
| 1438 | 2026-08-03T04:57:36.482Z | test router::test::test_duplicate_route_overlapping_version - should panic ... ok |
| 1439 | 2026-08-03T04:57:36.482Z | test router::test::test_duplicate_route_same_version - should panic ... ok |
| 1440 | 2026-08-03T04:57:36.482Z | test router::test::test_embedded_non_variable ... ok |
| 1441 | 2026-08-03T04:57:36.482Z | test router::test::test_empty_variable ... ok |
| 1442 | 2026-08-03T04:57:36.482Z | test router::test::test_duplicate_varname - should panic ... ok |
| 1443 | 2026-08-03T04:57:36.482Z | test logging::test::test_config_stderr_terminal ... ok |
| 1444 | 2026-08-03T04:57:36.482Z | test router::test::test_iter2 ... ok |
| 1445 | 2026-08-03T04:57:36.482Z | test router::test::test_literal_after_regex - should panic ... ok |
| 1446 | 2026-08-03T04:57:36.482Z | test router::test::test_error_cases ... ok |
| 1447 | 2026-08-03T04:57:36.483Z | test router::test::test_iter ... ok |
| 1448 | 2026-08-03T04:57:36.483Z | test router::test::test_iter_null ... ok |
| 1449 | 2026-08-03T04:57:36.483Z | test router::test::test_inconsistent_varname - should panic ... ok |
| 1450 | 2026-08-03T04:57:36.483Z | test router::test::test_literal_after_variable - should panic ... ok |
| 1451 | 2026-08-03T04:57:36.483Z | test router::test::test_map_bad_value ... ok |
| 1452 | 2026-08-03T04:57:36.483Z | test router::test::test_map_bad_seq ... ok |
| 1453 | 2026-08-03T04:57:36.483Z | test router::test::test_map ... ok |
| 1454 | 2026-08-03T04:57:36.483Z | test router::test::test_path_segment ... ok |
| 1455 | 2026-08-03T04:57:36.483Z | test router::test::test_more_after_regex - should panic ... ok |
| 1456 | 2026-08-03T04:57:36.483Z | test router::test::test_segments ... ok |
| 1457 | 2026-08-03T04:57:36.483Z | test router::test::test_router_versioned ... ok |
| 1458 | 2026-08-03T04:57:36.483Z | test router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok |
| 1459 | 2026-08-03T04:57:36.483Z | test router::test::test_router_basic ... ok |
| 1460 | 2026-08-03T04:57:36.483Z | test router::test::test_variable_after_literal - should panic ... ok |
| 1461 | 2026-08-03T04:57:36.483Z | test router::test::test_variable_name_bad_start - should panic ... ok |
| 1462 | 2026-08-03T04:57:36.483Z | test router::test::test_variable_name_empty - should panic ... ok |
| 1463 | 2026-08-03T04:57:36.483Z | test router::test::test_variable_rename ... ok |
| 1464 | 2026-08-03T04:57:36.483Z | test router::test::test_variable_name_bad_end - should panic ... ok |
| 1465 | 2026-08-03T04:57:36.483Z | test router::test::test_variables_multi ... ok |
| 1466 | 2026-08-03T04:57:36.483Z | test router::test::test_variables_basic ... ok |
| 1467 | 2026-08-03T04:57:36.483Z | test router::test::test_variables_glob ... ok |
| 1468 | 2026-08-03T04:57:36.483Z | test schema_util::test::test_empty_struct ... ok |
| 1469 | 2026-08-03T04:57:36.483Z | note: configured to log to "/tmp/dropshot-0b4cecb0d03e2bbd.3066.file_dir/log.out" |
| 1470 | 2026-08-03T04:57:36.483Z | test schema_util::test::test_embedded_schema ... ok |
| 1471 | 2026-08-03T04:57:36.483Z | test schema_util::test::test_additional_properties ... ok |
| 1472 | 2026-08-03T04:57:36.483Z | test schema_util::test::test_nullable ... ok |
| 1473 | 2026-08-03T04:57:36.483Z | test schema_util::test::test_extension_conversion ... ok |
| 1474 | 2026-08-03T04:57:36.483Z | test schema_util::test::test_two_types - should panic ... ok |
| 1475 | 2026-08-03T04:57:36.483Z | test test_util::test::test_bunyan_bad_name - should panic ... ok |
| 1476 | 2026-08-03T04:57:36.483Z | note: configured to log to "/tmp/dropshot-0b4cecb0d03e2bbd.3066.file_dir/log.out" |
| 1477 | 2026-08-03T04:57:36.483Z | test test_util::test::test_bunyan_bad_hostname - should panic ... ok |
| 1478 | 2026-08-03T04:57:36.483Z | test schema_util::test::test_garbage_barge_structure_conversion ... ok |
| 1479 | 2026-08-03T04:57:36.483Z | test test_util::test::test_bunyan_bad_v - should panic ... ok |
| 1480 | 2026-08-03T04:57:36.483Z | test test_util::test::test_bunyan_easy_cases ... ok |
| 1481 | 2026-08-03T04:57:36.483Z | test schema_util::test::test_schema2struct_with_enum_variants ... ok |
| 1482 | 2026-08-03T04:57:36.483Z | test test_util::test::test_bunyan_bad_pid - should panic ... ok |
| 1483 | 2026-08-03T04:57:36.483Z | test logging::test::test_config_file ... ok |
| 1484 | 2026-08-03T04:57:36.483Z | test test_util::test::test_bunyan_seq_bad_order - should panic ... ok |
| 1485 | 2026-08-03T04:57:36.483Z | test test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok |
| 1486 | 2026-08-03T04:57:36.484Z | test test_util::test::test_bunyan_seq_easy_cases ... ok |
| 1487 | 2026-08-03T04:57:36.484Z | test test_util::test::test_bunyan_seq_lower_violated - should panic ... ok |
| 1488 | 2026-08-03T04:57:36.484Z | test test_util::test::test_bunyan_seq_upper_violated - should panic ... ok |
| 1489 | 2026-08-03T04:57:36.484Z | test to_map::test::test_to_map_num ... ok |
| 1490 | 2026-08-03T04:57:36.484Z | test to_map::test::test_struct_with_options ... ok |
| 1491 | 2026-08-03T04:57:36.484Z | test to_map::test::test_to_map_enum ... ok |
| 1492 | 2026-08-03T04:57:36.484Z | test to_map::test::test_to_map_seq ... ok |
| 1493 | 2026-08-03T04:57:36.487Z | test to_map::test::test_to_map_valid ... ok |
| 1494 | 2026-08-03T04:57:36.487Z | test to_map::test::test_to_map_vec ... ok |
| 1495 | 2026-08-03T04:57:36.487Z | test type_util::tests::test_commented_ref ... ok |
| 1496 | 2026-08-03T04:57:36.487Z | test type_util::tests::test_recursive_type - should panic ... ok |
| 1497 | 2026-08-03T04:57:36.487Z | test type_util::tests::test_reflexive_type - should panic ... ok |
| 1498 | 2026-08-03T04:57:36.487Z | test websocket::tests::test_ws_upg_task_is_spawned ... ok |
| 1499 | 2026-08-03T04:57:36.487Z | test server::test::test_drop_server_without_close_okay ... ok |
| 1500 | 2026-08-03T04:57:36.487Z | test server::test::test_server_run_then_close ... ok |
| 1501 | 2026-08-03T04:57:36.487Z | test server::test::test_http_acceptor_happy_path ... ok |
| 1502 | 2026-08-03T04:57:36.487Z | |
| 1503 | 2026-08-03T04:57:36.488Z | test result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 1504 | 2026-08-03T04:57:36.488Z | |
| 1505 | 2026-08-03T04:57:36.488Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-689a27261498ce1e` |
| 1506 | 2026-08-03T04:57:36.488Z | |
| 1507 | 2026-08-03T04:57:36.488Z | running 1 test |
| 1508 | 2026-08-03T04:57:36.776Z | Compiling proc-macro2 v1.0.107 |
| 1509 | 2026-08-03T04:57:36.776Z | Compiling quote v1.0.47 |
| 1510 | 2026-08-03T04:57:36.776Z | Compiling unicode-ident v1.0.12 |
| 1511 | 2026-08-03T04:57:36.779Z | Compiling libc v0.2.189 |
| 1512 | 2026-08-03T04:57:36.779Z | Checking cfg-if v1.0.0 |
| 1513 | 2026-08-03T04:57:36.779Z | Compiling serde_core v1.0.229 |
| 1514 | 2026-08-03T04:57:36.779Z | Checking itoa v1.0.1 |
| 1515 | 2026-08-03T04:57:36.866Z | Checking memchr v2.6.0 |
| 1516 | 2026-08-03T04:57:37.007Z | Checking pin-project-lite v0.2.12 |
| 1517 | 2026-08-03T04:57:37.055Z | Compiling autocfg v1.1.0 |
| 1518 | 2026-08-03T04:57:37.112Z | Compiling thiserror v2.0.19 |
| 1519 | 2026-08-03T04:57:37.297Z | Checking bytes v1.12.1 |
| 1520 | 2026-08-03T04:57:37.379Z | Compiling zmij v1.0.2 |
| 1521 | 2026-08-03T04:57:37.459Z | Checking smallvec v1.13.2 |
| 1522 | 2026-08-03T04:57:37.538Z | Checking futures-core v0.3.33 |
| 1523 | 2026-08-03T04:57:37.637Z | Compiling serde v1.0.229 |
| 1524 | 2026-08-03T04:57:37.654Z | Compiling log v0.4.17 |
| 1525 | 2026-08-03T04:57:37.658Z | Checking once_cell v1.20.1 |
| 1526 | 2026-08-03T04:57:37.721Z | Compiling serde_json v1.0.151 |
| 1527 | 2026-08-03T04:57:37.737Z | Compiling jobserver v0.1.34 |
| 1528 | 2026-08-03T04:57:37.815Z | Compiling find-msvc-tools v0.1.9 |
| 1529 | 2026-08-03T04:57:37.862Z | Compiling shlex v1.3.0 |
| 1530 | 2026-08-03T04:57:37.900Z | Compiling parking_lot_core v0.9.4 |
| 1531 | 2026-08-03T04:57:38.107Z | Compiling cc v1.2.60 |
| 1532 | 2026-08-03T04:57:38.117Z | Compiling slab v0.4.9 |
| 1533 | 2026-08-03T04:57:38.130Z | Checking futures-sink v0.3.33 |
| 1534 | 2026-08-03T04:57:38.170Z | Checking scopeguard v1.2.0 |
| 1535 | 2026-08-03T04:57:38.201Z | Compiling syn v2.0.118 |
| 1536 | 2026-08-03T04:57:38.221Z | Compiling syn v3.0.3 |
| 1537 | 2026-08-03T04:57:38.326Z | Checking lock_api v0.4.6 |
| 1538 | 2026-08-03T04:57:38.475Z | Compiling fs_extra v1.3.0 |
| 1539 | 2026-08-03T04:57:38.513Z | Compiling version_check v0.9.5 |
| 1540 | 2026-08-03T04:57:38.563Z | Compiling dunce v1.0.5 |
| 1541 | 2026-08-03T04:57:38.659Z | Checking parking_lot v0.12.1 |
| 1542 | 2026-08-03T04:57:38.823Z | Checking signal-hook-registry v1.4.0 |
| 1543 | 2026-08-03T04:57:38.849Z | Compiling cmake v0.1.58 |
| 1544 | 2026-08-03T04:57:38.893Z | Checking mio v1.2.0 |
| 1545 | 2026-08-03T04:57:38.900Z | Checking socket2 v0.6.3 |
| 1546 | 2026-08-03T04:57:39.142Z | Checking stable_deref_trait v1.2.0 |
| 1547 | 2026-08-03T04:57:39.174Z | Checking futures-channel v0.3.33 |
| 1548 | 2026-08-03T04:57:39.193Z | Checking http v1.4.2 |
| 1549 | 2026-08-03T04:57:39.214Z | Checking zeroize v1.8.2 |
| 1550 | 2026-08-03T04:57:39.304Z | Compiling zerocopy v0.8.27 |
| 1551 | 2026-08-03T04:57:39.359Z | Compiling ucd-trie v0.1.6 |
| 1552 | 2026-08-03T04:57:39.405Z | Checking rand_core v0.10.1 |
| 1553 | 2026-08-03T04:57:39.543Z | Checking futures-task v0.3.33 |
| 1554 | 2026-08-03T04:57:39.671Z | Compiling getrandom v0.4.1 |
| 1555 | 2026-08-03T04:57:39.682Z | Compiling aws-lc-rs v1.16.3 |
| 1556 | 2026-08-03T04:57:39.769Z | Checking futures-io v0.3.33 |
| 1557 | 2026-08-03T04:57:39.982Z | Checking rustls-pki-types v1.15.1 |
| 1558 | 2026-08-03T04:57:40.022Z | Compiling typenum v1.19.0 |
| 1559 | 2026-08-03T04:57:40.027Z | Compiling aws-lc-sys v0.40.0 |
| 1560 | 2026-08-03T04:57:40.040Z | Compiling httparse v1.10.0 |
| 1561 | 2026-08-03T04:57:40.239Z | Compiling rustversion v1.0.22 |
| 1562 | 2026-08-03T04:57:40.597Z | Checking litemap v0.7.4 |
| 1563 | 2026-08-03T04:57:40.700Z | Compiling crossbeam-utils v0.8.21 |
| 1564 | 2026-08-03T04:57:40.706Z | Checking writeable v0.5.5 |
| 1565 | 2026-08-03T04:57:41.074Z | Compiling synstructure v0.13.1 |
| 1566 | 2026-08-03T04:57:41.142Z | Compiling num-conv v0.2.0 |
| 1567 | 2026-08-03T04:57:41.275Z | Checking hashbrown v0.17.0 |
| 1568 | 2026-08-03T04:57:41.303Z | Checking equivalent v1.0.0 |
| 1569 | 2026-08-03T04:57:41.382Z | Checking powerfmt v0.2.0 |
| 1570 | 2026-08-03T04:57:41.532Z | Compiling time-core v0.1.8 |
| 1571 | 2026-08-03T04:57:41.535Z | Compiling slog v2.8.2 |
| 1572 | 2026-08-03T04:57:41.579Z | Checking hybrid-array v0.4.8 |
| 1573 | 2026-08-03T04:57:41.674Z | Compiling time-macros v0.2.27 |
| 1574 | 2026-08-03T04:57:41.750Z | Checking indexmap v2.14.0 |
| 1575 | 2026-08-03T04:57:41.757Z | Checking deranged v0.5.5 |
| 1576 | 2026-08-03T04:57:42.094Z | Checking http-body v1.0.1 |
| 1577 | 2026-08-03T04:57:42.221Z | Compiling unicase v2.6.0 |
| 1578 | 2026-08-03T04:57:42.354Z | Checking tracing-core v0.1.32 |
| 1579 | 2026-08-03T04:57:42.395Z | Checking num_threads v0.1.3 |
| 1580 | 2026-08-03T04:57:42.480Z | Compiling rustls v0.23.43 |
| 1581 | 2026-08-03T04:57:42.588Z | Checking percent-encoding v2.3.2 |
| 1582 | 2026-08-03T04:57:42.665Z | Checking atomic-waker v1.1.2 |
| 1583 | 2026-08-03T04:57:42.733Z | Checking untrusted v0.9.0 |
| 1584 | 2026-08-03T04:57:42.821Z | Checking bitflags v2.11.0 |
| 1585 | 2026-08-03T04:57:42.827Z | Checking icu_locid_transform_data v1.5.0 |
| 1586 | 2026-08-03T04:57:42.890Z | Checking tracing v0.1.40 |
| 1587 | 2026-08-03T04:57:42.905Z | Compiling num-traits v0.2.14 |
| 1588 | 2026-08-03T04:57:43.048Z | Checking time v0.3.47 |
| 1589 | 2026-08-03T04:57:43.067Z | Checking fnv v1.0.7 |
| 1590 | 2026-08-03T04:57:43.152Z | Checking tower-service v0.3.3 |
| 1591 | 2026-08-03T04:57:43.159Z | Checking try-lock v0.2.3 |
| 1592 | 2026-08-03T04:57:43.237Z | Compiling usdt-impl v0.6.0 |
| 1593 | 2026-08-03T04:57:43.244Z | Checking base64 v0.22.1 |
| 1594 | 2026-08-03T04:57:43.310Z | Compiling serde_derive v1.0.229 |
| 1595 | 2026-08-03T04:57:43.313Z | Compiling thiserror-impl v2.0.19 |
| 1596 | 2026-08-03T04:57:43.441Z | Compiling zerofrom-derive v0.1.5 |
| 1597 | 2026-08-03T04:57:43.470Z | Compiling tokio-macros v2.7.0 |
| 1598 | 2026-08-03T04:57:43.479Z | Compiling yoke-derive v0.7.5 |
| 1599 | 2026-08-03T04:57:43.897Z | Compiling zerovec-derive v0.10.3 |
| 1600 | 2026-08-03T04:57:43.983Z | Compiling displaydoc v0.2.5 |
| 1601 | 2026-08-03T04:57:44.615Z | Checking tokio v1.53.1 |
| 1602 | 2026-08-03T04:57:45.155Z | Compiling futures-macro v0.3.33 |
| 1603 | 2026-08-03T04:57:45.323Z | Compiling zerocopy-derive v0.8.27 |
| 1604 | 2026-08-03T04:57:45.384Z | Compiling pest v2.8.1 |
| 1605 | 2026-08-03T04:57:45.493Z | Compiling icu_provider_macros v1.5.0 |
| 1606 | 2026-08-03T04:57:45.642Z | Checking zerofrom v0.1.5 |
| 1607 | 2026-08-03T04:57:45.762Z | Checking yoke v0.7.5 |
| 1608 | 2026-08-03T04:57:45.939Z | Checking zerovec v0.10.4 |
| 1609 | 2026-08-03T04:57:46.335Z | Compiling scroll_derive v0.13.1 |
| 1610 | 2026-08-03T04:57:46.365Z | Checking futures-util v0.3.33 |
| 1611 | 2026-08-03T04:57:46.631Z | Compiling pest_meta v2.8.1 |
| 1612 | 2026-08-03T04:57:46.677Z | Checking tinystr v0.7.6 |
| 1613 | 2026-08-03T04:57:46.858Z | Checking icu_locid v1.5.0 |
| 1614 | 2026-08-03T04:57:47.320Z | Compiling pest_generator v2.8.1 |
| 1615 | 2026-08-03T04:57:47.566Z | Checking icu_provider v1.5.0 |
| 1616 | 2026-08-03T04:57:47.590Z | Checking erased-serde v0.3.31 |
| 1617 | 2026-08-03T04:57:47.802Z | Checking tokio-util v0.7.19 |
| 1618 | 2026-08-03T04:57:47.876Z | Checking icu_locid_transform v1.5.0 |
| 1619 | 2026-08-03T04:57:47.982Z | Checking icu_collections v1.5.0 |
| 1620 | 2026-08-03T04:57:48.245Z | Checking subtle v2.5.0 |
| 1621 | 2026-08-03T04:57:48.268Z | Checking tower-layer v0.3.3 |
| 1622 | 2026-08-03T04:57:48.317Z | Compiling crc32fast v1.5.0 |
| 1623 | 2026-08-03T04:57:48.369Z | Checking cpufeatures v0.3.0 |
| 1624 | 2026-08-03T04:57:48.377Z | Checking icu_properties_data v1.5.0 |
| 1625 | 2026-08-03T04:57:48.420Z | Checking h2 v0.4.14 |
| 1626 | 2026-08-03T04:57:48.504Z | Checking icu_properties v1.5.1 |
| 1627 | 2026-08-03T04:57:48.684Z | Compiling pest_derive v2.8.1 |
| 1628 | 2026-08-03T04:57:48.691Z | Checking scroll v0.13.0 |
| 1629 | 2026-08-03T04:57:48.705Z | Checking want v0.3.0 |
| 1630 | 2026-08-03T04:57:48.822Z | Checking block-buffer v0.12.0 |
| 1631 | 2026-08-03T04:57:48.911Z | Checking crypto-common v0.2.1 |
| 1632 | 2026-08-03T04:57:48.956Z | Checking errno v0.3.10 |
| 1633 | 2026-08-03T04:57:48.977Z | Compiling thread-id v5.0.0 |
| 1634 | 2026-08-03T04:57:49.071Z | Checking const-oid v0.10.2 |
| 1635 | 2026-08-03T04:57:49.096Z | Checking utf16_iter v1.0.5 |
| 1636 | 2026-08-03T04:57:49.204Z | Compiling dof v0.4.0 |
| 1637 | 2026-08-03T04:57:49.221Z | Checking write16 v1.0.0 |
| 1638 | 2026-08-03T04:57:49.308Z | Checking adler2 v2.0.1 |
| 1639 | 2026-08-03T04:57:49.390Z | Checking httpdate v1.0.1 |
| 1640 | 2026-08-03T04:57:49.404Z | Checking utf8_iter v1.0.4 |
| 1641 | 2026-08-03T04:57:49.411Z | Checking simd-adler32 v0.3.7 |
| 1642 | 2026-08-03T04:57:49.521Z | Checking plain v0.2.3 |
| 1643 | 2026-08-03T04:57:49.527Z | Compiling byteorder v1.4.3 |
| 1644 | 2026-08-03T04:57:49.545Z | Compiling dtrace-parser v0.3.0 |
| 1645 | 2026-08-03T04:57:49.548Z | Checking icu_normalizer_data v1.5.0 |
| 1646 | 2026-08-03T04:57:49.610Z | Compiling rustix v1.1.4 |
| 1647 | 2026-08-03T04:57:49.617Z | Checking goblin v0.10.1 |
| 1648 | 2026-08-03T04:57:49.741Z | Checking miniz_oxide v0.8.9 |
| 1649 | 2026-08-03T04:57:49.747Z | Checking digest v0.11.2 |
| 1650 | 2026-08-03T04:57:49.912Z | Checking icu_normalizer v1.5.0 |
| 1651 | 2026-08-03T04:57:50.327Z | Checking hyper v1.11.0 |
| 1652 | 2026-08-03T04:57:50.560Z | Compiling serde_tokenstream v0.2.3 |
| 1653 | 2026-08-03T04:57:50.651Z | Checking form_urlencoded v1.2.2 |
| 1654 | 2026-08-03T04:57:50.858Z | Compiling ryu v1.0.5 |
| 1655 | 2026-08-03T04:57:50.909Z | Compiling rustix v0.38.44 |
| 1656 | 2026-08-03T04:57:51.138Z | Checking openssl-probe v0.2.1 |
| 1657 | 2026-08-03T04:57:51.150Z | Checking pretty-hex v0.4.1 |
| 1658 | 2026-08-03T04:57:51.200Z | Checking mime v0.3.16 |
| 1659 | 2026-08-03T04:57:51.239Z | Checking ipnet v2.10.0 |
| 1660 | 2026-08-03T04:57:51.258Z | Checking iana-time-zone v0.1.47 |
| 1661 | 2026-08-03T04:57:51.262Z | Checking rustls-native-certs v0.8.3 |
| 1662 | 2026-08-03T04:57:51.357Z | Checking chrono v0.4.45 |
| 1663 | 2026-08-03T04:57:51.424Z | Checking flate2 v1.1.9 |
| 1664 | 2026-08-03T04:57:51.456Z | Checking hyper-util v0.1.20 |
| 1665 | 2026-08-03T04:57:51.599Z | Checking idna_adapter v1.2.0 |
| 1666 | 2026-08-03T04:57:51.713Z | Checking sha1 v0.11.0 |
| 1667 | 2026-08-03T04:57:51.716Z | Checking chacha20 v0.10.1 |
| 1668 | 2026-08-03T04:57:51.884Z | Checking concurrent-queue v2.5.0 |
| 1669 | 2026-08-03T04:57:51.946Z | Compiling serde_derive_internals v0.29.0 |
| 1670 | 2026-08-03T04:57:52.105Z | Compiling multer v3.1.0 |
| 1671 | 2026-08-03T04:57:52.282Z | Checking thread_local v1.1.4 |
| 1672 | 2026-08-03T04:57:52.326Z | Checking sync_wrapper v1.0.1 |
| 1673 | 2026-08-03T04:57:52.341Z | Checking encoding_rs v0.8.32 |
| 1674 | 2026-08-03T04:57:52.348Z | Compiling schemars v0.8.22 |
| 1675 | 2026-08-03T04:57:52.423Z | Checking parking v2.2.0 |
| 1676 | 2026-08-03T04:57:52.442Z | Compiling camino v1.2.4 |
| 1677 | 2026-08-03T04:57:52.536Z | Checking fastrand v2.1.1 |
| 1678 | 2026-08-03T04:57:52.592Z | Compiling slog-async v2.8.0 |
| 1679 | 2026-08-03T04:57:52.716Z | Checking match_cfg v0.1.0 |
| 1680 | 2026-08-03T04:57:52.778Z | Checking compression-core v0.4.32 |
| 1681 | 2026-08-03T04:57:52.791Z | Compiling paste v1.0.15 |
| 1682 | 2026-08-03T04:57:52.848Z | Checking winnow v1.0.0 |
| 1683 | 2026-08-03T04:57:52.900Z | Checking compression-codecs v0.4.38 |
| 1684 | 2026-08-03T04:57:53.016Z | Checking hostname v0.3.1 |
| 1685 | 2026-08-03T04:57:53.067Z | Checking tempfile v3.27.0 |
| 1686 | 2026-08-03T04:57:53.116Z | Checking event-listener v5.0.0 |
| 1687 | 2026-08-03T04:57:53.134Z | Compiling schemars_derive v0.8.22 |
| 1688 | 2026-08-03T04:57:53.137Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1689 | 2026-08-03T04:57:53.175Z | Checking tower v0.5.2 |
| 1690 | 2026-08-03T04:57:53.302Z | Checking rand v0.10.2 |
| 1691 | 2026-08-03T04:57:53.308Z | Checking idna v1.0.3 |
| 1692 | 2026-08-03T04:57:53.317Z | Compiling mime_guess v2.0.5 |
| 1693 | 2026-08-03T04:57:53.552Z | Compiling usdt-macro v0.6.0 |
| 1694 | 2026-08-03T04:57:53.682Z | Compiling usdt-attr-macro v0.6.0 |
| 1695 | 2026-08-03T04:57:53.768Z | Checking slog-json v2.6.1 |
| 1696 | 2026-08-03T04:57:53.792Z | Checking futures-executor v0.3.33 |
| 1697 | 2026-08-03T04:57:53.922Z | Compiling serde_tokenstream v0.3.0 |
| 1698 | 2026-08-03T04:57:53.941Z | Compiling async-stream-impl v0.3.6 |
| 1699 | 2026-08-03T04:57:54.043Z | Checking crossbeam-channel v0.5.15 |
| 1700 | 2026-08-03T04:57:54.127Z | Checking http-body-util v0.1.4 |
| 1701 | 2026-08-03T04:57:54.255Z | Checking uuid v1.24.0 |
| 1702 | 2026-08-03T04:57:54.360Z | Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot) |
| 1703 | 2026-08-03T04:57:54.382Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1704 | 2026-08-03T04:57:54.553Z | Checking serde_spanned v1.1.1 |
| 1705 | 2026-08-03T04:57:54.581Z | Checking is-terminal v0.4.12 |
| 1706 | 2026-08-03T04:57:54.609Z | Checking memmap2 v0.9.8 |
| 1707 | 2026-08-03T04:57:54.665Z | Compiling semver v1.0.28 |
| 1708 | 2026-08-03T04:57:54.676Z | Checking dyn-clone v1.0.4 |
| 1709 | 2026-08-03T04:57:54.720Z | Checking lazy_static v1.5.0 |
| 1710 | 2026-08-03T04:57:54.760Z | Checking toml_writer v1.1.2+spec-1.1.0 |
| 1711 | 2026-08-03T04:57:54.766Z | Checking iri-string v0.7.8 |
| 1712 | 2026-08-03T04:57:54.812Z | Compiling heck v0.5.0 |
| 1713 | 2026-08-03T04:57:54.898Z | Compiling anyhow v1.0.104 |
| 1714 | 2026-08-03T04:57:54.925Z | Checking spin v0.9.8 |
| 1715 | 2026-08-03T04:57:54.940Z | Checking term v1.1.0 |
| 1716 | 2026-08-03T04:57:55.010Z | Checking unicode-width v0.1.9 |
| 1717 | 2026-08-03T04:57:55.032Z | Checking take_mut v0.2.2 |
| 1718 | 2026-08-03T04:57:55.035Z | Checking unicode-segmentation v1.10.0 |
| 1719 | 2026-08-03T04:57:55.073Z | Checking data-encoding v2.4.0 |
| 1720 | 2026-08-03T04:57:55.107Z | Checking console v0.15.7 |
| 1721 | 2026-08-03T04:57:55.161Z | Checking slog-term v2.9.2 |
| 1722 | 2026-08-03T04:57:55.297Z | Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 1723 | 2026-08-03T04:57:55.316Z | Checking tungstenite v0.30.0 |
| 1724 | 2026-08-03T04:57:55.316Z | Checking newline-converter v0.3.0 |
| 1725 | 2026-08-03T04:57:55.423Z | Checking toml v1.1.3+spec-1.1.0 |
| 1726 | 2026-08-03T04:57:55.491Z | Checking async-stream v0.3.6 |
| 1727 | 2026-08-03T04:57:55.617Z | Checking usdt v0.6.0 |
| 1728 | 2026-08-03T04:57:55.734Z | Checking atomicwrites v0.4.4 |
| 1729 | 2026-08-03T04:57:55.786Z | Checking futures v0.3.33 |
| 1730 | 2026-08-03T04:57:55.798Z | Checking tower-http v0.6.8 |
| 1731 | 2026-08-03T04:57:55.805Z | Checking slog-bunyan v2.5.0 |
| 1732 | 2026-08-03T04:57:55.849Z | Checking serde_urlencoded v0.7.1 |
| 1733 | 2026-08-03T04:57:55.856Z | Checking url v2.5.4 |
| 1734 | 2026-08-03T04:57:55.905Z | Checking event-listener-strategy v0.5.4 |
| 1735 | 2026-08-03T04:57:55.996Z | Checking async-compression v0.4.42 |
| 1736 | 2026-08-03T04:57:56.050Z | Checking openapiv3 v2.2.0 |
| 1737 | 2026-08-03T04:57:56.058Z | Checking yasna v0.6.0 |
| 1738 | 2026-08-03T04:57:56.229Z | Checking pem v3.0.6 |
| 1739 | 2026-08-03T04:57:56.237Z | Compiling async-trait v0.1.91 |
| 1740 | 2026-08-03T04:57:56.279Z | Checking waitgroup v0.1.2 |
| 1741 | 2026-08-03T04:57:56.377Z | Checking rustls-pemfile v2.2.0 |
| 1742 | 2026-08-03T04:57:56.383Z | Checking serde_path_to_error v0.1.20 |
| 1743 | 2026-08-03T04:57:56.446Z | Checking hostname v0.4.2 |
| 1744 | 2026-08-03T04:57:56.511Z | Checking base64 v0.23.0 |
| 1745 | 2026-08-03T04:57:56.539Z | Checking simple-mermaid v0.2.0 |
| 1746 | 2026-08-03T04:57:56.604Z | Checking debug-ignore v1.0.5 |
| 1747 | 2026-08-03T04:57:56.643Z | Checking similar v2.2.1 |
| 1748 | 2026-08-03T04:57:56.697Z | Checking async-channel v2.5.0 |
| 1749 | 2026-08-03T04:57:56.843Z | Checking tokio-tungstenite v0.30.0 |
| 1750 | 2026-08-03T04:57:56.999Z | Checking expectorate v1.2.0 |
| 1751 | 2026-08-03T04:57:57.106Z | Checking subprocess v1.2.0 |
| 1752 | 2026-08-03T04:57:57.121Z | Checking buf-list v1.1.2 |
| 1753 | 2026-08-03T04:58:02.391Z | Checking rustls-webpki v0.103.13 |
| 1754 | 2026-08-03T04:58:02.391Z | Checking rcgen v0.14.8 |
| 1755 | 2026-08-03T04:58:04.654Z | Checking tokio-rustls v0.26.4 |
| 1756 | 2026-08-03T04:58:04.654Z | Checking rustls-platform-verifier v0.6.2 |
| 1757 | 2026-08-03T04:58:04.771Z | Checking hyper-rustls v0.27.9 |
| 1758 | 2026-08-03T04:58:04.937Z | Checking reqwest v0.13.4 |
| 1759 | 2026-08-03T04:58:06.426Z | Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
| 1760 | 2026-08-03T04:58:06.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.97s |
| 1761 | 2026-08-03T04:58:06.749Z | |
| 1762 | 2026-08-03T04:58:06.749Z | |
| 1763 | 2026-08-03T04:58:32.511Z | test tests/fail/bad_channel10.rs ... ok |
| 1764 | 2026-08-03T04:58:32.511Z | test tests/fail/bad_channel11.rs ... ok |
| 1765 | 2026-08-03T04:58:32.511Z | test tests/fail/bad_channel12.rs ... ok |
| 1766 | 2026-08-03T04:58:32.511Z | test tests/fail/bad_channel13.rs ... ok |
| 1767 | 2026-08-03T04:58:32.511Z | test tests/fail/bad_channel14.rs ... ok |
| 1768 | 2026-08-03T04:58:32.511Z | test tests/fail/bad_channel15.rs ... ok |
| 1769 | 2026-08-03T04:58:32.526Z | test tests/fail/bad_channel17.rs ... ok |
| 1770 | 2026-08-03T04:58:32.526Z | test tests/fail/bad_channel18.rs ... ok |
| 1771 | 2026-08-03T04:58:32.526Z | test tests/fail/bad_channel19.rs ... ok |
| 1772 | 2026-08-03T04:58:32.526Z | test tests/fail/bad_channel1a.rs ... ok |
| 1773 | 2026-08-03T04:58:32.526Z | test tests/fail/bad_channel1b.rs ... ok |
| 1774 | 2026-08-03T04:58:32.526Z | test tests/fail/bad_channel2.rs ... ok |
| 1775 | 2026-08-03T04:58:32.526Z | test tests/fail/bad_channel20.rs ... ok |
| 1776 | 2026-08-03T04:58:32.526Z | test tests/fail/bad_channel21.rs ... ok |
| 1777 | 2026-08-03T04:58:32.526Z | test tests/fail/bad_channel22.rs ... ok |
| 1778 | 2026-08-03T04:58:32.526Z | test tests/fail/bad_channel23.rs ... ok |
| 1779 | 2026-08-03T04:58:32.526Z | test tests/fail/bad_channel24.rs ... ok |
| 1780 | 2026-08-03T04:58:32.526Z | test tests/fail/bad_channel25.rs ... ok |
| 1781 | 2026-08-03T04:58:32.526Z | test tests/fail/bad_channel26.rs ... ok |
| 1782 | 2026-08-03T04:58:32.526Z | test tests/fail/bad_channel27.rs ... ok |
| 1783 | 2026-08-03T04:58:32.526Z | test tests/fail/bad_channel28.rs ... ok |
| 1784 | 2026-08-03T04:58:32.526Z | test tests/fail/bad_channel3.rs ... ok |
| 1785 | 2026-08-03T04:58:32.526Z | test tests/fail/bad_channel4.rs ... ok |
| 1786 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_channel5.rs ... ok |
| 1787 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_channel6.rs ... ok |
| 1788 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_channel8.rs ... ok |
| 1789 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_channel9.rs ... ok |
| 1790 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint1.rs ... ok |
| 1791 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint10.rs ... ok |
| 1792 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint11.rs ... ok |
| 1793 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint12.rs ... ok |
| 1794 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint13.rs ... ok |
| 1795 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint14.rs ... ok |
| 1796 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint15.rs ... ok |
| 1797 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint16.rs ... ok |
| 1798 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint17.rs ... ok |
| 1799 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint18.rs ... ok |
| 1800 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint19.rs ... ok |
| 1801 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint2.rs ... ok |
| 1802 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint20.rs ... ok |
| 1803 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint21.rs ... ok |
| 1804 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint22.rs ... ok |
| 1805 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint23.rs ... ok |
| 1806 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint24.rs ... ok |
| 1807 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint25.rs ... ok |
| 1808 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint26.rs ... ok |
| 1809 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint27.rs ... ok |
| 1810 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint28.rs ... ok |
| 1811 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint3.rs ... ok |
| 1812 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint4.rs ... ok |
| 1813 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint5.rs ... ok |
| 1814 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint6.rs ... ok |
| 1815 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint7.rs ... ok |
| 1816 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint8.rs ... ok |
| 1817 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_endpoint9.rs ... ok |
| 1818 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_trait_channel10.rs ... ok |
| 1819 | 2026-08-03T04:58:32.527Z | test tests/fail/bad_trait_channel11.rs ... ok |
| 1820 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel12.rs ... ok |
| 1821 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel13.rs ... ok |
| 1822 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel14.rs ... ok |
| 1823 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel15.rs ... ok |
| 1824 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel17.rs ... ok |
| 1825 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel18.rs ... ok |
| 1826 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel19.rs ... ok |
| 1827 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel1a.rs ... ok |
| 1828 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel1b.rs ... ok |
| 1829 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel2.rs ... ok |
| 1830 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel20.rs ... ok |
| 1831 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel21.rs ... ok |
| 1832 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel22.rs ... ok |
| 1833 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel23.rs ... ok |
| 1834 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel24.rs ... ok |
| 1835 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel25.rs ... ok |
| 1836 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel26.rs ... ok |
| 1837 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel28.rs ... ok |
| 1838 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel3.rs ... ok |
| 1839 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel4.rs ... ok |
| 1840 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel5.rs ... ok |
| 1841 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel6.rs ... ok |
| 1842 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel8.rs ... ok |
| 1843 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_channel9.rs ... ok |
| 1844 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_endpoint1.rs ... ok |
| 1845 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_endpoint10.rs ... ok |
| 1846 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_endpoint11.rs ... ok |
| 1847 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_endpoint12.rs ... ok |
| 1848 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_endpoint13.rs ... ok |
| 1849 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_endpoint14.rs ... ok |
| 1850 | 2026-08-03T04:58:32.528Z | test tests/fail/bad_trait_endpoint15.rs ... ok |
| 1851 | 2026-08-03T04:58:32.529Z | test tests/fail/bad_trait_endpoint16.rs ... ok |
| 1852 | 2026-08-03T04:58:32.529Z | test tests/fail/bad_trait_endpoint17.rs ... ok |
| 1853 | 2026-08-03T04:58:32.529Z | test tests/fail/bad_trait_endpoint18.rs ... ok |
| 1854 | 2026-08-03T04:58:32.529Z | test tests/fail/bad_trait_endpoint19.rs ... ok |
| 1855 | 2026-08-03T04:58:32.529Z | test tests/fail/bad_trait_endpoint2.rs ... ok |
| 1856 | 2026-08-03T04:58:32.529Z | test tests/fail/bad_trait_endpoint20.rs ... ok |
| 1857 | 2026-08-03T04:58:32.529Z | test tests/fail/bad_trait_endpoint21.rs ... ok |
| 1858 | 2026-08-03T04:58:32.529Z | test tests/fail/bad_trait_endpoint22.rs ... ok |
| 1859 | 2026-08-03T04:58:32.529Z | test tests/fail/bad_trait_endpoint23.rs ... ok |
| 1860 | 2026-08-03T04:58:32.529Z | test tests/fail/bad_trait_endpoint24.rs ... ok |
| 1861 | 2026-08-03T04:58:32.529Z | test tests/fail/bad_trait_endpoint25.rs ... ok |
| 1862 | 2026-08-03T04:58:32.529Z | test tests/fail/bad_trait_endpoint26.rs ... ok |
| 1863 | 2026-08-03T04:58:32.529Z | test tests/fail/bad_trait_endpoint27.rs ... ok |
| 1864 | 2026-08-03T04:58:32.529Z | test tests/fail/bad_trait_endpoint28.rs ... ok |
| 1865 | 2026-08-03T04:58:32.529Z | test tests/fail/bad_trait_endpoint3.rs ... ok |
| 1866 | 2026-08-03T04:58:32.529Z | test tests/fail/bad_trait_endpoint4.rs ... ok |
| 1867 | 2026-08-03T04:58:32.529Z | test tests/fail/bad_trait_endpoint5.rs ... ok |
| 1868 | 2026-08-03T04:58:32.529Z | test tests/fail/bad_trait_endpoint6.rs ... ok |
| 1869 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_endpoint7.rs ... ok |
| 1870 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_endpoint8.rs ... ok |
| 1871 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_endpoint9.rs ... ok |
| 1872 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_endpoint_error.rs ... ok |
| 1873 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only1.rs ... ok |
| 1874 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only10.rs ... ok |
| 1875 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only11.rs ... ok |
| 1876 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only12.rs ... ok |
| 1877 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only13.rs ... ok |
| 1878 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only14.rs ... ok |
| 1879 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only15.rs ... ok |
| 1880 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only16.rs ... ok |
| 1881 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only17.rs ... ok |
| 1882 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only18.rs ... ok |
| 1883 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only19.rs ... ok |
| 1884 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only2.rs ... ok |
| 1885 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only20.rs ... ok |
| 1886 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only21.rs ... ok |
| 1887 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only22.rs ... ok |
| 1888 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only3.rs ... ok |
| 1889 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only4.rs ... ok |
| 1890 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only5.rs ... ok |
| 1891 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only6.rs ... ok |
| 1892 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only7.rs ... ok |
| 1893 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only8.rs ... ok |
| 1894 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_trait_only9.rs ... ok |
| 1895 | 2026-08-03T04:58:32.535Z | test tests/fail/bad_version_backwards.rs ... ok |
| 1896 | 2026-08-03T04:58:32.535Z | test tests/fail/unused_endpoint.rs ... ok |
| 1897 | 2026-08-03T04:58:32.535Z | |
| 1898 | 2026-08-03T04:58:32.536Z | |
| 1899 | 2026-08-03T04:58:32.536Z | test fail ... ok |
| 1900 | 2026-08-03T04:58:32.536Z | |
| 1901 | 2026-08-03T04:58:32.536Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 56.03s |
| 1902 | 2026-08-03T04:58:32.536Z | |
| 1903 | 2026-08-03T04:58:32.536Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-33b561c1229d67c3` |
| 1904 | 2026-08-03T04:58:32.536Z | |
| 1905 | 2026-08-03T04:58:32.536Z | running 100 tests |
| 1906 | 2026-08-03T04:58:32.536Z | test api_trait::test_api_trait_with_disallowed_tags ... ok |
| 1907 | 2026-08-03T04:58:32.536Z | test config::test_config_bad_bind_address_garbage ... ok |
| 1908 | 2026-08-03T04:58:32.536Z | test config::test_config_bad_bind_address_port_too_large ... ok |
| 1909 | 2026-08-03T04:58:32.536Z | test config::test_config_bad_request_body_max_bytes_negative ... ok |
| 1910 | 2026-08-03T04:58:32.536Z | test config::test_config_bad_bind_address_port_too_small ... ok |
| 1911 | 2026-08-03T04:58:32.536Z | test api_trait::test_api_trait_with_empty_tag_config ... ok |
| 1912 | 2026-08-03T04:58:32.536Z | test api_trait::test_api_trait_with_complex_tags ... ok |
| 1913 | 2026-08-03T04:58:32.536Z | test config::test_config_bad_request_body_max_bytes_too_large ... ok |
| 1914 | 2026-08-03T04:58:32.536Z | test config::test_config_deprecated_request_body_max_bytes ... ok |
| 1915 | 2026-08-03T04:58:32.536Z | test config::test_valid_config_all_settings ... ok |
| 1916 | 2026-08-03T04:58:32.536Z | test config::test_valid_config_basic ... ok |
| 1917 | 2026-08-03T04:58:32.536Z | test config::test_valid_config_empty ... ok |
| 1918 | 2026-08-03T04:58:32.536Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-config_bind_address_https_buffer.6324.4.log" |
| 1919 | 2026-08-03T04:58:32.536Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-config_handler_task_mode_detached.6324.5.log" |
| 1920 | 2026-08-03T04:58:32.536Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-config_bind_address_https.6324.3.log" |
| 1921 | 2026-08-03T04:58:32.536Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-api_trait_basic.6324.1.log" |
| 1922 | 2026-08-03T04:58:32.536Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_unversioned_servers_with_versioned_routes.6324.6.log" |
| 1923 | 2026-08-03T04:58:32.536Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-config_bind_address_http.6324.2.log" |
| 1924 | 2026-08-03T04:58:32.536Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-config_handler_task_mode_cancel.6324.0.log" |
| 1925 | 2026-08-03T04:58:32.536Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_enum_extractor_error.6324.7.log" |
| 1926 | 2026-08-03T04:58:32.536Z | test config::test_unversioned_servers_with_versioned_routes ... ok |
| 1927 | 2026-08-03T04:58:32.536Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_enum_user_error.6324.8.log" |
| 1928 | 2026-08-03T04:58:32.536Z | test config::test_config_handler_task_mode_cancel ... ok |
| 1929 | 2026-08-03T04:58:32.536Z | test config::test_config_handler_task_mode_detached ... ok |
| 1930 | 2026-08-03T04:58:32.536Z | test custom_errors::test_enum_user_error ... ok |
| 1931 | 2026-08-03T04:58:32.536Z | test custom_errors::test_enum_extractor_error ... ok |
| 1932 | 2026-08-03T04:58:32.536Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_struct_extractor_error.6324.9.log" |
| 1933 | 2026-08-03T04:58:32.536Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_trait_enum_user_error.6324.11.log" |
| 1934 | 2026-08-03T04:58:32.536Z | test custom_errors::test_trait_based_api ... ok |
| 1935 | 2026-08-03T04:58:32.536Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_struct_user_error.6324.10.log" |
| 1936 | 2026-08-03T04:58:32.536Z | test api_trait::test_api_trait_basic ... ok |
| 1937 | 2026-08-03T04:58:32.536Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_trait_struct_user_error.6324.12.log" |
| 1938 | 2026-08-03T04:58:32.537Z | test config::test_config_bind_address_http ... ok |
| 1939 | 2026-08-03T04:58:32.537Z | test custom_errors::test_struct_extractor_error ... ok |
| 1940 | 2026-08-03T04:58:32.537Z | test custom_errors::test_struct_user_error ... ok |
| 1941 | 2026-08-03T04:58:32.537Z | test custom_errors::test_trait_enum_user_error ... ok |
| 1942 | 2026-08-03T04:58:32.537Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_302_bogus.6324.13.log" |
| 1943 | 2026-08-03T04:58:32.537Z | test custom_errors::test_trait_struct_user_error ... ok |
| 1944 | 2026-08-03T04:58:32.537Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_302_found.6324.14.log" |
| 1945 | 2026-08-03T04:58:32.537Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_307_temporary_redirect.6324.15.log" |
| 1946 | 2026-08-03T04:58:32.537Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_delete_request.6324.17.log" |
| 1947 | 2026-08-03T04:58:32.537Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_303_see_other.6324.16.log" |
| 1948 | 2026-08-03T04:58:32.537Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-demo1.6324.18.log" |
| 1949 | 2026-08-03T04:58:32.537Z | test demo::test_302_bogus ... ok |
| 1950 | 2026-08-03T04:58:32.537Z | test demo::test_307_temporary_redirect ... ok |
| 1951 | 2026-08-03T04:58:32.537Z | test demo::test_302_found ... ok |
| 1952 | 2026-08-03T04:58:32.537Z | test demo::test_delete_request ... ok |
| 1953 | 2026-08-03T04:58:32.537Z | test demo::test_303_see_other ... ok |
| 1954 | 2026-08-03T04:58:32.537Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-demo2query.6324.21.log" |
| 1955 | 2026-08-03T04:58:32.537Z | test demo::test_demo1 ... ok |
| 1956 | 2026-08-03T04:58:32.537Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-demo2json.6324.19.log" |
| 1957 | 2026-08-03T04:58:32.537Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-demo2urlencoded.6324.20.log" |
| 1958 | 2026-08-03T04:58:32.537Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-demo3json.6324.22.log" |
| 1959 | 2026-08-03T04:58:32.537Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-demo_path_param_u32.6324.24.log" |
| 1960 | 2026-08-03T04:58:32.537Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-demo_path_param_string.6324.23.log" |
| 1961 | 2026-08-03T04:58:32.541Z | test demo::test_demo_path_param_u32 ... ok |
| 1962 | 2026-08-03T04:58:32.541Z | test demo::test_demo2query ... ok |
| 1963 | 2026-08-03T04:58:32.541Z | test demo::test_demo2urlencoded ... ok |
| 1964 | 2026-08-03T04:58:32.541Z | test demo::test_demo3json ... ok |
| 1965 | 2026-08-03T04:58:32.541Z | test demo::test_demo2json ... ok |
| 1966 | 2026-08-03T04:58:32.541Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-demo_path_param_uuid.6324.25.log" |
| 1967 | 2026-08-03T04:58:32.541Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_head_request.6324.26.log" |
| 1968 | 2026-08-03T04:58:32.541Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-demo_websocket.6324.27.log" |
| 1969 | 2026-08-03T04:58:32.541Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_header_request.6324.28.log" |
| 1970 | 2026-08-03T04:58:32.541Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_large_typed_body.6324.29.log" |
| 1971 | 2026-08-03T04:58:32.541Z | test demo::test_header_request ... ok |
| 1972 | 2026-08-03T04:58:32.541Z | test demo::test_head_request ... ok |
| 1973 | 2026-08-03T04:58:32.541Z | test demo::test_demo_path_param_uuid ... ok |
| 1974 | 2026-08-03T04:58:32.541Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_request_compat.6324.31.log" |
| 1975 | 2026-08-03T04:58:32.541Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-tet_raw_request.6324.30.log" |
| 1976 | 2026-08-03T04:58:32.541Z | test demo::test_demo_path_param_string ... ok |
| 1977 | 2026-08-03T04:58:32.541Z | test demo::test_demo_websocket ... ok |
| 1978 | 2026-08-03T04:58:32.541Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_request_remote_addr.6324.32.log" |
| 1979 | 2026-08-03T04:58:32.541Z | test demo::test_large_typed_body ... ok |
| 1980 | 2026-08-03T04:58:32.541Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_streaming_body.6324.33.log" |
| 1981 | 2026-08-03T04:58:32.541Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_untyped_body.6324.34.log" |
| 1982 | 2026-08-03T04:58:32.541Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-graceful_shutdown_with_detached_handler.6324.35.log" |
| 1983 | 2026-08-03T04:58:32.542Z | test demo::test_request_compat ... ok |
| 1984 | 2026-08-03T04:58:32.542Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-compression_config_disabled.6324.36.log" |
| 1985 | 2026-08-03T04:58:32.542Z | test demo::test_raw_request ... ok |
| 1986 | 2026-08-03T04:58:32.542Z | test demo::test_request_remote_addr ... ok |
| 1987 | 2026-08-03T04:58:32.542Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-compression_config_enabled.6324.37.log" |
| 1988 | 2026-08-03T04:58:32.542Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-compression_disabled_extension.6324.38.log" |
| 1989 | 2026-08-03T04:58:32.542Z | test demo::test_streaming_body ... ok |
| 1990 | 2026-08-03T04:58:32.542Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-gzip_compression_multiple_encodings.6324.39.log" |
| 1991 | 2026-08-03T04:58:32.542Z | test demo::test_untyped_body ... ok |
| 1992 | 2026-08-03T04:58:32.542Z | test gzip::test_compression_disabled_with_extension ... ok |
| 1993 | 2026-08-03T04:58:32.542Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-gzip_compression_accept_encoding.6324.40.log" |
| 1994 | 2026-08-03T04:58:32.542Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-json_suffix_compressed.6324.41.log" |
| 1995 | 2026-08-03T04:58:32.545Z | test gzip::test_json_suffix_is_compressed ... ok |
| 1996 | 2026-08-03T04:58:32.545Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-no_compression_small_response.6324.42.log" |
| 1997 | 2026-08-03T04:58:32.545Z | test gzip::test_no_compression_below_size_threshold ... ok |
| 1998 | 2026-08-03T04:58:32.545Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-no_compression_204.6324.43.log" |
| 1999 | 2026-08-03T04:58:32.545Z | test gzip::test_no_compression_for_204_no_content ... ok |
| 2000 | 2026-08-03T04:58:32.545Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-no_compression_304.6324.44.log" |
| 2001 | 2026-08-03T04:58:32.545Z | test gzip::test_no_compression_for_304_not_modified ... ok |
| 2002 | 2026-08-03T04:58:32.545Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-no_compression_non_compressible.6324.45.log" |
| 2003 | 2026-08-03T04:58:32.545Z | test gzip::test_no_compression_for_non_compressible_content_types ... ok |
| 2004 | 2026-08-03T04:58:32.545Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-no_gzip_without_accept.6324.46.log" |
| 2005 | 2026-08-03T04:58:32.549Z | test gzip::test_compression_config_disabled ... ok |
| 2006 | 2026-08-03T04:58:32.553Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-reject_gzip_quality_zero.6324.47.log" |
| 2007 | 2026-08-03T04:58:32.556Z | test gzip::test_no_gzip_without_accept_encoding ... ok |
| 2008 | 2026-08-03T04:58:32.559Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-streaming_with_content_type_compressed.6324.48.log" |
| 2009 | 2026-08-03T04:58:32.559Z | test gzip::test_compression_config_enabled ... ok |
| 2010 | 2026-08-03T04:58:32.559Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-streaming_missing_content_type.6324.49.log" |
| 2011 | 2026-08-03T04:58:32.559Z | test gzip::test_gzip_compression_accepts_multiple_encodings ... ok |
| 2012 | 2026-08-03T04:58:32.559Z | test config::test_config_bind_address_https ... ok |
| 2013 | 2026-08-03T04:58:32.559Z | test config::test_config_bind_address_https_buffer ... ok |
| 2014 | 2026-08-03T04:58:32.559Z | test gzip::test_streaming_with_content_type_is_compressed ... ok |
| 2015 | 2026-08-03T04:58:32.559Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-vary_header_set.6324.50.log" |
| 2016 | 2026-08-03T04:58:32.559Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-vary_header_no_gzip.6324.51.log" |
| 2017 | 2026-08-03T04:58:32.559Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-xml_suffix_compressed.6324.53.log" |
| 2018 | 2026-08-03T04:58:32.559Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-multipart_client.6324.52.log" |
| 2019 | 2026-08-03T04:58:32.559Z | test gzip::test_streaming_without_content_type_skips_compression ... ok |
| 2020 | 2026-08-03T04:58:32.559Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-multipart_client.6324.54.log" |
| 2021 | 2026-08-03T04:58:32.559Z | test gzip::test_xml_suffix_is_compressed ... ok |
| 2022 | 2026-08-03T04:58:32.559Z | test multipart::missing_boundary ... ok |
| 2023 | 2026-08-03T04:58:32.559Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-multipart_client.6324.55.log" |
| 2024 | 2026-08-03T04:58:32.559Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-multipart_client.6324.56.log" |
| 2025 | 2026-08-03T04:58:32.559Z | test multipart::no_content_type ... ok |
| 2026 | 2026-08-03T04:58:32.562Z | test multipart::weird_content_type ... ok |
| 2027 | 2026-08-03T04:58:32.563Z | test multipart::test_multipart_client ... ok |
| 2028 | 2026-08-03T04:58:32.563Z | test openapi::test_openapi_custom_error_types ... ok |
| 2029 | 2026-08-03T04:58:32.563Z | test openapi::test_openapi_custom_error_types_trait_based ... ok |
| 2030 | 2026-08-03T04:58:32.563Z | test gzip::test_reject_gzip_with_quality_zero ... ok |
| 2031 | 2026-08-03T04:58:32.563Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-pagination-basic.6324.57.log" |
| 2032 | 2026-08-03T04:58:32.563Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-pagination-multiple-resources.6324.58.log" |
| 2033 | 2026-08-03T04:58:32.563Z | test openapi::test_openapi ... ok |
| 2034 | 2026-08-03T04:58:32.563Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-pagination-multiple-sorts.6324.59.log" |
| 2035 | 2026-08-03T04:58:32.582Z | test openapi::test_openapi_fuller ... ok |
| 2036 | 2026-08-03T04:58:32.585Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-basic.6324.60.log" |
| 2037 | 2026-08-03T04:58:32.588Z | test gzip::test_vary_header_on_non_gzip_requests ... ok |
| 2038 | 2026-08-03T04:58:32.588Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-dictionary.6324.61.log" |
| 2039 | 2026-08-03T04:58:32.588Z | test gzip::test_gzip_compression_with_accept_encoding ... ok |
| 2040 | 2026-08-03T04:58:32.588Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-empty.6324.62.log" |
| 2041 | 2026-08-03T04:58:32.591Z | test pagination::test_paginate_empty ... ok |
| 2042 | 2026-08-03T04:58:32.591Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-errors.6324.63.log" |
| 2043 | 2026-08-03T04:58:32.591Z | test gzip::test_vary_header_is_set ... ok |
| 2044 | 2026-08-03T04:58:32.591Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-extra_params.6324.64.log" |
| 2045 | 2026-08-03T04:58:32.591Z | test pagination::test_paginate_errors ... ok |
| 2046 | 2026-08-03T04:58:32.594Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-required_params.6324.65.log" |
| 2047 | 2026-08-03T04:58:32.594Z | test pagination::test_paginate_extra_params ... ok |
| 2048 | 2026-08-03T04:58:32.594Z | test pagination_schema::test_pagination_schema ... ok |
| 2049 | 2026-08-03T04:58:32.594Z | test path_names::test_path_names ... ok |
| 2050 | 2026-08-03T04:58:32.594Z | test pagination::test_paginate_with_required_params ... ok |
| 2051 | 2026-08-03T04:58:32.594Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_no_tls.6324.66.log" |
| 2052 | 2026-08-03T04:58:32.594Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_with_tls.6324.67.log" |
| 2053 | 2026-08-03T04:58:32.594Z | test starter::test_no_tls ... ok |
| 2054 | 2026-08-03T04:58:32.594Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-non_streaming_servers_do_not_use_transfer_encoding.6324.68.log" |
| 2055 | 2026-08-03T04:58:32.598Z | test streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok |
| 2056 | 2026-08-03T04:58:32.598Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-streaming_server_buffered_client.6324.69.log" |
| 2057 | 2026-08-03T04:58:32.603Z | test streaming::test_streaming_server_buffered_client ... ok |
| 2058 | 2026-08-03T04:58:32.606Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-streaming_server_streaming_client.6324.70.log" |
| 2059 | 2026-08-03T04:58:32.610Z | test streaming::test_streaming_server_streaming_client ... ok |
| 2060 | 2026-08-03T04:58:32.613Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_server_is_http.6324.71.log" |
| 2061 | 2026-08-03T04:58:32.613Z | test pagination::test_paginate_basic ... ok |
| 2062 | 2026-08-03T04:58:32.613Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_server_is_https.6324.72.log" |
| 2063 | 2026-08-03T04:58:32.613Z | test tls::test_server_is_http ... ok |
| 2064 | 2026-08-03T04:58:32.613Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_tls_aborted_negotiation.6324.73.log" |
| 2065 | 2026-08-03T04:58:32.900Z | test starter::test_with_tls ... ok |
| 2066 | 2026-08-03T04:58:32.903Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_tls_certificate_loading.6324.74.log" |
| 2067 | 2026-08-03T04:58:32.914Z | test tls::test_server_is_https ... ok |
| 2068 | 2026-08-03T04:58:32.917Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_tls_only.6324.75.log" |
| 2069 | 2026-08-03T04:58:33.141Z | test pagination::test_paginate_dictionary ... ok |
| 2070 | 2026-08-03T04:58:33.144Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_tls_refresh_certificates.6324.76.log" |
| 2071 | 2026-08-03T04:58:33.204Z | test tls::test_tls_certificate_loading ... ok |
| 2072 | 2026-08-03T04:58:33.207Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_versions.6324.77.log" |
| 2073 | 2026-08-03T04:58:33.218Z | test tls::test_tls_aborted_negotiation ... ok |
| 2074 | 2026-08-03T04:58:33.221Z | note: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_versions_on_missing.6324.78.log" |
| 2075 | 2026-08-03T04:58:33.332Z | test versions::test_versions_on_missing ... ok |
| 2076 | 2026-08-03T04:58:33.335Z | test versions::test_versions_openapi ... ok |
| 2077 | 2026-08-03T04:58:33.335Z | test versions::test_versions_openapi_same_names ... ok |
| 2078 | 2026-08-03T04:58:33.338Z | test versions::test_versions ... ok |
| 2079 | 2026-08-03T04:58:33.520Z | test tls::test_tls_only ... ok |
| 2080 | 2026-08-03T04:58:33.752Z | test tls::test_tls_refresh_certificates ... ok |
| 2081 | 2026-08-03T04:58:33.982Z | test pagination::test_example_basic ... ok |
| 2082 | 2026-08-03T04:58:34.184Z | test pagination::test_example_multiple_sorts ... ok |
| 2083 | 2026-08-03T04:58:34.280Z | test pagination::test_example_multiple_resources ... ok |
| 2084 | 2026-08-03T04:58:34.540Z | test detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok |
| 2085 | 2026-08-03T04:58:34.540Z | |
| 2086 | 2026-08-03T04:58:34.540Z | test result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.02s |
| 2087 | 2026-08-03T04:58:34.540Z | |
| 2088 | 2026-08-03T04:58:34.548Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-1a209a98fda6755e` |
| 2089 | 2026-08-03T04:58:34.557Z | |
| 2090 | 2026-08-03T04:58:34.557Z | running 35 tests |
| 2091 | 2026-08-03T04:58:34.564Z | test channel::tests::test_channel_operation_id ... ok |
| 2092 | 2026-08-03T04:58:34.567Z | test channel::tests::test_channel_with_versions ... ok |
| 2093 | 2026-08-03T04:58:34.567Z | test channel::tests::test_channel_with_unnamed_params ... ok |
| 2094 | 2026-08-03T04:58:34.568Z | test endpoint::tests::test_endpoint_bad_metadata ... ok |
| 2095 | 2026-08-03T04:58:34.568Z | test api_trait::tests::test_api_trait_no_endpoints ... ok |
| 2096 | 2026-08-03T04:58:34.568Z | test endpoint::tests::test_endpoint_bad_string ... ok |
| 2097 | 2026-08-03T04:58:34.568Z | test endpoint::tests::test_endpoint_bad_context_receiver ... ok |
| 2098 | 2026-08-03T04:58:34.568Z | test doc::tests::test_extract_summary_description ... ok |
| 2099 | 2026-08-03T04:58:34.568Z | test channel::tests::test_channel_with_custom_params ... ok |
| 2100 | 2026-08-03T04:58:34.568Z | test endpoint::tests::test_endpoint_invalid_item ... ok |
| 2101 | 2026-08-03T04:58:34.568Z | test endpoint::tests::test_endpoint_bad_versions ... ok |
| 2102 | 2026-08-03T04:58:34.568Z | test endpoint::tests::test_endpoint_no_arguments ... ok |
| 2103 | 2026-08-03T04:58:34.568Z | test endpoint::tests::test_endpoint_not_async ... ok |
| 2104 | 2026-08-03T04:58:34.568Z | test endpoint::tests::test_endpoint_basic ... ok |
| 2105 | 2026-08-03T04:58:34.568Z | test api_trait::tests::test_api_trait_operation_id ... ok |
| 2106 | 2026-08-03T04:58:34.568Z | test api_trait::tests::test_api_trait_basic ... ok |
| 2107 | 2026-08-03T04:58:34.568Z | test endpoint::tests::test_endpoint_content_type ... ok |
| 2108 | 2026-08-03T04:58:34.568Z | test endpoint::tests::test_endpoint_context_fully_qualified_names ... ok |
| 2109 | 2026-08-03T04:58:34.568Z | test endpoint::tests::test_endpoint_pub_crate ... ok |
| 2110 | 2026-08-03T04:58:34.568Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok |
| 2111 | 2026-08-03T04:58:34.568Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok |
| 2112 | 2026-08-03T04:58:34.568Z | test api_trait::tests::test_api_trait_with_custom_params ... ok |
| 2113 | 2026-08-03T04:58:34.568Z | test endpoint::tests::test_endpoint_with_doc ... ok |
| 2114 | 2026-08-03T04:58:34.568Z | test endpoint::tests::test_endpoint_with_empty_where_clause ... ok |
| 2115 | 2026-08-03T04:58:34.568Z | test endpoint::tests::test_endpoint_with_query ... ok |
| 2116 | 2026-08-03T04:58:34.568Z | test endpoint::tests::test_endpoint_with_tags ... ok |
| 2117 | 2026-08-03T04:58:34.568Z | test params::tests::test_extract_rqctx_ty_param ... ok |
| 2118 | 2026-08-03T04:58:34.572Z | test syn_parsing::tests::test_busted_function ... ok |
| 2119 | 2026-08-03T04:58:34.572Z | test endpoint::tests::test_endpoint_with_versions_all ... ok |
| 2120 | 2026-08-03T04:58:34.572Z | test endpoint::tests::test_endpoint_with_unnamed_params ... ok |
| 2121 | 2026-08-03T04:58:34.572Z | test endpoint::tests::test_endpoint_with_custom_params ... ok |
| 2122 | 2026-08-03T04:58:34.572Z | test endpoint::tests::test_operation_id ... ok |
| 2123 | 2026-08-03T04:58:34.572Z | test endpoint::tests::test_endpoint_with_versions_until ... ok |
| 2124 | 2026-08-03T04:58:34.572Z | test endpoint::tests::test_endpoint_with_versions_from ... ok |
| 2125 | 2026-08-03T04:58:34.572Z | test endpoint::tests::test_endpoint_with_versions_from_until ... ok |
| 2126 | 2026-08-03T04:58:34.572Z | |
| 2127 | 2026-08-03T04:58:34.572Z | test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2128 | 2026-08-03T04:58:34.572Z | |
| 2129 | 2026-08-03T04:58:34.572Z | Doc-tests dropshot |
| 2130 | 2026-08-03T04:58:34.572Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --error-format human` |
| 2131 | 2026-08-03T04:58:35.328Z | |
| 2132 | 2026-08-03T04:58:35.328Z | running 24 tests |
| 2133 | 2026-08-03T04:58:35.331Z | test dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored |
| 2134 | 2026-08-03T04:58:36.627Z | test dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok |
| 2135 | 2026-08-03T04:58:36.627Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored |
| 2136 | 2026-08-03T04:58:36.627Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored |
| 2137 | 2026-08-03T04:58:36.652Z | test dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok |
| 2138 | 2026-08-03T04:58:40.318Z | test dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok |
| 2139 | 2026-08-03T04:58:40.318Z | test dropshot/src/lib.rs - (line 337) ... ignored |
| 2140 | 2026-08-03T04:58:40.383Z | test dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok |
| 2141 | 2026-08-03T04:58:40.449Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok |
| 2142 | 2026-08-03T04:58:40.449Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok |
| 2143 | 2026-08-03T04:58:40.555Z | test dropshot/src/lib.rs - (line 46) - compile ... ok |
| 2144 | 2026-08-03T04:58:40.631Z | test dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok |
| 2145 | 2026-08-03T04:58:40.706Z | test dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok |
| 2146 | 2026-08-03T04:58:40.706Z | test dropshot/src/lib.rs - channel (line 1187) ... ignored |
| 2147 | 2026-08-03T04:58:40.706Z | test dropshot/src/lib.rs - endpoint (line 1232) ... ignored |
| 2148 | 2026-08-03T04:58:41.637Z | test dropshot/src/lib.rs - (line 401) ... ok |
| 2149 | 2026-08-03T04:58:41.816Z | test dropshot/src/lib.rs - (line 664) ... ok |
| 2150 | 2026-08-03T04:58:41.825Z | test dropshot/src/lib.rs - api_description (line 1052) ... ok |
| 2151 | 2026-08-03T04:58:41.907Z | test dropshot/src/lib.rs - api_description (line 1113) ... ok |
| 2152 | 2026-08-03T04:58:42.137Z | test dropshot/src/lib.rs - (line 113) ... ok |
| 2153 | 2026-08-03T04:58:42.170Z | test dropshot/src/lib.rs - (line 192) ... ok |
| 2154 | 2026-08-03T04:58:42.815Z | test dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok |
| 2155 | 2026-08-03T04:58:45.100Z | test dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok |
| 2156 | 2026-08-03T04:58:45.737Z | test dropshot/src/lib.rs - (line 500) ... ok |
| 2157 | 2026-08-03T04:58:45.737Z | |
| 2158 | 2026-08-03T04:58:45.737Z | test result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 10.41s |
| 2159 | 2026-08-03T04:58:45.737Z | |
| 2160 | 2026-08-03T04:58:45.741Z | all doctests ran in 10.84s; merged doctests compilation took 0.43s |
| 2161 | 2026-08-03T04:58:45.762Z | Doc-tests dropshot_endpoint |
| 2162 | 2026-08-03T04:58:45.765Z | Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-15cf12a6d47fd2b9.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d187858cf3fa2474.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-a7d09938e1b004dd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-06cdd5ecbfb6dc73.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-af1a38aada65d234.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human` |
| 2163 | 2026-08-03T04:58:45.894Z | |
| 2164 | 2026-08-03T04:58:45.894Z | running 0 tests |
| 2165 | 2026-08-03T04:58:45.894Z | |
| 2166 | 2026-08-03T04:58:45.894Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2167 | 2026-08-03T04:58:45.894Z | |
| 2168 | 2026-08-03T04:58:45.927Z | |
| 2169 | 2026-08-03T04:58:45.928Z | real 1:58.723532080 |
| 2170 | 2026-08-03T04:58:45.928Z | user 9:03.618664371 |
| 2171 | 2026-08-03T04:58:45.928Z | sys 2:00.194107916 |
| 2172 | 2026-08-03T04:58:45.928Z | trap 0.371787380 |
| 2173 | 2026-08-03T04:58:45.928Z | tflt 0.246412643 |
| 2174 | 2026-08-03T04:58:45.928Z | dflt 0.202081363 |
| 2175 | 2026-08-03T04:58:45.928Z | kflt 0.000235452 |
| 2176 | 2026-08-03T04:58:45.928Z | lock 39:57.946689101 |
| 2177 | 2026-08-03T04:58:45.928Z | slp 39:49.712170720 |
| 2178 | 2026-08-03T04:58:45.931Z | lat 26.259303988 |
| 2179 | 2026-08-03T04:58:45.931Z | stop 1:12.444583640 |
| 2180 | 2026-08-03T04:58:45.931Z | + banner docs |
| 2181 | 2026-08-03T04:58:45.931Z | |
| 2182 | 2026-08-03T04:58:45.931Z | ##### #### #### #### |
| 2183 | 2026-08-03T04:58:45.931Z | # # # # # # # |
| 2184 | 2026-08-03T04:58:45.931Z | # # # # # #### |
| 2185 | 2026-08-03T04:58:45.931Z | # # # # # # |
| 2186 | 2026-08-03T04:58:45.931Z | # # # # # # # # |
| 2187 | 2026-08-03T04:58:45.931Z | ##### #### #### #### |
| 2188 | 2026-08-03T04:58:45.931Z | |
| 2189 | 2026-08-03T04:58:45.931Z | + ptime -m cargo doc --no-deps --lib --bins --examples |
| 2190 | 2026-08-03T04:58:46.141Z | Compiling proc-macro2 v1.0.107 |
| 2191 | 2026-08-03T04:58:46.141Z | Compiling unicode-ident v1.0.12 |
| 2192 | 2026-08-03T04:58:46.144Z | Checking cfg-if v1.0.0 |
| 2193 | 2026-08-03T04:58:46.145Z | Checking itoa v1.0.1 |
| 2194 | 2026-08-03T04:58:46.145Z | Checking pin-project-lite v0.2.12 |
| 2195 | 2026-08-03T04:58:46.145Z | Compiling quote v1.0.47 |
| 2196 | 2026-08-03T04:58:46.145Z | Checking libc v0.2.189 |
| 2197 | 2026-08-03T04:58:46.180Z | Checking serde_core v1.0.229 |
| 2198 | 2026-08-03T04:58:46.215Z | Checking futures-core v0.3.33 |
| 2199 | 2026-08-03T04:58:46.236Z | Checking smallvec v1.13.2 |
| 2200 | 2026-08-03T04:58:46.256Z | Checking bytes v1.12.1 |
| 2201 | 2026-08-03T04:58:46.286Z | Checking memchr v2.6.0 |
| 2202 | 2026-08-03T04:58:46.325Z | Checking once_cell v1.20.1 |
| 2203 | 2026-08-03T04:58:46.410Z | Checking futures-sink v0.3.33 |
| 2204 | 2026-08-03T04:58:46.488Z | Checking scopeguard v1.2.0 |
| 2205 | 2026-08-03T04:58:46.499Z | Checking slab v0.4.9 |
| 2206 | 2026-08-03T04:58:46.585Z | Checking lock_api v0.4.6 |
| 2207 | 2026-08-03T04:58:46.612Z | Checking parking_lot_core v0.9.4 |
| 2208 | 2026-08-03T04:58:46.645Z | Checking socket2 v0.6.3 |
| 2209 | 2026-08-03T04:58:46.673Z | Checking mio v1.2.0 |
| 2210 | 2026-08-03T04:58:46.677Z | Checking signal-hook-registry v1.4.0 |
| 2211 | 2026-08-03T04:58:46.764Z | Compiling jobserver v0.1.34 |
| 2212 | 2026-08-03T04:58:46.771Z | Checking http v1.4.2 |
| 2213 | 2026-08-03T04:58:46.795Z | Checking parking_lot v0.12.1 |
| 2214 | 2026-08-03T04:58:46.819Z | Checking futures-channel v0.3.33 |
| 2215 | 2026-08-03T04:58:46.955Z | Checking zeroize v1.8.2 |
| 2216 | 2026-08-03T04:58:46.987Z | Compiling cc v1.2.60 |
| 2217 | 2026-08-03T04:58:47.018Z | Checking stable_deref_trait v1.2.0 |
| 2218 | 2026-08-03T04:58:47.055Z | Compiling syn v2.0.118 |
| 2219 | 2026-08-03T04:58:47.086Z | Compiling syn v3.0.3 |
| 2220 | 2026-08-03T04:58:47.092Z | Checking log v0.4.17 |
| 2221 | 2026-08-03T04:58:47.104Z | Checking rand_core v0.10.1 |
| 2222 | 2026-08-03T04:58:47.136Z | Checking futures-io v0.3.33 |
| 2223 | 2026-08-03T04:58:47.230Z | Checking futures-task v0.3.33 |
| 2224 | 2026-08-03T04:58:47.238Z | Checking rustls-pki-types v1.15.1 |
| 2225 | 2026-08-03T04:58:47.246Z | Checking getrandom v0.4.1 |
| 2226 | 2026-08-03T04:58:47.345Z | Checking typenum v1.19.0 |
| 2227 | 2026-08-03T04:58:47.366Z | Checking zmij v1.0.2 |
| 2228 | 2026-08-03T04:58:47.384Z | Checking httparse v1.10.0 |
| 2229 | 2026-08-03T04:58:47.498Z | Checking writeable v0.5.5 |
| 2230 | 2026-08-03T04:58:47.528Z | Checking hashbrown v0.17.0 |
| 2231 | 2026-08-03T04:58:47.592Z | Compiling num-conv v0.2.0 |
| 2232 | 2026-08-03T04:58:47.674Z | Checking powerfmt v0.2.0 |
| 2233 | 2026-08-03T04:58:47.717Z | Compiling cmake v0.1.58 |
| 2234 | 2026-08-03T04:58:47.758Z | Compiling time-core v0.1.8 |
| 2235 | 2026-08-03T04:58:47.819Z | Checking equivalent v1.0.0 |
| 2236 | 2026-08-03T04:58:47.898Z | Checking litemap v0.7.4 |
| 2237 | 2026-08-03T04:58:47.905Z | Compiling time-macros v0.2.27 |
| 2238 | 2026-08-03T04:58:48.014Z | Checking indexmap v2.14.0 |
| 2239 | 2026-08-03T04:58:48.038Z | Checking hybrid-array v0.4.8 |
| 2240 | 2026-08-03T04:58:48.055Z | Checking deranged v0.5.5 |
| 2241 | 2026-08-03T04:58:48.084Z | Checking serde_json v1.0.151 |
| 2242 | 2026-08-03T04:58:48.277Z | Compiling aws-lc-sys v0.40.0 |
| 2243 | 2026-08-03T04:58:48.480Z | Checking crossbeam-utils v0.8.21 |
| 2244 | 2026-08-03T04:58:48.580Z | Checking http-body v1.0.1 |
| 2245 | 2026-08-03T04:58:48.696Z | Checking tracing-core v0.1.32 |
| 2246 | 2026-08-03T04:58:48.825Z | Checking untrusted v0.9.0 |
| 2247 | 2026-08-03T04:58:48.841Z | Checking atomic-waker v1.1.2 |
| 2248 | 2026-08-03T04:58:48.928Z | Checking num_threads v0.1.3 |
| 2249 | 2026-08-03T04:58:48.935Z | Checking percent-encoding v2.3.2 |
| 2250 | 2026-08-03T04:58:49.002Z | Checking tracing v0.1.40 |
| 2251 | 2026-08-03T04:58:49.008Z | Checking try-lock v0.2.3 |
| 2252 | 2026-08-03T04:58:49.022Z | Checking tower-layer v0.3.3 |
| 2253 | 2026-08-03T04:58:49.029Z | Checking time v0.3.47 |
| 2254 | 2026-08-03T04:58:49.071Z | Checking icu_locid_transform_data v1.5.0 |
| 2255 | 2026-08-03T04:58:49.093Z | Checking cpufeatures v0.3.0 |
| 2256 | 2026-08-03T04:58:49.135Z | Checking tower-service v0.3.3 |
| 2257 | 2026-08-03T04:58:49.154Z | Checking fnv v1.0.7 |
| 2258 | 2026-08-03T04:58:49.166Z | Checking subtle v2.5.0 |
| 2259 | 2026-08-03T04:58:49.171Z | Checking base64 v0.22.1 |
| 2260 | 2026-08-03T04:58:49.219Z | Checking bitflags v2.11.0 |
| 2261 | 2026-08-03T04:58:49.240Z | Checking want v0.3.0 |
| 2262 | 2026-08-03T04:58:49.290Z | Checking block-buffer v0.12.0 |
| 2263 | 2026-08-03T04:58:49.361Z | Checking crypto-common v0.2.1 |
| 2264 | 2026-08-03T04:58:49.375Z | Checking simd-adler32 v0.3.7 |
| 2265 | 2026-08-03T04:58:49.396Z | Checking icu_properties_data v1.5.0 |
| 2266 | 2026-08-03T04:58:49.424Z | Checking httpdate v1.0.1 |
| 2267 | 2026-08-03T04:58:49.512Z | Checking adler2 v2.0.1 |
| 2268 | 2026-08-03T04:58:49.522Z | Checking const-oid v0.10.2 |
| 2269 | 2026-08-03T04:58:49.564Z | Checking num-traits v0.2.14 |
| 2270 | 2026-08-03T04:58:49.615Z | Checking miniz_oxide v0.8.9 |
| 2271 | 2026-08-03T04:58:49.674Z | Checking crc32fast v1.5.0 |
| 2272 | 2026-08-03T04:58:49.815Z | Checking form_urlencoded v1.2.2 |
| 2273 | 2026-08-03T04:58:49.851Z | Compiling synstructure v0.13.1 |
| 2274 | 2026-08-03T04:58:49.872Z | Checking digest v0.11.2 |
| 2275 | 2026-08-03T04:58:49.935Z | Checking errno v0.3.10 |
| 2276 | 2026-08-03T04:58:49.951Z | Checking icu_normalizer_data v1.5.0 |
| 2277 | 2026-08-03T04:58:49.999Z | Checking iana-time-zone v0.1.47 |
| 2278 | 2026-08-03T04:58:50.014Z | Checking utf8_iter v1.0.4 |
| 2279 | 2026-08-03T04:58:50.020Z | Checking ipnet v2.10.0 |
| 2280 | 2026-08-03T04:58:50.046Z | Checking mime v0.3.16 |
| 2281 | 2026-08-03T04:58:50.098Z | Checking winnow v1.0.0 |
| 2282 | 2026-08-03T04:58:50.132Z | Checking utf16_iter v1.0.5 |
| 2283 | 2026-08-03T04:58:50.213Z | Checking write16 v1.0.0 |
| 2284 | 2026-08-03T04:58:50.230Z | Checking sha1 v0.11.0 |
| 2285 | 2026-08-03T04:58:50.237Z | Checking flate2 v1.1.9 |
| 2286 | 2026-08-03T04:58:50.297Z | Compiling serde_derive_internals v0.29.0 |
| 2287 | 2026-08-03T04:58:50.337Z | Checking serde_spanned v1.1.1 |
| 2288 | 2026-08-03T04:58:50.383Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2289 | 2026-08-03T04:58:50.396Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2290 | 2026-08-03T04:58:50.459Z | Checking thread_local v1.1.4 |
| 2291 | 2026-08-03T04:58:50.524Z | Checking encoding_rs v0.8.32 |
| 2292 | 2026-08-03T04:58:50.588Z | Checking compression-core v0.4.32 |
| 2293 | 2026-08-03T04:58:50.621Z | Checking openssl-probe v0.2.1 |
| 2294 | 2026-08-03T04:58:50.709Z | Checking match_cfg v0.1.0 |
| 2295 | 2026-08-03T04:58:50.715Z | Checking toml_writer v1.1.2+spec-1.1.0 |
| 2296 | 2026-08-03T04:58:50.723Z | Checking rustls-native-certs v0.8.3 |
| 2297 | 2026-08-03T04:58:50.770Z | Checking hostname v0.3.1 |
| 2298 | 2026-08-03T04:58:50.840Z | Checking compression-codecs v0.4.38 |
| 2299 | 2026-08-03T04:58:50.862Z | Checking rustix v1.1.4 |
| 2300 | 2026-08-03T04:58:50.883Z | Checking toml v1.1.3+spec-1.1.0 |
| 2301 | 2026-08-03T04:58:50.977Z | Compiling serde_derive v1.0.229 |
| 2302 | 2026-08-03T04:58:51.004Z | Compiling thiserror-impl v2.0.19 |
| 2303 | 2026-08-03T04:58:51.036Z | Checking ryu v1.0.5 |
| 2304 | 2026-08-03T04:58:51.074Z | Compiling tokio-macros v2.7.0 |
| 2305 | 2026-08-03T04:58:51.166Z | Compiling zerofrom-derive v0.1.5 |
| 2306 | 2026-08-03T04:58:51.455Z | Compiling yoke-derive v0.7.5 |
| 2307 | 2026-08-03T04:58:51.462Z | Compiling zerovec-derive v0.10.3 |
| 2308 | 2026-08-03T04:58:51.483Z | Compiling futures-macro v0.3.33 |
| 2309 | 2026-08-03T04:58:51.818Z | Checking tokio v1.53.1 |
| 2310 | 2026-08-03T04:58:52.243Z | Compiling displaydoc v0.2.5 |
| 2311 | 2026-08-03T04:58:52.336Z | Checking futures-util v0.3.33 |
| 2312 | 2026-08-03T04:58:52.431Z | Checking zerofrom v0.1.5 |
| 2313 | 2026-08-03T04:58:52.500Z | Compiling icu_provider_macros v1.5.0 |
| 2314 | 2026-08-03T04:58:52.516Z | Checking thiserror v2.0.19 |
| 2315 | 2026-08-03T04:58:52.548Z | Checking yoke v0.7.5 |
| 2316 | 2026-08-03T04:58:52.612Z | Compiling async-stream-impl v0.3.6 |
| 2317 | 2026-08-03T04:58:52.724Z | Checking zerovec v0.10.4 |
| 2318 | 2026-08-03T04:58:53.005Z | Compiling schemars_derive v0.8.22 |
| 2319 | 2026-08-03T04:58:53.071Z | Compiling unicase v2.6.0 |
| 2320 | 2026-08-03T04:58:53.235Z | Checking chacha20 v0.10.1 |
| 2321 | 2026-08-03T04:58:53.256Z | Checking concurrent-queue v2.5.0 |
| 2322 | 2026-08-03T04:58:53.403Z | Checking tinystr v0.7.6 |
| 2323 | 2026-08-03T04:58:53.432Z | Checking icu_collections v1.5.0 |
| 2324 | 2026-08-03T04:58:53.432Z | Checking crossbeam-channel v0.5.15 |
| 2325 | 2026-08-03T04:58:53.580Z | Checking icu_locid v1.5.0 |
| 2326 | 2026-08-03T04:58:53.671Z | Checking serde v1.0.229 |
| 2327 | 2026-08-03T04:58:53.765Z | Checking http-body-util v0.1.4 |
| 2328 | 2026-08-03T04:58:53.996Z | Checking uuid v1.24.0 |
| 2329 | 2026-08-03T04:58:54.016Z | Checking icu_provider v1.5.0 |
| 2330 | 2026-08-03T04:58:54.069Z | Checking erased-serde v0.3.31 |
| 2331 | 2026-08-03T04:58:54.190Z | Checking chrono v0.4.45 |
| 2332 | 2026-08-03T04:58:54.260Z | Compiling serde_tokenstream v0.3.0 |
| 2333 | 2026-08-03T04:58:54.266Z | Checking futures-executor v0.3.33 |
| 2334 | 2026-08-03T04:58:54.284Z | Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot) |
| 2335 | 2026-08-03T04:58:54.311Z | Checking icu_locid_transform v1.5.0 |
| 2336 | 2026-08-03T04:58:54.402Z | Checking is-terminal v0.4.12 |
| 2337 | 2026-08-03T04:58:54.457Z | Checking slog v2.8.2 |
| 2338 | 2026-08-03T04:58:54.485Z | Checking sync_wrapper v1.0.1 |
| 2339 | 2026-08-03T04:58:54.521Z | Checking semver v1.0.28 |
| 2340 | 2026-08-03T04:58:54.580Z | Checking dyn-clone v1.0.4 |
| 2341 | 2026-08-03T04:58:54.667Z | Checking fastrand v2.1.1 |
| 2342 | 2026-08-03T04:58:54.713Z | Checking slog-json v2.6.1 |
| 2343 | 2026-08-03T04:58:54.719Z | Checking parking v2.2.0 |
| 2344 | 2026-08-03T04:58:54.778Z | Checking icu_properties v1.5.1 |
| 2345 | 2026-08-03T04:58:54.821Z | Checking spin v0.9.8 |
| 2346 | 2026-08-03T04:58:54.828Z | Checking take_mut v0.2.2 |
| 2347 | 2026-08-03T04:58:54.843Z | Checking term v1.1.0 |
| 2348 | 2026-08-03T04:58:54.863Z | Checking slog-bunyan v2.5.0 |
| 2349 | 2026-08-03T04:58:54.915Z | Checking slog-async v2.8.0 |
| 2350 | 2026-08-03T04:58:54.921Z | Checking multer v3.1.0 |
| 2351 | 2026-08-03T04:58:54.966Z | Checking tempfile v3.27.0 |
| 2352 | 2026-08-03T04:58:54.974Z | Checking tokio-util v0.7.19 |
| 2353 | 2026-08-03T04:58:55.056Z | Checking async-compression v0.4.42 |
| 2354 | 2026-08-03T04:58:55.059Z | Checking schemars v0.8.22 |
| 2355 | 2026-08-03T04:58:55.084Z | Checking slog-term v2.9.2 |
| 2356 | 2026-08-03T04:58:55.126Z | Checking tower v0.5.2 |
| 2357 | 2026-08-03T04:58:55.161Z | Checking event-listener v5.0.0 |
| 2358 | 2026-08-03T04:58:55.297Z | Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 2359 | 2026-08-03T04:58:55.365Z | Checking futures v0.3.33 |
| 2360 | 2026-08-03T04:58:55.373Z | Checking serde_urlencoded v0.7.1 |
| 2361 | 2026-08-03T04:58:55.391Z | Checking h2 v0.4.14 |
| 2362 | 2026-08-03T04:58:55.434Z | Checking openapiv3 v2.2.0 |
| 2363 | 2026-08-03T04:58:55.514Z | Checking rand v0.10.2 |
| 2364 | 2026-08-03T04:58:55.573Z | Compiling mime_guess v2.0.5 |
| 2365 | 2026-08-03T04:58:55.684Z | Checking async-stream v0.3.6 |
| 2366 | 2026-08-03T04:58:55.812Z | Compiling async-trait v0.1.91 |
| 2367 | 2026-08-03T04:58:55.981Z | Checking camino v1.2.4 |
| 2368 | 2026-08-03T04:58:56.095Z | Checking rustix v0.38.44 |
| 2369 | 2026-08-03T04:58:56.199Z | Checking icu_normalizer v1.5.0 |
| 2370 | 2026-08-03T04:58:56.234Z | Checking waitgroup v0.1.2 |
| 2371 | 2026-08-03T04:58:56.334Z | Checking serde_path_to_error v0.1.20 |
| 2372 | 2026-08-03T04:58:56.576Z | Checking idna_adapter v1.2.0 |
| 2373 | 2026-08-03T04:58:56.606Z | Checking rustls-pemfile v2.2.0 |
| 2374 | 2026-08-03T04:58:56.695Z | Checking hostname v0.4.2 |
| 2375 | 2026-08-03T04:58:56.702Z | Checking idna v1.0.3 |
| 2376 | 2026-08-03T04:58:56.744Z | Checking base64 v0.23.0 |
| 2377 | 2026-08-03T04:58:56.757Z | Checking iri-string v0.7.8 |
| 2378 | 2026-08-03T04:58:56.785Z | Checking unicode-width v0.1.9 |
| 2379 | 2026-08-03T04:58:56.816Z | Checking unicode-segmentation v1.10.0 |
| 2380 | 2026-08-03T04:58:56.885Z | Checking debug-ignore v1.0.5 |
| 2381 | 2026-08-03T04:58:56.983Z | Checking data-encoding v2.4.0 |
| 2382 | 2026-08-03T04:58:56.996Z | Checking lazy_static v1.5.0 |
| 2383 | 2026-08-03T04:58:57.056Z | Checking url v2.5.4 |
| 2384 | 2026-08-03T04:58:57.087Z | Checking console v0.15.7 |
| 2385 | 2026-08-03T04:58:57.150Z | Checking newline-converter v0.3.0 |
| 2386 | 2026-08-03T04:58:57.243Z | Checking tungstenite v0.30.0 |
| 2387 | 2026-08-03T04:58:57.255Z | Checking atomicwrites v0.4.4 |
| 2388 | 2026-08-03T04:58:57.368Z | Checking event-listener-strategy v0.5.4 |
| 2389 | 2026-08-03T04:58:57.374Z | Checking target-triple v1.0.0 |
| 2390 | 2026-08-03T04:58:57.378Z | Checking yasna v0.6.0 |
| 2391 | 2026-08-03T04:58:57.378Z | Checking hyper v1.11.0 |
| 2392 | 2026-08-03T04:58:57.457Z | Checking pem v3.0.6 |
| 2393 | 2026-08-03T04:58:57.490Z | Checking similar v2.2.1 |
| 2394 | 2026-08-03T04:58:57.593Z | Checking termcolor v1.1.2 |
| 2395 | 2026-08-03T04:58:57.609Z | Checking glob v0.3.0 |
| 2396 | 2026-08-03T04:58:57.676Z | Checking tokio-tungstenite v0.30.0 |
| 2397 | 2026-08-03T04:58:57.776Z | Checking async-channel v2.5.0 |
| 2398 | 2026-08-03T04:58:57.780Z | Checking trybuild v1.0.118 |
| 2399 | 2026-08-03T04:58:57.814Z | Checking expectorate v1.2.0 |
| 2400 | 2026-08-03T04:58:57.884Z | Checking tower-http v0.6.8 |
| 2401 | 2026-08-03T04:58:57.928Z | Checking anyhow v1.0.104 |
| 2402 | 2026-08-03T04:58:57.935Z | Checking buf-list v1.1.2 |
| 2403 | 2026-08-03T04:58:57.951Z | Checking subprocess v1.2.0 |
| 2404 | 2026-08-03T04:58:58.126Z | Checking heck v0.5.0 |
| 2405 | 2026-08-03T04:58:58.342Z | Checking hyper-util v0.1.20 |
| 2406 | 2026-08-03T04:59:00.946Z | Documenting dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 2407 | 2026-08-03T04:59:03.826Z | Compiling aws-lc-rs v1.16.3 |
| 2408 | 2026-08-03T04:59:03.841Z | Compiling rustls v0.23.43 |
| 2409 | 2026-08-03T04:59:04.895Z | Checking rustls-webpki v0.103.13 |
| 2410 | 2026-08-03T04:59:04.895Z | Checking rcgen v0.14.8 |
| 2411 | 2026-08-03T04:59:07.139Z | Checking tokio-rustls v0.26.4 |
| 2412 | 2026-08-03T04:59:07.139Z | Checking rustls-platform-verifier v0.6.2 |
| 2413 | 2026-08-03T04:59:07.326Z | Checking hyper-rustls v0.27.9 |
| 2414 | 2026-08-03T04:59:07.329Z | Documenting dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot) |
| 2415 | 2026-08-03T04:59:07.496Z | Checking reqwest v0.13.4 |
| 2416 | 2026-08-03T04:59:12.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.92s |
| 2417 | 2026-08-03T04:59:12.904Z | Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files |
| 2418 | 2026-08-03T04:59:12.920Z | |
| 2419 | 2026-08-03T04:59:12.923Z | real 26.973487481 |
| 2420 | 2026-08-03T04:59:12.923Z | user 1:49.695768340 |
| 2421 | 2026-08-03T04:59:12.923Z | sys 29.248927713 |
| 2422 | 2026-08-03T04:59:12.923Z | trap 0.054071279 |
| 2423 | 2026-08-03T04:59:12.923Z | tflt 0.009940222 |
| 2424 | 2026-08-03T04:59:12.923Z | dflt 0.020536453 |
| 2425 | 2026-08-03T04:59:12.923Z | kflt 0.000108344 |
| 2426 | 2026-08-03T04:59:12.923Z | lock 5:26.268575899 |
| 2427 | 2026-08-03T04:59:12.923Z | slp 5:27.106795361 |
| 2428 | 2026-08-03T04:59:12.923Z | lat 4.381615730 |
| 2429 | 2026-08-03T04:59:12.923Z | stop 14.673643047 |
| 2430 | 2026-08-03T04:59:12.923Z | process exited: duration 251859 ms, exit code 0 |
| |
| 2431 | 2026-08-03T04:59:12.931Z | found 0 output files |