|
|
|
| 1 | 2026-05-04T05:15:36.001Z | job assigned to worker 01KQRPHZRRAPNJXFHG97DRD53K [factory aws, i-00ba0bc0ee977ef65] (queued for 46 s) |
| |
| 2 | 2026-05-04T05:15:42.775Z | starting task 0: "setup" |
| 3 | 2026-05-04T05:15:42.779Z | ++ uname -s |
| 4 | 2026-05-04T05:15:42.782Z | + kern=SunOS |
| 5 | 2026-05-04T05:15:42.783Z | + build_user=build |
| 6 | 2026-05-04T05:15:42.783Z | + build_uid=12345 |
| 7 | 2026-05-04T05:15:42.783Z | + work_dir=/work |
| 8 | 2026-05-04T05:15:42.783Z | + input_dir=/input |
| 9 | 2026-05-04T05:15:42.783Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-04T05:15:42.783Z | + case "$kern" in |
| 11 | 2026-05-04T05:15:42.783Z | + groupadd -g 12345 build |
| 12 | 2026-05-04T05:15:42.787Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-04T05:15:44.790Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-04T05:15:44.905Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-04T05:15:44.908Z | + home_fs=zfs |
| 16 | 2026-05-04T05:15:44.908Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-04T05:15:44.908Z | + mkdir -p /home/build |
| 18 | 2026-05-04T05:15:44.908Z | + chown build:build /home/build /work |
| 19 | 2026-05-04T05:15:46.909Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-04T05:15:46.913Z | process exited: duration 4139 ms, exit code 0 |
| |
| 21 | 2026-05-04T05:15:46.919Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-04T05:15:46.924Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-05-04T05:15:46.924Z | * rust toolchain channel = "stable" |
| 24 | 2026-05-04T05:15:46.924Z | * rust toolchain profile = "default" |
| 25 | 2026-05-04T05:15:46.924Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-04T05:15:46.924Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-04T05:15:46.924Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-04T05:15:46.927Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-04T05:15:46.927Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-05-04T05:15:47.046Z | info: downloading installer |
| 31 | 2026-05-04T05:15:48.426Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-04T05:15:48.426Z | warn: /opt/ooce/bin |
| 33 | 2026-05-04T05:15:48.426Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-04T05:15:48.426Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-04T05:15:48.426Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-04T05:15:48.426Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-04T05:15:48.426Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-04T05:15:48.426Z | error: cannot install while Rust is installed |
| 39 | 2026-05-04T05:15:48.426Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-04T05:15:48.426Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-04T05:15:48.426Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-04T05:15:48.426Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-04T05:15:48.426Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-04T05:15:48.440Z | info: profile set to default |
| 45 | 2026-05-04T05:15:48.440Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-04T05:15:48.443Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-05-04T05:15:48.573Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-05-04T05:15:48.576Z | info: downloading 6 components |
| 49 | 2026-05-04T05:16:03.218Z | |
| 50 | 2026-05-04T05:16:03.218Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 51 | 2026-05-04T05:16:03.253Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-05-04T05:16:03.253Z | |
| 53 | 2026-05-04T05:16:03.253Z | |
| 54 | 2026-05-04T05:16:03.253Z | Rust is installed now. Great! |
| 55 | 2026-05-04T05:16:03.253Z | |
| 56 | 2026-05-04T05:16:03.256Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-04T05:16:03.256Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-04T05:16:03.256Z | |
| 59 | 2026-05-04T05:16:03.256Z | To configure your current shell, you need to source |
| 60 | 2026-05-04T05:16:03.256Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-04T05:16:03.256Z | |
| 62 | 2026-05-04T05:16:03.256Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-04T05:16:03.256Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-04T05:16:03.256Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-04T05:16:03.256Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-04T05:16:03.256Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-04T05:16:03.256Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-04T05:16:03.256Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-04T05:16:03.256Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-04T05:16:03.256Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-04T05:16:03.354Z | + rustup --version |
| 72 | 2026-05-04T05:16:03.363Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-04T05:16:03.366Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-04T05:16:03.384Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-05-04T05:16:03.387Z | + cargo --version |
| 76 | 2026-05-04T05:16:03.400Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-05-04T05:16:03.403Z | + rustc --version |
| 78 | 2026-05-04T05:16:03.422Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-05-04T05:16:03.425Z | process exited: duration 16503 ms, exit code 0 |
| |
| 80 | 2026-05-04T05:16:03.431Z | starting task 2: "authentication" |
| 81 | 2026-05-04T05:16:03.447Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-05-04T05:16:03.453Z | starting task 3: "clone repository" |
| 83 | 2026-05-04T05:16:03.456Z | + mkdir -p /work/oxidecomputer/dropshot |
| 84 | 2026-05-04T05:16:03.459Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
| 85 | 2026-05-04T05:16:03.489Z | Cloning into '/work/oxidecomputer/dropshot'... |
| 86 | 2026-05-04T05:16:04.363Z | + cd /work/oxidecomputer/dropshot |
| 87 | 2026-05-04T05:16:04.366Z | + git fetch origin a10e025e632030950d185cd121ae61b2282f7e53 |
| 88 | 2026-05-04T05:16:04.612Z | From https://github.com/oxidecomputer/dropshot |
| 89 | 2026-05-04T05:16:04.612Z | * branch a10e025e632030950d185cd121ae61b2282f7e53 -> FETCH_HEAD |
| 90 | 2026-05-04T05:16:04.619Z | + [[ -n '' ]] |
| 91 | 2026-05-04T05:16:04.619Z | + git reset --hard a10e025e632030950d185cd121ae61b2282f7e53 |
| 92 | 2026-05-04T05:16:04.634Z | HEAD is now at a10e025 Bump rustls from 0.23.39 to 0.23.40 |
| 93 | 2026-05-04T05:16:04.637Z | process exited: duration 1181 ms, exit code 0 |
| |
| 94 | 2026-05-04T05:16:04.643Z | starting task 4: "build" |
| 95 | 2026-05-04T05:16:04.647Z | + cargo --version |
| 96 | 2026-05-04T05:16:04.652Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 97 | 2026-05-04T05:16:04.797Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 98 | 2026-05-04T05:16:04.800Z | info: downloading 6 components |
| 99 | 2026-05-04T05:16:19.238Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 100 | 2026-05-04T05:16:19.242Z | + rustc --version |
| 101 | 2026-05-04T05:16:19.267Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 102 | 2026-05-04T05:16:19.270Z | + banner build |
| 103 | 2026-05-04T05:16:19.273Z | |
| 104 | 2026-05-04T05:16:19.273Z | ##### # # # # ##### |
| 105 | 2026-05-04T05:16:19.273Z | # # # # # # # # |
| 106 | 2026-05-04T05:16:19.273Z | ##### # # # # # # |
| 107 | 2026-05-04T05:16:19.273Z | # # # # # # # # |
| 108 | 2026-05-04T05:16:19.273Z | # # # # # # # # |
| 109 | 2026-05-04T05:16:19.273Z | ##### #### # ###### ##### |
| 110 | 2026-05-04T05:16:19.273Z | |
| 111 | 2026-05-04T05:16:19.273Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
| 112 | 2026-05-04T05:16:19.352Z | Updating crates.io index |
| 113 | 2026-05-04T05:16:20.928Z | Downloading crates ... |
| 114 | 2026-05-04T05:16:20.975Z | Downloaded adler2 v2.0.1 |
| 115 | 2026-05-04T05:16:20.978Z | Downloaded atomicwrites v0.4.4 |
| 116 | 2026-05-04T05:16:20.981Z | Downloaded asn1-rs-derive v0.6.0 |
| 117 | 2026-05-04T05:16:20.984Z | Downloaded byteorder v1.4.3 |
| 118 | 2026-05-04T05:16:20.988Z | Downloaded atomic-waker v1.1.2 |
| 119 | 2026-05-04T05:16:20.991Z | Downloaded hostname v0.4.2 |
| 120 | 2026-05-04T05:16:20.994Z | Downloaded cfg-if v1.0.0 |
| 121 | 2026-05-04T05:16:20.994Z | Downloaded crypto-common v0.2.1 |
| 122 | 2026-05-04T05:16:20.995Z | Downloaded event-listener v5.0.0 |
| 123 | 2026-05-04T05:16:20.998Z | Downloaded cpufeatures v0.2.17 |
| 124 | 2026-05-04T05:16:21.001Z | Downloaded dof v0.4.0 |
| 125 | 2026-05-04T05:16:21.004Z | Downloaded http-body-util v0.1.3 |
| 126 | 2026-05-04T05:16:21.004Z | Downloaded async-trait v0.1.89 |
| 127 | 2026-05-04T05:16:21.007Z | Downloaded digest v0.10.7 |
| 128 | 2026-05-04T05:16:21.007Z | Downloaded camino v1.2.2 |
| 129 | 2026-05-04T05:16:21.010Z | Downloaded mime v0.3.16 |
| 130 | 2026-05-04T05:16:21.010Z | Downloaded itoa v1.0.1 |
| 131 | 2026-05-04T05:16:21.013Z | Downloaded async-stream v0.3.6 |
| 132 | 2026-05-04T05:16:21.017Z | Downloaded async-compression v0.4.42 |
| 133 | 2026-05-04T05:16:21.020Z | Downloaded openssl-probe v0.2.1 |
| 134 | 2026-05-04T05:16:21.020Z | Downloaded bitflags v2.11.0 |
| 135 | 2026-05-04T05:16:21.022Z | Downloaded rustc-hash v2.0.0 |
| 136 | 2026-05-04T05:16:21.026Z | Downloaded ipnet v2.10.0 |
| 137 | 2026-05-04T05:16:21.026Z | Downloaded mime_guess v2.0.5 |
| 138 | 2026-05-04T05:16:21.026Z | Downloaded block-buffer v0.10.2 |
| 139 | 2026-05-04T05:16:21.029Z | Downloaded lazy_static v1.5.0 |
| 140 | 2026-05-04T05:16:21.029Z | Downloaded asn1-rs-impl v0.2.0 |
| 141 | 2026-05-04T05:16:21.029Z | Downloaded rustls-pemfile v2.2.0 |
| 142 | 2026-05-04T05:16:21.031Z | Downloaded autocfg v1.1.0 |
| 143 | 2026-05-04T05:16:21.032Z | Downloaded quote v1.0.45 |
| 144 | 2026-05-04T05:16:21.034Z | Downloaded num-integer v0.1.46 |
| 145 | 2026-05-04T05:16:21.035Z | Downloaded semver v1.0.28 |
| 146 | 2026-05-04T05:16:21.038Z | Downloaded pin-project-lite v0.2.12 |
| 147 | 2026-05-04T05:16:21.041Z | Downloaded is-terminal v0.4.12 |
| 148 | 2026-05-04T05:16:21.041Z | Downloaded icu_normalizer v1.5.0 |
| 149 | 2026-05-04T05:16:21.044Z | Downloaded rustls-platform-verifier v0.6.2 |
| 150 | 2026-05-04T05:16:21.047Z | Downloaded minimal-lexical v0.2.1 |
| 151 | 2026-05-04T05:16:21.050Z | Downloaded quinn v0.11.9 |
| 152 | 2026-05-04T05:16:21.053Z | Downloaded fnv v1.0.7 |
| 153 | 2026-05-04T05:16:21.053Z | Downloaded parking_lot v0.12.1 |
| 154 | 2026-05-04T05:16:21.056Z | Downloaded async-stream-impl v0.3.6 |
| 155 | 2026-05-04T05:16:21.056Z | Downloaded dunce v1.0.5 |
| 156 | 2026-05-04T05:16:21.058Z | Downloaded erased-serde v0.3.31 |
| 157 | 2026-05-04T05:16:21.058Z | Downloaded parking v2.2.0 |
| 158 | 2026-05-04T05:16:21.062Z | Downloaded anyhow v1.0.102 |
| 159 | 2026-05-04T05:16:21.065Z | Downloaded base64 v0.22.1 |
| 160 | 2026-05-04T05:16:21.070Z | Downloaded fastrand v2.1.1 |
| 161 | 2026-05-04T05:16:21.070Z | Downloaded crypto-common v0.1.6 |
| 162 | 2026-05-04T05:16:21.070Z | Downloaded block-buffer v0.12.0 |
| 163 | 2026-05-04T05:16:21.070Z | Downloaded memmap2 v0.9.8 |
| 164 | 2026-05-04T05:16:21.073Z | Downloaded memchr v2.6.0 |
| 165 | 2026-05-04T05:16:21.073Z | Downloaded heck v0.5.0 |
| 166 | 2026-05-04T05:16:21.076Z | Downloaded lru-slab v0.1.2 |
| 167 | 2026-05-04T05:16:21.076Z | Downloaded futures-sink v0.3.32 |
| 168 | 2026-05-04T05:16:21.079Z | Downloaded equivalent v1.0.0 |
| 169 | 2026-05-04T05:16:21.079Z | Downloaded icu_provider_macros v1.5.0 |
| 170 | 2026-05-04T05:16:21.079Z | Downloaded debug-ignore v1.0.5 |
| 171 | 2026-05-04T05:16:21.082Z | Downloaded rusticata-macros v4.1.0 |
| 172 | 2026-05-04T05:16:21.082Z | Downloaded buf-list v1.1.2 |
| 173 | 2026-05-04T05:16:21.085Z | Downloaded proc-macro2 v1.0.106 |
| 174 | 2026-05-04T05:16:21.085Z | Downloaded http-body v1.0.1 |
| 175 | 2026-05-04T05:16:21.085Z | Downloaded httpdate v1.0.1 |
| 176 | 2026-05-04T05:16:21.088Z | Downloaded compression-core v0.4.32 |
| 177 | 2026-05-04T05:16:21.088Z | Downloaded dyn-clone v1.0.4 |
| 178 | 2026-05-04T05:16:21.088Z | Downloaded futures-macro v0.3.32 |
| 179 | 2026-05-04T05:16:21.091Z | Downloaded icu_properties v1.5.1 |
| 180 | 2026-05-04T05:16:21.091Z | Downloaded idna_adapter v1.2.0 |
| 181 | 2026-05-04T05:16:21.091Z | Downloaded futures-core v0.3.32 |
| 182 | 2026-05-04T05:16:21.094Z | Downloaded futures-executor v0.3.32 |
| 183 | 2026-05-04T05:16:21.094Z | Downloaded displaydoc v0.2.5 |
| 184 | 2026-05-04T05:16:21.097Z | Downloaded hyper-staticfile v0.10.1 |
| 185 | 2026-05-04T05:16:21.097Z | Downloaded serde_spanned v1.1.1 |
| 186 | 2026-05-04T05:16:21.097Z | Downloaded sha1 v0.10.6 |
| 187 | 2026-05-04T05:16:21.100Z | Downloaded compression-codecs v0.4.38 |
| 188 | 2026-05-04T05:16:21.103Z | Downloaded digest v0.11.2 |
| 189 | 2026-05-04T05:16:21.103Z | Downloaded scopeguard v1.2.0 |
| 190 | 2026-05-04T05:16:21.106Z | Downloaded futures-io v0.3.32 |
| 191 | 2026-05-04T05:16:21.106Z | Downloaded schema-derive v0.1.0 |
| 192 | 2026-05-04T05:16:21.107Z | Downloaded hostname v0.3.1 |
| 193 | 2026-05-04T05:16:21.111Z | Downloaded async-channel v2.5.0 |
| 194 | 2026-05-04T05:16:21.111Z | Downloaded futures-task v0.3.32 |
| 195 | 2026-05-04T05:16:21.111Z | Downloaded form_urlencoded v1.2.2 |
| 196 | 2026-05-04T05:16:21.112Z | Downloaded powerfmt v0.2.0 |
| 197 | 2026-05-04T05:16:21.115Z | Downloaded sha1 v0.11.0 |
| 198 | 2026-05-04T05:16:21.115Z | Downloaded simd-adler32 v0.3.7 |
| 199 | 2026-05-04T05:16:21.115Z | Downloaded pretty-hex v0.4.1 |
| 200 | 2026-05-04T05:16:21.115Z | Downloaded match_cfg v0.1.0 |
| 201 | 2026-05-04T05:16:21.116Z | Downloaded cpufeatures v0.3.0 |
| 202 | 2026-05-04T05:16:21.119Z | Downloaded simple-mermaid v0.2.0 |
| 203 | 2026-05-04T05:16:21.119Z | Downloaded percent-encoding v2.3.2 |
| 204 | 2026-05-04T05:16:21.119Z | Downloaded errno v0.3.10 |
| 205 | 2026-05-04T05:16:21.122Z | Downloaded dtrace-parser v0.3.0 |
| 206 | 2026-05-04T05:16:21.122Z | Downloaded cfg_aliases v0.2.1 |
| 207 | 2026-05-04T05:16:21.122Z | Downloaded scroll_derive v0.13.1 |
| 208 | 2026-05-04T05:16:21.122Z | Downloaded num-conv v0.2.0 |
| 209 | 2026-05-04T05:16:21.125Z | Downloaded sync_wrapper v1.0.1 |
| 210 | 2026-05-04T05:16:21.125Z | Downloaded stable_deref_trait v1.2.0 |
| 211 | 2026-05-04T05:16:21.125Z | Downloaded lock_api v0.4.6 |
| 212 | 2026-05-04T05:16:21.128Z | Downloaded thread_local v1.1.4 |
| 213 | 2026-05-04T05:16:21.128Z | Downloaded time-core v0.1.8 |
| 214 | 2026-05-04T05:16:21.128Z | Downloaded num_threads v0.1.3 |
| 215 | 2026-05-04T05:16:21.131Z | Downloaded event-listener-strategy v0.5.4 |
| 216 | 2026-05-04T05:16:21.131Z | Downloaded serde_urlencoded v0.7.1 |
| 217 | 2026-05-04T05:16:21.131Z | Downloaded schema v0.1.0 |
| 218 | 2026-05-04T05:16:21.134Z | Downloaded cmake v0.1.58 |
| 219 | 2026-05-04T05:16:21.134Z | Downloaded plain v0.2.3 |
| 220 | 2026-05-04T05:16:21.137Z | Downloaded socket2 v0.5.9 |
| 221 | 2026-05-04T05:16:21.140Z | Downloaded http-range v0.1.4 |
| 222 | 2026-05-04T05:16:21.140Z | Downloaded rand_chacha v0.9.0 |
| 223 | 2026-05-04T05:16:21.140Z | Downloaded litemap v0.7.4 |
| 224 | 2026-05-04T05:16:21.192Z | Downloaded signal-hook-registry v1.4.0 |
| 225 | 2026-05-04T05:16:21.193Z | Downloaded schemars_derive v0.8.22 |
| 226 | 2026-05-04T05:16:21.193Z | Downloaded pem v3.0.6 |
| 227 | 2026-05-04T05:16:21.193Z | Downloaded prettyplease v0.2.37 |
| 228 | 2026-05-04T05:16:21.193Z | Downloaded slog-json v2.6.1 |
| 229 | 2026-05-04T05:16:21.193Z | Downloaded schemars v0.8.22 |
| 230 | 2026-05-04T05:16:21.193Z | Downloaded tinyvec_macros v0.1.0 |
| 231 | 2026-05-04T05:16:21.193Z | Downloaded asn1-rs v0.7.1 |
| 232 | 2026-05-04T05:16:21.193Z | Downloaded tower-service v0.3.3 |
| 233 | 2026-05-04T05:16:21.193Z | Downloaded tower-layer v0.3.3 |
| 234 | 2026-05-04T05:16:21.193Z | Downloaded take_mut v0.2.2 |
| 235 | 2026-05-04T05:16:21.193Z | Downloaded tokio-macros v2.7.0 |
| 236 | 2026-05-04T05:16:21.193Z | Downloaded try-lock v0.2.3 |
| 237 | 2026-05-04T05:16:21.193Z | Downloaded thread-id v5.0.0 |
| 238 | 2026-05-04T05:16:21.193Z | Downloaded target-triple v1.0.0 |
| 239 | 2026-05-04T05:16:21.193Z | Downloaded subtle v2.5.0 |
| 240 | 2026-05-04T05:16:21.193Z | Downloaded hyper-rustls v0.27.9 |
| 241 | 2026-05-04T05:16:21.193Z | Downloaded data-encoding v2.4.0 |
| 242 | 2026-05-04T05:16:21.193Z | Downloaded glob v0.3.0 |
| 243 | 2026-05-04T05:16:21.193Z | Downloaded crc32fast v1.5.0 |
| 244 | 2026-05-04T05:16:21.193Z | Downloaded rustversion v1.0.22 |
| 245 | 2026-05-04T05:16:21.193Z | Downloaded rand_core v0.9.5 |
| 246 | 2026-05-04T05:16:21.193Z | Downloaded rand_core v0.6.3 |
| 247 | 2026-05-04T05:16:21.193Z | Downloaded pest_generator v2.8.1 |
| 248 | 2026-05-04T05:16:21.193Z | Downloaded oid-registry v0.8.1 |
| 249 | 2026-05-04T05:16:21.193Z | Downloaded iana-time-zone v0.1.47 |
| 250 | 2026-05-04T05:16:21.193Z | Downloaded jobserver v0.1.34 |
| 251 | 2026-05-04T05:16:21.193Z | Downloaded shlex v1.3.0 |
| 252 | 2026-05-04T05:16:21.193Z | Downloaded find-msvc-tools v0.1.9 |
| 253 | 2026-05-04T05:16:21.193Z | Downloaded deranged v0.5.5 |
| 254 | 2026-05-04T05:16:21.193Z | Downloaded slog-bunyan v2.5.0 |
| 255 | 2026-05-04T05:16:21.193Z | Downloaded generic-array v0.14.5 |
| 256 | 2026-05-04T05:16:21.193Z | Downloaded newline-converter v0.3.0 |
| 257 | 2026-05-04T05:16:21.193Z | Downloaded icu_locid_transform v1.5.0 |
| 258 | 2026-05-04T05:16:21.193Z | Downloaded usdt-attr-macro v0.6.0 |
| 259 | 2026-05-04T05:16:21.193Z | Downloaded ppv-lite86 v0.2.15 |
| 260 | 2026-05-04T05:16:21.193Z | Downloaded usdt v0.6.0 |
| 261 | 2026-05-04T05:16:21.193Z | Downloaded untrusted v0.7.1 |
| 262 | 2026-05-04T05:16:21.194Z | Downloaded slab v0.4.9 |
| 263 | 2026-05-04T05:16:21.194Z | Downloaded utf8_iter v1.0.4 |
| 264 | 2026-05-04T05:16:21.194Z | Downloaded quinn-udp v0.5.5 |
| 265 | 2026-05-04T05:16:21.194Z | Downloaded parking_lot_core v0.9.4 |
| 266 | 2026-05-04T05:16:21.194Z | Downloaded fs_extra v1.3.0 |
| 267 | 2026-05-04T05:16:21.194Z | Downloaded waitgroup v0.1.2 |
| 268 | 2026-05-04T05:16:21.194Z | Downloaded utf16_iter v1.0.5 |
| 269 | 2026-05-04T05:16:21.194Z | Downloaded httparse v1.10.0 |
| 270 | 2026-05-04T05:16:21.194Z | Downloaded thiserror-impl v2.0.18 |
| 271 | 2026-05-04T05:16:21.197Z | Downloaded synstructure v0.13.1 |
| 272 | 2026-05-04T05:16:21.197Z | Downloaded console v0.15.7 |
| 273 | 2026-05-04T05:16:21.197Z | Downloaded getrandom v0.2.11 |
| 274 | 2026-05-04T05:16:21.197Z | Downloaded paste v1.0.15 |
| 275 | 2026-05-04T05:16:21.201Z | Downloaded crossbeam-utils v0.8.21 |
| 276 | 2026-05-04T05:16:21.201Z | Downloaded serde_tokenstream v0.2.3 |
| 277 | 2026-05-04T05:16:21.205Z | Downloaded concurrent-queue v2.5.0 |
| 278 | 2026-05-04T05:16:21.205Z | Downloaded rand_chacha v0.3.1 |
| 279 | 2026-05-04T05:16:21.205Z | Downloaded once_cell v1.20.1 |
| 280 | 2026-05-04T05:16:21.208Z | Downloaded write16 v1.0.0 |
| 281 | 2026-05-04T05:16:21.208Z | Downloaded yoke-derive v0.7.5 |
| 282 | 2026-05-04T05:16:21.208Z | Downloaded usdt-macro v0.6.0 |
| 283 | 2026-05-04T05:16:21.208Z | Downloaded untrusted v0.9.0 |
| 284 | 2026-05-04T05:16:21.211Z | Downloaded scroll v0.13.0 |
| 285 | 2026-05-04T05:16:21.211Z | Downloaded want v0.3.0 |
| 286 | 2026-05-04T05:16:21.214Z | Downloaded time-macros v0.2.27 |
| 287 | 2026-05-04T05:16:21.217Z | Downloaded tinystr v0.7.6 |
| 288 | 2026-05-04T05:16:21.217Z | Downloaded tokio-tungstenite v0.29.0 |
| 289 | 2026-05-04T05:16:21.217Z | Downloaded thiserror v2.0.18 |
| 290 | 2026-05-04T05:16:21.220Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 291 | 2026-05-04T05:16:21.223Z | Downloaded zerofrom-derive v0.1.5 |
| 292 | 2026-05-04T05:16:21.223Z | Downloaded zerofrom v0.1.5 |
| 293 | 2026-05-04T05:16:21.223Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 294 | 2026-05-04T05:16:21.223Z | Downloaded rustls-native-certs v0.8.3 |
| 295 | 2026-05-04T05:16:21.226Z | Downloaded hybrid-array v0.4.8 |
| 296 | 2026-05-04T05:16:21.227Z | Downloaded unicase v2.6.0 |
| 297 | 2026-05-04T05:16:21.227Z | Downloaded termcolor v1.1.2 |
| 298 | 2026-05-04T05:16:21.230Z | Downloaded bytes v1.11.1 |
| 299 | 2026-05-04T05:16:21.230Z | Downloaded spin v0.9.8 |
| 300 | 2026-05-04T05:16:21.233Z | Downloaded slog-term v2.9.2 |
| 301 | 2026-05-04T05:16:21.233Z | Downloaded sha2 v0.10.8 |
| 302 | 2026-05-04T05:16:21.236Z | Downloaded multer v3.1.0 |
| 303 | 2026-05-04T05:16:21.236Z | Downloaded version_check v0.9.5 |
| 304 | 2026-05-04T05:16:21.236Z | Downloaded smallvec v1.13.2 |
| 305 | 2026-05-04T05:16:21.239Z | Downloaded getrandom v0.3.4 |
| 306 | 2026-05-04T05:16:21.239Z | Downloaded writeable v0.5.5 |
| 307 | 2026-05-04T05:16:21.242Z | Downloaded usdt-impl v0.6.0 |
| 308 | 2026-05-04T05:16:21.242Z | Downloaded getrandom v0.4.1 |
| 309 | 2026-05-04T05:16:21.245Z | Downloaded tinyvec v1.5.1 |
| 310 | 2026-05-04T05:16:21.245Z | Downloaded unicode-width v0.1.9 |
| 311 | 2026-05-04T05:16:21.248Z | Downloaded num-traits v0.2.14 |
| 312 | 2026-05-04T05:16:21.248Z | Downloaded futures-channel v0.3.32 |
| 313 | 2026-05-04T05:16:21.248Z | Downloaded slog-async v2.8.0 |
| 314 | 2026-05-04T05:16:21.251Z | Downloaded icu_locid_transform_data v1.5.0 |
| 315 | 2026-05-04T05:16:21.252Z | Downloaded hashbrown v0.17.0 |
| 316 | 2026-05-04T05:16:21.255Z | Downloaded serde_path_to_error v0.1.20 |
| 317 | 2026-05-04T05:16:21.258Z | Downloaded yoke v0.7.5 |
| 318 | 2026-05-04T05:16:21.258Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 319 | 2026-05-04T05:16:21.261Z | Downloaded zerovec-derive v0.10.3 |
| 320 | 2026-05-04T05:16:21.261Z | Downloaded log v0.4.17 |
| 321 | 2026-05-04T05:16:21.261Z | Downloaded term v1.1.0 |
| 322 | 2026-05-04T05:16:21.264Z | Downloaded zeroize v1.8.2 |
| 323 | 2026-05-04T05:16:21.264Z | Downloaded icu_locid v1.5.0 |
| 324 | 2026-05-04T05:16:21.267Z | Downloaded serde_derive_internals v0.29.0 |
| 325 | 2026-05-04T05:16:21.267Z | Downloaded icu_provider v1.5.0 |
| 326 | 2026-05-04T05:16:21.271Z | Downloaded slog v2.8.2 |
| 327 | 2026-05-04T05:16:21.275Z | Downloaded similar v2.2.1 |
| 328 | 2026-05-04T05:16:21.278Z | Downloaded ryu v1.0.5 |
| 329 | 2026-05-04T05:16:21.278Z | Downloaded futures v0.3.32 |
| 330 | 2026-05-04T05:16:21.281Z | Downloaded serde_derive v1.0.228 |
| 331 | 2026-05-04T05:16:21.283Z | Downloaded const-oid v0.10.2 |
| 332 | 2026-05-04T05:16:21.286Z | Downloaded pest_derive v2.8.1 |
| 333 | 2026-05-04T05:16:21.286Z | Downloaded crossbeam-channel v0.5.15 |
| 334 | 2026-05-04T05:16:21.290Z | Downloaded yasna v0.5.2 |
| 335 | 2026-05-04T05:16:21.290Z | Downloaded icu_normalizer_data v1.5.0 |
| 336 | 2026-05-04T05:16:21.293Z | Downloaded zmij v1.0.2 |
| 337 | 2026-05-04T05:16:21.296Z | Downloaded socket2 v0.6.3 |
| 338 | 2026-05-04T05:16:21.296Z | Downloaded rcgen v0.14.7 |
| 339 | 2026-05-04T05:16:21.299Z | Downloaded rand v0.8.6 |
| 340 | 2026-05-04T05:16:21.299Z | Downloaded der-parser v10.0.0 |
| 341 | 2026-05-04T05:16:21.302Z | Downloaded tokio-rustls v0.26.4 |
| 342 | 2026-05-04T05:16:21.302Z | Downloaded subprocess v1.0.3 |
| 343 | 2026-05-04T05:16:21.305Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 344 | 2026-05-04T05:16:21.307Z | Downloaded unicode-ident v1.0.12 |
| 345 | 2026-05-04T05:16:21.311Z | Downloaded cc v1.2.60 |
| 346 | 2026-05-04T05:16:21.311Z | Downloaded serde_core v1.0.228 |
| 347 | 2026-05-04T05:16:21.314Z | Downloaded flate2 v1.1.9 |
| 348 | 2026-05-04T05:16:21.314Z | Downloaded uuid v1.23.1 |
| 349 | 2026-05-04T05:16:21.317Z | Downloaded trybuild v1.0.116 |
| 350 | 2026-05-04T05:16:21.320Z | Downloaded pest_meta v2.8.1 |
| 351 | 2026-05-04T05:16:21.320Z | Downloaded ucd-trie v0.1.6 |
| 352 | 2026-05-04T05:16:21.323Z | Downloaded typenum v1.19.0 |
| 353 | 2026-05-04T05:16:21.323Z | Downloaded tungstenite v0.29.0 |
| 354 | 2026-05-04T05:16:21.326Z | Downloaded http v1.4.0 |
| 355 | 2026-05-04T05:16:21.329Z | Downloaded rustls-webpki v0.103.13 |
| 356 | 2026-05-04T05:16:21.329Z | Downloaded rustls-pki-types v1.14.1 |
| 357 | 2026-05-04T05:16:21.332Z | Downloaded tracing-core v0.1.32 |
| 358 | 2026-05-04T05:16:21.332Z | Downloaded hyper-util v0.1.20 |
| 359 | 2026-05-04T05:16:21.335Z | Downloaded expectorate v1.2.0 |
| 360 | 2026-05-04T05:16:21.338Z | Downloaded tracing v0.1.40 |
| 361 | 2026-05-04T05:16:21.341Z | Downloaded url v2.5.4 |
| 362 | 2026-05-04T05:16:21.341Z | Downloaded icu_collections v1.5.0 |
| 363 | 2026-05-04T05:16:21.344Z | Downloaded miniz_oxide v0.8.9 |
| 364 | 2026-05-04T05:16:21.347Z | Downloaded tempfile v3.27.0 |
| 365 | 2026-05-04T05:16:21.351Z | Downloaded num-bigint v0.4.3 |
| 366 | 2026-05-04T05:16:21.363Z | Downloaded rand v0.9.2 |
| 367 | 2026-05-04T05:16:21.366Z | Downloaded indexmap v2.14.0 |
| 368 | 2026-05-04T05:16:21.369Z | Downloaded idna v1.0.3 |
| 369 | 2026-05-04T05:16:21.372Z | Downloaded serde v1.0.228 |
| 370 | 2026-05-04T05:16:21.375Z | Downloaded tower-http v0.6.8 |
| 371 | 2026-05-04T05:16:21.379Z | Downloaded zerocopy-derive v0.8.27 |
| 372 | 2026-05-04T05:16:21.389Z | Downloaded futures-util v0.3.32 |
| 373 | 2026-05-04T05:16:21.396Z | Downloaded tower v0.5.2 |
| 374 | 2026-05-04T05:16:21.401Z | Downloaded unicode-segmentation v1.10.0 |
| 375 | 2026-05-04T05:16:21.404Z | Downloaded pest v2.8.1 |
| 376 | 2026-05-04T05:16:21.408Z | Downloaded nom v7.1.3 |
| 377 | 2026-05-04T05:16:21.411Z | Downloaded x509-parser v0.18.0 |
| 378 | 2026-05-04T05:16:21.415Z | Downloaded iri-string v0.7.8 |
| 379 | 2026-05-04T05:16:21.417Z | Downloaded mio v1.2.0 |
| 380 | 2026-05-04T05:16:21.420Z | Downloaded h2 v0.4.6 |
| 381 | 2026-05-04T05:16:21.423Z | Downloaded tokio-util v0.7.18 |
| 382 | 2026-05-04T05:16:21.426Z | Downloaded zerovec v0.10.4 |
| 383 | 2026-05-04T05:16:21.430Z | Downloaded icu_properties_data v1.5.0 |
| 384 | 2026-05-04T05:16:21.436Z | Downloaded serde_json v1.0.149 |
| 385 | 2026-05-04T05:16:21.439Z | Downloaded zerocopy v0.8.27 |
| 386 | 2026-05-04T05:16:21.451Z | Downloaded portable-atomic v1.9.0 |
| 387 | 2026-05-04T05:16:21.455Z | Downloaded time v0.3.47 |
| 388 | 2026-05-04T05:16:21.461Z | Downloaded winnow v1.0.0 |
| 389 | 2026-05-04T05:16:21.466Z | Downloaded reqwest v0.13.2 |
| 390 | 2026-05-04T05:16:21.469Z | Downloaded goblin v0.10.1 |
| 391 | 2026-05-04T05:16:21.473Z | Downloaded chrono v0.4.44 |
| 392 | 2026-05-04T05:16:21.477Z | Downloaded aws-lc-rs v1.16.3 |
| 393 | 2026-05-04T05:16:21.483Z | Downloaded quinn-proto v0.11.14 |
| 394 | 2026-05-04T05:16:21.487Z | Downloaded hyper v1.9.0 |
| 395 | 2026-05-04T05:16:21.496Z | Downloaded syn v2.0.117 |
| 396 | 2026-05-04T05:16:21.516Z | Downloaded rustls v0.23.40 |
| 397 | 2026-05-04T05:16:21.522Z | Downloaded openapiv3 v2.2.0 |
| 398 | 2026-05-04T05:16:21.528Z | Downloaded rustix v0.38.44 |
| 399 | 2026-05-04T05:16:21.541Z | Downloaded rustix v1.1.4 |
| 400 | 2026-05-04T05:16:21.587Z | Downloaded tokio v1.52.1 |
| 401 | 2026-05-04T05:16:21.609Z | Downloaded libc v0.2.186 |
| 402 | 2026-05-04T05:16:21.662Z | Downloaded ring v0.17.13 |
| 403 | 2026-05-04T05:16:21.685Z | Downloaded encoding_rs v0.8.32 |
| 404 | 2026-05-04T05:16:22.191Z | Downloaded aws-lc-sys v0.40.0 |
| 405 | 2026-05-04T05:16:22.406Z | Compiling proc-macro2 v1.0.106 |
| 406 | 2026-05-04T05:16:22.406Z | Compiling quote v1.0.45 |
| 407 | 2026-05-04T05:16:22.406Z | Compiling unicode-ident v1.0.12 |
| 408 | 2026-05-04T05:16:22.406Z | Compiling libc v0.2.186 |
| 409 | 2026-05-04T05:16:22.406Z | Compiling cfg-if v1.0.0 |
| 410 | 2026-05-04T05:16:22.406Z | Compiling itoa v1.0.1 |
| 411 | 2026-05-04T05:16:22.410Z | Compiling memchr v2.6.0 |
| 412 | 2026-05-04T05:16:22.498Z | Compiling serde_core v1.0.228 |
| 413 | 2026-05-04T05:16:22.504Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=829e125f7ae4b0ed -C extra-filename=-bbf5d710e61e9587 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-bbf5d710e61e9587 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 414 | 2026-05-04T05:16:22.504Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/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=31ffea6df17ddc8b -C extra-filename=-4337ad271fd40c1a --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-4337ad271fd40c1a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 415 | 2026-05-04T05:16:22.504Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=8450a5584b025ec3 -C extra-filename=-0eb0027837592586 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-0eb0027837592586 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 416 | 2026-05-04T05:16:22.504Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6918ffb109c681d1 -C extra-filename=-385dfbf0e1ad5fad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 417 | 2026-05-04T05:16:22.504Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=cffde433c6b763d8 -C extra-filename=-d3ee7f85a96743d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 418 | 2026-05-04T05:16:22.504Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=e1c000fcbbb12705 -C extra-filename=-82d25e56b970b3ca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 419 | 2026-05-04T05:16:22.504Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e80ac9b176cc7d32 -C extra-filename=-607cef78597c7c47 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 420 | 2026-05-04T05:16:22.504Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=83602c16c285c246 -C extra-filename=-08b7f7e5f475f59c --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-08b7f7e5f475f59c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 421 | 2026-05-04T05:16:22.565Z | Compiling pin-project-lite v0.2.12 |
| 422 | 2026-05-04T05:16:22.573Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4cc3cd6f234b401 -C extra-filename=-b78d560a19514137 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 423 | 2026-05-04T05:16:22.615Z | Compiling autocfg v1.1.0 |
| 424 | 2026-05-04T05:16:22.618Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=419d26581466f70d -C extra-filename=-c8f13d2d082db26c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 425 | 2026-05-04T05:16:22.628Z | Compiling version_check v0.9.5 |
| 426 | 2026-05-04T05:16:22.632Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40f9aca7c45f2cf0 -C extra-filename=-47dc48a118f1eb12 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 427 | 2026-05-04T05:16:22.646Z | Compiling bytes v1.11.1 |
| 428 | 2026-05-04T05:16:22.653Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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=61d9e067f7736640 -C extra-filename=-5f1042fd82c1c1f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 429 | 2026-05-04T05:16:22.852Z | Running `/work/oxidecomputer/dropshot/target/debug/build/quote-4337ad271fd40c1a/build-script-build` |
| 430 | 2026-05-04T05:16:22.853Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-bbf5d710e61e9587/build-script-build` |
| 431 | 2026-05-04T05:16:22.856Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-08b7f7e5f475f59c/build-script-build` |
| 432 | 2026-05-04T05:16:22.889Z | Compiling futures-core v0.3.32 |
| 433 | 2026-05-04T05:16:22.893Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=d0058fb481d7e565 -C extra-filename=-c3d2dd9680a8332d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 434 | 2026-05-04T05:16:22.898Z | Compiling smallvec v1.13.2 |
| 435 | 2026-05-04T05:16:22.901Z | Compiling log v0.4.17 |
| 436 | 2026-05-04T05:16:22.901Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=fdfb199df5289519 -C extra-filename=-88a1f1fe0139468f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 437 | 2026-05-04T05:16:22.907Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=a7189214ff482910 -C extra-filename=-a26afb6af91c4587 --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)'` |
| 438 | 2026-05-04T05:16:22.907Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=cdf76668524c2dff -C extra-filename=-ec4d00d48a141c05 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-ec4d00d48a141c05 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 439 | 2026-05-04T05:16:22.907Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-0eb0027837592586/build-script-build` |
| 440 | 2026-05-04T05:16:22.949Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=0c6d749882c66dfe -C extra-filename=-c8ce6b8b0d54ece8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_picolibc)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
| 441 | 2026-05-04T05:16:23.029Z | Compiling once_cell v1.20.1 |
| 442 | 2026-05-04T05:16:23.037Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=83866c8a036ad4bf -C extra-filename=-8dd91888215993a7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 443 | 2026-05-04T05:16:23.097Z | Compiling serde v1.0.228 |
| 444 | 2026-05-04T05:16:23.105Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=8d3b78388088e170 -C extra-filename=-884970a252e733b8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-884970a252e733b8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 445 | 2026-05-04T05:16:23.157Z | Compiling zmij v1.0.2 |
| 446 | 2026-05-04T05:16:23.165Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=2c8637e98c72c002 -C extra-filename=-392039b53fc0ec82 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-392039b53fc0ec82 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 447 | 2026-05-04T05:16:23.168Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=0c626678a2b1a9c1 -C extra-filename=-d4952fd101572b1a --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-385dfbf0e1ad5fad.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` |
| 448 | 2026-05-04T05:16:23.197Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-ec4d00d48a141c05/build-script-build` |
| 449 | 2026-05-04T05:16:23.209Z | Compiling thiserror v2.0.18 |
| 450 | 2026-05-04T05:16:23.212Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e85fac1436650a0a -C extra-filename=-ad7d471cf4f90667 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-ad7d471cf4f90667 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 451 | 2026-05-04T05:16:23.226Z | Compiling parking_lot_core v0.9.4 |
| 452 | 2026-05-04T05:16:23.230Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=393342ce66c6724c -C extra-filename=-ee863e1c9cb865bb --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ee863e1c9cb865bb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 453 | 2026-05-04T05:16:23.280Z | Compiling serde_json v1.0.149 |
| 454 | 2026-05-04T05:16:23.289Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/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=a0a74574fea45e5f -C extra-filename=-5fd52a869f0cdf71 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-5fd52a869f0cdf71 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 455 | 2026-05-04T05:16:23.411Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-884970a252e733b8/build-script-build` |
| 456 | 2026-05-04T05:16:23.420Z | Compiling jobserver v0.1.34 |
| 457 | 2026-05-04T05:16:23.423Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50d801d849618636 -C extra-filename=-ee8377797deb8a5e --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow` |
| 458 | 2026-05-04T05:16:23.446Z | Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-392039b53fc0ec82/build-script-build` |
| 459 | 2026-05-04T05:16:23.456Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=75e9e0f437ebfc71 -C extra-filename=-de5f0a5072a800f0 --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-d3ee7f85a96743d1.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics` |
| 460 | 2026-05-04T05:16:23.493Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=a2336f75a1421d36 -C extra-filename=-5fa8e6363ab024ae --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)'` |
| 461 | 2026-05-04T05:16:23.493Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ee863e1c9cb865bb/build-script-build` |
| 462 | 2026-05-04T05:16:23.512Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ec679ebc27cf1765 -C extra-filename=-7fb99bfca51ccc37 --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-d4952fd101572b1a.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'` |
| 463 | 2026-05-04T05:16:23.515Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-5fd52a869f0cdf71/build-script-build` |
| 464 | 2026-05-04T05:16:23.528Z | Compiling slab v0.4.9 |
| 465 | 2026-05-04T05:16:23.532Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=e7234aec02af96f8 -C extra-filename=-a6654b79549de8f3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-a6654b79549de8f3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-c8f13d2d082db26c.rlib --cap-lints allow` |
| 466 | 2026-05-04T05:16:23.547Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-ad7d471cf4f90667/build-script-build` |
| 467 | 2026-05-04T05:16:23.651Z | Compiling scopeguard v1.2.0 |
| 468 | 2026-05-04T05:16:23.654Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=9a13bc31a7853f75 -C extra-filename=-0d0dd4a3cf41f33f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 469 | 2026-05-04T05:16:23.661Z | Compiling shlex v1.3.0 |
| 470 | 2026-05-04T05:16:23.665Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=144ee587a3fad693 -C extra-filename=-2618e594e96da3cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 471 | 2026-05-04T05:16:23.734Z | Compiling syn v2.0.117 |
| 472 | 2026-05-04T05:16:23.737Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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=1cede17fbdd4c168 -C extra-filename=-c18ef1b5808b0f13 --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-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-385dfbf0e1ad5fad.rmeta --cap-lints allow` |
| 473 | 2026-05-04T05:16:23.743Z | Compiling futures-sink v0.3.32 |
| 474 | 2026-05-04T05:16:23.751Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2496462649626bb2 -C extra-filename=-f79c5559e80f07f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 475 | 2026-05-04T05:16:23.754Z | Compiling find-msvc-tools v0.1.9 |
| 476 | 2026-05-04T05:16:23.758Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba2cc3ea45096e12 -C extra-filename=-0dfd6ccdcb3c98b0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 477 | 2026-05-04T05:16:23.772Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slab-a6654b79549de8f3/build-script-build` |
| 478 | 2026-05-04T05:16:23.788Z | Compiling lock_api v0.4.6 |
| 479 | 2026-05-04T05:16:23.791Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=fc9851a8675b67cc -C extra-filename=-ee16297a04d9573b --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-0d0dd4a3cf41f33f.rmeta --cap-lints allow` |
| 480 | 2026-05-04T05:16:23.833Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=7dd4c809366e2c31 -C extra-filename=-82809c0b95ee7fd5 --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-d3ee7f85a96743d1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-88a1f1fe0139468f.rmeta --cap-lints allow` |
| 481 | 2026-05-04T05:16:23.842Z | Compiling typenum v1.19.0 |
| 482 | 2026-05-04T05:16:23.845Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=1a07f136598bf4fc -C extra-filename=-9eaefc068f51e1e5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-9eaefc068f51e1e5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 483 | 2026-05-04T05:16:23.859Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=bfb4eccb9c182f7d -C extra-filename=-94ee0fba65192311 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 484 | 2026-05-04T05:16:23.889Z | Compiling cc v1.2.60 |
| 485 | 2026-05-04T05:16:23.897Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=f7f845f1463caf45 -C extra-filename=-5cd2d2f43afaa3bb --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-0dfd6ccdcb3c98b0.rmeta --extern jobserver=/work/oxidecomputer/dropshot/target/debug/deps/libjobserver-ee8377797deb8a5e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-2618e594e96da3cf.rmeta --cap-lints allow` |
| 486 | 2026-05-04T05:16:23.977Z | Compiling mio v1.2.0 |
| 487 | 2026-05-04T05:16:23.981Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=cd81463822f71f7b -C extra-filename=-b3dd018e4a0a3c11 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow` |
| 488 | 2026-05-04T05:16:23.989Z | Compiling socket2 v0.6.3 |
| 489 | 2026-05-04T05:16:23.997Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=dd67c2f706be832f -C extra-filename=-96836488c570e5e8 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow` |
| 490 | 2026-05-04T05:16:24.001Z | Compiling signal-hook-registry v1.4.0 |
| 491 | 2026-05-04T05:16:24.001Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9739c13be5226f4c -C extra-filename=-86f7dfecf57c61b1 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow` |
| 492 | 2026-05-04T05:16:24.130Z | Compiling parking_lot v0.12.1 |
| 493 | 2026-05-04T05:16:24.134Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=07c804bfdb9862c8 -C extra-filename=-b6acfb8e6adc55d8 --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-ee16297a04d9573b.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-82809c0b95ee7fd5.rmeta --cap-lints allow` |
| 494 | 2026-05-04T05:16:24.193Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-9eaefc068f51e1e5/build-script-build` |
| 495 | 2026-05-04T05:16:24.209Z | Compiling dunce v1.0.5 |
| 496 | 2026-05-04T05:16:24.217Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b399cfa87fd1b07 -C extra-filename=-193e6341c19b134e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 497 | 2026-05-04T05:16:24.302Z | Compiling stable_deref_trait v1.2.0 |
| 498 | 2026-05-04T05:16:24.305Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8949cdf99be4ec6b -C extra-filename=-3d8f1c638259f9de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 499 | 2026-05-04T05:16:24.390Z | Compiling fs_extra v1.3.0 |
| 500 | 2026-05-04T05:16:24.396Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31787913a7fe1ec9 -C extra-filename=-e1cce15ebd9570ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 501 | 2026-05-04T05:16:24.396Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=de6a6302240465be -C extra-filename=-fbf70bfad950d7d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 502 | 2026-05-04T05:16:24.418Z | Compiling futures-channel v0.3.32 |
| 503 | 2026-05-04T05:16:24.427Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=ef3a2e7443a22bef -C extra-filename=-584ee4ae876e49f2 --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-c3d2dd9680a8332d.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f79c5559e80f07f2.rmeta --cap-lints allow` |
| 504 | 2026-05-04T05:16:24.464Z | Compiling http v1.4.0 |
| 505 | 2026-05-04T05:16:24.468Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=703e6f4583d37d68 -C extra-filename=-945bb50acddcab85 --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-5f1042fd82c1c1f2.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-607cef78597c7c47.rmeta --cap-lints allow` |
| 506 | 2026-05-04T05:16:24.531Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=bd80f10dc7ae5ddf -C extra-filename=-baabdc2d5f2b5062 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-baabdc2d5f2b5062 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 507 | 2026-05-04T05:16:24.625Z | Compiling cmake v0.1.58 |
| 508 | 2026-05-04T05:16:24.628Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e9f5d320988b84d -C extra-filename=-13a99b46eb36aade --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-5cd2d2f43afaa3bb.rmeta --cap-lints allow` |
| 509 | 2026-05-04T05:16:24.637Z | Compiling getrandom v0.4.1 |
| 510 | 2026-05-04T05:16:24.640Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=4490c7c37502323f -C extra-filename=-d942d7def228306a --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-d942d7def228306a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 511 | 2026-05-04T05:16:24.728Z | Compiling futures-io v0.3.32 |
| 512 | 2026-05-04T05:16:24.731Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=e19472a6ebc1c849 -C extra-filename=-42a6e404b5015526 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 513 | 2026-05-04T05:16:24.860Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-baabdc2d5f2b5062/build-script-build` |
| 514 | 2026-05-04T05:16:24.928Z | Compiling futures-task v0.3.32 |
| 515 | 2026-05-04T05:16:24.936Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=9c20c8f6a6967d7c -C extra-filename=-c882e07be88c1c62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 516 | 2026-05-04T05:16:24.963Z | Compiling zeroize v1.8.2 |
| 517 | 2026-05-04T05:16:24.970Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=314d8ecaabb935f5 -C extra-filename=-2d28202684ee8f14 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 518 | 2026-05-04T05:16:24.974Z | Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-d942d7def228306a/build-script-build` |
| 519 | 2026-05-04T05:16:24.985Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=848673f9fd50d3ff -C extra-filename=-b50b4c3d6c87d331 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'` |
| 520 | 2026-05-04T05:16:25.028Z | Compiling bitflags v2.11.0 |
| 521 | 2026-05-04T05:16:25.031Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=ce2f743858000c49 -C extra-filename=-d8f468526f30f872 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 522 | 2026-05-04T05:16:25.099Z | Compiling httparse v1.10.0 |
| 523 | 2026-05-04T05:16:25.102Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=50899994d68ab2bb -C extra-filename=-57fdcabf60e3b0fa --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-57fdcabf60e3b0fa -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 524 | 2026-05-04T05:16:25.140Z | Compiling aws-lc-rs v1.16.3 |
| 525 | 2026-05-04T05:16:25.143Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=44d520497014c99c -C extra-filename=-94ff50a463df9051 --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-94ff50a463df9051 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 526 | 2026-05-04T05:16:25.161Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=d313f092692d694d -C extra-filename=-6da19babcabbed31 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-6da19babcabbed31 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 527 | 2026-05-04T05:16:25.175Z | Compiling aws-lc-sys v0.40.0 |
| 528 | 2026-05-04T05:16:25.178Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=e704fdfd49d2b6a6 -C extra-filename=-3081555374cb99e3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-3081555374cb99e3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-5cd2d2f43afaa3bb.rlib --extern cmake=/work/oxidecomputer/dropshot/target/debug/deps/libcmake-13a99b46eb36aade.rlib --extern dunce=/work/oxidecomputer/dropshot/target/debug/deps/libdunce-193e6341c19b134e.rlib --extern fs_extra=/work/oxidecomputer/dropshot/target/debug/deps/libfs_extra-e1cce15ebd9570ef.rlib --cap-lints allow` |
| 529 | 2026-05-04T05:16:25.267Z | Compiling ucd-trie v0.1.6 |
| 530 | 2026-05-04T05:16:25.271Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e34807803c1602c9 -C extra-filename=-74e608aebd0f9e24 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 531 | 2026-05-04T05:16:25.460Z | Compiling rustls-pki-types v1.14.1 |
| 532 | 2026-05-04T05:16:25.461Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-57fdcabf60e3b0fa/build-script-build` |
| 533 | 2026-05-04T05:16:25.464Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.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=e7bf3679deda0580 -C extra-filename=-057522a2ff08016a --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-2d28202684ee8f14.rmeta --cap-lints allow` |
| 534 | 2026-05-04T05:16:25.488Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-6da19babcabbed31/build-script-build` |
| 535 | 2026-05-04T05:16:25.501Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=61142e962c84d887 -C extra-filename=-a1d925e051947375 --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-d3ee7f85a96743d1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow` |
| 536 | 2026-05-04T05:16:25.528Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs --error-format=json --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=15c97b7113542e0d -C extra-filename=-82b3d7e1e0633e52 --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-607cef78597c7c47.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-82d25e56b970b3ca.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-5fa8e6363ab024ae.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
| 537 | 2026-05-04T05:16:25.541Z | Compiling rustversion v1.0.22 |
| 538 | 2026-05-04T05:16:25.544Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f70fe4088fe3406 -C extra-filename=-f036460091c5fde3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-f036460091c5fde3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 539 | 2026-05-04T05:16:25.577Z | Compiling litemap v0.7.4 |
| 540 | 2026-05-04T05:16:25.581Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=6b552952c8466ccc -C extra-filename=-d73b798f427e0708 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 541 | 2026-05-04T05:16:25.653Z | Compiling zerocopy v0.8.27 |
| 542 | 2026-05-04T05:16:25.656Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=3081350cf7be12d5 -C extra-filename=-66a801087f011401 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-66a801087f011401 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 543 | 2026-05-04T05:16:25.780Z | Compiling writeable v0.5.5 |
| 544 | 2026-05-04T05:16:25.783Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=baf4c6aac98e0a18 -C extra-filename=-4aa979ea13126fcd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 545 | 2026-05-04T05:16:25.905Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-f036460091c5fde3/build-script-build` |
| 546 | 2026-05-04T05:16:25.952Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bbdcb24fb7faaa0c -C extra-filename=-4a68297fef3a092f --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` |
| 547 | 2026-05-04T05:16:25.961Z | Compiling errno v0.3.10 |
| 548 | 2026-05-04T05:16:25.964Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9291613173cb8f47 -C extra-filename=-337f172b09f58867 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow` |
| 549 | 2026-05-04T05:16:26.051Z | Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-66a801087f011401/build-script-build` |
| 550 | 2026-05-04T05:16:26.061Z | Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-3081555374cb99e3/build-script-main` |
| 551 | 2026-05-04T05:16:26.070Z | Compiling crossbeam-utils v0.8.21 |
| 552 | 2026-05-04T05:16:26.074Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=644a9c885ef98b3b -C extra-filename=-bf07022d0230ba8d --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-bf07022d0230ba8d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 553 | 2026-05-04T05:16:26.089Z | Compiling rustix v1.1.4 |
| 554 | 2026-05-04T05:16:26.092Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=e07e405c9bb301c2 -C extra-filename=-f39bf745785fd3ba --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-f39bf745785fd3ba -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 555 | 2026-05-04T05:16:26.107Z | Compiling equivalent v1.0.0 |
| 556 | 2026-05-04T05:16:26.110Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef3c67683f46f2e9 -C extra-filename=-51132ef078fe0ea0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 557 | 2026-05-04T05:16:26.189Z | Compiling hashbrown v0.17.0 |
| 558 | 2026-05-04T05:16:26.192Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=6ce317fa3073ff7a -C extra-filename=-ed53139fafbf3f8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 559 | 2026-05-04T05:16:26.245Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5d000f066064111 -C extra-filename=-7242cf04f2646176 --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"))'` |
| 560 | 2026-05-04T05:16:26.390Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-bf07022d0230ba8d/build-script-build` |
| 561 | 2026-05-04T05:16:26.394Z | Compiling http-body v1.0.1 |
| 562 | 2026-05-04T05:16:26.398Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17224b802c0bd78b -C extra-filename=-8445cb2e0f9dd145 --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-5f1042fd82c1c1f2.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --cap-lints allow` |
| 563 | 2026-05-04T05:16:26.461Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-f39bf745785fd3ba/build-script-build` |
| 564 | 2026-05-04T05:16:26.540Z | Compiling synstructure v0.13.1 |
| 565 | 2026-05-04T05:16:26.543Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=90340be178dd6507 -C extra-filename=-1edffc1645bde777 --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-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --cap-lints allow` |
| 566 | 2026-05-04T05:16:26.655Z | Compiling tracing-core v0.1.32 |
| 567 | 2026-05-04T05:16:26.660Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=a36bc9aa702bf968 -C extra-filename=-ee4d93721e5b5648 --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-8dd91888215993a7.rmeta --cap-lints allow` |
| 568 | 2026-05-04T05:16:26.682Z | Compiling indexmap v2.14.0 |
| 569 | 2026-05-04T05:16:26.685Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=68fb1c76a2bec571 -C extra-filename=-009410dc439e3e0b --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-51132ef078fe0ea0.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-ed53139fafbf3f8a.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --cap-lints allow` |
| 570 | 2026-05-04T05:16:26.757Z | Compiling generic-array v0.14.5 |
| 571 | 2026-05-04T05:16:26.761Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=8e6d3363cb3ff603 -C extra-filename=-0f472e2848659664 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-0f472e2848659664 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-47dc48a118f1eb12.rlib --cap-lints allow` |
| 572 | 2026-05-04T05:16:26.834Z | Compiling percent-encoding v2.3.2 |
| 573 | 2026-05-04T05:16:26.838Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=519531c79328772f -C extra-filename=-46bcf0bc6a743dbd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 574 | 2026-05-04T05:16:26.844Z | Compiling atomic-waker v1.1.2 |
| 575 | 2026-05-04T05:16:26.847Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=7829365ee5f692b2 -C extra-filename=-b80da2048908772a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 576 | 2026-05-04T05:16:26.964Z | Compiling icu_locid_transform_data v1.5.0 |
| 577 | 2026-05-04T05:16:26.967Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a1c822c92855d42 -C extra-filename=-ee1d362923ea9370 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 578 | 2026-05-04T05:16:26.988Z | Compiling num-conv v0.2.0 |
| 579 | 2026-05-04T05:16:26.991Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed5eee829b218097 -C extra-filename=-315a78bc0384d61a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 580 | 2026-05-04T05:16:27.028Z | Compiling powerfmt v0.2.0 |
| 581 | 2026-05-04T05:16:27.031Z | Compiling time-core v0.1.8 |
| 582 | 2026-05-04T05:16:27.031Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=2c723c5fb9dc85da -C extra-filename=-5016b9c4d16a47f3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 583 | 2026-05-04T05:16:27.031Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=dbd8dd394aed0c2b -C extra-filename=-95dd2ab3fb000547 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 584 | 2026-05-04T05:16:27.048Z | Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-0f472e2848659664/build-script-build` |
| 585 | 2026-05-04T05:16:27.086Z | Compiling tracing v0.1.40 |
| 586 | 2026-05-04T05:16:27.090Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=ef06eb77a12332a6 -C extra-filename=-fb1acfe66e7b8d1a --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-b78d560a19514137.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-ee4d93721e5b5648.rmeta --cap-lints allow` |
| 587 | 2026-05-04T05:16:27.109Z | Compiling slog v2.8.2 |
| 588 | 2026-05-04T05:16:27.112Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=e0fb0730d7ad35d9 -C extra-filename=-b647e98a3dc38cc5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-b647e98a3dc38cc5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-7242cf04f2646176.so --cap-lints allow` |
| 589 | 2026-05-04T05:16:27.175Z | Compiling time-macros v0.2.27 |
| 590 | 2026-05-04T05:16:27.178Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=789c2495ba909618 -C extra-filename=-a20fbb2c2ee709eb --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-315a78bc0384d61a.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-95dd2ab3fb000547.rlib --extern proc_macro --cap-lints allow` |
| 591 | 2026-05-04T05:16:27.234Z | Compiling deranged v0.5.5 |
| 592 | 2026-05-04T05:16:27.237Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=3f3923538091fbec -C extra-filename=-6f37788547dd35d7 --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-5016b9c4d16a47f3.rmeta --cap-lints allow` |
| 593 | 2026-05-04T05:16:27.264Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=d3808dd7488587ac -C extra-filename=-d43043cd63b77e15 --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-d8f468526f30f872.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-337f172b09f58867.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish` |
| 594 | 2026-05-04T05:16:27.303Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=e076ceddf738177e -C extra-filename=-7e8da5c7b5945ca6 --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)'` |
| 595 | 2026-05-04T05:16:27.320Z | Compiling rustls v0.23.40 |
| 596 | 2026-05-04T05:16:27.323Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.40/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=b3e11bbc0a78e737 -C extra-filename=-470cac50b2186f12 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-470cac50b2186f12 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 597 | 2026-05-04T05:16:27.336Z | Compiling rustix v0.38.44 |
| 598 | 2026-05-04T05:16:27.339Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=e1800c926955e9aa -C extra-filename=-705b2a4c28e2b308 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-705b2a4c28e2b308 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 599 | 2026-05-04T05:16:27.530Z | Compiling getrandom v0.3.4 |
| 600 | 2026-05-04T05:16:27.534Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=63265561847c4f93 -C extra-filename=-b54b8fd6473fccf2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-b54b8fd6473fccf2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 601 | 2026-05-04T05:16:27.684Z | Compiling fnv v1.0.7 |
| 602 | 2026-05-04T05:16:27.687Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=623644bf0b533064 -C extra-filename=-14d0b8f0bc5bc9db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 603 | 2026-05-04T05:16:27.744Z | Compiling serde_derive v1.0.228 |
| 604 | 2026-05-04T05:16:27.747Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=b08175768e98282f -C extra-filename=-7608abffe9d582b8 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow` |
| 605 | 2026-05-04T05:16:27.773Z | Compiling thiserror-impl v2.0.18 |
| 606 | 2026-05-04T05:16:27.776Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76fd7cae39ec41b1 -C extra-filename=-9da4f89a2c4e48a8 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow` |
| 607 | 2026-05-04T05:16:27.797Z | Compiling zerofrom-derive v0.1.5 |
| 608 | 2026-05-04T05:16:27.801Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b309a4c554f8079 -C extra-filename=-c1c093070ffa86ac --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-1edffc1645bde777.rlib --extern proc_macro --cap-lints allow` |
| 609 | 2026-05-04T05:16:27.858Z | Compiling tokio-macros v2.7.0 |
| 610 | 2026-05-04T05:16:27.861Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a029777e30fc47d5 -C extra-filename=-6ab41e8f081774fd --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow` |
| 611 | 2026-05-04T05:16:28.108Z | Compiling yoke-derive v0.7.5 |
| 612 | 2026-05-04T05:16:28.111Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ad7d6e07a1d5c78 -C extra-filename=-31456b5a882205af --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-1edffc1645bde777.rlib --extern proc_macro --cap-lints allow` |
| 613 | 2026-05-04T05:16:28.136Z | Compiling zerovec-derive v0.10.3 |
| 614 | 2026-05-04T05:16:28.139Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96d8f9b0046b5097 -C extra-filename=-012af96491d6575d --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow` |
| 615 | 2026-05-04T05:16:28.201Z | Compiling displaydoc v0.2.5 |
| 616 | 2026-05-04T05:16:28.204Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1bdb47635884f42b -C extra-filename=-cbe17bb89460aff2 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow` |
| 617 | 2026-05-04T05:16:28.592Z | Compiling tokio v1.52.1 |
| 618 | 2026-05-04T05:16:28.600Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.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", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=efc7af442993bb56 -C extra-filename=-5c6e5675f7ed4873 --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-5f1042fd82c1c1f2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-b3dd018e4a0a3c11.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-b6acfb8e6adc55d8.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-86f7dfecf57c61b1.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-96836488c570e5e8.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-6ab41e8f081774fd.so --cap-lints allow` |
| 619 | 2026-05-04T05:16:28.940Z | Compiling futures-macro v0.3.32 |
| 620 | 2026-05-04T05:16:28.943Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef73aeef80408f98 -C extra-filename=-dbdb680b075e13f0 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow` |
| 621 | 2026-05-04T05:16:28.955Z | Compiling zerofrom v0.1.5 |
| 622 | 2026-05-04T05:16:28.957Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=759187dc170977f8 -C extra-filename=-2b04c1fcf4c7d369 --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-c1c093070ffa86ac.so --cap-lints allow` |
| 623 | 2026-05-04T05:16:28.966Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=826d50a9400bb89a -C extra-filename=-59d3dadefb335f1c --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-9da4f89a2c4e48a8.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
| 624 | 2026-05-04T05:16:29.064Z | Compiling pest v2.8.1 |
| 625 | 2026-05-04T05:16:29.067Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=1a3c31342fc37bb1 -C extra-filename=-cab268f54f3b6c7b --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-82d25e56b970b3ca.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-74e608aebd0f9e24.rmeta --cap-lints allow` |
| 626 | 2026-05-04T05:16:29.073Z | Compiling icu_provider_macros v1.5.0 |
| 627 | 2026-05-04T05:16:29.076Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08115aaf1716dafa -C extra-filename=-9221ff3f54a71e02 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow` |
| 628 | 2026-05-04T05:16:30.111Z | Compiling yoke v0.7.5 |
| 629 | 2026-05-04T05:16:30.115Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=63b0a33e67cdf006 -C extra-filename=-9e1fe2e48434abca --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-3d8f1c638259f9de.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-31456b5a882205af.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-2b04c1fcf4c7d369.rmeta --cap-lints allow` |
| 630 | 2026-05-04T05:16:30.115Z | Compiling zerocopy-derive v0.8.27 |
| 631 | 2026-05-04T05:16:30.115Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=194111c6453956a4 -C extra-filename=-25a9e2425d9380a1 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow` |
| 632 | 2026-05-04T05:16:30.115Z | Compiling zerovec v0.10.4 |
| 633 | 2026-05-04T05:16:30.115Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=995d96fe8101183a -C extra-filename=-2bc74b6f3cea9f53 --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-9e1fe2e48434abca.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-2b04c1fcf4c7d369.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-012af96491d6575d.so --cap-lints allow` |
| 634 | 2026-05-04T05:16:30.115Z | Compiling num_threads v0.1.3 |
| 635 | 2026-05-04T05:16:30.115Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72d8a40c4b1b2cc2 -C extra-filename=-612b7f060cd4da8b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 636 | 2026-05-04T05:16:30.115Z | Compiling fastrand v2.1.1 |
| 637 | 2026-05-04T05:16:30.115Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=f0b46736e4c96cde -C extra-filename=-24b11155f68db4d4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 638 | 2026-05-04T05:16:30.115Z | Compiling futures-util v0.3.32 |
| 639 | 2026-05-04T05:16:30.115Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=10eaee19ea381495 -C extra-filename=-915d5317b85d7259 --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-584ee4ae876e49f2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-42a6e404b5015526.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-dbdb680b075e13f0.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f79c5559e80f07f2.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c882e07be88c1c62.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-82d25e56b970b3ca.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-94ee0fba65192311.rmeta --cap-lints allow` |
| 640 | 2026-05-04T05:16:30.115Z | Compiling icu_properties_data v1.5.0 |
| 641 | 2026-05-04T05:16:30.115Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3fe5d1a4690d2d2 -C extra-filename=-f789d94fae3c9594 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 642 | 2026-05-04T05:16:30.166Z | Compiling tinystr v0.7.6 |
| 643 | 2026-05-04T05:16:30.170Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=c0180b6cd3a673b3 -C extra-filename=-f8c632a5dcad33c0 --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-cbe17bb89460aff2.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow` |
| 644 | 2026-05-04T05:16:30.261Z | Compiling pest_meta v2.8.1 |
| 645 | 2026-05-04T05:16:30.264Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=fd6ea9196e5a31cb -C extra-filename=-5b82b2e87d8e9bc6 --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-cab268f54f3b6c7b.rmeta --cap-lints allow` |
| 646 | 2026-05-04T05:16:30.349Z | Compiling icu_locid v1.5.0 |
| 647 | 2026-05-04T05:16:30.352Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=bf454df343476fed -C extra-filename=-d2fdd14f5655ebab --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-cbe17bb89460aff2.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-d73b798f427e0708.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f8c632a5dcad33c0.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-4aa979ea13126fcd.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow` |
| 648 | 2026-05-04T05:16:30.359Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=2f29eddb723615f7 -C extra-filename=-513ffeb57b482408 --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-a26afb6af91c4587.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-7608abffe9d582b8.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)'` |
| 649 | 2026-05-04T05:16:30.368Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c7f8b46454118eac -C extra-filename=-b8cf47122cf1526c --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-b50b4c3d6c87d331.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-7608abffe9d582b8.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)'` |
| 650 | 2026-05-04T05:16:30.423Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=0a2f40289d1a16a5 -C extra-filename=-f3e77e98f7951918 --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-25a9e2425d9380a1.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)'` |
| 651 | 2026-05-04T05:16:30.845Z | Compiling pest_generator v2.8.1 |
| 652 | 2026-05-04T05:16:30.848Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=d5e9fe487b51e22e -C extra-filename=-dce78425df6f0d9f --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-cab268f54f3b6c7b.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-5b82b2e87d8e9bc6.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --cap-lints allow` |
| 653 | 2026-05-04T05:16:30.856Z | Compiling icu_provider v1.5.0 |
| 654 | 2026-05-04T05:16:30.860Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=4aa2a6255033cf18 -C extra-filename=-f99dc3db073f8a69 --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-cbe17bb89460aff2.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-d2fdd14f5655ebab.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-9221ff3f54a71e02.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-3d8f1c638259f9de.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f8c632a5dcad33c0.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-4aa979ea13126fcd.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-9e1fe2e48434abca.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-2b04c1fcf4c7d369.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow` |
| 655 | 2026-05-04T05:16:31.257Z | Compiling icu_locid_transform v1.5.0 |
| 656 | 2026-05-04T05:16:31.260Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=70f9f232c0f2d95d -C extra-filename=-f786c1e080cbb288 --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-cbe17bb89460aff2.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-d2fdd14f5655ebab.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-ee1d362923ea9370.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-f99dc3db073f8a69.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f8c632a5dcad33c0.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow` |
| 657 | 2026-05-04T05:16:31.319Z | Compiling icu_collections v1.5.0 |
| 658 | 2026-05-04T05:16:31.322Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=dd7f00e8846e833a -C extra-filename=-c81b04c753d64f82 --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-cbe17bb89460aff2.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-9e1fe2e48434abca.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-2b04c1fcf4c7d369.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow` |
| 659 | 2026-05-04T05:16:31.447Z | Compiling try-lock v0.2.3 |
| 660 | 2026-05-04T05:16:31.450Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de0dd99b443ca3e8 -C extra-filename=-311896b8ab21cc6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 661 | 2026-05-04T05:16:31.522Z | Compiling pest_derive v2.8.1 |
| 662 | 2026-05-04T05:16:31.524Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=fed12e3e8a207749 -C extra-filename=-6dd493f265339551 --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-cab268f54f3b6c7b.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-dce78425df6f0d9f.rlib --extern proc_macro --cap-lints allow` |
| 663 | 2026-05-04T05:16:31.546Z | Compiling untrusted v0.9.0 |
| 664 | 2026-05-04T05:16:31.549Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13bf38bb5dfce4ba -C extra-filename=-367d3cc6719c6c17 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 665 | 2026-05-04T05:16:31.662Z | Compiling ppv-lite86 v0.2.15 |
| 666 | 2026-05-04T05:16:31.665Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=3211d84868efbf58 -C extra-filename=-aa1e9615c259b9f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 667 | 2026-05-04T05:16:31.816Z | Compiling icu_properties v1.5.1 |
| 668 | 2026-05-04T05:16:31.819Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=48c2a35588c243bf -C extra-filename=-9f656b0c52cc2be8 --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-cbe17bb89460aff2.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-c81b04c753d64f82.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-f786c1e080cbb288.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-f789d94fae3c9594.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-f99dc3db073f8a69.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f8c632a5dcad33c0.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow` |
| 669 | 2026-05-04T05:16:31.912Z | Compiling want v0.3.0 |
| 670 | 2026-05-04T05:16:31.915Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2fd4f4c0cef01b8 -C extra-filename=-f6e2e4bd6db165a0 --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-de5f0a5072a800f0.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-311896b8ab21cc6c.rmeta --cap-lints allow` |
| 671 | 2026-05-04T05:16:31.944Z | Compiling serde_tokenstream v0.2.3 |
| 672 | 2026-05-04T05:16:31.947Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25fd8e7d86849add -C extra-filename=-f19907f805c62782 --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-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --cap-lints allow` |
| 673 | 2026-05-04T05:16:32.073Z | Compiling tokio-util v0.7.18 |
| 674 | 2026-05-04T05:16:32.076Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=677c5aa22e7b15b7 -C extra-filename=-ff5869c9ffcbed55 --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-5f1042fd82c1c1f2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f79c5559e80f07f2.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rmeta --cap-lints allow` |
| 675 | 2026-05-04T05:16:32.076Z | Compiling dtrace-parser v0.3.0 |
| 676 | 2026-05-04T05:16:32.076Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5cfebc7c0dcb5e70 -C extra-filename=-761ac58fbf14c27f --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-cab268f54f3b6c7b.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-6dd493f265339551.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --cap-lints allow` |
| 677 | 2026-05-04T05:16:32.076Z | Compiling erased-serde v0.3.31 |
| 678 | 2026-05-04T05:16:32.076Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=3ef97dc659b54625 -C extra-filename=-46839a38e598e43d --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-513ffeb57b482408.rmeta --cap-lints allow` |
| 679 | 2026-05-04T05:16:32.226Z | Compiling time v0.3.47 |
| 680 | 2026-05-04T05:16:32.229Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=b7864de1f97fb588 -C extra-filename=-ebe3c4e390073f8d --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-6f37788547dd35d7.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-607cef78597c7c47.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-315a78bc0384d61a.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-612b7f060cd4da8b.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-5016b9c4d16a47f3.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-95dd2ab3fb000547.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-a20fbb2c2ee709eb.so --cap-lints allow` |
| 681 | 2026-05-04T05:16:32.342Z | Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-b54b8fd6473fccf2/build-script-build` |
| 682 | 2026-05-04T05:16:32.354Z | Compiling scroll_derive v0.13.1 |
| 683 | 2026-05-04T05:16:32.357Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b4b14a3243d28cc -C extra-filename=-06914964811a70f5 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow` |
| 684 | 2026-05-04T05:16:32.557Z | Compiling h2 v0.4.6 |
| 685 | 2026-05-04T05:16:32.560Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=73f5fe881fd8fca9 -C extra-filename=-31bded7dc9e2e7a5 --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-b80da2048908772a.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-14d0b8f0bc5bc9db.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f79c5559e80f07f2.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-94ee0fba65192311.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-fb1acfe66e7b8d1a.rmeta --cap-lints allow` |
| 686 | 2026-05-04T05:16:32.688Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-705b2a4c28e2b308/build-script-build` |
| 687 | 2026-05-04T05:16:32.772Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-b647e98a3dc38cc5/build-script-build` |
| 688 | 2026-05-04T05:16:32.792Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=ad17c5b1dde7a99d -C extra-filename=-3531da0b96fe0e23 --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-fbf70bfad950d7d1.rmeta --cap-lints allow --cfg relaxed_coherence` |
| 689 | 2026-05-04T05:16:32.935Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs --error-format=json --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=04df35d0534b7a27 -C extra-filename=-b37d734b1655ae33 --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-607cef78597c7c47.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-82d25e56b970b3ca.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-b50b4c3d6c87d331.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-5fa8e6363ab024ae.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
| 690 | 2026-05-04T05:16:33.182Z | Compiling thread-id v5.0.0 |
| 691 | 2026-05-04T05:16:33.185Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a5a38dbae123f02 -C extra-filename=-59a04de8047ff579 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow` |
| 692 | 2026-05-04T05:16:33.245Z | Compiling num-traits v0.2.14 |
| 693 | 2026-05-04T05:16:33.247Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=117b88b974c844bd -C extra-filename=-898018bdfdf849e9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-898018bdfdf849e9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-c8f13d2d082db26c.rlib --cap-lints allow` |
| 694 | 2026-05-04T05:16:33.260Z | Compiling unicase v2.6.0 |
| 695 | 2026-05-04T05:16:33.263Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=857be9fd9a005020 -C extra-filename=-1791cc2de14e8631 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-1791cc2de14e8631 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-47dc48a118f1eb12.rlib --cap-lints allow` |
| 696 | 2026-05-04T05:16:33.280Z | Compiling crc32fast v1.5.0 |
| 697 | 2026-05-04T05:16:33.282Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=766ad0764949b168 -C extra-filename=-77ddf1cf7e67dcf4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crc32fast-77ddf1cf7e67dcf4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 698 | 2026-05-04T05:16:33.476Z | Compiling httpdate v1.0.1 |
| 699 | 2026-05-04T05:16:33.479Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=600aeb8c03dec95e -C extra-filename=-65fcdf711dbdbbed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 700 | 2026-05-04T05:16:33.494Z | Compiling usdt-impl v0.6.0 |
| 701 | 2026-05-04T05:16:33.497Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=bab808eba6749be3 -C extra-filename=-83bb914df3b9a892 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-83bb914df3b9a892 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 702 | 2026-05-04T05:16:33.573Z | Compiling utf16_iter v1.0.5 |
| 703 | 2026-05-04T05:16:33.576Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf6f6a419c49551c -C extra-filename=-1b84b45eec328e4c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 704 | 2026-05-04T05:16:33.705Z | Compiling write16 v1.0.0 |
| 705 | 2026-05-04T05:16:33.707Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=2821a9b0827d4bdd -C extra-filename=-d8cf85931829188b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 706 | 2026-05-04T05:16:33.718Z | Compiling utf8_iter v1.0.4 |
| 707 | 2026-05-04T05:16:33.721Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=363bec33412e1986 -C extra-filename=-110a72bd9117a75d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 708 | 2026-05-04T05:16:33.742Z | Compiling base64 v0.22.1 |
| 709 | 2026-05-04T05:16:33.744Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=4f36cea6e50386b0 -C extra-filename=-809ff91b24bb5908 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 710 | 2026-05-04T05:16:33.750Z | Compiling byteorder v1.4.3 |
| 711 | 2026-05-04T05:16:33.753Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=b09dd24ae54cdc50 -C extra-filename=-7d9ee202ed1d8287 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 712 | 2026-05-04T05:16:33.792Z | Compiling icu_normalizer_data v1.5.0 |
| 713 | 2026-05-04T05:16:33.795Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dccadbd41f25e672 -C extra-filename=-b055f60771f0e52b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 714 | 2026-05-04T05:16:33.859Z | Compiling paste v1.0.15 |
| 715 | 2026-05-04T05:16:33.859Z | Compiling tower-service v0.3.3 |
| 716 | 2026-05-04T05:16:33.862Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51452b7e10d98647 -C extra-filename=-6e76c5b4ec2d22f1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 717 | 2026-05-04T05:16:33.862Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cff4e09d5b5b0887 -C extra-filename=-ae65f8f6893fcc49 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-ae65f8f6893fcc49 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 718 | 2026-05-04T05:16:33.954Z | Compiling subtle v2.5.0 |
| 719 | 2026-05-04T05:16:33.957Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=748f97f0b5fb1775 -C extra-filename=-c28dfcf4988896fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 720 | 2026-05-04T05:16:33.964Z | Compiling tower-layer v0.3.3 |
| 721 | 2026-05-04T05:16:33.966Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f721c4aac84903c -C extra-filename=-25d67e0342af1ff9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 722 | 2026-05-04T05:16:34.050Z | Compiling icu_normalizer v1.5.0 |
| 723 | 2026-05-04T05:16:34.053Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=159bbcd45b3e080d -C extra-filename=-6bd07f31ea16bc5b --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-cbe17bb89460aff2.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-c81b04c753d64f82.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-b055f60771f0e52b.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-9f656b0c52cc2be8.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-f99dc3db073f8a69.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-88a1f1fe0139468f.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-1b84b45eec328e4c.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-110a72bd9117a75d.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-d8cf85931829188b.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow` |
| 724 | 2026-05-04T05:16:34.060Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-83bb914df3b9a892/build-script-build` |
| 725 | 2026-05-04T05:16:34.072Z | Compiling dof v0.4.0 |
| 726 | 2026-05-04T05:16:34.074Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=2e9894a3b62d1409 -C extra-filename=-430a0152cde1b388 --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-b8cf47122cf1526c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b37d734b1655ae33.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-f3e77e98f7951918.rmeta --cap-lints allow` |
| 727 | 2026-05-04T05:16:34.098Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-77ddf1cf7e67dcf4/build-script-build` |
| 728 | 2026-05-04T05:16:34.113Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-1791cc2de14e8631/build-script-build` |
| 729 | 2026-05-04T05:16:34.144Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-898018bdfdf849e9/build-script-build` |
| 730 | 2026-05-04T05:16:34.153Z | Running `/work/oxidecomputer/dropshot/target/debug/build/paste-ae65f8f6893fcc49/build-script-build` |
| 731 | 2026-05-04T05:16:34.190Z | Compiling scroll v0.13.0 |
| 732 | 2026-05-04T05:16:34.193Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=18abd96cc49be84b -C extra-filename=-a8656cd2088d8d1f --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-06914964811a70f5.so --cap-lints allow` |
| 733 | 2026-05-04T05:16:34.234Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=a009eb2f7cde78a3 -C extra-filename=-1ef430b4257da531 --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-46839a38e598e43d.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'` |
| 734 | 2026-05-04T05:16:34.351Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=db5ed3643d9a72dd -C extra-filename=-8a0e55a9d830542d --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-d8f468526f30f872.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-337f172b09f58867.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
| 735 | 2026-05-04T05:16:34.461Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=fb8fb09f1eb41180 -C extra-filename=-c5319e52217cc768 --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-d3ee7f85a96743d1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow` |
| 736 | 2026-05-04T05:16:34.529Z | Compiling hyper v1.9.0 |
| 737 | 2026-05-04T05:16:34.532Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=40368e48c2b7c0a5 -C extra-filename=-fd49c1873a2d0f2f --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-b80da2048908772a.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-584ee4ae876e49f2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-31bded7dc9e2e7a5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-8445cb2e0f9dd145.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-4a68297fef3a092f.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-65fcdf711dbdbbed.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-607cef78597c7c47.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-88a1f1fe0139468f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-f6e2e4bd6db165a0.rmeta --cap-lints allow` |
| 738 | 2026-05-04T05:16:34.632Z | Compiling form_urlencoded v1.2.2 |
| 739 | 2026-05-04T05:16:34.635Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a3218dcdcac4ee03 -C extra-filename=-8941cfa5047fc91e --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-46bcf0bc6a743dbd.rmeta --cap-lints allow` |
| 740 | 2026-05-04T05:16:34.642Z | Compiling hybrid-array v0.4.8 |
| 741 | 2026-05-04T05:16:34.645Z | Compiling plain v0.2.3 |
| 742 | 2026-05-04T05:16:34.645Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=01ffd87512a13e1d -C extra-filename=-5122cee07f1dc857 --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-fbf70bfad950d7d1.rmeta --cap-lints allow` |
| 743 | 2026-05-04T05:16:34.646Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=410a3f59e6678dc7 -C extra-filename=-71c69e4bd4a4159e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 744 | 2026-05-04T05:16:34.749Z | Compiling mime v0.3.16 |
| 745 | 2026-05-04T05:16:34.752Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f92674d984e6034 -C extra-filename=-c450cf3c158c8e59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 746 | 2026-05-04T05:16:34.807Z | Compiling simd-adler32 v0.3.7 |
| 747 | 2026-05-04T05:16:34.815Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=cc27ff9bdf5fc411 -C extra-filename=-d083dd37d62f1eae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 748 | 2026-05-04T05:16:34.825Z | Compiling adler2 v2.0.1 |
| 749 | 2026-05-04T05:16:34.855Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=e5983f5b343299ca -C extra-filename=-4342fd62d83071c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 750 | 2026-05-04T05:16:34.997Z | Compiling miniz_oxide v0.8.9 |
| 751 | 2026-05-04T05:16:35.001Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=505038c1af4d07a7 -C extra-filename=-0c380fd763ffabef --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-4342fd62d83071c0.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-d083dd37d62f1eae.rmeta --cap-lints allow` |
| 752 | 2026-05-04T05:16:35.026Z | Compiling goblin v0.10.1 |
| 753 | 2026-05-04T05:16:35.026Z | Compiling rand_core v0.9.5 |
| 754 | 2026-05-04T05:16:35.029Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=b0eb9ed55e8e9406 -C extra-filename=-c0354eb220383f81 --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-de5f0a5072a800f0.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-71c69e4bd4a4159e.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-a8656cd2088d8d1f.rmeta --cap-lints allow` |
| 755 | 2026-05-04T05:16:35.029Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=94ddc9f2a6a9ba1e -C extra-filename=-bb85f4f5c5c2a61d --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-c5319e52217cc768.rmeta --cap-lints allow` |
| 756 | 2026-05-04T05:16:35.127Z | Compiling idna_adapter v1.2.0 |
| 757 | 2026-05-04T05:16:35.130Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=9d233af60e3fe836 -C extra-filename=-6477ec3f77575848 --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-6bd07f31ea16bc5b.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-9f656b0c52cc2be8.rmeta --cap-lints allow` |
| 758 | 2026-05-04T05:16:35.239Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=427c0866061ded48 -C extra-filename=-a2773beafb3ab28b --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-7d9ee202ed1d8287.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-430a0152cde1b388.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-761ac58fbf14c27f.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b37d734b1655ae33.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-59a04de8047ff579.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)'` |
| 759 | 2026-05-04T05:16:35.242Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=6f845dd2413ffb3f -C extra-filename=-6ec19011e85db007 --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` |
| 760 | 2026-05-04T05:16:35.265Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c3c05b67b77e3b74 -C extra-filename=-4845ef09cea946c4 --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` |
| 761 | 2026-05-04T05:16:35.462Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5055778a0b233028 -C extra-filename=-eeb66b7ad5d8d84b --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"))'` |
| 762 | 2026-05-04T05:16:35.632Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=f7224f6347fc8e57 -C extra-filename=-8dda9323008f5320 --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-d3ee7f85a96743d1.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'` |
| 763 | 2026-05-04T05:16:35.658Z | Compiling crypto-common v0.1.6 |
| 764 | 2026-05-04T05:16:35.660Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=fe1fa0653e2149d7 -C extra-filename=-100eb350d3d20347 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-3531da0b96fe0e23.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-fbf70bfad950d7d1.rmeta --cap-lints allow` |
| 765 | 2026-05-04T05:16:35.764Z | Compiling block-buffer v0.10.2 |
| 766 | 2026-05-04T05:16:35.764Z | Compiling getrandom v0.2.11 |
| 767 | 2026-05-04T05:16:35.767Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09ef9007a7860d54 -C extra-filename=-8855c4ee4320f7c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-3531da0b96fe0e23.rmeta --cap-lints allow` |
| 768 | 2026-05-04T05:16:35.767Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=23b0861826f5c1d3 -C extra-filename=-52ef9e62394ca32a --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-d3ee7f85a96743d1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow` |
| 769 | 2026-05-04T05:16:35.794Z | Compiling winnow v1.0.0 |
| 770 | 2026-05-04T05:16:35.803Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=0f8c7993aacb7a65 -C extra-filename=-dfebe2650e7c952e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 771 | 2026-05-04T05:16:35.822Z | Compiling pretty-hex v0.4.1 |
| 772 | 2026-05-04T05:16:35.825Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=05b02139450ef5aa -C extra-filename=-ad7aab3b87a70365 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 773 | 2026-05-04T05:16:35.892Z | Compiling unicode-width v0.1.9 |
| 774 | 2026-05-04T05:16:35.895Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=82284855a43915a0 -C extra-filename=-b3eee0672bd8e59f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 775 | 2026-05-04T05:16:35.952Z | Compiling ryu v1.0.5 |
| 776 | 2026-05-04T05:16:35.955Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=940cc60852f10c0f -C extra-filename=-d551be555f5985a2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-d551be555f5985a2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 777 | 2026-05-04T05:16:35.967Z | Compiling iana-time-zone v0.1.47 |
| 778 | 2026-05-04T05:16:35.969Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=521964ae01294463 -C extra-filename=-86258f6d86814854 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 779 | 2026-05-04T05:16:35.969Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=bedc3b356480650d -C extra-filename=-0f9f7f8a68799b17 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-0f9f7f8a68799b17 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 780 | 2026-05-04T05:16:35.992Z | Compiling ipnet v2.10.0 |
| 781 | 2026-05-04T05:16:35.995Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=260b88e87e6c67f4 -C extra-filename=-a1e335ccd607f787 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 782 | 2026-05-04T05:16:36.143Z | Compiling unicode-segmentation v1.10.0 |
| 783 | 2026-05-04T05:16:36.146Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=02a32f81dc5eb2b2 -C extra-filename=-ba429c274eb1ddd6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 784 | 2026-05-04T05:16:36.186Z | Compiling lazy_static v1.5.0 |
| 785 | 2026-05-04T05:16:36.189Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=b7b9bffa02488373 -C extra-filename=-574320271b6fd1bc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 786 | 2026-05-04T05:16:36.223Z | Compiling openssl-probe v0.2.1 |
| 787 | 2026-05-04T05:16:36.231Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b85447c6429323de -C extra-filename=-a8f7286fc347e804 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 788 | 2026-05-04T05:16:36.245Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-d551be555f5985a2/build-script-build` |
| 789 | 2026-05-04T05:16:36.278Z | Compiling console v0.15.7 |
| 790 | 2026-05-04T05:16:36.281Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=292e58331f1a660b -C extra-filename=-4bc097e2a5fbe4e7 --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-574320271b6fd1bc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-b3eee0672bd8e59f.rmeta --cap-lints allow` |
| 791 | 2026-05-04T05:16:36.287Z | Compiling hyper-util v0.1.20 |
| 792 | 2026-05-04T05:16:36.290Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=71ea7d427993f138 -C extra-filename=-115414807f219a1f --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-809ff91b24bb5908.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-584ee4ae876e49f2.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-915d5317b85d7259.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-8445cb2e0f9dd145.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-a1e335ccd607f787.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-96836488c570e5e8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-25d67e0342af1ff9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-fb1acfe66e7b8d1a.rmeta --cap-lints allow` |
| 793 | 2026-05-04T05:16:36.411Z | Compiling rustls-native-certs v0.8.3 |
| 794 | 2026-05-04T05:16:36.415Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0fa8ae9fde0707c -C extra-filename=-40ee800749fa5d0c --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-a8f7286fc347e804.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --cap-lints allow` |
| 795 | 2026-05-04T05:16:36.415Z | Compiling newline-converter v0.3.0 |
| 796 | 2026-05-04T05:16:36.415Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62f66cca23e76266 -C extra-filename=-cbc54f8a8783710f --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-ba429c274eb1ddd6.rmeta --cap-lints allow` |
| 797 | 2026-05-04T05:16:36.490Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-0f9f7f8a68799b17/build-script-build` |
| 798 | 2026-05-04T05:16:36.502Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 799 | 2026-05-04T05:16:36.505Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=a8670a1976669ca6 -C extra-filename=-f3acbd7559b4a929 --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-dfebe2650e7c952e.rmeta --cap-lints allow` |
| 800 | 2026-05-04T05:16:36.512Z | Compiling chrono v0.4.44 |
| 801 | 2026-05-04T05:16:36.514Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.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 --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=ae11a26c5e8fef96 -C extra-filename=-4ee301a8d720d2f3 --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-86258f6d86814854.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-6ec19011e85db007.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --cap-lints allow` |
| 802 | 2026-05-04T05:16:36.522Z | Compiling rand_core v0.6.3 |
| 803 | 2026-05-04T05:16:36.525Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=5240f6acaa5ff3d6 -C extra-filename=-36f76e4eeb52b1b9 --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-52ef9e62394ca32a.rmeta --cap-lints allow` |
| 804 | 2026-05-04T05:16:36.672Z | Compiling digest v0.10.7 |
| 805 | 2026-05-04T05:16:36.675Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=057aa42f1faa2186 -C extra-filename=-f56e37b98b34f186 --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-8855c4ee4320f7c9.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-100eb350d3d20347.rmeta --cap-lints allow` |
| 806 | 2026-05-04T05:16:36.739Z | Compiling flate2 v1.1.9 |
| 807 | 2026-05-04T05:16:36.742Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=0af50e3cc2e92c19 -C extra-filename=-cfed4366f2ce094f --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-8dda9323008f5320.rmeta --extern miniz_oxide=/work/oxidecomputer/dropshot/target/debug/deps/libminiz_oxide-0c380fd763ffabef.rmeta --cap-lints allow` |
| 808 | 2026-05-04T05:16:36.863Z | Compiling mime_guess v2.0.5 |
| 809 | 2026-05-04T05:16:36.866Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=abdf4892399247e9 -C extra-filename=-3dce52cb7a243338 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-3dce52cb7a243338 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-4845ef09cea946c4.rlib --cap-lints allow` |
| 810 | 2026-05-04T05:16:36.881Z | Compiling idna v1.0.3 |
| 811 | 2026-05-04T05:16:36.884Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=d742c61be0e6d2f4 -C extra-filename=-f1cff2026db05d84 --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-6477ec3f77575848.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-88a1f1fe0139468f.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-110a72bd9117a75d.rmeta --cap-lints allow` |
| 812 | 2026-05-04T05:16:37.144Z | Compiling rand_chacha v0.9.0 |
| 813 | 2026-05-04T05:16:37.147Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=ad8e6c00869af077 -C extra-filename=-1ecb3130f83a84aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/dropshot/target/debug/deps/libppv_lite86-aa1e9615c259b9f6.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-bb85f4f5c5c2a61d.rmeta --cap-lints allow` |
| 814 | 2026-05-04T05:16:37.183Z | Compiling crypto-common v0.2.1 |
| 815 | 2026-05-04T05:16:37.186Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=3a16983bcdfbd960 -C extra-filename=-5c5bb49db8be4163 --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-5122cee07f1dc857.rmeta --cap-lints allow` |
| 816 | 2026-05-04T05:16:37.371Z | Compiling block-buffer v0.12.0 |
| 817 | 2026-05-04T05:16:37.374Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=02255fc610b91f3a -C extra-filename=-abec1e10f4065c94 --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-5122cee07f1dc857.rmeta --cap-lints allow` |
| 818 | 2026-05-04T05:16:37.528Z | Compiling concurrent-queue v2.5.0 |
| 819 | 2026-05-04T05:16:37.531Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=8da0e13188a1cdbd -C extra-filename=-8d2428415ce7fd2a --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-7e8da5c7b5945ca6.rmeta --cap-lints allow` |
| 820 | 2026-05-04T05:16:37.568Z | Compiling serde_derive_internals v0.29.0 |
| 821 | 2026-05-04T05:16:37.576Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c44c23d2b3195da -C extra-filename=-a41507d8ad847966 --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-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --cap-lints allow` |
| 822 | 2026-05-04T05:16:37.607Z | Compiling serde_spanned v1.1.1 |
| 823 | 2026-05-04T05:16:37.610Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=becd76ae8fa13c1d -C extra-filename=-97cb66f9cbc1e321 --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-a26afb6af91c4587.rmeta --cap-lints allow` |
| 824 | 2026-05-04T05:16:37.726Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=9f448e2e72a1a85f -C extra-filename=-b5db168481824e79 --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-c0354eb220383f81.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-ad7aab3b87a70365.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-f3e77e98f7951918.rmeta --cap-lints allow` |
| 825 | 2026-05-04T05:16:37.752Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 826 | 2026-05-04T05:16:37.755Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=a41adc46f328b261 -C extra-filename=-b0f79b1bb9df1a64 --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-a26afb6af91c4587.rmeta --cap-lints allow` |
| 827 | 2026-05-04T05:16:37.920Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=d8563b731dffb282 -C extra-filename=-d3a1af0128b43c19 --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-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-385dfbf0e1ad5fad.rmeta --cap-lints allow` |
| 828 | 2026-05-04T05:16:37.979Z | Compiling thread_local v1.1.4 |
| 829 | 2026-05-04T05:16:37.983Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=d5dd55ed3c82c3ac -C extra-filename=-52e82e9fcada6227 --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-8dd91888215993a7.rmeta --cap-lints allow` |
| 830 | 2026-05-04T05:16:38.058Z | Compiling sync_wrapper v1.0.1 |
| 831 | 2026-05-04T05:16:38.061Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=4b72d476401defb8 -C extra-filename=-a967d5a20eab2b0b --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-c3d2dd9680a8332d.rmeta --cap-lints allow` |
| 832 | 2026-05-04T05:16:38.115Z | Compiling multer v3.1.0 |
| 833 | 2026-05-04T05:16:38.118Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=091ff526534cfb46 -C extra-filename=-4dee4c88e1526027 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-4dee4c88e1526027 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-47dc48a118f1eb12.rlib --cap-lints allow` |
| 834 | 2026-05-04T05:16:38.160Z | Compiling encoding_rs v0.8.32 |
| 835 | 2026-05-04T05:16:38.163Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=179598ec1e495ae7 -C extra-filename=-69d024452d209db1 --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-d3ee7f85a96743d1.rmeta --cap-lints allow` |
| 836 | 2026-05-04T05:16:38.238Z | Compiling target-triple v1.0.0 |
| 837 | 2026-05-04T05:16:38.241Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1574c3dcd7d4978c -C extra-filename=-1c2dc3a8148b5c5a --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-1c2dc3a8148b5c5a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 838 | 2026-05-04T05:16:38.277Z | Compiling similar v2.2.1 |
| 839 | 2026-05-04T05:16:38.286Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=376c431b11b8cd8a -C extra-filename=-abd7d71ba63d5260 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 840 | 2026-05-04T05:16:38.343Z | Compiling semver v1.0.28 |
| 841 | 2026-05-04T05:16:38.346Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=3e7b1fbbd0abcf44 -C extra-filename=-9af1767d19a5bf45 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 842 | 2026-05-04T05:16:38.532Z | Compiling camino v1.2.2 |
| 843 | 2026-05-04T05:16:38.535Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=1380e82a05346505 -C extra-filename=-2f612885751eac0d --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-2f612885751eac0d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 844 | 2026-05-04T05:16:38.670Z | Compiling parking v2.2.0 |
| 845 | 2026-05-04T05:16:38.673Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=47d588f60a08588d -C extra-filename=-363862bf1c73ca46 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 846 | 2026-05-04T05:16:38.789Z | Compiling cpufeatures v0.2.17 |
| 847 | 2026-05-04T05:16:38.791Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba0d4ee692144ed4 -C extra-filename=-400ab6ac1751cc89 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 848 | 2026-05-04T05:16:38.851Z | Compiling match_cfg v0.1.0 |
| 849 | 2026-05-04T05:16:38.854Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=d7a0ffb5a9acfda5 -C extra-filename=-2df300aa1a45f362 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 850 | 2026-05-04T05:16:38.860Z | Compiling slog-async v2.8.0 |
| 851 | 2026-05-04T05:16:38.863Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=52d35733ca19d619 -C extra-filename=-554bd99f454db5b8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-554bd99f454db5b8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 852 | 2026-05-04T05:16:38.869Z | Compiling const-oid v0.10.2 |
| 853 | 2026-05-04T05:16:38.872Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db"))' -C metadata=db183771de8afcd7 -C extra-filename=-709ce0abb12ea1f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 854 | 2026-05-04T05:16:38.914Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 855 | 2026-05-04T05:16:38.917Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=22c5185121416f56 -C extra-filename=-9dd74fd593bfbfde --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 856 | 2026-05-04T05:16:39.072Z | Compiling heck v0.5.0 |
| 857 | 2026-05-04T05:16:39.075Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7dba36ff39bed519 -C extra-filename=-d62c1f7ce1bee2a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 858 | 2026-05-04T05:16:39.120Z | Compiling compression-core v0.4.32 |
| 859 | 2026-05-04T05:16:39.123Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63439265181158e3 -C extra-filename=-c8d86144aa12b422 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 860 | 2026-05-04T05:16:39.154Z | Compiling schemars v0.8.22 |
| 861 | 2026-05-04T05:16:39.156Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=42d31f66e54537c9 -C extra-filename=-8cd97742deeb4222 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-8cd97742deeb4222 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 862 | 2026-05-04T05:16:39.202Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-554bd99f454db5b8/build-script-build` |
| 863 | 2026-05-04T05:16:39.240Z | Compiling compression-codecs v0.4.38 |
| 864 | 2026-05-04T05:16:39.243Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=93a459edfec63f80 -C extra-filename=-883387f1addf4e1e --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-c8d86144aa12b422.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-82d25e56b970b3ca.rmeta --cap-lints allow` |
| 865 | 2026-05-04T05:16:39.263Z | Compiling toml v1.1.2+spec-1.1.0 |
| 866 | 2026-05-04T05:16:39.266Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=1abb3ae165f0bddc -C extra-filename=-90a3dd2a44c8d4d7 --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-a26afb6af91c4587.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-97cb66f9cbc1e321.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-b0f79b1bb9df1a64.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-f3acbd7559b4a929.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-9dd74fd593bfbfde.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-dfebe2650e7c952e.rmeta --cap-lints allow` |
| 867 | 2026-05-04T05:16:39.272Z | Compiling digest v0.11.2 |
| 868 | 2026-05-04T05:16:39.275Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=e2fa07801c28772f -C extra-filename=-0e1dcdcd8d1e3beb --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-abec1e10f4065c94.rmeta --extern const_oid=/work/oxidecomputer/dropshot/target/debug/deps/libconst_oid-709ce0abb12ea1f0.rmeta --extern common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-5c5bb49db8be4163.rmeta --cap-lints allow` |
| 869 | 2026-05-04T05:16:39.397Z | Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-8cd97742deeb4222/build-script-build` |
| 870 | 2026-05-04T05:16:39.410Z | Compiling hostname v0.3.1 |
| 871 | 2026-05-04T05:16:39.419Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=7342fe1225653080 -C extra-filename=-a1d75e760eb3cdea --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-c8ce6b8b0d54ece8.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-2df300aa1a45f362.rmeta --cap-lints allow` |
| 872 | 2026-05-04T05:16:39.433Z | Running `/work/oxidecomputer/dropshot/target/debug/build/camino-2f612885751eac0d/build-script-build` |
| 873 | 2026-05-04T05:16:39.473Z | Compiling sha1 v0.10.6 |
| 874 | 2026-05-04T05:16:39.476Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=758c08a7e855666f -C extra-filename=-8f3f4a87d03c0839 --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-d3ee7f85a96743d1.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-400ab6ac1751cc89.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-f56e37b98b34f186.rmeta --cap-lints allow` |
| 875 | 2026-05-04T05:16:39.485Z | Compiling event-listener v5.0.0 |
| 876 | 2026-05-04T05:16:39.492Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=0b115b667b238c62 -C extra-filename=-22bc90d0d8a231fb --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-8d2428415ce7fd2a.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-363862bf1c73ca46.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --cap-lints allow` |
| 877 | 2026-05-04T05:16:39.541Z | Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-1c2dc3a8148b5c5a/build-script-build` |
| 878 | 2026-05-04T05:16:39.554Z | Running `/work/oxidecomputer/dropshot/target/debug/build/multer-4dee4c88e1526027/build-script-build` |
| 879 | 2026-05-04T05:16:39.593Z | Compiling schemars_derive v0.8.22 |
| 880 | 2026-05-04T05:16:39.601Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=842862a0924d046d -C extra-filename=-9f428eb5161d1943 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-a41507d8ad847966.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow` |
| 881 | 2026-05-04T05:16:39.613Z | Compiling tower v0.5.2 |
| 882 | 2026-05-04T05:16:39.621Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=2045e8c11bce4488 -C extra-filename=-af397610bbf6628b --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-c3d2dd9680a8332d.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-915d5317b85d7259.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-a967d5a20eab2b0b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-25d67e0342af1ff9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --cap-lints allow` |
| 883 | 2026-05-04T05:16:39.688Z | Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-3dce52cb7a243338/build-script-build` |
| 884 | 2026-05-04T05:16:39.706Z | Compiling rand v0.9.2 |
| 885 | 2026-05-04T05:16:39.708Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=7cdd9f7f7c9d6bf9 -C extra-filename=-f0e6b4418dc9c9bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-1ecb3130f83a84aa.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-bb85f4f5c5c2a61d.rmeta --cap-lints allow` |
| 886 | 2026-05-04T05:16:39.756Z | Compiling url v2.5.4 |
| 887 | 2026-05-04T05:16:39.759Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=738807b5f75a74d1 -C extra-filename=-c860b7c99d2b2581 --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-8941cfa5047fc91e.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-f1cff2026db05d84.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --cap-lints allow` |
| 888 | 2026-05-04T05:16:39.787Z | Compiling rand_chacha v0.3.1 |
| 889 | 2026-05-04T05:16:39.790Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=e80377b5540e57dd -C extra-filename=-71730d0496e9c17c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/dropshot/target/debug/deps/libppv_lite86-aa1e9615c259b9f6.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-36f76e4eeb52b1b9.rmeta --cap-lints allow` |
| 890 | 2026-05-04T05:16:40.083Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=e199243055f03b6f -C extra-filename=-e7998c6f08ced4dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit` |
| 891 | 2026-05-04T05:16:40.259Z | Compiling usdt-macro v0.6.0 |
| 892 | 2026-05-04T05:16:40.262Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c22aa14dc178ec2a -C extra-filename=-9613fcbb8c3ebd82 --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-761ac58fbf14c27f.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a2773beafb3ab28b.rlib --extern proc_macro --cap-lints allow` |
| 893 | 2026-05-04T05:16:40.268Z | Compiling usdt-attr-macro v0.6.0 |
| 894 | 2026-05-04T05:16:40.271Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e1e9fd0a258a4b8 -C extra-filename=-fbbae900b94e027d --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-761ac58fbf14c27f.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a2773beafb3ab28b.rlib --extern proc_macro --cap-lints allow` |
| 895 | 2026-05-04T05:16:40.330Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=2423a1647feaf312 -C extra-filename=-86d49ae75be533e5 --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-7d9ee202ed1d8287.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-b5db168481824e79.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-761ac58fbf14c27f.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d3a1af0128b43c19.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-59a04de8047ff579.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)'` |
| 896 | 2026-05-04T05:16:40.559Z | Compiling slog-json v2.6.1 |
| 897 | 2026-05-04T05:16:40.562Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=b19c45643249f182 -C extra-filename=-78d905564311f010 --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-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-ebe3c4e390073f8d.rmeta --cap-lints allow` |
| 898 | 2026-05-04T05:16:40.767Z | Compiling futures-executor v0.3.32 |
| 899 | 2026-05-04T05:16:40.769Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=f261b2b7284c915f -C extra-filename=-b190c15650160ee0 --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-c3d2dd9680a8332d.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c882e07be88c1c62.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-915d5317b85d7259.rmeta --cap-lints allow` |
| 900 | 2026-05-04T05:16:40.804Z | Compiling tempfile v3.27.0 |
| 901 | 2026-05-04T05:16:40.808Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=85b98fce23d5897e -C extra-filename=-5d98a9b4ba69d06f --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-24b11155f68db4d4.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-a1d925e051947375.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8dd91888215993a7.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-d43043cd63b77e15.rmeta --cap-lints allow` |
| 902 | 2026-05-04T05:16:40.838Z | Compiling async-stream-impl v0.3.6 |
| 903 | 2026-05-04T05:16:40.841Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f236ea9bdf33a0db -C extra-filename=-08f2c6973c134b62 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow` |
| 904 | 2026-05-04T05:16:41.038Z | Compiling crossbeam-channel v0.5.15 |
| 905 | 2026-05-04T05:16:41.040Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a28895b804b8091b -C extra-filename=-a5e9ff320e86cd3d --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-7e8da5c7b5945ca6.rmeta --cap-lints allow` |
| 906 | 2026-05-04T05:16:41.047Z | Compiling http-body-util v0.1.3 |
| 907 | 2026-05-04T05:16:41.050Z | Compiling uuid v1.23.1 |
| 908 | 2026-05-04T05:16:41.050Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=a61b710b798f5ff5 -C extra-filename=-0778eeee40839944 --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-5f1042fd82c1c1f2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-8445cb2e0f9dd145.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --cap-lints allow` |
| 909 | 2026-05-04T05:16:41.050Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=9de086cf7c84548f -C extra-filename=-bbda087421a51846 --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-a1d925e051947375.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --cap-lints allow` |
| 910 | 2026-05-04T05:16:41.085Z | Compiling memmap2 v0.9.8 |
| 911 | 2026-05-04T05:16:41.088Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=ea83e69221308ab9 -C extra-filename=-b01e34863da3755a --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow` |
| 912 | 2026-05-04T05:16:41.212Z | Compiling is-terminal v0.4.12 |
| 913 | 2026-05-04T05:16:41.221Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5c3d4bd018c9295 -C extra-filename=-87ff2231d7898bd4 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow` |
| 914 | 2026-05-04T05:16:41.274Z | Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot) |
| 915 | 2026-05-04T05:16:41.277Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1cd3935f5dbc3e28 -C extra-filename=-31443f7b8c577af5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-31443f7b8c577af5 -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-47dc48a118f1eb12.rlib` |
| 916 | 2026-05-04T05:16:41.295Z | Compiling cpufeatures v0.3.0 |
| 917 | 2026-05-04T05:16:41.298Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10cd91138e3997be -C extra-filename=-f2799cd04581ab59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 918 | 2026-05-04T05:16:41.304Z | Compiling spin v0.9.8 |
| 919 | 2026-05-04T05:16:41.307Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=e759471eab2b3c75 -C extra-filename=-000700b66fb7df1e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 920 | 2026-05-04T05:16:41.363Z | Compiling anyhow v1.0.102 |
| 921 | 2026-05-04T05:16:41.368Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/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=11c3869a190c7385 -C extra-filename=-e9298f93fc222927 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-e9298f93fc222927 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 922 | 2026-05-04T05:16:41.413Z | Compiling data-encoding v2.4.0 |
| 923 | 2026-05-04T05:16:41.413Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5d12f74931fc5ab0 -C extra-filename=-348e467822f6e8c8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 924 | 2026-05-04T05:16:41.445Z | Compiling term v1.1.0 |
| 925 | 2026-05-04T05:16:41.447Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=a633d7bc63f722a5 -C extra-filename=-168951db23bd2d75 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 926 | 2026-05-04T05:16:41.466Z | Compiling dyn-clone v1.0.4 |
| 927 | 2026-05-04T05:16:41.469Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c29d0dd9a030d287 -C extra-filename=-c7b441687e69bb30 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 928 | 2026-05-04T05:16:41.503Z | Compiling take_mut v0.2.2 |
| 929 | 2026-05-04T05:16:41.505Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74e4fd14e118b7f9 -C extra-filename=-d697e9062918e7e0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 930 | 2026-05-04T05:16:41.519Z | Compiling iri-string v0.7.8 |
| 931 | 2026-05-04T05:16:41.520Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=ba6354df299c1950 -C extra-filename=-3076e0bf18ecf7f7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 932 | 2026-05-04T05:16:41.554Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=af12429fe9b362f0 -C extra-filename=-58a09d7329c27b79 --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-4ee301a8d720d2f3.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-c7b441687e69bb30.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-9f428eb5161d1943.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
| 933 | 2026-05-04T05:16:41.603Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=532535a31592791e -C extra-filename=-00278a0a6feb62be --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-a5e9ff320e86cd3d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-d697e9062918e7e0.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-52e82e9fcada6227.rmeta --cap-lints allow --cfg integer128` |
| 934 | 2026-05-04T05:16:41.691Z | Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-e9298f93fc222927/build-script-build` |
| 935 | 2026-05-04T05:16:41.892Z | Compiling slog-term v2.9.2 |
| 936 | 2026-05-04T05:16:41.894Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=8e6e676027b0d634 -C extra-filename=-29e01228d720bda0 --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-4ee301a8d720d2f3.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-87ff2231d7898bd4.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-168951db23bd2d75.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-52e82e9fcada6227.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-ebe3c4e390073f8d.rmeta --cap-lints allow` |
| 937 | 2026-05-04T05:16:42.122Z | Compiling tungstenite v0.29.0 |
| 938 | 2026-05-04T05:16:42.131Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=58bc91d60bb31805 -C extra-filename=-f77ebf104716880f --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-5f1042fd82c1c1f2.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-348e467822f6e8c8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-4a68297fef3a092f.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-f0e6b4418dc9c9bb.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8f3f4a87d03c0839.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --cap-lints allow` |
| 939 | 2026-05-04T05:16:42.133Z | Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-31443f7b8c577af5/build-script-build` |
| 940 | 2026-05-04T05:16:42.172Z | Compiling async-stream v0.3.6 |
| 941 | 2026-05-04T05:16:42.179Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46e8121e18218c42 -C extra-filename=-fd6c212bf4ba2e5a --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-08f2c6973c134b62.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --cap-lints allow` |
| 942 | 2026-05-04T05:16:42.187Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=54153370f713733d -C extra-filename=-2b5276d79c24c082 --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-5f1042fd82c1c1f2.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-69d024452d209db1.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-915d5317b85d7259.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-4a68297fef3a092f.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-82d25e56b970b3ca.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-c450cf3c158c8e59.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-000700b66fb7df1e.rmeta --cap-lints allow` |
| 943 | 2026-05-04T05:16:42.342Z | Compiling sha1 v0.11.0 |
| 944 | 2026-05-04T05:16:42.345Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(sha1_backend, values("aarch64-sha2", "x86-sha", "soft"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=2732aa425609d2df -C extra-filename=-b5b227a9db3e1ed5 --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-d3ee7f85a96743d1.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-f2799cd04581ab59.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-0e1dcdcd8d1e3beb.rmeta --cap-lints allow` |
| 945 | 2026-05-04T05:16:42.506Z | Compiling usdt v0.6.0 |
| 946 | 2026-05-04T05:16:42.509Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=6ddfe6d75f7958b7 -C extra-filename=-d9ce0a308c56b234 --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-b5db168481824e79.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-c0354eb220383f81.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-b01e34863da3755a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-fbbae900b94e027d.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-86d49ae75be533e5.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-9613fcbb8c3ebd82.so --cap-lints allow` |
| 947 | 2026-05-04T05:16:42.585Z | Compiling atomicwrites v0.4.4 |
| 948 | 2026-05-04T05:16:42.588Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=250b69b2503e9432 -C extra-filename=-35f0039c75dd36e7 --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-8a0e55a9d830542d.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rmeta --cap-lints allow` |
| 949 | 2026-05-04T05:16:42.596Z | Compiling futures v0.3.32 |
| 950 | 2026-05-04T05:16:42.599Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=f9340afb619225b5 -C extra-filename=-51583fb6295870b4 --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-584ee4ae876e49f2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-b190c15650160ee0.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-42a6e404b5015526.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f79c5559e80f07f2.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c882e07be88c1c62.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-915d5317b85d7259.rmeta --cap-lints allow` |
| 951 | 2026-05-04T05:16:42.671Z | Compiling tower-http v0.6.8 |
| 952 | 2026-05-04T05:16:42.680Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=a54a3a23c954ccd2 -C extra-filename=-9b1506a7f89d9cb1 --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-d8f468526f30f872.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-915d5317b85d7259.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-8445cb2e0f9dd145.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-3076e0bf18ecf7f7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-af397610bbf6628b.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-25d67e0342af1ff9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --cap-lints allow` |
| 953 | 2026-05-04T05:16:42.683Z | Compiling slog-bunyan v2.5.0 |
| 954 | 2026-05-04T05:16:42.683Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=0ddb1789d0d3e22b -C extra-filename=-4c1de5e6c3bf7a4e --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-a1d75e760eb3cdea.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-ebe3c4e390073f8d.rmeta --cap-lints allow` |
| 955 | 2026-05-04T05:16:42.774Z | Compiling serde_urlencoded v0.7.1 |
| 956 | 2026-05-04T05:16:42.777Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5207d1fb6ad2b966 -C extra-filename=-99f9aa02365e4731 --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-8941cfa5047fc91e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-607cef78597c7c47.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-e7998c6f08ced4dc.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --cap-lints allow` |
| 957 | 2026-05-04T05:16:42.777Z | Compiling rand v0.8.6 |
| 958 | 2026-05-04T05:16:42.777Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.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="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "rand_chacha", "serde", "serde1", "small_rng", "std", "std_rng"))' -C metadata=978926924c05523e -C extra-filename=-57438720f00698e0 --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-c8ce6b8b0d54ece8.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-71730d0496e9c17c.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-36f76e4eeb52b1b9.rmeta --cap-lints allow` |
| 959 | 2026-05-04T05:16:42.809Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=24153ce69b7e0eaf -C extra-filename=-66a85936724e62c8 --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-c450cf3c158c8e59.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-4845ef09cea946c4.rmeta --cap-lints allow` |
| 960 | 2026-05-04T05:16:42.987Z | Compiling event-listener-strategy v0.5.4 |
| 961 | 2026-05-04T05:16:42.996Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=3a2689418c635f66 -C extra-filename=-7b559bfc5bbe61b6 --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-22bc90d0d8a231fb.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --cap-lints allow` |
| 962 | 2026-05-04T05:16:43.017Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=296dd65cfd673d30 -C extra-filename=-6352ebc73d14da84 --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"))'` |
| 963 | 2026-05-04T05:16:43.073Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=e48a824b39781236 -C extra-filename=-616b530ad0ccca17 --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-a26afb6af91c4587.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)'` |
| 964 | 2026-05-04T05:16:43.089Z | Compiling async-compression v0.4.42 |
| 965 | 2026-05-04T05:16:43.089Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=55a5d1890308f75c -C extra-filename=-4ebbec2b6f466dc9 --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-883387f1addf4e1e.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-c8d86144aa12b422.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rmeta --cap-lints allow` |
| 966 | 2026-05-04T05:16:43.098Z | Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 967 | 2026-05-04T05:16:43.102Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be502ae82da1dbb5 -C extra-filename=-9069d7d854aaa660 --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-d62c1f7ce1bee2a6.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro` |
| 968 | 2026-05-04T05:16:43.113Z | Compiling pem v3.0.6 |
| 969 | 2026-05-04T05:16:43.116Z | Compiling yasna v0.5.2 |
| 970 | 2026-05-04T05:16:43.116Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=6c3e15483de67bc9 -C extra-filename=-7273f6110408c185 --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-809ff91b24bb5908.rmeta --cap-lints allow` |
| 971 | 2026-05-04T05:16:43.116Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=6264a3fd7c371496 -C extra-filename=-90c9933313d59ff8 --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-ebe3c4e390073f8d.rmeta --cap-lints allow` |
| 972 | 2026-05-04T05:16:43.248Z | Compiling openapiv3 v2.2.0 |
| 973 | 2026-05-04T05:16:43.252Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=9fae9b280586db0b -C extra-filename=-62fc2f115c24ddd0 --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-009410dc439e3e0b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --cap-lints allow` |
| 974 | 2026-05-04T05:16:43.381Z | Compiling async-trait v0.1.89 |
| 975 | 2026-05-04T05:16:43.384Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62cb6120d213d04f -C extra-filename=-afafb16c394c1ff2 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow` |
| 976 | 2026-05-04T05:16:43.403Z | Compiling waitgroup v0.1.2 |
| 977 | 2026-05-04T05:16:43.406Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95a01d7bdc60aea5 -C extra-filename=-b34c2168f25a27d3 --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-b80da2048908772a.rmeta --cap-lints allow` |
| 978 | 2026-05-04T05:16:43.464Z | Compiling rustls-pemfile v2.2.0 |
| 979 | 2026-05-04T05:16:43.467Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a8726dc3fc6e88c8 -C extra-filename=-d3630c76ee260c83 --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-057522a2ff08016a.rmeta --cap-lints allow` |
| 980 | 2026-05-04T05:16:43.475Z | Compiling serde_path_to_error v0.1.20 |
| 981 | 2026-05-04T05:16:43.478Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e7a36cd5e4450c8 -C extra-filename=-a73b2af1132f47a8 --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-607cef78597c7c47.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --cap-lints allow` |
| 982 | 2026-05-04T05:16:43.533Z | Compiling hostname v0.4.2 |
| 983 | 2026-05-04T05:16:43.536Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=85b97ce5dbb7a806 -C extra-filename=-52abaa4da292a21a --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-d3ee7f85a96743d1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow` |
| 984 | 2026-05-04T05:16:43.653Z | Compiling http-range v0.1.4 |
| 985 | 2026-05-04T05:16:43.656Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18c137b6187d61ab -C extra-filename=-008a7ef50cc25d87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 986 | 2026-05-04T05:16:43.667Z | Compiling termcolor v1.1.2 |
| 987 | 2026-05-04T05:16:43.670Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9469a1024ece9b4 -C extra-filename=-36de138373324dac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 988 | 2026-05-04T05:16:43.816Z | Compiling simple-mermaid v0.2.0 |
| 989 | 2026-05-04T05:16:43.819Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8540699e25728e9f -C extra-filename=-19182b511455c8b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 990 | 2026-05-04T05:16:43.829Z | Compiling debug-ignore v1.0.5 |
| 991 | 2026-05-04T05:16:43.832Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=7740c28368953620 -C extra-filename=-cf60441f14a0da87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 992 | 2026-05-04T05:16:43.839Z | Compiling glob v0.3.0 |
| 993 | 2026-05-04T05:16:43.842Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6398b9f3cb6c262 -C extra-filename=-14f5784e6957ff06 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 994 | 2026-05-04T05:16:43.880Z | Compiling hyper-staticfile v0.10.1 |
| 995 | 2026-05-04T05:16:43.884Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=930dc378a2546a04 -C extra-filename=-0e4ef50b7ea4297a --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-915d5317b85d7259.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-008a7ef50cc25d87.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-65fcdf711dbdbbed.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-57438720f00698e0.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-c860b7c99d2b2581.rmeta --cap-lints allow` |
| 996 | 2026-05-04T05:16:43.927Z | Compiling async-channel v2.5.0 |
| 997 | 2026-05-04T05:16:43.930Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=336acfd2a19619a7 -C extra-filename=-e719227f9e91e219 --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-8d2428415ce7fd2a.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-7b559bfc5bbe61b6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --cap-lints allow` |
| 998 | 2026-05-04T05:16:44.071Z | Compiling expectorate v1.2.0 |
| 999 | 2026-05-04T05:16:44.076Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=0501663e182c797e -C extra-filename=-dc0fbf5336002887 --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-35f0039c75dd36e7.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-4bc097e2a5fbe4e7.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-cbc54f8a8783710f.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-abd7d71ba63d5260.rmeta --cap-lints allow` |
| 1000 | 2026-05-04T05:16:44.120Z | Compiling trybuild v1.0.116 |
| 1001 | 2026-05-04T05:16:44.123Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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=007658ad6f06ed74 -C extra-filename=-a4176d65a5a62cc5 --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-14f5784e6957ff06.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-7608abffe9d582b8.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-6352ebc73d14da84.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-36de138373324dac.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rmeta --cap-lints allow` |
| 1002 | 2026-05-04T05:16:44.143Z | Compiling tokio-tungstenite v0.29.0 |
| 1003 | 2026-05-04T05:16:44.146Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=428bb9b66686e3ca -C extra-filename=-990807ceaf047898 --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-915d5317b85d7259.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-f77ebf104716880f.rmeta --cap-lints allow` |
| 1004 | 2026-05-04T05:16:44.253Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs --error-format=json --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=89604b3aa9768d1b -C extra-filename=-a621f1f4cb06a361 --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)'` |
| 1005 | 2026-05-04T05:16:44.343Z | Compiling subprocess v1.0.3 |
| 1006 | 2026-05-04T05:16:44.347Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c7b313b615a2541 -C extra-filename=-55373130255768fa --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow` |
| 1007 | 2026-05-04T05:16:44.381Z | Compiling buf-list v1.1.2 |
| 1008 | 2026-05-04T05:16:44.385Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=e07b509fd8a845d3 -C extra-filename=-f82a0c2a0e3d5226 --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-5f1042fd82c1c1f2.rmeta --cap-lints allow` |
| 1009 | 2026-05-04T05:16:44.423Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=bb4c348541ccbe73 -C extra-filename=-0408135dc9c294aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 1010 | 2026-05-04T05:16:44.621Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=4a533663edab67cf -C extra-filename=-d86e7e9ecd9504d0 --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-24b11155f68db4d4.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-a1d925e051947375.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-0408135dc9c294aa.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-d43043cd63b77e15.rmeta --cap-lints allow` |
| 1011 | 2026-05-04T05:16:44.631Z | Compiling prettyplease v0.2.37 |
| 1012 | 2026-05-04T05:16:44.634Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=15991a625856839d -C extra-filename=-5cc430313db38193 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-5cc430313db38193 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 1013 | 2026-05-04T05:16:44.648Z | Compiling schema-derive v0.1.0 |
| 1014 | 2026-05-04T05:16:44.651Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=120fa17888a4435f -C extra-filename=-1393e20e2ccab058 --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-eeb66b7ad5d8d84b.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow` |
| 1015 | 2026-05-04T05:16:44.847Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19eee7e15f263d44 -C extra-filename=-33b190b52d79288a --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-8a0e55a9d830542d.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d86e7e9ecd9504d0.rmeta --cap-lints allow` |
| 1016 | 2026-05-04T05:16:44.908Z | Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-5cc430313db38193/build-script-build` |
| 1017 | 2026-05-04T05:16:44.920Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=3ccf13af81770559 -C extra-filename=-35ee09f2e533313e --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-d4952fd101572b1a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
| 1018 | 2026-05-04T05:16:45.077Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=fa8606394289b114 -C extra-filename=-00990f0d9be884dd --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-33b190b52d79288a.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-4bc097e2a5fbe4e7.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-cbc54f8a8783710f.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-abd7d71ba63d5260.rmeta --cap-lints allow` |
| 1019 | 2026-05-04T05:16:45.640Z | Compiling schema v0.1.0 |
| 1020 | 2026-05-04T05:16:45.643Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c6c09e96c28e3bd -C extra-filename=-c526d08655933a83 --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-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-1393e20e2ccab058.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --cap-lints allow` |
| 1021 | 2026-05-04T05:16:45.714Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b15517d0e9260dc -C extra-filename=-b9c625b97bfa0590 --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-00990f0d9be884dd.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d62c1f7ce1bee2a6.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-35ee09f2e533313e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-c526d08655933a83.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro` |
| 1022 | 2026-05-04T05:16:49.537Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=f9579dccdc8c6b2e -C extra-filename=-f8527425bc864be3 --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-4a50216ee2eb8900/out -l static=aws_lc_0_40_0_crypto --cfg universal` |
| 1023 | 2026-05-04T05:16:49.537Z | Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-94ff50a463df9051/build-script-build` |
| 1024 | 2026-05-04T05:16:49.555Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-470cac50b2186f12/build-script-build` |
| 1025 | 2026-05-04T05:16:49.898Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=fa2a13432e468334 -C extra-filename=-3335fdc2def4efa1 --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-f8527425bc864be3.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-2d28202684ee8f14.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'` |
| 1026 | 2026-05-04T05:16:50.625Z | Compiling rustls-webpki v0.103.13 |
| 1027 | 2026-05-04T05:16:50.625Z | Compiling rcgen v0.14.7 |
| 1028 | 2026-05-04T05:16:50.629Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=f194b9c5936b43a6 -C extra-filename=-82ef1e9c1c8cefe1 --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-3335fdc2def4efa1.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-367d3cc6719c6c17.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1029 | 2026-05-04T05:16:50.629Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=c2964a6d14118f73 -C extra-filename=-c7573f12aebdde9a --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-3335fdc2def4efa1.rmeta --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-ebe3c4e390073f8d.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-90c9933313d59ff8.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1030 | 2026-05-04T05:16:51.012Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.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 --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=b29b15470b5a2dcc -C extra-filename=-9ad894cd8aee6f61 --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-3335fdc2def4efa1.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8dd91888215993a7.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-82ef1e9c1c8cefe1.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-c28dfcf4988896fd.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-2d28202684ee8f14.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1031 | 2026-05-04T05:16:53.281Z | Compiling tokio-rustls v0.26.4 |
| 1032 | 2026-05-04T05:16:53.281Z | Compiling rustls-platform-verifier v0.6.2 |
| 1033 | 2026-05-04T05:16:53.285Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=d83dfa37f0d38125 -C extra-filename=-c96aac18934c8a8f --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-9ad894cd8aee6f61.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1034 | 2026-05-04T05:16:53.285Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=52a13e789ffc862e -C extra-filename=-8c5ad3c4279785c0 --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-de5f0a5072a800f0.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-40ee800749fa5d0c.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-82ef1e9c1c8cefe1.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1035 | 2026-05-04T05:16:53.463Z | Compiling hyper-rustls v0.27.9 |
| 1036 | 2026-05-04T05:16:53.467Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=8c5768e59e9450a6 -C extra-filename=-a4927730e77e44e1 --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-945bb50acddcab85.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-40ee800749fa5d0c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1037 | 2026-05-04T05:16:53.467Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4009bd9dd7f2e395 -C extra-filename=-5d22c967bd5184c8 --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-4ebbec2b6f466dc9.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1038 | 2026-05-04T05:16:53.639Z | Compiling reqwest v0.13.2 |
| 1039 | 2026-05-04T05:16:53.642Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.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 --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=9d9667910eabf5ef -C extra-filename=-7a7ab0f62b278cfc --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-809ff91b24bb5908.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-69d024452d209db1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-31bded7dc9e2e7a5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-8445cb2e0f9dd145.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-c450cf3c158c8e59.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/dropshot/target/debug/deps/librustls_platform_verifier-8c5ad3c4279785c0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-a967d5a20eab2b0b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-af397610bbf6628b.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-9b1506a7f89d9cb1.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-c860b7c99d2b2581.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1040 | 2026-05-04T05:16:55.692Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=17d72cef2e0d1936 -C extra-filename=-f438160967f8a322 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1041 | 2026-05-04T05:16:58.494Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=59f93a4c36b5e422 -C extra-filename=-2b6136a126fec444 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1042 | 2026-05-04T05:16:58.495Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d17900049cde2058 -C extra-filename=-15bf2b43b9868410 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1043 | 2026-05-04T05:16:58.499Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=39d32d055b3e75dd -C extra-filename=-bc50c41f9b6aee7e --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1044 | 2026-05-04T05:16:58.503Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2c8bbff07ad092a2 -C extra-filename=-64d1c6fc08566dab --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1045 | 2026-05-04T05:16:58.504Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7d89052b165471a7 -C extra-filename=-0a3e14ecb53a6dff --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1046 | 2026-05-04T05:16:58.504Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0ded89111ce36992 -C extra-filename=-91a9275e1389af2a --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1047 | 2026-05-04T05:16:58.504Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d62c3f5ce9198013 -C extra-filename=-315373103b6466bd --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1048 | 2026-05-04T05:17:08.361Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=41dc2818905585b6 -C extra-filename=-b133fe21b9468a47 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1049 | 2026-05-04T05:17:08.386Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=70b46ee0dcbb575a -C extra-filename=-0353fc0ab27bc401 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1050 | 2026-05-04T05:17:08.424Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5678d95d94da9e0d -C extra-filename=-b21644fd7e8659a0 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1051 | 2026-05-04T05:17:08.947Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4b5a5315de425e0e -C extra-filename=-7c08498e914c9998 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1052 | 2026-05-04T05:17:09.354Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e6d80965af9cd815 -C extra-filename=-17139c926c40a888 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1053 | 2026-05-04T05:17:09.784Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=01c5087da10259df -C extra-filename=-5cd91370297b7928 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1054 | 2026-05-04T05:17:09.939Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=db324385cb39ade6 -C extra-filename=-a30572f123656dae --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1055 | 2026-05-04T05:17:16.969Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bb836c16f4f3e4d5 -C extra-filename=-750cadb5655b322c --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1056 | 2026-05-04T05:17:18.569Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5407e91b7280380b -C extra-filename=-62716223dc938aee --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1057 | 2026-05-04T05:17:19.092Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=313f0d7f98e27aa9 -C extra-filename=-ab293ed1d66c36b5 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1058 | 2026-05-04T05:17:19.156Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a0ca85579d0f890f -C extra-filename=-567a772bb85dad64 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1059 | 2026-05-04T05:17:19.889Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d4e9bf09a137c90e -C extra-filename=-5d341cfcef2fe273 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1060 | 2026-05-04T05:17:19.913Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3add9d6dc8ea7a5e -C extra-filename=-ed3ea09fbe6ef6be --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1061 | 2026-05-04T05:17:21.789Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=131f433c5ede7ecb -C extra-filename=-f75c0acf2278c0a8 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1062 | 2026-05-04T05:17:26.400Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e5b026b867c7cb30 -C extra-filename=-e89fed5154c9b9a8 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1063 | 2026-05-04T05:17:28.550Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8737a1e6fdf0b96a -C extra-filename=-cdf0304e90738277 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1064 | 2026-05-04T05:17:30.183Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d1b0a0291b6cdf1c -C extra-filename=-92b4207fc0c9db0e --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-5d22c967bd5184c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1065 | 2026-05-04T05:17:38.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
| 1066 | 2026-05-04T05:17:38.744Z | |
| 1067 | 2026-05-04T05:17:38.744Z | real 1:19.426363237 |
| 1068 | 2026-05-04T05:17:38.745Z | user 6:54.478139050 |
| 1069 | 2026-05-04T05:17:38.745Z | sys 1:10.504581752 |
| 1070 | 2026-05-04T05:17:38.745Z | trap 0.324516162 |
| 1071 | 2026-05-04T05:17:38.745Z | tflt 0.226445156 |
| 1072 | 2026-05-04T05:17:38.745Z | dflt 0.394997102 |
| 1073 | 2026-05-04T05:17:38.745Z | kflt 0.006816027 |
| 1074 | 2026-05-04T05:17:38.745Z | lock 26:22.789958247 |
| 1075 | 2026-05-04T05:17:38.745Z | slp 27:11.447865575 |
| 1076 | 2026-05-04T05:17:38.745Z | lat 22.473355669 |
| 1077 | 2026-05-04T05:17:38.745Z | stop 43.752971331 |
| 1078 | 2026-05-04T05:17:38.748Z | + banner test |
| 1079 | 2026-05-04T05:17:38.748Z | |
| 1080 | 2026-05-04T05:17:38.748Z | ##### ###### #### ##### |
| 1081 | 2026-05-04T05:17:38.748Z | # # # # |
| 1082 | 2026-05-04T05:17:38.748Z | # ##### #### # |
| 1083 | 2026-05-04T05:17:38.748Z | # # # # |
| 1084 | 2026-05-04T05:17:38.748Z | # # # # # |
| 1085 | 2026-05-04T05:17:38.748Z | # ###### #### # |
| 1086 | 2026-05-04T05:17:38.748Z | |
| 1087 | 2026-05-04T05:17:38.748Z | + ptime -m cargo test --all-features --locked --verbose |
| 1088 | 2026-05-04T05:17:38.936Z | Fresh unicode-ident v1.0.12 |
| 1089 | 2026-05-04T05:17:38.941Z | Fresh cfg-if v1.0.0 |
| 1090 | 2026-05-04T05:17:38.941Z | Fresh itoa v1.0.1 |
| 1091 | 2026-05-04T05:17:38.941Z | Fresh memchr v2.6.0 |
| 1092 | 2026-05-04T05:17:38.941Z | Fresh proc-macro2 v1.0.106 |
| 1093 | 2026-05-04T05:17:38.941Z | Fresh pin-project-lite v0.2.12 |
| 1094 | 2026-05-04T05:17:38.941Z | Fresh autocfg v1.1.0 |
| 1095 | 2026-05-04T05:17:38.941Z | Fresh version_check v0.9.5 |
| 1096 | 2026-05-04T05:17:38.941Z | Fresh futures-core v0.3.32 |
| 1097 | 2026-05-04T05:17:38.941Z | Fresh quote v1.0.45 |
| 1098 | 2026-05-04T05:17:38.941Z | Fresh libc v0.2.186 |
| 1099 | 2026-05-04T05:17:38.941Z | Fresh smallvec v1.13.2 |
| 1100 | 2026-05-04T05:17:38.941Z | Fresh bytes v1.11.1 |
| 1101 | 2026-05-04T05:17:38.941Z | Fresh jobserver v0.1.34 |
| 1102 | 2026-05-04T05:17:38.941Z | Fresh serde_derive v1.0.228 |
| 1103 | 2026-05-04T05:17:38.941Z | Fresh synstructure v0.13.1 |
| 1104 | 2026-05-04T05:17:38.941Z | Fresh log v0.4.17 |
| 1105 | 2026-05-04T05:17:38.941Z | Fresh zmij v1.0.2 |
| 1106 | 2026-05-04T05:17:38.941Z | Fresh thiserror-impl v2.0.18 |
| 1107 | 2026-05-04T05:17:38.941Z | Fresh shlex v1.3.0 |
| 1108 | 2026-05-04T05:17:38.941Z | Fresh scopeguard v1.2.0 |
| 1109 | 2026-05-04T05:17:38.941Z | Fresh futures-sink v0.3.32 |
| 1110 | 2026-05-04T05:17:38.941Z | Fresh find-msvc-tools v0.1.9 |
| 1111 | 2026-05-04T05:17:38.941Z | Fresh parking_lot_core v0.9.4 |
| 1112 | 2026-05-04T05:17:38.941Z | Fresh cc v1.2.60 |
| 1113 | 2026-05-04T05:17:38.941Z | Fresh thiserror v2.0.18 |
| 1114 | 2026-05-04T05:17:38.941Z | Fresh lock_api v0.4.6 |
| 1115 | 2026-05-04T05:17:38.941Z | Fresh zerofrom-derive v0.1.5 |
| 1116 | 2026-05-04T05:17:38.941Z | Fresh yoke-derive v0.7.5 |
| 1117 | 2026-05-04T05:17:38.941Z | Fresh tokio-macros v2.7.0 |
| 1118 | 2026-05-04T05:17:38.942Z | Fresh slab v0.4.9 |
| 1119 | 2026-05-04T05:17:38.942Z | Fresh zerofrom v0.1.5 |
| 1120 | 2026-05-04T05:17:38.942Z | Fresh parking_lot v0.12.1 |
| 1121 | 2026-05-04T05:17:38.942Z | Fresh cmake v0.1.58 |
| 1122 | 2026-05-04T05:17:38.942Z | Fresh mio v1.2.0 |
| 1123 | 2026-05-04T05:17:38.942Z | Fresh signal-hook-registry v1.4.0 |
| 1124 | 2026-05-04T05:17:38.942Z | Fresh socket2 v0.6.3 |
| 1125 | 2026-05-04T05:17:38.942Z | Fresh dunce v1.0.5 |
| 1126 | 2026-05-04T05:17:38.942Z | Fresh fs_extra v1.3.0 |
| 1127 | 2026-05-04T05:17:38.942Z | Fresh stable_deref_trait v1.2.0 |
| 1128 | 2026-05-04T05:17:38.942Z | Fresh tokio v1.52.1 |
| 1129 | 2026-05-04T05:17:38.942Z | Fresh typenum v1.19.0 |
| 1130 | 2026-05-04T05:17:38.942Z | Fresh futures-channel v0.3.32 |
| 1131 | 2026-05-04T05:17:38.942Z | Fresh zerovec-derive v0.10.3 |
| 1132 | 2026-05-04T05:17:38.942Z | Fresh yoke v0.7.5 |
| 1133 | 2026-05-04T05:17:38.942Z | Fresh http v1.4.0 |
| 1134 | 2026-05-04T05:17:38.942Z | Fresh futures-macro v0.3.32 |
| 1135 | 2026-05-04T05:17:38.942Z | Fresh displaydoc v0.2.5 |
| 1136 | 2026-05-04T05:17:38.942Z | Fresh futures-io v0.3.32 |
| 1137 | 2026-05-04T05:17:38.942Z | Fresh zerovec v0.10.4 |
| 1138 | 2026-05-04T05:17:38.942Z | Fresh serde_core v1.0.228 |
| 1139 | 2026-05-04T05:17:38.943Z | Fresh bitflags v2.11.0 |
| 1140 | 2026-05-04T05:17:38.943Z | Fresh futures-task v0.3.32 |
| 1141 | 2026-05-04T05:17:38.943Z | Fresh zeroize v1.8.2 |
| 1142 | 2026-05-04T05:17:38.943Z | Fresh futures-util v0.3.32 |
| 1143 | 2026-05-04T05:17:38.943Z | Fresh getrandom v0.4.1 |
| 1144 | 2026-05-04T05:17:38.943Z | Fresh ucd-trie v0.1.6 |
| 1145 | 2026-05-04T05:17:38.943Z | Fresh tinystr v0.7.6 |
| 1146 | 2026-05-04T05:17:38.943Z | Fresh rustls-pki-types v1.14.1 |
| 1147 | 2026-05-04T05:17:38.943Z | Fresh serde v1.0.228 |
| 1148 | 2026-05-04T05:17:38.943Z | Fresh pest v2.8.1 |
| 1149 | 2026-05-04T05:17:38.943Z | Fresh errno v0.3.10 |
| 1150 | 2026-05-04T05:17:38.943Z | Fresh writeable v0.5.5 |
| 1151 | 2026-05-04T05:17:38.943Z | Fresh litemap v0.7.4 |
| 1152 | 2026-05-04T05:17:38.943Z | Fresh httparse v1.10.0 |
| 1153 | 2026-05-04T05:17:38.943Z | Fresh pest_meta v2.8.1 |
| 1154 | 2026-05-04T05:17:38.943Z | Fresh aws-lc-sys v0.40.0 |
| 1155 | 2026-05-04T05:17:38.943Z | Fresh zerocopy-derive v0.8.27 |
| 1156 | 2026-05-04T05:17:38.943Z | Fresh icu_locid v1.5.0 |
| 1157 | 2026-05-04T05:17:38.943Z | Fresh icu_provider_macros v1.5.0 |
| 1158 | 2026-05-04T05:17:38.943Z | Fresh equivalent v1.0.0 |
| 1159 | 2026-05-04T05:17:38.943Z | Fresh hashbrown v0.17.0 |
| 1160 | 2026-05-04T05:17:38.943Z | Fresh zerocopy v0.8.27 |
| 1161 | 2026-05-04T05:17:38.943Z | Fresh rustversion v1.0.22 |
| 1162 | 2026-05-04T05:17:38.943Z | Fresh indexmap v2.14.0 |
| 1163 | 2026-05-04T05:17:38.943Z | Fresh rustix v1.1.4 |
| 1164 | 2026-05-04T05:17:38.943Z | Fresh icu_provider v1.5.0 |
| 1165 | 2026-05-04T05:17:38.943Z | Fresh aws-lc-rs v1.16.3 |
| 1166 | 2026-05-04T05:17:38.943Z | Fresh pest_generator v2.8.1 |
| 1167 | 2026-05-04T05:17:38.943Z | Fresh http-body v1.0.1 |
| 1168 | 2026-05-04T05:17:38.943Z | Fresh tracing-core v0.1.32 |
| 1169 | 2026-05-04T05:17:38.943Z | Fresh icu_locid_transform_data v1.5.0 |
| 1170 | 2026-05-04T05:17:38.943Z | Fresh time-core v0.1.8 |
| 1171 | 2026-05-04T05:17:38.943Z | Fresh powerfmt v0.2.0 |
| 1172 | 2026-05-04T05:17:38.943Z | Fresh fastrand v2.1.1 |
| 1173 | 2026-05-04T05:17:38.943Z | Fresh atomic-waker v1.1.2 |
| 1174 | 2026-05-04T05:17:38.943Z | Fresh percent-encoding v2.3.2 |
| 1175 | 2026-05-04T05:17:38.943Z | Fresh num-conv v0.2.0 |
| 1176 | 2026-05-04T05:17:38.943Z | Fresh icu_locid_transform v1.5.0 |
| 1177 | 2026-05-04T05:17:38.943Z | Fresh tracing v0.1.40 |
| 1178 | 2026-05-04T05:17:38.944Z | Fresh deranged v0.5.5 |
| 1179 | 2026-05-04T05:17:38.944Z | Fresh crossbeam-utils v0.8.21 |
| 1180 | 2026-05-04T05:17:38.944Z | Fresh time-macros v0.2.27 |
| 1181 | 2026-05-04T05:17:38.944Z | Fresh pest_derive v2.8.1 |
| 1182 | 2026-05-04T05:17:38.944Z | Fresh serde_tokenstream v0.2.3 |
| 1183 | 2026-05-04T05:17:38.944Z | Fresh icu_collections v1.5.0 |
| 1184 | 2026-05-04T05:17:38.944Z | Fresh tokio-util v0.7.18 |
| 1185 | 2026-05-04T05:17:38.944Z | Fresh untrusted v0.9.0 |
| 1186 | 2026-05-04T05:17:38.944Z | Fresh num_threads v0.1.3 |
| 1187 | 2026-05-04T05:17:38.944Z | Fresh icu_properties_data v1.5.0 |
| 1188 | 2026-05-04T05:17:38.944Z | Fresh try-lock v0.2.3 |
| 1189 | 2026-05-04T05:17:38.948Z | Fresh fnv v1.0.7 |
| 1190 | 2026-05-04T05:17:38.948Z | Fresh ppv-lite86 v0.2.15 |
| 1191 | 2026-05-04T05:17:38.948Z | Fresh rustls-webpki v0.103.13 |
| 1192 | 2026-05-04T05:17:38.948Z | Fresh want v0.3.0 |
| 1193 | 2026-05-04T05:17:38.948Z | Fresh icu_properties v1.5.1 |
| 1194 | 2026-05-04T05:17:38.948Z | Fresh h2 v0.4.6 |
| 1195 | 2026-05-04T05:17:38.948Z | Fresh dtrace-parser v0.3.0 |
| 1196 | 2026-05-04T05:17:38.948Z | Fresh time v0.3.47 |
| 1197 | 2026-05-04T05:17:38.948Z | Fresh rustix v0.38.44 |
| 1198 | 2026-05-04T05:17:38.948Z | Fresh generic-array v0.14.5 |
| 1199 | 2026-05-04T05:17:38.948Z | Fresh serde_json v1.0.149 |
| 1200 | 2026-05-04T05:17:38.948Z | Fresh erased-serde v0.3.31 |
| 1201 | 2026-05-04T05:17:38.948Z | Fresh scroll_derive v0.13.1 |
| 1202 | 2026-05-04T05:17:38.948Z | Fresh thread-id v5.0.0 |
| 1203 | 2026-05-04T05:17:38.948Z | Fresh write16 v1.0.0 |
| 1204 | 2026-05-04T05:17:38.948Z | Fresh tower-service v0.3.3 |
| 1205 | 2026-05-04T05:17:38.948Z | Fresh tower-layer v0.3.3 |
| 1206 | 2026-05-04T05:17:38.948Z | Fresh utf16_iter v1.0.5 |
| 1207 | 2026-05-04T05:17:38.948Z | Fresh byteorder v1.4.3 |
| 1208 | 2026-05-04T05:17:38.948Z | Fresh icu_normalizer_data v1.5.0 |
| 1209 | 2026-05-04T05:17:38.948Z | Fresh httpdate v1.0.1 |
| 1210 | 2026-05-04T05:17:38.948Z | Fresh subtle v2.5.0 |
| 1211 | 2026-05-04T05:17:38.948Z | Fresh base64 v0.22.1 |
| 1212 | 2026-05-04T05:17:38.948Z | Fresh utf8_iter v1.0.4 |
| 1213 | 2026-05-04T05:17:38.948Z | Fresh hyper v1.9.0 |
| 1214 | 2026-05-04T05:17:38.948Z | Fresh slog v2.8.2 |
| 1215 | 2026-05-04T05:17:38.948Z | Fresh rustls v0.23.40 |
| 1216 | 2026-05-04T05:17:38.948Z | Fresh icu_normalizer v1.5.0 |
| 1217 | 2026-05-04T05:17:38.948Z | Fresh scroll v0.13.0 |
| 1218 | 2026-05-04T05:17:38.948Z | Fresh paste v1.0.15 |
| 1219 | 2026-05-04T05:17:38.948Z | Fresh getrandom v0.3.4 |
| 1220 | 2026-05-04T05:17:38.948Z | Fresh form_urlencoded v1.2.2 |
| 1221 | 2026-05-04T05:17:38.949Z | Fresh hybrid-array v0.4.8 |
| 1222 | 2026-05-04T05:17:38.949Z | Fresh adler2 v2.0.1 |
| 1223 | 2026-05-04T05:17:38.949Z | Fresh simd-adler32 v0.3.7 |
| 1224 | 2026-05-04T05:17:38.949Z | Fresh plain v0.2.3 |
| 1225 | 2026-05-04T05:17:38.949Z | Fresh unicode-segmentation v1.10.0 |
| 1226 | 2026-05-04T05:17:38.949Z | Fresh lazy_static v1.5.0 |
| 1227 | 2026-05-04T05:17:38.949Z | Fresh unicode-width v0.1.9 |
| 1228 | 2026-05-04T05:17:38.949Z | Fresh mime v0.3.16 |
| 1229 | 2026-05-04T05:17:38.949Z | Fresh newline-converter v0.3.0 |
| 1230 | 2026-05-04T05:17:38.949Z | Fresh rand_core v0.9.5 |
| 1231 | 2026-05-04T05:17:38.949Z | Fresh goblin v0.10.1 |
| 1232 | 2026-05-04T05:17:38.949Z | Fresh miniz_oxide v0.8.9 |
| 1233 | 2026-05-04T05:17:38.949Z | Fresh crc32fast v1.5.0 |
| 1234 | 2026-05-04T05:17:38.949Z | Fresh console v0.15.7 |
| 1235 | 2026-05-04T05:17:38.949Z | Fresh unicase v2.6.0 |
| 1236 | 2026-05-04T05:17:38.950Z | Fresh idna_adapter v1.2.0 |
| 1237 | 2026-05-04T05:17:38.950Z | Fresh num-traits v0.2.14 |
| 1238 | 2026-05-04T05:17:38.950Z | Fresh block-buffer v0.10.2 |
| 1239 | 2026-05-04T05:17:38.950Z | Fresh crypto-common v0.1.6 |
| 1240 | 2026-05-04T05:17:38.950Z | Fresh getrandom v0.2.11 |
| 1241 | 2026-05-04T05:17:38.950Z | Fresh heck v0.5.0 |
| 1242 | 2026-05-04T05:17:38.950Z | Fresh ipnet v2.10.0 |
| 1243 | 2026-05-04T05:17:38.950Z | Fresh winnow v1.0.0 |
| 1244 | 2026-05-04T05:17:38.950Z | Fresh openssl-probe v0.2.1 |
| 1245 | 2026-05-04T05:17:38.950Z | Fresh similar v2.2.1 |
| 1246 | 2026-05-04T05:17:38.950Z | Fresh semver v1.0.28 |
| 1247 | 2026-05-04T05:17:38.950Z | Fresh iana-time-zone v0.1.47 |
| 1248 | 2026-05-04T05:17:38.950Z | Fresh pretty-hex v0.4.1 |
| 1249 | 2026-05-04T05:17:38.950Z | Fresh rustls-native-certs v0.8.3 |
| 1250 | 2026-05-04T05:17:38.950Z | Fresh hyper-util v0.1.20 |
| 1251 | 2026-05-04T05:17:38.950Z | Fresh chrono v0.4.44 |
| 1252 | 2026-05-04T05:17:38.950Z | Fresh toml_parser v1.1.2+spec-1.1.0 |
| 1253 | 2026-05-04T05:17:38.950Z | Fresh idna v1.0.3 |
| 1254 | 2026-05-04T05:17:38.950Z | Fresh dof v0.4.0 |
| 1255 | 2026-05-04T05:17:38.950Z | Fresh rand_core v0.6.3 |
| 1256 | 2026-05-04T05:17:38.950Z | Fresh digest v0.10.7 |
| 1257 | 2026-05-04T05:17:38.950Z | Fresh flate2 v1.1.9 |
| 1258 | 2026-05-04T05:17:38.950Z | Fresh rand_chacha v0.9.0 |
| 1259 | 2026-05-04T05:17:38.950Z | Fresh block-buffer v0.12.0 |
| 1260 | 2026-05-04T05:17:38.950Z | Fresh crypto-common v0.2.1 |
| 1261 | 2026-05-04T05:17:38.950Z | Fresh tokio-rustls v0.26.4 |
| 1262 | 2026-05-04T05:17:38.950Z | Fresh concurrent-queue v2.5.0 |
| 1263 | 2026-05-04T05:17:38.950Z | Fresh serde_derive_internals v0.29.0 |
| 1264 | 2026-05-04T05:17:38.950Z | Fresh syn v2.0.117 |
| 1265 | 2026-05-04T05:17:38.950Z | Fresh toml_datetime v1.1.1+spec-1.1.0 |
| 1266 | 2026-05-04T05:17:38.950Z | Fresh serde_spanned v1.1.1 |
| 1267 | 2026-05-04T05:17:38.950Z | Fresh thread_local v1.1.4 |
| 1268 | 2026-05-04T05:17:38.950Z | Fresh sync_wrapper v1.0.1 |
| 1269 | 2026-05-04T05:17:38.950Z | Fresh encoding_rs v0.8.32 |
| 1270 | 2026-05-04T05:17:38.950Z | Fresh cpufeatures v0.2.17 |
| 1271 | 2026-05-04T05:17:38.950Z | Fresh toml_writer v1.1.1+spec-1.1.0 |
| 1272 | 2026-05-04T05:17:38.950Z | Fresh const-oid v0.10.2 |
| 1273 | 2026-05-04T05:17:38.950Z | Fresh parking v2.2.0 |
| 1274 | 2026-05-04T05:17:38.950Z | Fresh match_cfg v0.1.0 |
| 1275 | 2026-05-04T05:17:38.951Z | Fresh compression-core v0.4.32 |
| 1276 | 2026-05-04T05:17:38.951Z | Fresh tower v0.5.2 |
| 1277 | 2026-05-04T05:17:38.951Z | Fresh toml v1.1.2+spec-1.1.0 |
| 1278 | 2026-05-04T05:17:38.951Z | Fresh event-listener v5.0.0 |
| 1279 | 2026-05-04T05:17:38.951Z | Fresh hostname v0.3.1 |
| 1280 | 2026-05-04T05:17:38.951Z | Fresh compression-codecs v0.4.38 |
| 1281 | 2026-05-04T05:17:38.951Z | Fresh digest v0.11.2 |
| 1282 | 2026-05-04T05:17:38.951Z | Fresh sha1 v0.10.6 |
| 1283 | 2026-05-04T05:17:38.951Z | Fresh usdt-impl v0.6.0 |
| 1284 | 2026-05-04T05:17:38.951Z | Fresh schemars_derive v0.8.22 |
| 1285 | 2026-05-04T05:17:38.951Z | Fresh rand v0.9.2 |
| 1286 | 2026-05-04T05:17:38.951Z | Fresh rand_chacha v0.3.1 |
| 1287 | 2026-05-04T05:17:38.951Z | Fresh ryu v1.0.5 |
| 1288 | 2026-05-04T05:17:38.951Z | Fresh url v2.5.4 |
| 1289 | 2026-05-04T05:17:38.954Z | Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 1290 | 2026-05-04T05:17:38.954Z | Fresh usdt-macro v0.6.0 |
| 1291 | 2026-05-04T05:17:38.955Z | Fresh usdt-attr-macro v0.6.0 |
| 1292 | 2026-05-04T05:17:38.955Z | Fresh slog-json v2.6.1 |
| 1293 | 2026-05-04T05:17:38.955Z | Fresh crossbeam-channel v0.5.15 |
| 1294 | 2026-05-04T05:17:38.955Z | Fresh http-body-util v0.1.3 |
| 1295 | 2026-05-04T05:17:38.955Z | Fresh uuid v1.23.1 |
| 1296 | 2026-05-04T05:17:38.982Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1c77b3ac2760e86 -C extra-filename=-beeac0c281fc8615 --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-d62c1f7ce1bee2a6.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro` |
| 1297 | 2026-05-04T05:17:38.986Z | Fresh futures-executor v0.3.32 |
| 1298 | 2026-05-04T05:17:38.987Z | Fresh async-stream-impl v0.3.6 |
| 1299 | 2026-05-04T05:17:38.987Z | Fresh is-terminal v0.4.12 |
| 1300 | 2026-05-04T05:17:38.987Z | Fresh memmap2 v0.9.8 |
| 1301 | 2026-05-04T05:17:38.987Z | Fresh spin v0.9.8 |
| 1302 | 2026-05-04T05:17:38.987Z | Fresh iri-string v0.7.8 |
| 1303 | 2026-05-04T05:17:38.987Z | Fresh data-encoding v2.4.0 |
| 1304 | 2026-05-04T05:17:38.987Z | Fresh take_mut v0.2.2 |
| 1305 | 2026-05-04T05:17:38.987Z | Fresh cpufeatures v0.3.0 |
| 1306 | 2026-05-04T05:17:38.987Z | Fresh dyn-clone v1.0.4 |
| 1307 | 2026-05-04T05:17:38.987Z | Fresh term v1.1.0 |
| 1308 | 2026-05-04T05:17:38.988Z | Fresh multer v3.1.0 |
| 1309 | 2026-05-04T05:17:38.988Z | Fresh slog-term v2.9.2 |
| 1310 | 2026-05-04T05:17:38.988Z | Fresh schemars v0.8.22 |
| 1311 | 2026-05-04T05:17:38.988Z | Fresh tungstenite v0.29.0 |
| 1312 | 2026-05-04T05:17:38.988Z | Fresh slog-async v2.8.0 |
| 1313 | 2026-05-04T05:17:38.988Z | Fresh sha1 v0.11.0 |
| 1314 | 2026-05-04T05:17:38.988Z | Fresh futures v0.3.32 |
| 1315 | 2026-05-04T05:17:38.988Z | Fresh async-stream v0.3.6 |
| 1316 | 2026-05-04T05:17:38.988Z | Fresh usdt v0.6.0 |
| 1317 | 2026-05-04T05:17:38.988Z | Fresh tower-http v0.6.8 |
| 1318 | 2026-05-04T05:17:38.988Z | Fresh slog-bunyan v2.5.0 |
| 1319 | 2026-05-04T05:17:38.988Z | Fresh rand v0.8.6 |
| 1320 | 2026-05-04T05:17:38.988Z | Fresh mime_guess v2.0.5 |
| 1321 | 2026-05-04T05:17:38.988Z | Fresh serde_urlencoded v0.7.1 |
| 1322 | 2026-05-04T05:17:38.988Z | Fresh event-listener-strategy v0.5.4 |
| 1323 | 2026-05-04T05:17:38.988Z | Fresh async-compression v0.4.42 |
| 1324 | 2026-05-04T05:17:38.991Z | Fresh camino v1.2.2 |
| 1325 | 2026-05-04T05:17:38.991Z | Fresh target-triple v1.0.0 |
| 1326 | 2026-05-04T05:17:38.991Z | Fresh hyper-rustls v0.27.9 |
| 1327 | 2026-05-04T05:17:38.992Z | Fresh rustls-platform-verifier v0.6.2 |
| 1328 | 2026-05-04T05:17:38.992Z | Fresh pem v3.0.6 |
| 1329 | 2026-05-04T05:17:38.992Z | Fresh yasna v0.5.2 |
| 1330 | 2026-05-04T05:17:38.992Z | Fresh waitgroup v0.1.2 |
| 1331 | 2026-05-04T05:17:38.992Z | Fresh openapiv3 v2.2.0 |
| 1332 | 2026-05-04T05:17:38.992Z | Fresh rustls-pemfile v2.2.0 |
| 1333 | 2026-05-04T05:17:38.992Z | Fresh async-trait v0.1.89 |
| 1334 | 2026-05-04T05:17:38.992Z | Fresh serde_path_to_error v0.1.20 |
| 1335 | 2026-05-04T05:17:38.992Z | Fresh hostname v0.4.2 |
| 1336 | 2026-05-04T05:17:38.992Z | Fresh glob v0.3.0 |
| 1337 | 2026-05-04T05:17:38.992Z | Fresh simple-mermaid v0.2.0 |
| 1338 | 2026-05-04T05:17:38.992Z | Fresh http-range v0.1.4 |
| 1339 | 2026-05-04T05:17:38.992Z | Fresh debug-ignore v1.0.5 |
| 1340 | 2026-05-04T05:17:38.992Z | Fresh termcolor v1.1.2 |
| 1341 | 2026-05-04T05:17:38.992Z | Fresh hyper-staticfile v0.10.1 |
| 1342 | 2026-05-04T05:17:38.992Z | Fresh trybuild v1.0.116 |
| 1343 | 2026-05-04T05:17:38.992Z | Fresh reqwest v0.13.2 |
| 1344 | 2026-05-04T05:17:38.992Z | Fresh rcgen v0.14.7 |
| 1345 | 2026-05-04T05:17:38.992Z | Fresh async-channel v2.5.0 |
| 1346 | 2026-05-04T05:17:38.992Z | Fresh tokio-tungstenite v0.29.0 |
| 1347 | 2026-05-04T05:17:38.992Z | Fresh anyhow v1.0.102 |
| 1348 | 2026-05-04T05:17:38.992Z | Fresh subprocess v1.0.3 |
| 1349 | 2026-05-04T05:17:38.992Z | Fresh buf-list v1.1.2 |
| 1350 | 2026-05-04T05:17:38.992Z | Fresh once_cell v1.20.1 |
| 1351 | 2026-05-04T05:17:38.992Z | Fresh schema-derive v0.1.0 |
| 1352 | 2026-05-04T05:17:38.992Z | Fresh tempfile v3.27.0 |
| 1353 | 2026-05-04T05:17:38.992Z | Fresh schema v0.1.0 |
| 1354 | 2026-05-04T05:17:38.992Z | Fresh atomicwrites v0.4.4 |
| 1355 | 2026-05-04T05:17:38.992Z | Fresh prettyplease v0.2.37 |
| 1356 | 2026-05-04T05:17:38.992Z | Fresh expectorate v1.2.0 |
| 1357 | 2026-05-04T05:17:40.231Z | Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot) |
| 1358 | 2026-05-04T05:17:40.235Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ea30f3450841a449 -C extra-filename=-6f257a6c2b08a42a --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-4ebbec2b6f466dc9.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1359 | 2026-05-04T05:17:40.235Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ba845e2e4f5076b2 -C extra-filename=-bbbe6655281d039f --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1360 | 2026-05-04T05:17:45.113Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fc9d4fdf6ba1d89d -C extra-filename=-e642d3f940d8b8f3 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1361 | 2026-05-04T05:17:45.119Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=26e8d486da3f2143 -C extra-filename=-09880fd35cf7ba84 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1362 | 2026-05-04T05:17:45.120Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d944a5172394c24c -C extra-filename=-0554c578866a86a1 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1363 | 2026-05-04T05:17:45.120Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6367c9c82752b3b7 -C extra-filename=-eb6a6f51c2f72140 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1364 | 2026-05-04T05:17:45.120Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=76021da599b8aabc -C extra-filename=-edbfa6aac47ec76c --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1365 | 2026-05-04T05:17:45.120Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d7f36d875cf88526 -C extra-filename=-ef2b65ec5bbbc947 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1366 | 2026-05-04T05:17:45.121Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=08716821076b9d7b -C extra-filename=-960815e347e08386 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1367 | 2026-05-04T05:17:54.705Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5f27721eb147d2e4 -C extra-filename=-38a446f49158ba45 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1368 | 2026-05-04T05:17:55.095Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=90082c5bc6ce8059 -C extra-filename=-0257eaedb281af24 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1369 | 2026-05-04T05:17:55.127Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3a143772ca02f6b1 -C extra-filename=-fd212103555b7d19 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1370 | 2026-05-04T05:17:56.054Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=86c0848d49864ef2 -C extra-filename=-f399d1d05736670e --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1371 | 2026-05-04T05:17:56.080Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bfa896fe534d4841 -C extra-filename=-c147402cc2736a33 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1372 | 2026-05-04T05:17:57.030Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0ded34eb5fbb3f66 -C extra-filename=-1f69227adf3276bf --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1373 | 2026-05-04T05:17:57.863Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ff6b4d29b4856fca -C extra-filename=-c2478063d52965a1 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1374 | 2026-05-04T05:18:05.043Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3812b7cb08b8f1f4 -C extra-filename=-57499953c03292a1 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1375 | 2026-05-04T05:18:05.754Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=00a6946bc4affdd5 -C extra-filename=-0dcba0fc2de41539 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1376 | 2026-05-04T05:18:06.094Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9df546be6c678dda -C extra-filename=-7207a8b5794997ce --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1377 | 2026-05-04T05:18:07.496Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=11cd4e9d94439ea3 -C extra-filename=-d4fc1b906b91f50b --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1378 | 2026-05-04T05:18:07.752Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9481fdf8e6061daf -C extra-filename=-ca4c4dbcd5f1ad12 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1379 | 2026-05-04T05:18:08.667Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bf92fab489365b9b -C extra-filename=-6e66c2432035bc59 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1380 | 2026-05-04T05:18:08.968Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=87d4b52f2d35ae16 -C extra-filename=-b0444f903a3d00f2 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1381 | 2026-05-04T05:18:15.683Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1af2a1a7e6df3c7c -C extra-filename=-904a897110cc2379 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1382 | 2026-05-04T05:18:16.482Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=43c22833f133f04b -C extra-filename=-c69fde172033b68a --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1383 | 2026-05-04T05:18:16.599Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1274e48ccd6db590 -C extra-filename=-c04d2e3756bcb9b1 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out` |
| 1384 | 2026-05-04T05:18:24.979Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 46.22s |
| 1385 | 2026-05-04T05:18:25.021Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-bbbe6655281d039f` |
| 1386 | 2026-05-04T05:18:25.023Z | |
| 1387 | 2026-05-04T05:18:25.024Z | running 142 tests |
| 1388 | 2026-05-04T05:18:25.027Z | test api_description::test::test_endpoint_versions_range ... ok |
| 1389 | 2026-05-04T05:18:25.027Z | test api_description::test::test_endpoint_versions_matches ... ok |
| 1390 | 2026-05-04T05:18:25.027Z | test api_description::test::test_endpoint_versions_overlaps ... ok |
| 1391 | 2026-05-04T05:18:25.027Z | test api_description::test::test_badpath4 - should panic ... ok |
| 1392 | 2026-05-04T05:18:25.028Z | test api_description::test::test_tag_config_deserialize_old ... ok |
| 1393 | 2026-05-04T05:18:25.028Z | test api_description::test::test_tags_need_one ... ok |
| 1394 | 2026-05-04T05:18:25.028Z | test api_description::test::test_badpath1 ... ok |
| 1395 | 2026-05-04T05:18:25.028Z | test api_description::test::test_badpath2 ... ok |
| 1396 | 2026-05-04T05:18:25.028Z | test api_description::test::test_badpath3 ... ok |
| 1397 | 2026-05-04T05:18:25.028Z | test api_description::test::test_dup_names ... ok |
| 1398 | 2026-05-04T05:18:25.028Z | test api_description::test::test_tags_just_right ... ok |
| 1399 | 2026-05-04T05:18:25.028Z | test api_description::test::test_tags_too_many ... ok |
| 1400 | 2026-05-04T05:18:25.028Z | test compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok |
| 1401 | 2026-05-04T05:18:25.028Z | test compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok |
| 1402 | 2026-05-04T05:18:25.028Z | test compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok |
| 1403 | 2026-05-04T05:18:25.028Z | test compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok |
| 1404 | 2026-05-04T05:18:25.028Z | test compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok |
| 1405 | 2026-05-04T05:18:25.028Z | test compression::tests::test_accepts_gzip_encoding_basic ... ok |
| 1406 | 2026-05-04T05:18:25.028Z | test compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok |
| 1407 | 2026-05-04T05:18:25.029Z | test compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok |
| 1408 | 2026-05-04T05:18:25.029Z | test compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok |
| 1409 | 2026-05-04T05:18:25.029Z | test compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok |
| 1410 | 2026-05-04T05:18:25.029Z | test compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok |
| 1411 | 2026-05-04T05:18:25.029Z | test compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok |
| 1412 | 2026-05-04T05:18:25.029Z | test compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok |
| 1413 | 2026-05-04T05:18:25.029Z | test compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok |
| 1414 | 2026-05-04T05:18:25.029Z | test compression::tests::test_accepts_gzip_encoding_wildcard ... ok |
| 1415 | 2026-05-04T05:18:25.029Z | test compression::tests::test_accepts_gzip_encoding_with_spaces ... ok |
| 1416 | 2026-05-04T05:18:25.029Z | test compression::tests::test_accepts_gzip_encoding_no_header ... ok |
| 1417 | 2026-05-04T05:18:25.029Z | test compression::tests::test_should_compress_response_no_accept_encoding ... ok |
| 1418 | 2026-05-04T05:18:25.029Z | test compression::tests::test_should_compress_response_basic ... ok |
| 1419 | 2026-05-04T05:18:25.029Z | test compression::tests::test_should_compress_response_already_encoded ... ok |
| 1420 | 2026-05-04T05:18:25.029Z | test compression::tests::test_should_compress_response_compressible_content_types ... ok |
| 1421 | 2026-05-04T05:18:25.029Z | test compression::tests::test_should_compress_response_head_method ... ok |
| 1422 | 2026-05-04T05:18:25.029Z | test compression::tests::test_should_compress_response_no_content ... ok |
| 1423 | 2026-05-04T05:18:25.029Z | test compression::tests::test_should_compress_response_no_compression_extension ... ok |
| 1424 | 2026-05-04T05:18:25.029Z | test compression::tests::test_should_compress_response_no_content_type ... ok |
| 1425 | 2026-05-04T05:18:25.029Z | test compression::tests::test_should_compress_response_partial_content ... ok |
| 1426 | 2026-05-04T05:18:25.029Z | test compression::tests::test_should_compress_response_not_modified ... ok |
| 1427 | 2026-05-04T05:18:25.029Z | test compression::tests::test_should_compress_response_rejects_content_range ... ok |
| 1428 | 2026-05-04T05:18:25.029Z | test compression::tests::test_should_compress_response_non_compressible_content_types ... ok |
| 1429 | 2026-05-04T05:18:25.029Z | test compression::tests::test_should_compress_response_respects_content_length_threshold ... ok |
| 1430 | 2026-05-04T05:18:25.029Z | test compression::tests::test_should_compress_response_sse ... ok |
| 1431 | 2026-05-04T05:18:25.029Z | test extractor::body::tests::test_typed_body_from ... ok |
| 1432 | 2026-05-04T05:18:25.029Z | test error::test::test_serialize_error_response_body ... ok |
| 1433 | 2026-05-04T05:18:25.029Z | test extractor::metadata::test::test_metadata_flattened ... ok |
| 1434 | 2026-05-04T05:18:25.029Z | test extractor::metadata::test::test_metadata_simple ... ok |
| 1435 | 2026-05-04T05:18:25.029Z | test extractor::metadata::test::test_metadata_pagination ... ok |
| 1436 | 2026-05-04T05:18:25.034Z | test from_map::test::test_case_insensitive ... ok |
| 1437 | 2026-05-04T05:18:25.034Z | test from_map::test::test_deep ... ok |
| 1438 | 2026-05-04T05:18:25.034Z | test extractor::header::tests::test_header_parsing ... ok |
| 1439 | 2026-05-04T05:18:25.034Z | test from_map::test::test_lone_literal ... ok |
| 1440 | 2026-05-04T05:18:25.034Z | test compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok |
| 1441 | 2026-05-04T05:18:25.034Z | test from_map::test::test_missing_data1 ... ok |
| 1442 | 2026-05-04T05:18:25.034Z | test from_map::test::test_missing_data2 ... ok |
| 1443 | 2026-05-04T05:18:25.034Z | test compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok |
| 1444 | 2026-05-04T05:18:25.034Z | test extractor::metadata::test::test_metadata_flattened_enum ... ok |
| 1445 | 2026-05-04T05:18:25.034Z | test from_map::test::test_types ... ok |
| 1446 | 2026-05-04T05:18:25.034Z | test from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok |
| 1447 | 2026-05-04T05:18:25.034Z | test extractor::body::tests::test_content_plus_json ... ok |
| 1448 | 2026-05-04T05:18:25.034Z | test logging::test::test_config_bad_terminal_bad_level ... ok |
| 1449 | 2026-05-04T05:18:25.034Z | test logging::test::test_config_bad_file_no_level ... ok |
| 1450 | 2026-05-04T05:18:25.034Z | test logging::test::test_config_bad_file_no_file ... ok |
| 1451 | 2026-05-04T05:18:25.034Z | test logging::test::test_config_bad_log_mode ... ok |
| 1452 | 2026-05-04T05:18:25.034Z | test logging::test::test_config_bad_terminal_no_level ... ok |
| 1453 | 2026-05-04T05:18:25.034Z | test logging::test::test_config_bad_file_path_exists_fail ... ok |
| 1454 | 2026-05-04T05:18:25.034Z | test logging::test::test_config_bad_file_bad_path_type ... ok |
| 1455 | 2026-05-04T05:18:25.034Z | test pagination::test::test_pagination_schema ... ok |
| 1456 | 2026-05-04T05:18:25.034Z | test router::test::test_bad_path_segment2 - should panic ... ok |
| 1457 | 2026-05-04T05:18:25.034Z | test router::test::test_bad_path_segment1 - should panic ... ok |
| 1458 | 2026-05-04T05:18:25.034Z | test pagination::test::test_results_page ... ok |
| 1459 | 2026-05-04T05:18:25.034Z | test pagination::test::test_pagparams_parsing ... ok |
| 1460 | 2026-05-04T05:18:25.034Z | test pagination::test::test_page_token_serialization ... ok |
| 1461 | 2026-05-04T05:18:25.034Z | test router::test::test_bad_path_segment3 - should panic ... ok |
| 1462 | 2026-05-04T05:18:25.034Z | test router::test::test_bad_path_segment4 - should panic ... ok |
| 1463 | 2026-05-04T05:18:25.034Z | test router::test::test_bogus_regex - should panic ... ok |
| 1464 | 2026-05-04T05:18:25.034Z | test router::test::test_duplicate_route3 - should panic ... ok |
| 1465 | 2026-05-04T05:18:25.034Z | test router::test::test_duplicate_route1 - should panic ... ok |
| 1466 | 2026-05-04T05:18:25.034Z | test router::test::test_duplicate_route2 - should panic ... ok |
| 1467 | 2026-05-04T05:18:25.034Z | note: configured to log to "/tmp/dropshot-bbbe6655281d039f.3081.file_dir/log.out" |
| 1468 | 2026-05-04T05:18:25.034Z | test api_description::test::test_tags_set ... ok |
| 1469 | 2026-05-04T05:18:25.034Z | test router::test::test_duplicate_route_overlapping_version - should panic ... ok |
| 1470 | 2026-05-04T05:18:25.034Z | test logging::test::test_config_stderr_terminal ... ok |
| 1471 | 2026-05-04T05:18:25.035Z | test router::test::test_embedded_non_variable ... ok |
| 1472 | 2026-05-04T05:18:25.035Z | test router::test::test_duplicate_route_same_version - should panic ... ok |
| 1473 | 2026-05-04T05:18:25.035Z | test router::test::test_iter ... ok |
| 1474 | 2026-05-04T05:18:25.035Z | test router::test::test_duplicate_varname - should panic ... ok |
| 1475 | 2026-05-04T05:18:25.035Z | test router::test::test_error_cases ... ok |
| 1476 | 2026-05-04T05:18:25.035Z | test router::test::test_iter2 ... ok |
| 1477 | 2026-05-04T05:18:25.035Z | test router::test::test_iter_null ... ok |
| 1478 | 2026-05-04T05:18:25.035Z | test router::test::test_empty_variable ... ok |
| 1479 | 2026-05-04T05:18:25.035Z | test router::test::test_inconsistent_varname - should panic ... ok |
| 1480 | 2026-05-04T05:18:25.035Z | test router::test::test_literal_after_regex - should panic ... ok |
| 1481 | 2026-05-04T05:18:25.035Z | test router::test::test_map_bad_seq ... ok |
| 1482 | 2026-05-04T05:18:25.035Z | test router::test::test_map ... ok |
| 1483 | 2026-05-04T05:18:25.035Z | test router::test::test_literal_after_variable - should panic ... ok |
| 1484 | 2026-05-04T05:18:25.035Z | test router::test::test_map_bad_value ... ok |
| 1485 | 2026-05-04T05:18:25.035Z | test router::test::test_path_segment ... ok |
| 1486 | 2026-05-04T05:18:25.035Z | test router::test::test_more_after_regex - should panic ... ok |
| 1487 | 2026-05-04T05:18:25.035Z | test router::test::test_router_versioned ... ok |
| 1488 | 2026-05-04T05:18:25.035Z | test router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok |
| 1489 | 2026-05-04T05:18:25.035Z | test router::test::test_router_basic ... ok |
| 1490 | 2026-05-04T05:18:25.035Z | test router::test::test_variable_after_literal - should panic ... ok |
| 1491 | 2026-05-04T05:18:25.035Z | test router::test::test_segments ... ok |
| 1492 | 2026-05-04T05:18:25.035Z | test router::test::test_variable_name_bad_start - should panic ... ok |
| 1493 | 2026-05-04T05:18:25.035Z | test router::test::test_variable_name_bad_end - should panic ... ok |
| 1494 | 2026-05-04T05:18:25.035Z | test router::test::test_variable_rename ... ok |
| 1495 | 2026-05-04T05:18:25.035Z | test router::test::test_variable_name_empty - should panic ... ok |
| 1496 | 2026-05-04T05:18:25.035Z | test router::test::test_variables_basic ... ok |
| 1497 | 2026-05-04T05:18:25.035Z | test router::test::test_variables_glob ... ok |
| 1498 | 2026-05-04T05:18:25.035Z | test router::test::test_variables_multi ... ok |
| 1499 | 2026-05-04T05:18:25.035Z | test schema_util::test::test_empty_struct ... ok |
| 1500 | 2026-05-04T05:18:25.035Z | note: configured to log to "/tmp/dropshot-bbbe6655281d039f.3081.file_dir/log.out" |
| 1501 | 2026-05-04T05:18:25.035Z | test schema_util::test::test_additional_properties ... ok |
| 1502 | 2026-05-04T05:18:25.035Z | test schema_util::test::test_nullable ... ok |
| 1503 | 2026-05-04T05:18:25.035Z | test schema_util::test::test_two_types - should panic ... ok |
| 1504 | 2026-05-04T05:18:25.035Z | test schema_util::test::test_extension_conversion ... ok |
| 1505 | 2026-05-04T05:18:25.035Z | test schema_util::test::test_embedded_schema ... ok |
| 1506 | 2026-05-04T05:18:25.035Z | test schema_util::test::test_garbage_barge_structure_conversion ... ok |
| 1507 | 2026-05-04T05:18:25.035Z | test test_util::test::test_bunyan_bad_name - should panic ... ok |
| 1508 | 2026-05-04T05:18:25.035Z | note: configured to log to "/tmp/dropshot-bbbe6655281d039f.3081.file_dir/log.out" |
| 1509 | 2026-05-04T05:18:25.036Z | test test_util::test::test_bunyan_bad_pid - should panic ... ok |
| 1510 | 2026-05-04T05:18:25.036Z | test test_util::test::test_bunyan_bad_hostname - should panic ... ok |
| 1511 | 2026-05-04T05:18:25.036Z | test schema_util::test::test_schema2struct_with_enum_variants ... ok |
| 1512 | 2026-05-04T05:18:25.036Z | test test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok |
| 1513 | 2026-05-04T05:18:25.036Z | test test_util::test::test_bunyan_seq_bad_order - should panic ... ok |
| 1514 | 2026-05-04T05:18:25.036Z | test test_util::test::test_bunyan_bad_v - should panic ... ok |
| 1515 | 2026-05-04T05:18:25.036Z | test test_util::test::test_bunyan_easy_cases ... ok |
| 1516 | 2026-05-04T05:18:25.036Z | test logging::test::test_config_file ... ok |
| 1517 | 2026-05-04T05:18:25.036Z | test test_util::test::test_bunyan_seq_easy_cases ... ok |
| 1518 | 2026-05-04T05:18:25.036Z | test to_map::test::test_struct_with_options ... ok |
| 1519 | 2026-05-04T05:18:25.036Z | test test_util::test::test_bunyan_seq_lower_violated - should panic ... ok |
| 1520 | 2026-05-04T05:18:25.036Z | test test_util::test::test_bunyan_seq_upper_violated - should panic ... ok |
| 1521 | 2026-05-04T05:18:25.036Z | test to_map::test::test_to_map_enum ... ok |
| 1522 | 2026-05-04T05:18:25.036Z | test to_map::test::test_to_map_num ... ok |
| 1523 | 2026-05-04T05:18:25.036Z | test to_map::test::test_to_map_seq ... ok |
| 1524 | 2026-05-04T05:18:25.036Z | test to_map::test::test_to_map_vec ... ok |
| 1525 | 2026-05-04T05:18:25.036Z | test to_map::test::test_to_map_valid ... ok |
| 1526 | 2026-05-04T05:18:25.036Z | test type_util::tests::test_commented_ref ... ok |
| 1527 | 2026-05-04T05:18:25.036Z | test type_util::tests::test_recursive_type - should panic ... ok |
| 1528 | 2026-05-04T05:18:25.036Z | test type_util::tests::test_reflexive_type - should panic ... ok |
| 1529 | 2026-05-04T05:18:25.036Z | test server::test::test_drop_server_without_close_okay ... ok |
| 1530 | 2026-05-04T05:18:25.036Z | test websocket::tests::test_ws_upg_task_is_spawned ... ok |
| 1531 | 2026-05-04T05:18:25.036Z | test server::test::test_server_run_then_close ... ok |
| 1532 | 2026-05-04T05:18:25.039Z | test server::test::test_http_acceptor_happy_path ... ok |
| 1533 | 2026-05-04T05:18:25.040Z | |
| 1534 | 2026-05-04T05:18:25.040Z | test result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 1535 | 2026-05-04T05:18:25.040Z | |
| 1536 | 2026-05-04T05:18:25.040Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-0257eaedb281af24` |
| 1537 | 2026-05-04T05:18:25.040Z | |
| 1538 | 2026-05-04T05:18:25.040Z | running 1 test |
| 1539 | 2026-05-04T05:18:25.337Z | Compiling proc-macro2 v1.0.106 |
| 1540 | 2026-05-04T05:18:25.338Z | Compiling quote v1.0.45 |
| 1541 | 2026-05-04T05:18:25.341Z | Compiling unicode-ident v1.0.12 |
| 1542 | 2026-05-04T05:18:25.341Z | Compiling libc v0.2.186 |
| 1543 | 2026-05-04T05:18:25.341Z | Checking cfg-if v1.0.0 |
| 1544 | 2026-05-04T05:18:25.341Z | Compiling serde_core v1.0.228 |
| 1545 | 2026-05-04T05:18:25.341Z | Checking itoa v1.0.1 |
| 1546 | 2026-05-04T05:18:25.341Z | Checking pin-project-lite v0.2.12 |
| 1547 | 2026-05-04T05:18:25.432Z | Compiling version_check v0.9.5 |
| 1548 | 2026-05-04T05:18:25.450Z | Checking memchr v2.6.0 |
| 1549 | 2026-05-04T05:18:25.483Z | Compiling autocfg v1.1.0 |
| 1550 | 2026-05-04T05:18:25.763Z | Compiling thiserror v2.0.18 |
| 1551 | 2026-05-04T05:18:25.810Z | Checking futures-core v0.3.32 |
| 1552 | 2026-05-04T05:18:25.832Z | Checking bytes v1.11.1 |
| 1553 | 2026-05-04T05:18:25.893Z | Checking smallvec v1.13.2 |
| 1554 | 2026-05-04T05:18:25.918Z | Compiling zmij v1.0.2 |
| 1555 | 2026-05-04T05:18:26.062Z | Compiling log v0.4.17 |
| 1556 | 2026-05-04T05:18:26.206Z | Checking once_cell v1.20.1 |
| 1557 | 2026-05-04T05:18:26.252Z | Compiling serde_json v1.0.149 |
| 1558 | 2026-05-04T05:18:26.268Z | Compiling serde v1.0.228 |
| 1559 | 2026-05-04T05:18:26.289Z | Compiling parking_lot_core v0.9.4 |
| 1560 | 2026-05-04T05:18:26.328Z | Compiling jobserver v0.1.34 |
| 1561 | 2026-05-04T05:18:26.363Z | Compiling slab v0.4.9 |
| 1562 | 2026-05-04T05:18:26.511Z | Checking scopeguard v1.2.0 |
| 1563 | 2026-05-04T05:18:26.612Z | Compiling find-msvc-tools v0.1.9 |
| 1564 | 2026-05-04T05:18:26.616Z | Compiling shlex v1.3.0 |
| 1565 | 2026-05-04T05:18:26.628Z | Compiling syn v2.0.117 |
| 1566 | 2026-05-04T05:18:26.698Z | Checking futures-sink v0.3.32 |
| 1567 | 2026-05-04T05:18:26.754Z | Compiling cc v1.2.60 |
| 1568 | 2026-05-04T05:18:26.813Z | Checking lock_api v0.4.6 |
| 1569 | 2026-05-04T05:18:26.828Z | Compiling typenum v1.19.0 |
| 1570 | 2026-05-04T05:18:26.925Z | Checking signal-hook-registry v1.4.0 |
| 1571 | 2026-05-04T05:18:26.965Z | Checking socket2 v0.6.3 |
| 1572 | 2026-05-04T05:18:26.991Z | Checking mio v1.2.0 |
| 1573 | 2026-05-04T05:18:26.995Z | Checking parking_lot v0.12.1 |
| 1574 | 2026-05-04T05:18:27.199Z | Checking stable_deref_trait v1.2.0 |
| 1575 | 2026-05-04T05:18:27.261Z | Compiling dunce v1.0.5 |
| 1576 | 2026-05-04T05:18:27.267Z | Compiling fs_extra v1.3.0 |
| 1577 | 2026-05-04T05:18:27.272Z | Checking futures-channel v0.3.32 |
| 1578 | 2026-05-04T05:18:27.306Z | Checking http v1.4.0 |
| 1579 | 2026-05-04T05:18:27.351Z | Checking zeroize v1.8.2 |
| 1580 | 2026-05-04T05:18:27.492Z | Compiling cmake v0.1.58 |
| 1581 | 2026-05-04T05:18:27.530Z | Compiling zerocopy v0.8.27 |
| 1582 | 2026-05-04T05:18:27.960Z | Checking futures-task v0.3.32 |
| 1583 | 2026-05-04T05:18:27.966Z | Checking futures-io v0.3.32 |
| 1584 | 2026-05-04T05:18:27.976Z | Compiling ucd-trie v0.1.6 |
| 1585 | 2026-05-04T05:18:28.067Z | Compiling aws-lc-rs v1.16.3 |
| 1586 | 2026-05-04T05:18:28.070Z | Compiling httparse v1.10.0 |
| 1587 | 2026-05-04T05:18:28.120Z | Checking rustls-pki-types v1.14.1 |
| 1588 | 2026-05-04T05:18:28.222Z | Checking litemap v0.7.4 |
| 1589 | 2026-05-04T05:18:28.279Z | Checking writeable v0.5.5 |
| 1590 | 2026-05-04T05:18:28.400Z | Compiling rustversion v1.0.22 |
| 1591 | 2026-05-04T05:18:28.652Z | Checking hashbrown v0.17.0 |
| 1592 | 2026-05-04T05:18:28.695Z | Compiling aws-lc-sys v0.40.0 |
| 1593 | 2026-05-04T05:18:28.766Z | Checking equivalent v1.0.0 |
| 1594 | 2026-05-04T05:18:28.839Z | Compiling crossbeam-utils v0.8.21 |
| 1595 | 2026-05-04T05:18:28.845Z | Checking http-body v1.0.1 |
| 1596 | 2026-05-04T05:18:28.968Z | Checking tracing-core v0.1.32 |
| 1597 | 2026-05-04T05:18:29.090Z | Compiling generic-array v0.14.5 |
| 1598 | 2026-05-04T05:18:29.113Z | Checking indexmap v2.14.0 |
| 1599 | 2026-05-04T05:18:29.231Z | Compiling unicase v2.6.0 |
| 1600 | 2026-05-04T05:18:29.275Z | Checking icu_locid_transform_data v1.5.0 |
| 1601 | 2026-05-04T05:18:29.344Z | Checking powerfmt v0.2.0 |
| 1602 | 2026-05-04T05:18:29.349Z | Compiling time-core v0.1.8 |
| 1603 | 2026-05-04T05:18:29.488Z | Compiling synstructure v0.13.1 |
| 1604 | 2026-05-04T05:18:29.491Z | Compiling getrandom v0.4.1 |
| 1605 | 2026-05-04T05:18:29.497Z | Checking atomic-waker v1.1.2 |
| 1606 | 2026-05-04T05:18:29.590Z | Compiling num-conv v0.2.0 |
| 1607 | 2026-05-04T05:18:29.654Z | Checking percent-encoding v2.3.2 |
| 1608 | 2026-05-04T05:18:29.692Z | Compiling slog v2.8.2 |
| 1609 | 2026-05-04T05:18:29.719Z | Compiling time-macros v0.2.27 |
| 1610 | 2026-05-04T05:18:29.795Z | Checking deranged v0.5.5 |
| 1611 | 2026-05-04T05:18:29.866Z | Checking tracing v0.1.40 |
| 1612 | 2026-05-04T05:18:30.094Z | Checking fnv v1.0.7 |
| 1613 | 2026-05-04T05:18:30.150Z | Checking try-lock v0.2.3 |
| 1614 | 2026-05-04T05:18:30.243Z | Checking num_threads v0.1.3 |
| 1615 | 2026-05-04T05:18:30.269Z | Compiling rustls v0.23.40 |
| 1616 | 2026-05-04T05:18:30.282Z | Checking untrusted v0.9.0 |
| 1617 | 2026-05-04T05:18:30.385Z | Checking ppv-lite86 v0.2.15 |
| 1618 | 2026-05-04T05:18:30.421Z | Checking icu_properties_data v1.5.0 |
| 1619 | 2026-05-04T05:18:30.459Z | Compiling getrandom v0.3.4 |
| 1620 | 2026-05-04T05:18:30.499Z | Checking bitflags v2.11.0 |
| 1621 | 2026-05-04T05:18:30.651Z | Checking want v0.3.0 |
| 1622 | 2026-05-04T05:18:30.773Z | Compiling num-traits v0.2.14 |
| 1623 | 2026-05-04T05:18:30.886Z | Checking icu_normalizer_data v1.5.0 |
| 1624 | 2026-05-04T05:18:30.952Z | Checking subtle v2.5.0 |
| 1625 | 2026-05-04T05:18:31.025Z | Checking httpdate v1.0.1 |
| 1626 | 2026-05-04T05:18:31.070Z | Checking time v0.3.47 |
| 1627 | 2026-05-04T05:18:31.078Z | Checking tower-layer v0.3.3 |
| 1628 | 2026-05-04T05:18:31.081Z | Checking utf8_iter v1.0.4 |
| 1629 | 2026-05-04T05:18:31.191Z | Checking write16 v1.0.0 |
| 1630 | 2026-05-04T05:18:31.211Z | Checking base64 v0.22.1 |
| 1631 | 2026-05-04T05:18:31.214Z | Compiling usdt-impl v0.6.0 |
| 1632 | 2026-05-04T05:18:31.263Z | Compiling crc32fast v1.5.0 |
| 1633 | 2026-05-04T05:18:31.276Z | Checking utf16_iter v1.0.5 |
| 1634 | 2026-05-04T05:18:31.381Z | Checking tower-service v0.3.3 |
| 1635 | 2026-05-04T05:18:31.614Z | Checking form_urlencoded v1.2.2 |
| 1636 | 2026-05-04T05:18:31.685Z | Checking hybrid-array v0.4.8 |
| 1637 | 2026-05-04T05:18:31.713Z | Checking errno v0.3.10 |
| 1638 | 2026-05-04T05:18:31.728Z | Compiling thread-id v5.0.0 |
| 1639 | 2026-05-04T05:18:31.766Z | Checking simd-adler32 v0.3.7 |
| 1640 | 2026-05-04T05:18:31.772Z | Checking mime v0.3.16 |
| 1641 | 2026-05-04T05:18:31.801Z | Checking plain v0.2.3 |
| 1642 | 2026-05-04T05:18:31.817Z | Compiling byteorder v1.4.3 |
| 1643 | 2026-05-04T05:18:31.820Z | Compiling serde_derive v1.0.228 |
| 1644 | 2026-05-04T05:18:31.890Z | Compiling thiserror-impl v2.0.18 |
| 1645 | 2026-05-04T05:18:31.893Z | Compiling zerofrom-derive v0.1.5 |
| 1646 | 2026-05-04T05:18:31.900Z | Compiling tokio-macros v2.7.0 |
| 1647 | 2026-05-04T05:18:31.919Z | Compiling yoke-derive v0.7.5 |
| 1648 | 2026-05-04T05:18:32.028Z | Compiling zerovec-derive v0.10.3 |
| 1649 | 2026-05-04T05:18:32.110Z | Compiling displaydoc v0.2.5 |
| 1650 | 2026-05-04T05:18:33.063Z | Checking tokio v1.52.1 |
| 1651 | 2026-05-04T05:18:33.328Z | Compiling futures-macro v0.3.32 |
| 1652 | 2026-05-04T05:18:33.597Z | Compiling zerocopy-derive v0.8.27 |
| 1653 | 2026-05-04T05:18:33.788Z | Compiling icu_provider_macros v1.5.0 |
| 1654 | 2026-05-04T05:18:34.093Z | Compiling pest v2.8.1 |
| 1655 | 2026-05-04T05:18:34.102Z | Checking zerofrom v0.1.5 |
| 1656 | 2026-05-04T05:18:34.217Z | Checking yoke v0.7.5 |
| 1657 | 2026-05-04T05:18:34.397Z | Checking zerovec v0.10.4 |
| 1658 | 2026-05-04T05:18:34.554Z | Checking futures-util v0.3.32 |
| 1659 | 2026-05-04T05:18:34.741Z | Compiling scroll_derive v0.13.1 |
| 1660 | 2026-05-04T05:18:35.058Z | Checking tinystr v0.7.6 |
| 1661 | 2026-05-04T05:18:35.230Z | Compiling pest_meta v2.8.1 |
| 1662 | 2026-05-04T05:18:35.348Z | Checking icu_locid v1.5.0 |
| 1663 | 2026-05-04T05:18:35.416Z | Checking icu_collections v1.5.0 |
| 1664 | 2026-05-04T05:18:35.765Z | Checking icu_provider v1.5.0 |
| 1665 | 2026-05-04T05:18:35.918Z | Compiling pest_generator v2.8.1 |
| 1666 | 2026-05-04T05:18:36.032Z | Checking erased-serde v0.3.31 |
| 1667 | 2026-05-04T05:18:36.056Z | Checking icu_locid_transform v1.5.0 |
| 1668 | 2026-05-04T05:18:36.078Z | Checking tokio-util v0.7.18 |
| 1669 | 2026-05-04T05:18:36.416Z | Compiling serde_tokenstream v0.2.3 |
| 1670 | 2026-05-04T05:18:36.480Z | Checking h2 v0.4.6 |
| 1671 | 2026-05-04T05:18:36.514Z | Checking icu_properties v1.5.1 |
| 1672 | 2026-05-04T05:18:36.667Z | Checking scroll v0.13.0 |
| 1673 | 2026-05-04T05:18:36.750Z | Checking adler2 v2.0.1 |
| 1674 | 2026-05-04T05:18:36.849Z | Compiling rustix v1.1.4 |
| 1675 | 2026-05-04T05:18:36.853Z | Checking miniz_oxide v0.8.9 |
| 1676 | 2026-05-04T05:18:36.891Z | Checking goblin v0.10.1 |
| 1677 | 2026-05-04T05:18:37.176Z | Compiling pest_derive v2.8.1 |
| 1678 | 2026-05-04T05:18:37.756Z | Compiling dof v0.4.0 |
| 1679 | 2026-05-04T05:18:37.927Z | Checking icu_normalizer v1.5.0 |
| 1680 | 2026-05-04T05:18:38.114Z | Compiling dtrace-parser v0.3.0 |
| 1681 | 2026-05-04T05:18:38.277Z | Checking hyper v1.9.0 |
| 1682 | 2026-05-04T05:18:38.296Z | Checking idna_adapter v1.2.0 |
| 1683 | 2026-05-04T05:18:38.634Z | Checking rand_core v0.9.5 |
| 1684 | 2026-05-04T05:18:38.806Z | Checking block-buffer v0.10.2 |
| 1685 | 2026-05-04T05:18:38.879Z | Checking crypto-common v0.1.6 |
| 1686 | 2026-05-04T05:18:38.882Z | Checking getrandom v0.2.11 |
| 1687 | 2026-05-04T05:18:38.926Z | Checking iana-time-zone v0.1.47 |
| 1688 | 2026-05-04T05:18:38.991Z | Compiling ryu v1.0.5 |
| 1689 | 2026-05-04T05:18:38.999Z | Checking pretty-hex v0.4.1 |
| 1690 | 2026-05-04T05:18:39.026Z | Compiling rustix v0.38.44 |
| 1691 | 2026-05-04T05:18:39.029Z | Checking ipnet v2.10.0 |
| 1692 | 2026-05-04T05:18:39.113Z | Checking openssl-probe v0.2.1 |
| 1693 | 2026-05-04T05:18:39.214Z | Checking rustls-native-certs v0.8.3 |
| 1694 | 2026-05-04T05:18:39.220Z | Checking chrono v0.4.44 |
| 1695 | 2026-05-04T05:18:39.245Z | Checking hyper-util v0.1.20 |
| 1696 | 2026-05-04T05:18:39.334Z | Checking rand_core v0.6.3 |
| 1697 | 2026-05-04T05:18:39.389Z | Checking digest v0.10.7 |
| 1698 | 2026-05-04T05:18:39.453Z | Checking rand_chacha v0.9.0 |
| 1699 | 2026-05-04T05:18:39.494Z | Checking flate2 v1.1.9 |
| 1700 | 2026-05-04T05:18:39.554Z | Compiling mime_guess v2.0.5 |
| 1701 | 2026-05-04T05:18:39.604Z | Checking idna v1.0.3 |
| 1702 | 2026-05-04T05:18:39.840Z | Checking block-buffer v0.12.0 |
| 1703 | 2026-05-04T05:18:39.848Z | Checking crypto-common v0.2.1 |
| 1704 | 2026-05-04T05:18:39.979Z | Checking concurrent-queue v2.5.0 |
| 1705 | 2026-05-04T05:18:40.148Z | Compiling serde_derive_internals v0.29.0 |
| 1706 | 2026-05-04T05:18:40.190Z | Checking thread_local v1.1.4 |
| 1707 | 2026-05-04T05:18:40.297Z | Checking sync_wrapper v1.0.1 |
| 1708 | 2026-05-04T05:18:40.304Z | Compiling multer v3.1.0 |
| 1709 | 2026-05-04T05:18:40.328Z | Checking encoding_rs v0.8.32 |
| 1710 | 2026-05-04T05:18:40.342Z | Checking const-oid v0.10.2 |
| 1711 | 2026-05-04T05:18:40.366Z | Checking match_cfg v0.1.0 |
| 1712 | 2026-05-04T05:18:40.391Z | Checking cpufeatures v0.2.17 |
| 1713 | 2026-05-04T05:18:40.453Z | Checking fastrand v2.1.1 |
| 1714 | 2026-05-04T05:18:40.490Z | Compiling schemars v0.8.22 |
| 1715 | 2026-05-04T05:18:40.545Z | Compiling slog-async v2.8.0 |
| 1716 | 2026-05-04T05:18:40.619Z | Checking winnow v1.0.0 |
| 1717 | 2026-05-04T05:18:40.627Z | Checking compression-core v0.4.32 |
| 1718 | 2026-05-04T05:18:40.748Z | Compiling paste v1.0.15 |
| 1719 | 2026-05-04T05:18:40.752Z | Checking parking v2.2.0 |
| 1720 | 2026-05-04T05:18:40.861Z | Compiling camino v1.2.2 |
| 1721 | 2026-05-04T05:18:40.901Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1722 | 2026-05-04T05:18:40.935Z | Checking event-listener v5.0.0 |
| 1723 | 2026-05-04T05:18:41.143Z | Checking compression-codecs v0.4.38 |
| 1724 | 2026-05-04T05:18:41.149Z | Checking tempfile v3.27.0 |
| 1725 | 2026-05-04T05:18:41.250Z | Checking digest v0.11.2 |
| 1726 | 2026-05-04T05:18:41.262Z | Checking sha1 v0.10.6 |
| 1727 | 2026-05-04T05:18:41.303Z | Compiling schemars_derive v0.8.22 |
| 1728 | 2026-05-04T05:18:41.306Z | Checking hostname v0.3.1 |
| 1729 | 2026-05-04T05:18:41.313Z | Checking tower v0.5.2 |
| 1730 | 2026-05-04T05:18:41.386Z | Checking url v2.5.4 |
| 1731 | 2026-05-04T05:18:41.389Z | Checking rand v0.9.2 |
| 1732 | 2026-05-04T05:18:41.490Z | Checking rand_chacha v0.3.1 |
| 1733 | 2026-05-04T05:18:41.665Z | Compiling usdt-macro v0.6.0 |
| 1734 | 2026-05-04T05:18:41.671Z | Compiling usdt-attr-macro v0.6.0 |
| 1735 | 2026-05-04T05:18:41.754Z | Checking slog-json v2.6.1 |
| 1736 | 2026-05-04T05:18:41.757Z | Checking futures-executor v0.3.32 |
| 1737 | 2026-05-04T05:18:41.828Z | Compiling async-stream-impl v0.3.6 |
| 1738 | 2026-05-04T05:18:41.893Z | Checking uuid v1.23.1 |
| 1739 | 2026-05-04T05:18:41.900Z | Checking crossbeam-channel v0.5.15 |
| 1740 | 2026-05-04T05:18:41.974Z | Checking http-body-util v0.1.3 |
| 1741 | 2026-05-04T05:18:42.173Z | Checking serde_spanned v1.1.1 |
| 1742 | 2026-05-04T05:18:42.183Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1743 | 2026-05-04T05:18:42.222Z | Checking memmap2 v0.9.8 |
| 1744 | 2026-05-04T05:18:42.298Z | Checking is-terminal v0.4.12 |
| 1745 | 2026-05-04T05:18:42.373Z | Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot) |
| 1746 | 2026-05-04T05:18:42.378Z | Checking term v1.1.0 |
| 1747 | 2026-05-04T05:18:42.383Z | Compiling heck v0.5.0 |
| 1748 | 2026-05-04T05:18:42.590Z | Compiling semver v1.0.28 |
| 1749 | 2026-05-04T05:18:42.645Z | Checking spin v0.9.8 |
| 1750 | 2026-05-04T05:18:42.686Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1751 | 2026-05-04T05:18:42.753Z | Checking unicode-width v0.1.9 |
| 1752 | 2026-05-04T05:18:42.804Z | Checking data-encoding v2.4.0 |
| 1753 | 2026-05-04T05:18:42.850Z | Checking unicode-segmentation v1.10.0 |
| 1754 | 2026-05-04T05:18:42.854Z | Checking cpufeatures v0.3.0 |
| 1755 | 2026-05-04T05:18:42.861Z | Compiling anyhow v1.0.102 |
| 1756 | 2026-05-04T05:18:42.916Z | Checking take_mut v0.2.2 |
| 1757 | 2026-05-04T05:18:42.922Z | Checking iri-string v0.7.8 |
| 1758 | 2026-05-04T05:18:42.949Z | Checking dyn-clone v1.0.4 |
| 1759 | 2026-05-04T05:18:43.013Z | Checking lazy_static v1.5.0 |
| 1760 | 2026-05-04T05:18:43.052Z | Checking tungstenite v0.29.0 |
| 1761 | 2026-05-04T05:18:43.103Z | Checking console v0.15.7 |
| 1762 | 2026-05-04T05:18:43.132Z | Checking newline-converter v0.3.0 |
| 1763 | 2026-05-04T05:18:43.202Z | Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 1764 | 2026-05-04T05:18:43.234Z | Checking usdt v0.6.0 |
| 1765 | 2026-05-04T05:18:43.366Z | Checking sha1 v0.11.0 |
| 1766 | 2026-05-04T05:18:43.388Z | Checking toml v1.1.2+spec-1.1.0 |
| 1767 | 2026-05-04T05:18:43.463Z | Checking async-stream v0.3.6 |
| 1768 | 2026-05-04T05:18:43.578Z | Checking slog-term v2.9.2 |
| 1769 | 2026-05-04T05:18:43.584Z | Checking atomicwrites v0.4.4 |
| 1770 | 2026-05-04T05:18:43.671Z | Checking slog-bunyan v2.5.0 |
| 1771 | 2026-05-04T05:18:43.697Z | Checking futures v0.3.32 |
| 1772 | 2026-05-04T05:18:43.768Z | Checking serde_urlencoded v0.7.1 |
| 1773 | 2026-05-04T05:18:43.777Z | Checking rand v0.8.6 |
| 1774 | 2026-05-04T05:18:43.928Z | Checking tower-http v0.6.8 |
| 1775 | 2026-05-04T05:18:43.952Z | Checking async-compression v0.4.42 |
| 1776 | 2026-05-04T05:18:44.126Z | Checking event-listener-strategy v0.5.4 |
| 1777 | 2026-05-04T05:18:44.132Z | Checking openapiv3 v2.2.0 |
| 1778 | 2026-05-04T05:18:44.182Z | Checking yasna v0.5.2 |
| 1779 | 2026-05-04T05:18:44.186Z | Compiling async-trait v0.1.89 |
| 1780 | 2026-05-04T05:18:44.251Z | Checking pem v3.0.6 |
| 1781 | 2026-05-04T05:18:44.265Z | Checking waitgroup v0.1.2 |
| 1782 | 2026-05-04T05:18:44.361Z | Checking rustls-pemfile v2.2.0 |
| 1783 | 2026-05-04T05:18:44.403Z | Checking serde_path_to_error v0.1.20 |
| 1784 | 2026-05-04T05:18:44.494Z | Checking hostname v0.4.2 |
| 1785 | 2026-05-04T05:18:44.555Z | Checking similar v2.2.1 |
| 1786 | 2026-05-04T05:18:44.587Z | Checking debug-ignore v1.0.5 |
| 1787 | 2026-05-04T05:18:44.632Z | Checking simple-mermaid v0.2.0 |
| 1788 | 2026-05-04T05:18:44.680Z | Checking http-range v0.1.4 |
| 1789 | 2026-05-04T05:18:44.695Z | Checking async-channel v2.5.0 |
| 1790 | 2026-05-04T05:18:44.796Z | Checking hyper-staticfile v0.10.1 |
| 1791 | 2026-05-04T05:18:44.861Z | Checking tokio-tungstenite v0.29.0 |
| 1792 | 2026-05-04T05:18:44.877Z | Checking expectorate v1.2.0 |
| 1793 | 2026-05-04T05:18:44.993Z | Checking subprocess v1.0.3 |
| 1794 | 2026-05-04T05:18:45.051Z | Checking buf-list v1.1.2 |
| 1795 | 2026-05-04T05:18:50.391Z | Checking rustls-webpki v0.103.13 |
| 1796 | 2026-05-04T05:18:50.394Z | Checking rcgen v0.14.7 |
| 1797 | 2026-05-04T05:18:52.540Z | Checking tokio-rustls v0.26.4 |
| 1798 | 2026-05-04T05:18:52.543Z | Checking rustls-platform-verifier v0.6.2 |
| 1799 | 2026-05-04T05:18:52.732Z | Checking hyper-rustls v0.27.9 |
| 1800 | 2026-05-04T05:18:52.900Z | Checking reqwest v0.13.2 |
| 1801 | 2026-05-04T05:18:54.380Z | Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
| 1802 | 2026-05-04T05:18:54.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.37s |
| 1803 | 2026-05-04T05:18:54.693Z | |
| 1804 | 2026-05-04T05:18:54.693Z | |
| 1805 | 2026-05-04T05:19:20.377Z | test tests/fail/bad_channel10.rs ... ok |
| 1806 | 2026-05-04T05:19:20.377Z | test tests/fail/bad_channel11.rs ... ok |
| 1807 | 2026-05-04T05:19:20.377Z | test tests/fail/bad_channel12.rs ... ok |
| 1808 | 2026-05-04T05:19:20.377Z | test tests/fail/bad_channel13.rs ... ok |
| 1809 | 2026-05-04T05:19:20.377Z | test tests/fail/bad_channel14.rs ... ok |
| 1810 | 2026-05-04T05:19:20.377Z | test tests/fail/bad_channel15.rs ... ok |
| 1811 | 2026-05-04T05:19:20.377Z | test tests/fail/bad_channel17.rs ... ok |
| 1812 | 2026-05-04T05:19:20.389Z | test tests/fail/bad_channel18.rs ... ok |
| 1813 | 2026-05-04T05:19:20.389Z | test tests/fail/bad_channel19.rs ... ok |
| 1814 | 2026-05-04T05:19:20.389Z | test tests/fail/bad_channel1a.rs ... ok |
| 1815 | 2026-05-04T05:19:20.389Z | test tests/fail/bad_channel1b.rs ... ok |
| 1816 | 2026-05-04T05:19:20.389Z | test tests/fail/bad_channel2.rs ... ok |
| 1817 | 2026-05-04T05:19:20.389Z | test tests/fail/bad_channel20.rs ... ok |
| 1818 | 2026-05-04T05:19:20.389Z | test tests/fail/bad_channel21.rs ... ok |
| 1819 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_channel22.rs ... ok |
| 1820 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_channel23.rs ... ok |
| 1821 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_channel24.rs ... ok |
| 1822 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_channel25.rs ... ok |
| 1823 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_channel26.rs ... ok |
| 1824 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_channel27.rs ... ok |
| 1825 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_channel28.rs ... ok |
| 1826 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_channel3.rs ... ok |
| 1827 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_channel4.rs ... ok |
| 1828 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_channel5.rs ... ok |
| 1829 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_channel6.rs ... ok |
| 1830 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_channel8.rs ... ok |
| 1831 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_channel9.rs ... ok |
| 1832 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_endpoint1.rs ... ok |
| 1833 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_endpoint10.rs ... ok |
| 1834 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_endpoint11.rs ... ok |
| 1835 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_endpoint12.rs ... ok |
| 1836 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_endpoint13.rs ... ok |
| 1837 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_endpoint14.rs ... ok |
| 1838 | 2026-05-04T05:19:20.390Z | test tests/fail/bad_endpoint15.rs ... ok |
| 1839 | 2026-05-04T05:19:20.391Z | test tests/fail/bad_endpoint16.rs ... ok |
| 1840 | 2026-05-04T05:19:20.391Z | test tests/fail/bad_endpoint17.rs ... ok |
| 1841 | 2026-05-04T05:19:20.391Z | test tests/fail/bad_endpoint18.rs ... ok |
| 1842 | 2026-05-04T05:19:20.391Z | test tests/fail/bad_endpoint19.rs ... ok |
| 1843 | 2026-05-04T05:19:20.391Z | test tests/fail/bad_endpoint2.rs ... ok |
| 1844 | 2026-05-04T05:19:20.391Z | test tests/fail/bad_endpoint20.rs ... ok |
| 1845 | 2026-05-04T05:19:20.391Z | test tests/fail/bad_endpoint21.rs ... ok |
| 1846 | 2026-05-04T05:19:20.391Z | test tests/fail/bad_endpoint22.rs ... ok |
| 1847 | 2026-05-04T05:19:20.391Z | test tests/fail/bad_endpoint23.rs ... ok |
| 1848 | 2026-05-04T05:19:20.391Z | test tests/fail/bad_endpoint24.rs ... ok |
| 1849 | 2026-05-04T05:19:20.391Z | test tests/fail/bad_endpoint25.rs ... ok |
| 1850 | 2026-05-04T05:19:20.392Z | test tests/fail/bad_endpoint26.rs ... ok |
| 1851 | 2026-05-04T05:19:20.392Z | test tests/fail/bad_endpoint27.rs ... ok |
| 1852 | 2026-05-04T05:19:20.392Z | test tests/fail/bad_endpoint28.rs ... ok |
| 1853 | 2026-05-04T05:19:20.392Z | test tests/fail/bad_endpoint3.rs ... ok |
| 1854 | 2026-05-04T05:19:20.392Z | test tests/fail/bad_endpoint4.rs ... ok |
| 1855 | 2026-05-04T05:19:20.392Z | test tests/fail/bad_endpoint5.rs ... ok |
| 1856 | 2026-05-04T05:19:20.392Z | test tests/fail/bad_endpoint6.rs ... ok |
| 1857 | 2026-05-04T05:19:20.392Z | test tests/fail/bad_endpoint7.rs ... ok |
| 1858 | 2026-05-04T05:19:20.392Z | test tests/fail/bad_endpoint8.rs ... ok |
| 1859 | 2026-05-04T05:19:20.392Z | test tests/fail/bad_endpoint9.rs ... ok |
| 1860 | 2026-05-04T05:19:20.392Z | test tests/fail/bad_trait_channel10.rs ... ok |
| 1861 | 2026-05-04T05:19:20.392Z | test tests/fail/bad_trait_channel11.rs ... ok |
| 1862 | 2026-05-04T05:19:20.392Z | test tests/fail/bad_trait_channel12.rs ... ok |
| 1863 | 2026-05-04T05:19:20.392Z | test tests/fail/bad_trait_channel13.rs ... ok |
| 1864 | 2026-05-04T05:19:20.392Z | test tests/fail/bad_trait_channel14.rs ... ok |
| 1865 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel15.rs ... ok |
| 1866 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel17.rs ... ok |
| 1867 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel18.rs ... ok |
| 1868 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel19.rs ... ok |
| 1869 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel1a.rs ... ok |
| 1870 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel1b.rs ... ok |
| 1871 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel2.rs ... ok |
| 1872 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel20.rs ... ok |
| 1873 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel21.rs ... ok |
| 1874 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel22.rs ... ok |
| 1875 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel23.rs ... ok |
| 1876 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel24.rs ... ok |
| 1877 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel25.rs ... ok |
| 1878 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel26.rs ... ok |
| 1879 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel28.rs ... ok |
| 1880 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel3.rs ... ok |
| 1881 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel4.rs ... ok |
| 1882 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel5.rs ... ok |
| 1883 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel6.rs ... ok |
| 1884 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel8.rs ... ok |
| 1885 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_channel9.rs ... ok |
| 1886 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_endpoint1.rs ... ok |
| 1887 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_endpoint10.rs ... ok |
| 1888 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_endpoint11.rs ... ok |
| 1889 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_endpoint12.rs ... ok |
| 1890 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_endpoint13.rs ... ok |
| 1891 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_endpoint14.rs ... ok |
| 1892 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_endpoint15.rs ... ok |
| 1893 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_endpoint16.rs ... ok |
| 1894 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_endpoint17.rs ... ok |
| 1895 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_endpoint18.rs ... ok |
| 1896 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_endpoint19.rs ... ok |
| 1897 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_endpoint2.rs ... ok |
| 1898 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_endpoint20.rs ... ok |
| 1899 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_endpoint21.rs ... ok |
| 1900 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_endpoint22.rs ... ok |
| 1901 | 2026-05-04T05:19:20.393Z | test tests/fail/bad_trait_endpoint23.rs ... ok |
| 1902 | 2026-05-04T05:19:20.394Z | test tests/fail/bad_trait_endpoint24.rs ... ok |
| 1903 | 2026-05-04T05:19:20.394Z | test tests/fail/bad_trait_endpoint25.rs ... ok |
| 1904 | 2026-05-04T05:19:20.394Z | test tests/fail/bad_trait_endpoint26.rs ... ok |
| 1905 | 2026-05-04T05:19:20.394Z | test tests/fail/bad_trait_endpoint27.rs ... ok |
| 1906 | 2026-05-04T05:19:20.394Z | test tests/fail/bad_trait_endpoint28.rs ... ok |
| 1907 | 2026-05-04T05:19:20.394Z | test tests/fail/bad_trait_endpoint3.rs ... ok |
| 1908 | 2026-05-04T05:19:20.394Z | test tests/fail/bad_trait_endpoint4.rs ... ok |
| 1909 | 2026-05-04T05:19:20.394Z | test tests/fail/bad_trait_endpoint5.rs ... ok |
| 1910 | 2026-05-04T05:19:20.394Z | test tests/fail/bad_trait_endpoint6.rs ... ok |
| 1911 | 2026-05-04T05:19:20.394Z | test tests/fail/bad_trait_endpoint7.rs ... ok |
| 1912 | 2026-05-04T05:19:20.400Z | test tests/fail/bad_trait_endpoint8.rs ... ok |
| 1913 | 2026-05-04T05:19:20.400Z | test tests/fail/bad_trait_endpoint9.rs ... ok |
| 1914 | 2026-05-04T05:19:20.400Z | test tests/fail/bad_trait_endpoint_error.rs ... ok |
| 1915 | 2026-05-04T05:19:20.400Z | test tests/fail/bad_trait_only1.rs ... ok |
| 1916 | 2026-05-04T05:19:20.400Z | test tests/fail/bad_trait_only10.rs ... ok |
| 1917 | 2026-05-04T05:19:20.400Z | test tests/fail/bad_trait_only11.rs ... ok |
| 1918 | 2026-05-04T05:19:20.400Z | test tests/fail/bad_trait_only12.rs ... ok |
| 1919 | 2026-05-04T05:19:20.400Z | test tests/fail/bad_trait_only13.rs ... ok |
| 1920 | 2026-05-04T05:19:20.400Z | test tests/fail/bad_trait_only14.rs ... ok |
| 1921 | 2026-05-04T05:19:20.400Z | test tests/fail/bad_trait_only15.rs ... ok |
| 1922 | 2026-05-04T05:19:20.401Z | test tests/fail/bad_trait_only16.rs ... ok |
| 1923 | 2026-05-04T05:19:20.401Z | test tests/fail/bad_trait_only17.rs ... ok |
| 1924 | 2026-05-04T05:19:20.401Z | test tests/fail/bad_trait_only18.rs ... ok |
| 1925 | 2026-05-04T05:19:20.401Z | test tests/fail/bad_trait_only19.rs ... ok |
| 1926 | 2026-05-04T05:19:20.401Z | test tests/fail/bad_trait_only2.rs ... ok |
| 1927 | 2026-05-04T05:19:20.401Z | test tests/fail/bad_trait_only20.rs ... ok |
| 1928 | 2026-05-04T05:19:20.401Z | test tests/fail/bad_trait_only21.rs ... ok |
| 1929 | 2026-05-04T05:19:20.401Z | test tests/fail/bad_trait_only22.rs ... ok |
| 1930 | 2026-05-04T05:19:20.401Z | test tests/fail/bad_trait_only3.rs ... ok |
| 1931 | 2026-05-04T05:19:20.401Z | test tests/fail/bad_trait_only4.rs ... ok |
| 1932 | 2026-05-04T05:19:20.401Z | test tests/fail/bad_trait_only5.rs ... ok |
| 1933 | 2026-05-04T05:19:20.401Z | test tests/fail/bad_trait_only6.rs ... ok |
| 1934 | 2026-05-04T05:19:20.401Z | test tests/fail/bad_trait_only7.rs ... ok |
| 1935 | 2026-05-04T05:19:20.402Z | test tests/fail/bad_trait_only8.rs ... ok |
| 1936 | 2026-05-04T05:19:20.402Z | test tests/fail/bad_trait_only9.rs ... ok |
| 1937 | 2026-05-04T05:19:20.402Z | test tests/fail/bad_version_backwards.rs ... ok |
| 1938 | 2026-05-04T05:19:20.402Z | test tests/fail/unused_endpoint.rs ... ok |
| 1939 | 2026-05-04T05:19:20.402Z | |
| 1940 | 2026-05-04T05:19:20.402Z | |
| 1941 | 2026-05-04T05:19:20.402Z | test fail ... ok |
| 1942 | 2026-05-04T05:19:20.402Z | |
| 1943 | 2026-05-04T05:19:20.402Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 55.32s |
| 1944 | 2026-05-04T05:19:20.402Z | |
| 1945 | 2026-05-04T05:19:20.402Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-0554c578866a86a1` |
| 1946 | 2026-05-04T05:19:20.402Z | |
| 1947 | 2026-05-04T05:19:20.402Z | running 100 tests |
| 1948 | 2026-05-04T05:19:20.402Z | test api_trait::test_api_trait_with_disallowed_tags ... ok |
| 1949 | 2026-05-04T05:19:20.402Z | test config::test_config_bad_bind_address_garbage ... ok |
| 1950 | 2026-05-04T05:19:20.402Z | test config::test_config_bad_bind_address_port_too_small ... ok |
| 1951 | 2026-05-04T05:19:20.402Z | test config::test_config_bad_bind_address_port_too_large ... ok |
| 1952 | 2026-05-04T05:19:20.402Z | test config::test_config_bad_request_body_max_bytes_negative ... ok |
| 1953 | 2026-05-04T05:19:20.402Z | test api_trait::test_api_trait_with_empty_tag_config ... ok |
| 1954 | 2026-05-04T05:19:20.402Z | test api_trait::test_api_trait_with_complex_tags ... ok |
| 1955 | 2026-05-04T05:19:20.402Z | test config::test_config_deprecated_request_body_max_bytes ... ok |
| 1956 | 2026-05-04T05:19:20.402Z | test config::test_config_bad_request_body_max_bytes_too_large ... ok |
| 1957 | 2026-05-04T05:19:20.402Z | test config::test_valid_config_all_settings ... ok |
| 1958 | 2026-05-04T05:19:20.402Z | test config::test_valid_config_basic ... ok |
| 1959 | 2026-05-04T05:19:20.402Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-config_bind_address_https_buffer.6377.4.log" |
| 1960 | 2026-05-04T05:19:20.402Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-config_bind_address_https.6377.3.log" |
| 1961 | 2026-05-04T05:19:20.402Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-config_handler_task_mode_detached.6377.5.log" |
| 1962 | 2026-05-04T05:19:20.402Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-config_handler_task_mode_cancel.6377.2.log" |
| 1963 | 2026-05-04T05:19:20.402Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_unversioned_servers_with_versioned_routes.6377.6.log" |
| 1964 | 2026-05-04T05:19:20.402Z | test config::test_valid_config_empty ... ok |
| 1965 | 2026-05-04T05:19:20.402Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-config_bind_address_http.6377.1.log" |
| 1966 | 2026-05-04T05:19:20.402Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-api_trait_basic.6377.0.log" |
| 1967 | 2026-05-04T05:19:20.402Z | test config::test_unversioned_servers_with_versioned_routes ... ok |
| 1968 | 2026-05-04T05:19:20.402Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_enum_extractor_error.6377.7.log" |
| 1969 | 2026-05-04T05:19:20.402Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_enum_user_error.6377.8.log" |
| 1970 | 2026-05-04T05:19:20.402Z | test config::test_config_handler_task_mode_detached ... ok |
| 1971 | 2026-05-04T05:19:20.402Z | test config::test_config_handler_task_mode_cancel ... ok |
| 1972 | 2026-05-04T05:19:20.402Z | test custom_errors::test_enum_user_error ... ok |
| 1973 | 2026-05-04T05:19:20.402Z | test custom_errors::test_enum_extractor_error ... ok |
| 1974 | 2026-05-04T05:19:20.403Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_struct_extractor_error.6377.9.log" |
| 1975 | 2026-05-04T05:19:20.403Z | test custom_errors::test_trait_based_api ... ok |
| 1976 | 2026-05-04T05:19:20.403Z | test api_trait::test_api_trait_basic ... ok |
| 1977 | 2026-05-04T05:19:20.403Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_trait_enum_user_error.6377.11.log" |
| 1978 | 2026-05-04T05:19:20.403Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_struct_user_error.6377.10.log" |
| 1979 | 2026-05-04T05:19:20.403Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_trait_struct_user_error.6377.12.log" |
| 1980 | 2026-05-04T05:19:20.403Z | test config::test_config_bind_address_http ... ok |
| 1981 | 2026-05-04T05:19:20.403Z | test custom_errors::test_struct_extractor_error ... ok |
| 1982 | 2026-05-04T05:19:20.403Z | test custom_errors::test_trait_enum_user_error ... ok |
| 1983 | 2026-05-04T05:19:20.403Z | test custom_errors::test_struct_user_error ... ok |
| 1984 | 2026-05-04T05:19:20.403Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_302_bogus.6377.13.log" |
| 1985 | 2026-05-04T05:19:20.403Z | test custom_errors::test_trait_struct_user_error ... ok |
| 1986 | 2026-05-04T05:19:20.403Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_303_see_other.6377.15.log" |
| 1987 | 2026-05-04T05:19:20.403Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_302_found.6377.14.log" |
| 1988 | 2026-05-04T05:19:20.403Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_307_temporary_redirect.6377.16.log" |
| 1989 | 2026-05-04T05:19:20.403Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_delete_request.6377.17.log" |
| 1990 | 2026-05-04T05:19:20.403Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-demo1.6377.18.log" |
| 1991 | 2026-05-04T05:19:20.403Z | test demo::test_302_bogus ... ok |
| 1992 | 2026-05-04T05:19:20.403Z | test demo::test_302_found ... ok |
| 1993 | 2026-05-04T05:19:20.404Z | test demo::test_303_see_other ... ok |
| 1994 | 2026-05-04T05:19:20.404Z | test demo::test_delete_request ... ok |
| 1995 | 2026-05-04T05:19:20.404Z | test demo::test_demo1 ... ok |
| 1996 | 2026-05-04T05:19:20.404Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-demo2query.6377.19.log" |
| 1997 | 2026-05-04T05:19:20.404Z | test demo::test_307_temporary_redirect ... ok |
| 1998 | 2026-05-04T05:19:20.404Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-demo2json.6377.20.log" |
| 1999 | 2026-05-04T05:19:20.404Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-demo2urlencoded.6377.21.log" |
| 2000 | 2026-05-04T05:19:20.404Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-demo_path_param_string.6377.22.log" |
| 2001 | 2026-05-04T05:19:20.404Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-demo3json.6377.23.log" |
| 2002 | 2026-05-04T05:19:20.404Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-demo_path_param_u32.6377.24.log" |
| 2003 | 2026-05-04T05:19:20.404Z | test demo::test_demo2query ... ok |
| 2004 | 2026-05-04T05:19:20.404Z | test demo::test_demo3json ... ok |
| 2005 | 2026-05-04T05:19:20.404Z | test demo::test_demo_path_param_u32 ... ok |
| 2006 | 2026-05-04T05:19:20.404Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-demo_path_param_uuid.6377.25.log" |
| 2007 | 2026-05-04T05:19:20.404Z | test demo::test_demo2json ... ok |
| 2008 | 2026-05-04T05:19:20.404Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-demo_websocket.6377.26.log" |
| 2009 | 2026-05-04T05:19:20.404Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_head_request.6377.27.log" |
| 2010 | 2026-05-04T05:19:20.404Z | test demo::test_demo2urlencoded ... ok |
| 2011 | 2026-05-04T05:19:20.404Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_header_request.6377.28.log" |
| 2012 | 2026-05-04T05:19:20.408Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_large_typed_body.6377.29.log" |
| 2013 | 2026-05-04T05:19:20.408Z | test demo::test_demo_path_param_string ... ok |
| 2014 | 2026-05-04T05:19:20.408Z | test demo::test_demo_path_param_uuid ... ok |
| 2015 | 2026-05-04T05:19:20.408Z | test demo::test_header_request ... ok |
| 2016 | 2026-05-04T05:19:20.408Z | test demo::test_head_request ... ok |
| 2017 | 2026-05-04T05:19:20.408Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-tet_raw_request.6377.30.log" |
| 2018 | 2026-05-04T05:19:20.408Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_request_compat.6377.31.log" |
| 2019 | 2026-05-04T05:19:20.408Z | test demo::test_demo_websocket ... ok |
| 2020 | 2026-05-04T05:19:20.408Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_streaming_body.6377.32.log" |
| 2021 | 2026-05-04T05:19:20.408Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_request_remote_addr.6377.33.log" |
| 2022 | 2026-05-04T05:19:20.408Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_untyped_body.6377.34.log" |
| 2023 | 2026-05-04T05:19:20.408Z | test demo::test_request_compat ... ok |
| 2024 | 2026-05-04T05:19:20.408Z | test demo::test_raw_request ... ok |
| 2025 | 2026-05-04T05:19:20.408Z | test demo::test_large_typed_body ... ok |
| 2026 | 2026-05-04T05:19:20.408Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-graceful_shutdown_with_detached_handler.6377.35.log" |
| 2027 | 2026-05-04T05:19:20.408Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-compression_config_enabled.6377.36.log" |
| 2028 | 2026-05-04T05:19:20.408Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-compression_config_disabled.6377.37.log" |
| 2029 | 2026-05-04T05:19:20.408Z | test demo::test_request_remote_addr ... ok |
| 2030 | 2026-05-04T05:19:20.409Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-compression_disabled_extension.6377.38.log" |
| 2031 | 2026-05-04T05:19:20.409Z | test demo::test_streaming_body ... ok |
| 2032 | 2026-05-04T05:19:20.409Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-gzip_compression_multiple_encodings.6377.39.log" |
| 2033 | 2026-05-04T05:19:20.409Z | test demo::test_untyped_body ... ok |
| 2034 | 2026-05-04T05:19:20.409Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-gzip_compression_accept_encoding.6377.40.log" |
| 2035 | 2026-05-04T05:19:20.409Z | test gzip::test_compression_disabled_with_extension ... ok |
| 2036 | 2026-05-04T05:19:20.409Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-json_suffix_compressed.6377.41.log" |
| 2037 | 2026-05-04T05:19:20.409Z | test gzip::test_json_suffix_is_compressed ... ok |
| 2038 | 2026-05-04T05:19:20.409Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-no_compression_small_response.6377.42.log" |
| 2039 | 2026-05-04T05:19:20.409Z | test gzip::test_no_compression_below_size_threshold ... ok |
| 2040 | 2026-05-04T05:19:20.409Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-no_compression_204.6377.43.log" |
| 2041 | 2026-05-04T05:19:20.409Z | test gzip::test_no_compression_for_204_no_content ... ok |
| 2042 | 2026-05-04T05:19:20.409Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-no_compression_304.6377.44.log" |
| 2043 | 2026-05-04T05:19:20.409Z | test gzip::test_no_compression_for_304_not_modified ... ok |
| 2044 | 2026-05-04T05:19:20.409Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-no_compression_non_compressible.6377.45.log" |
| 2045 | 2026-05-04T05:19:20.409Z | test gzip::test_no_compression_for_non_compressible_content_types ... ok |
| 2046 | 2026-05-04T05:19:20.409Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-no_gzip_without_accept.6377.46.log" |
| 2047 | 2026-05-04T05:19:20.410Z | test gzip::test_compression_config_disabled ... ok |
| 2048 | 2026-05-04T05:19:20.410Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-reject_gzip_quality_zero.6377.47.log" |
| 2049 | 2026-05-04T05:19:20.410Z | test gzip::test_compression_config_enabled ... ok |
| 2050 | 2026-05-04T05:19:20.410Z | test gzip::test_no_gzip_without_accept_encoding ... ok |
| 2051 | 2026-05-04T05:19:20.410Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-streaming_with_content_type_compressed.6377.48.log" |
| 2052 | 2026-05-04T05:19:20.410Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-streaming_missing_content_type.6377.49.log" |
| 2053 | 2026-05-04T05:19:20.410Z | test gzip::test_gzip_compression_accepts_multiple_encodings ... ok |
| 2054 | 2026-05-04T05:19:20.410Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-vary_header_set.6377.50.log" |
| 2055 | 2026-05-04T05:19:20.410Z | test gzip::test_streaming_with_content_type_is_compressed ... ok |
| 2056 | 2026-05-04T05:19:20.410Z | test gzip::test_streaming_without_content_type_skips_compression ... ok |
| 2057 | 2026-05-04T05:19:20.410Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-vary_header_no_gzip.6377.51.log" |
| 2058 | 2026-05-04T05:19:20.410Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-xml_suffix_compressed.6377.52.log" |
| 2059 | 2026-05-04T05:19:20.410Z | test gzip::test_xml_suffix_is_compressed ... ok |
| 2060 | 2026-05-04T05:19:20.410Z | test gzip::test_reject_gzip_with_quality_zero ... ok |
| 2061 | 2026-05-04T05:19:20.410Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-multipart_client.6377.53.log" |
| 2062 | 2026-05-04T05:19:20.410Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-multipart_client.6377.54.log" |
| 2063 | 2026-05-04T05:19:20.410Z | test config::test_config_bind_address_https_buffer ... ok |
| 2064 | 2026-05-04T05:19:20.411Z | test multipart::no_content_type ... ok |
| 2065 | 2026-05-04T05:19:20.411Z | test multipart::missing_boundary ... ok |
| 2066 | 2026-05-04T05:19:20.411Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-multipart_client.6377.55.log" |
| 2067 | 2026-05-04T05:19:20.411Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-multipart_client.6377.56.log" |
| 2068 | 2026-05-04T05:19:20.411Z | test config::test_config_bind_address_https ... ok |
| 2069 | 2026-05-04T05:19:20.411Z | test multipart::test_multipart_client ... ok |
| 2070 | 2026-05-04T05:19:20.411Z | test multipart::weird_content_type ... ok |
| 2071 | 2026-05-04T05:19:20.411Z | test openapi::test_openapi_custom_error_types ... ok |
| 2072 | 2026-05-04T05:19:20.414Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-pagination-basic.6377.57.log" |
| 2073 | 2026-05-04T05:19:20.414Z | test openapi::test_openapi_custom_error_types_trait_based ... ok |
| 2074 | 2026-05-04T05:19:20.414Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-pagination-multiple-resources.6377.58.log" |
| 2075 | 2026-05-04T05:19:20.425Z | test openapi::test_openapi ... ok |
| 2076 | 2026-05-04T05:19:20.428Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-pagination-multiple-sorts.6377.59.log" |
| 2077 | 2026-05-04T05:19:20.432Z | test openapi::test_openapi_fuller ... ok |
| 2078 | 2026-05-04T05:19:20.435Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-basic.6377.60.log" |
| 2079 | 2026-05-04T05:19:20.438Z | test gzip::test_vary_header_on_non_gzip_requests ... ok |
| 2080 | 2026-05-04T05:19:20.438Z | test gzip::test_gzip_compression_with_accept_encoding ... ok |
| 2081 | 2026-05-04T05:19:20.438Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-dictionary.6377.61.log" |
| 2082 | 2026-05-04T05:19:20.438Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-empty.6377.62.log" |
| 2083 | 2026-05-04T05:19:20.438Z | test pagination::test_paginate_empty ... ok |
| 2084 | 2026-05-04T05:19:20.441Z | test gzip::test_vary_header_is_set ... ok |
| 2085 | 2026-05-04T05:19:20.441Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-errors.6377.63.log" |
| 2086 | 2026-05-04T05:19:20.441Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-extra_params.6377.64.log" |
| 2087 | 2026-05-04T05:19:20.441Z | test pagination::test_paginate_errors ... ok |
| 2088 | 2026-05-04T05:19:20.441Z | test pagination::test_paginate_extra_params ... ok |
| 2089 | 2026-05-04T05:19:20.441Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-required_params.6377.65.log" |
| 2090 | 2026-05-04T05:19:20.444Z | test pagination_schema::test_pagination_schema ... ok |
| 2091 | 2026-05-04T05:19:20.444Z | test path_names::test_path_names ... ok |
| 2092 | 2026-05-04T05:19:20.445Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_no_tls.6377.66.log" |
| 2093 | 2026-05-04T05:19:20.445Z | test pagination::test_paginate_with_required_params ... ok |
| 2094 | 2026-05-04T05:19:20.445Z | test starter::test_no_tls ... ok |
| 2095 | 2026-05-04T05:19:20.445Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_with_tls.6377.67.log" |
| 2096 | 2026-05-04T05:19:20.445Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-non_streaming_servers_do_not_use_transfer_encoding.6377.68.log" |
| 2097 | 2026-05-04T05:19:20.445Z | test streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok |
| 2098 | 2026-05-04T05:19:20.445Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-streaming_server_buffered_client.6377.69.log" |
| 2099 | 2026-05-04T05:19:20.450Z | test streaming::test_streaming_server_buffered_client ... ok |
| 2100 | 2026-05-04T05:19:20.453Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-streaming_server_streaming_client.6377.70.log" |
| 2101 | 2026-05-04T05:19:20.456Z | test streaming::test_streaming_server_streaming_client ... ok |
| 2102 | 2026-05-04T05:19:20.456Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_server_is_http.6377.71.log" |
| 2103 | 2026-05-04T05:19:20.459Z | test tls::test_server_is_http ... ok |
| 2104 | 2026-05-04T05:19:20.459Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_server_is_https.6377.72.log" |
| 2105 | 2026-05-04T05:19:20.464Z | test pagination::test_paginate_basic ... ok |
| 2106 | 2026-05-04T05:19:20.467Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_tls_aborted_negotiation.6377.73.log" |
| 2107 | 2026-05-04T05:19:20.750Z | test starter::test_with_tls ... ok |
| 2108 | 2026-05-04T05:19:20.753Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_tls_certificate_loading.6377.74.log" |
| 2109 | 2026-05-04T05:19:20.760Z | test tls::test_server_is_https ... ok |
| 2110 | 2026-05-04T05:19:20.763Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_tls_only.6377.75.log" |
| 2111 | 2026-05-04T05:19:21.014Z | test pagination::test_paginate_dictionary ... ok |
| 2112 | 2026-05-04T05:19:21.017Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_tls_refresh_certificates.6377.76.log" |
| 2113 | 2026-05-04T05:19:21.054Z | test tls::test_tls_certificate_loading ... ok |
| 2114 | 2026-05-04T05:19:21.057Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_versions.6377.77.log" |
| 2115 | 2026-05-04T05:19:21.071Z | test tls::test_tls_aborted_negotiation ... ok |
| 2116 | 2026-05-04T05:19:21.074Z | note: configured to log to "/tmp/integration_tests-0554c578866a86a1-test_versions_on_missing.6377.78.log" |
| 2117 | 2026-05-04T05:19:21.178Z | test versions::test_versions_on_missing ... ok |
| 2118 | 2026-05-04T05:19:21.181Z | test versions::test_versions_openapi ... ok |
| 2119 | 2026-05-04T05:19:21.181Z | test versions::test_versions_openapi_same_names ... ok |
| 2120 | 2026-05-04T05:19:21.184Z | test versions::test_versions ... ok |
| 2121 | 2026-05-04T05:19:21.194Z | test pagination::test_example_basic ... ok |
| 2122 | 2026-05-04T05:19:21.366Z | test tls::test_tls_only ... ok |
| 2123 | 2026-05-04T05:19:21.623Z | test tls::test_tls_refresh_certificates ... ok |
| 2124 | 2026-05-04T05:19:22.183Z | test pagination::test_example_multiple_resources ... ok |
| 2125 | 2026-05-04T05:19:22.388Z | test detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok |
| 2126 | 2026-05-04T05:19:22.650Z | test pagination::test_example_multiple_sorts ... ok |
| 2127 | 2026-05-04T05:19:22.650Z | |
| 2128 | 2026-05-04T05:19:22.653Z | test result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.28s |
| 2129 | 2026-05-04T05:19:22.653Z | |
| 2130 | 2026-05-04T05:19:22.657Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-b9c625b97bfa0590` |
| 2131 | 2026-05-04T05:19:22.663Z | |
| 2132 | 2026-05-04T05:19:22.663Z | running 35 tests |
| 2133 | 2026-05-04T05:19:22.666Z | test channel::tests::test_channel_with_versions ... ok |
| 2134 | 2026-05-04T05:19:22.666Z | test channel::tests::test_channel_operation_id ... ok |
| 2135 | 2026-05-04T05:19:22.666Z | test channel::tests::test_channel_with_unnamed_params ... ok |
| 2136 | 2026-05-04T05:19:22.666Z | test api_trait::tests::test_api_trait_no_endpoints ... ok |
| 2137 | 2026-05-04T05:19:22.666Z | test endpoint::tests::test_endpoint_bad_metadata ... ok |
| 2138 | 2026-05-04T05:19:22.666Z | test endpoint::tests::test_endpoint_bad_string ... ok |
| 2139 | 2026-05-04T05:19:22.669Z | test doc::tests::test_extract_summary_description ... ok |
| 2140 | 2026-05-04T05:19:22.669Z | test endpoint::tests::test_endpoint_bad_context_receiver ... ok |
| 2141 | 2026-05-04T05:19:22.669Z | test endpoint::tests::test_endpoint_bad_versions ... ok |
| 2142 | 2026-05-04T05:19:22.669Z | test endpoint::tests::test_endpoint_invalid_item ... ok |
| 2143 | 2026-05-04T05:19:22.669Z | test endpoint::tests::test_endpoint_no_arguments ... ok |
| 2144 | 2026-05-04T05:19:22.669Z | test endpoint::tests::test_endpoint_not_async ... ok |
| 2145 | 2026-05-04T05:19:22.669Z | test channel::tests::test_channel_with_custom_params ... ok |
| 2146 | 2026-05-04T05:19:22.669Z | test endpoint::tests::test_endpoint_basic ... ok |
| 2147 | 2026-05-04T05:19:22.669Z | test endpoint::tests::test_endpoint_content_type ... ok |
| 2148 | 2026-05-04T05:19:22.669Z | test api_trait::tests::test_api_trait_operation_id ... ok |
| 2149 | 2026-05-04T05:19:22.669Z | test endpoint::tests::test_endpoint_context_fully_qualified_names ... ok |
| 2150 | 2026-05-04T05:19:22.670Z | test api_trait::tests::test_api_trait_basic ... ok |
| 2151 | 2026-05-04T05:19:22.670Z | test endpoint::tests::test_endpoint_pub_crate ... ok |
| 2152 | 2026-05-04T05:19:22.670Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok |
| 2153 | 2026-05-04T05:19:22.670Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok |
| 2154 | 2026-05-04T05:19:22.670Z | test api_trait::tests::test_api_trait_with_custom_params ... ok |
| 2155 | 2026-05-04T05:19:22.670Z | test endpoint::tests::test_endpoint_with_doc ... ok |
| 2156 | 2026-05-04T05:19:22.670Z | test endpoint::tests::test_endpoint_with_empty_where_clause ... ok |
| 2157 | 2026-05-04T05:19:22.670Z | test endpoint::tests::test_endpoint_with_query ... ok |
| 2158 | 2026-05-04T05:19:22.670Z | test endpoint::tests::test_endpoint_with_tags ... ok |
| 2159 | 2026-05-04T05:19:22.670Z | test params::tests::test_extract_rqctx_ty_param ... ok |
| 2160 | 2026-05-04T05:19:22.670Z | test endpoint::tests::test_endpoint_with_versions_all ... ok |
| 2161 | 2026-05-04T05:19:22.670Z | test syn_parsing::tests::test_busted_function ... ok |
| 2162 | 2026-05-04T05:19:22.673Z | test endpoint::tests::test_endpoint_with_unnamed_params ... ok |
| 2163 | 2026-05-04T05:19:22.673Z | test endpoint::tests::test_endpoint_with_custom_params ... ok |
| 2164 | 2026-05-04T05:19:22.673Z | test endpoint::tests::test_operation_id ... ok |
| 2165 | 2026-05-04T05:19:22.673Z | test endpoint::tests::test_endpoint_with_versions_until ... ok |
| 2166 | 2026-05-04T05:19:22.673Z | test endpoint::tests::test_endpoint_with_versions_from ... ok |
| 2167 | 2026-05-04T05:19:22.673Z | test endpoint::tests::test_endpoint_with_versions_from_until ... ok |
| 2168 | 2026-05-04T05:19:22.673Z | |
| 2169 | 2026-05-04T05:19:22.673Z | test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2170 | 2026-05-04T05:19:22.673Z | |
| 2171 | 2026-05-04T05:19:22.673Z | Doc-tests dropshot |
| 2172 | 2026-05-04T05:19:22.673Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-4ebbec2b6f466dc9.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6f257a6c2b08a42a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-51583fb6295870b4.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-fd49c1873a2d0f2f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a4927730e77e44e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e4ef50b7ea4297a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-115414807f219a1f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2b5276d79c24c082.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c7573f12aebdde9a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a7ab0f62b278cfc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-55373130255768fa.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5c6e5675f7ed4873.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c96aac18934c8a8f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-990807ceaf047898.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-ff5869c9ffcbed55.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.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` |
| 2173 | 2026-05-04T05:19:22.996Z | |
| 2174 | 2026-05-04T05:19:22.996Z | running 24 tests |
| 2175 | 2026-05-04T05:19:23.000Z | test dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored |
| 2176 | 2026-05-04T05:19:24.218Z | test dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok |
| 2177 | 2026-05-04T05:19:24.218Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored |
| 2178 | 2026-05-04T05:19:24.219Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored |
| 2179 | 2026-05-04T05:19:24.237Z | test dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok |
| 2180 | 2026-05-04T05:19:27.475Z | test dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok |
| 2181 | 2026-05-04T05:19:27.475Z | test dropshot/src/lib.rs - (line 334) ... ignored |
| 2182 | 2026-05-04T05:19:27.478Z | test dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok |
| 2183 | 2026-05-04T05:19:27.596Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok |
| 2184 | 2026-05-04T05:19:27.596Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok |
| 2185 | 2026-05-04T05:19:27.641Z | test dropshot/src/lib.rs - (line 46) - compile ... ok |
| 2186 | 2026-05-04T05:19:27.727Z | test dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok |
| 2187 | 2026-05-04T05:19:27.820Z | test dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok |
| 2188 | 2026-05-04T05:19:27.820Z | test dropshot/src/lib.rs - channel (line 1184) ... ignored |
| 2189 | 2026-05-04T05:19:27.820Z | test dropshot/src/lib.rs - endpoint (line 1229) ... ignored |
| 2190 | 2026-05-04T05:19:28.719Z | test dropshot/src/lib.rs - (line 398) ... ok |
| 2191 | 2026-05-04T05:19:28.834Z | test dropshot/src/lib.rs - api_description (line 1049) ... ok |
| 2192 | 2026-05-04T05:19:28.883Z | test dropshot/src/lib.rs - (line 661) ... ok |
| 2193 | 2026-05-04T05:19:28.923Z | test dropshot/src/lib.rs - api_description (line 1110) ... ok |
| 2194 | 2026-05-04T05:19:29.111Z | test dropshot/src/lib.rs - (line 110) ... ok |
| 2195 | 2026-05-04T05:19:29.150Z | test dropshot/src/lib.rs - (line 189) ... ok |
| 2196 | 2026-05-04T05:19:29.850Z | test dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok |
| 2197 | 2026-05-04T05:19:31.822Z | test dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok |
| 2198 | 2026-05-04T05:19:32.400Z | test dropshot/src/lib.rs - (line 497) ... ok |
| 2199 | 2026-05-04T05:19:32.400Z | |
| 2200 | 2026-05-04T05:19:32.400Z | test result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 9.40s |
| 2201 | 2026-05-04T05:19:32.402Z | |
| 2202 | 2026-05-04T05:19:32.427Z | Doc-tests dropshot_endpoint |
| 2203 | 2026-05-04T05:19:32.430Z | Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/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-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-00990f0d9be884dd.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d62c1f7ce1bee2a6.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-35ee09f2e533313e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-c526d08655933a83.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.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` |
| 2204 | 2026-05-04T05:19:32.567Z | |
| 2205 | 2026-05-04T05:19:32.567Z | running 0 tests |
| 2206 | 2026-05-04T05:19:32.567Z | |
| 2207 | 2026-05-04T05:19:32.567Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2208 | 2026-05-04T05:19:32.567Z | |
| 2209 | 2026-05-04T05:19:32.601Z | |
| 2210 | 2026-05-04T05:19:32.604Z | real 1:53.826224917 |
| 2211 | 2026-05-04T05:19:32.604Z | user 8:34.750212753 |
| 2212 | 2026-05-04T05:19:32.604Z | sys 1:56.621381532 |
| 2213 | 2026-05-04T05:19:32.604Z | trap 0.364885234 |
| 2214 | 2026-05-04T05:19:32.604Z | tflt 0.148971563 |
| 2215 | 2026-05-04T05:19:32.604Z | dflt 0.195585712 |
| 2216 | 2026-05-04T05:19:32.604Z | kflt 0.000193761 |
| 2217 | 2026-05-04T05:19:32.604Z | lock 35:13.642020995 |
| 2218 | 2026-05-04T05:19:32.604Z | slp 37:34.052834973 |
| 2219 | 2026-05-04T05:19:32.604Z | lat 23.079945809 |
| 2220 | 2026-05-04T05:19:32.604Z | stop 1:06.055219665 |
| 2221 | 2026-05-04T05:19:32.604Z | + banner docs |
| 2222 | 2026-05-04T05:19:32.604Z | |
| 2223 | 2026-05-04T05:19:32.604Z | ##### #### #### #### |
| 2224 | 2026-05-04T05:19:32.604Z | # # # # # # # |
| 2225 | 2026-05-04T05:19:32.604Z | # # # # # #### |
| 2226 | 2026-05-04T05:19:32.605Z | # # # # # # |
| 2227 | 2026-05-04T05:19:32.605Z | # # # # # # # # |
| 2228 | 2026-05-04T05:19:32.605Z | ##### #### #### #### |
| 2229 | 2026-05-04T05:19:32.605Z | |
| 2230 | 2026-05-04T05:19:32.605Z | + ptime -m cargo doc --no-deps --lib --bins --examples |
| 2231 | 2026-05-04T05:19:32.803Z | Compiling proc-macro2 v1.0.106 |
| 2232 | 2026-05-04T05:19:32.807Z | Compiling unicode-ident v1.0.12 |
| 2233 | 2026-05-04T05:19:32.807Z | Checking cfg-if v1.0.0 |
| 2234 | 2026-05-04T05:19:32.807Z | Checking itoa v1.0.1 |
| 2235 | 2026-05-04T05:19:32.807Z | Checking pin-project-lite v0.2.12 |
| 2236 | 2026-05-04T05:19:32.807Z | Compiling quote v1.0.45 |
| 2237 | 2026-05-04T05:19:32.807Z | Checking libc v0.2.186 |
| 2238 | 2026-05-04T05:19:32.841Z | Checking serde_core v1.0.228 |
| 2239 | 2026-05-04T05:19:32.889Z | Checking memchr v2.6.0 |
| 2240 | 2026-05-04T05:19:32.899Z | Checking smallvec v1.13.2 |
| 2241 | 2026-05-04T05:19:32.920Z | Checking futures-core v0.3.32 |
| 2242 | 2026-05-04T05:19:32.952Z | Checking bytes v1.11.1 |
| 2243 | 2026-05-04T05:19:32.955Z | Checking once_cell v1.20.1 |
| 2244 | 2026-05-04T05:19:33.069Z | Checking scopeguard v1.2.0 |
| 2245 | 2026-05-04T05:19:33.108Z | Checking futures-sink v0.3.32 |
| 2246 | 2026-05-04T05:19:33.164Z | Checking lock_api v0.4.6 |
| 2247 | 2026-05-04T05:19:33.200Z | Checking slab v0.4.9 |
| 2248 | 2026-05-04T05:19:33.243Z | Checking parking_lot_core v0.9.4 |
| 2249 | 2026-05-04T05:19:33.256Z | Checking socket2 v0.6.3 |
| 2250 | 2026-05-04T05:19:33.338Z | Checking signal-hook-registry v1.4.0 |
| 2251 | 2026-05-04T05:19:33.338Z | Checking mio v1.2.0 |
| 2252 | 2026-05-04T05:19:33.369Z | Checking http v1.4.0 |
| 2253 | 2026-05-04T05:19:33.425Z | Compiling jobserver v0.1.34 |
| 2254 | 2026-05-04T05:19:33.484Z | Checking parking_lot v0.12.1 |
| 2255 | 2026-05-04T05:19:33.491Z | Checking typenum v1.19.0 |
| 2256 | 2026-05-04T05:19:33.614Z | Compiling cc v1.2.60 |
| 2257 | 2026-05-04T05:19:33.668Z | Compiling syn v2.0.117 |
| 2258 | 2026-05-04T05:19:33.703Z | Checking futures-channel v0.3.32 |
| 2259 | 2026-05-04T05:19:33.731Z | Checking stable_deref_trait v1.2.0 |
| 2260 | 2026-05-04T05:19:33.746Z | Checking log v0.4.17 |
| 2261 | 2026-05-04T05:19:33.803Z | Checking zeroize v1.8.2 |
| 2262 | 2026-05-04T05:19:33.889Z | Checking futures-io v0.3.32 |
| 2263 | 2026-05-04T05:19:33.892Z | Checking futures-task v0.3.32 |
| 2264 | 2026-05-04T05:19:33.922Z | Checking httparse v1.10.0 |
| 2265 | 2026-05-04T05:19:33.944Z | Checking rustls-pki-types v1.14.1 |
| 2266 | 2026-05-04T05:19:33.999Z | Checking equivalent v1.0.0 |
| 2267 | 2026-05-04T05:19:34.023Z | Checking writeable v0.5.5 |
| 2268 | 2026-05-04T05:19:34.078Z | Checking hashbrown v0.17.0 |
| 2269 | 2026-05-04T05:19:34.129Z | Checking litemap v0.7.4 |
| 2270 | 2026-05-04T05:19:34.154Z | Checking zmij v1.0.2 |
| 2271 | 2026-05-04T05:19:34.195Z | Checking http-body v1.0.1 |
| 2272 | 2026-05-04T05:19:34.226Z | Checking tracing-core v0.1.32 |
| 2273 | 2026-05-04T05:19:34.284Z | Checking percent-encoding v2.3.2 |
| 2274 | 2026-05-04T05:19:34.309Z | Compiling time-core v0.1.8 |
| 2275 | 2026-05-04T05:19:34.319Z | Compiling cmake v0.1.58 |
| 2276 | 2026-05-04T05:19:34.332Z | Compiling num-conv v0.2.0 |
| 2277 | 2026-05-04T05:19:34.418Z | Checking powerfmt v0.2.0 |
| 2278 | 2026-05-04T05:19:34.450Z | Checking atomic-waker v1.1.2 |
| 2279 | 2026-05-04T05:19:34.455Z | Compiling time-macros v0.2.27 |
| 2280 | 2026-05-04T05:19:34.525Z | Checking tracing v0.1.40 |
| 2281 | 2026-05-04T05:19:34.541Z | Checking indexmap v2.14.0 |
| 2282 | 2026-05-04T05:19:34.545Z | Checking serde_json v1.0.149 |
| 2283 | 2026-05-04T05:19:34.564Z | Checking deranged v0.5.5 |
| 2284 | 2026-05-04T05:19:34.660Z | Checking crossbeam-utils v0.8.21 |
| 2285 | 2026-05-04T05:19:34.700Z | Checking icu_locid_transform_data v1.5.0 |
| 2286 | 2026-05-04T05:19:34.767Z | Checking fnv v1.0.7 |
| 2287 | 2026-05-04T05:19:34.871Z | Compiling aws-lc-sys v0.40.0 |
| 2288 | 2026-05-04T05:19:34.988Z | Checking try-lock v0.2.3 |
| 2289 | 2026-05-04T05:19:34.995Z | Checking num_threads v0.1.3 |
| 2290 | 2026-05-04T05:19:35.074Z | Checking untrusted v0.9.0 |
| 2291 | 2026-05-04T05:19:35.091Z | Checking want v0.3.0 |
| 2292 | 2026-05-04T05:19:35.135Z | Checking getrandom v0.4.1 |
| 2293 | 2026-05-04T05:19:35.176Z | Checking tower-service v0.3.3 |
| 2294 | 2026-05-04T05:19:35.182Z | Checking subtle v2.5.0 |
| 2295 | 2026-05-04T05:19:35.210Z | Checking tower-layer v0.3.3 |
| 2296 | 2026-05-04T05:19:35.256Z | Checking icu_properties_data v1.5.0 |
| 2297 | 2026-05-04T05:19:35.259Z | Checking ppv-lite86 v0.2.15 |
| 2298 | 2026-05-04T05:19:35.309Z | Checking bitflags v2.11.0 |
| 2299 | 2026-05-04T05:19:35.355Z | Checking httpdate v1.0.1 |
| 2300 | 2026-05-04T05:19:35.384Z | Checking base64 v0.22.1 |
| 2301 | 2026-05-04T05:19:35.461Z | Checking generic-array v0.14.5 |
| 2302 | 2026-05-04T05:19:35.467Z | Checking form_urlencoded v1.2.2 |
| 2303 | 2026-05-04T05:19:35.495Z | Checking hybrid-array v0.4.8 |
| 2304 | 2026-05-04T05:19:35.506Z | Checking time v0.3.47 |
| 2305 | 2026-05-04T05:19:35.524Z | Checking icu_normalizer_data v1.5.0 |
| 2306 | 2026-05-04T05:19:35.585Z | Checking utf16_iter v1.0.5 |
| 2307 | 2026-05-04T05:19:35.591Z | Checking utf8_iter v1.0.4 |
| 2308 | 2026-05-04T05:19:35.625Z | Checking simd-adler32 v0.3.7 |
| 2309 | 2026-05-04T05:19:35.690Z | Checking mime v0.3.16 |
| 2310 | 2026-05-04T05:19:35.698Z | Checking write16 v1.0.0 |
| 2311 | 2026-05-04T05:19:35.759Z | Checking adler2 v2.0.1 |
| 2312 | 2026-05-04T05:19:35.780Z | Checking num-traits v0.2.14 |
| 2313 | 2026-05-04T05:19:35.850Z | Checking crc32fast v1.5.0 |
| 2314 | 2026-05-04T05:19:35.859Z | Checking miniz_oxide v0.8.9 |
| 2315 | 2026-05-04T05:19:35.890Z | Checking getrandom v0.3.4 |
| 2316 | 2026-05-04T05:19:35.928Z | Checking errno v0.3.10 |
| 2317 | 2026-05-04T05:19:35.982Z | Checking winnow v1.0.0 |
| 2318 | 2026-05-04T05:19:36.026Z | Checking ipnet v2.10.0 |
| 2319 | 2026-05-04T05:19:36.041Z | Checking iana-time-zone v0.1.47 |
| 2320 | 2026-05-04T05:19:36.142Z | Checking rand_core v0.9.5 |
| 2321 | 2026-05-04T05:19:36.185Z | Checking flate2 v1.1.9 |
| 2322 | 2026-05-04T05:19:36.191Z | Checking block-buffer v0.12.0 |
| 2323 | 2026-05-04T05:19:36.237Z | Checking crypto-common v0.2.1 |
| 2324 | 2026-05-04T05:19:36.254Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2325 | 2026-05-04T05:19:36.303Z | Checking crypto-common v0.1.6 |
| 2326 | 2026-05-04T05:19:36.317Z | Checking block-buffer v0.10.2 |
| 2327 | 2026-05-04T05:19:36.324Z | Compiling unicase v2.6.0 |
| 2328 | 2026-05-04T05:19:36.410Z | Compiling synstructure v0.13.1 |
| 2329 | 2026-05-04T05:19:36.430Z | Compiling serde_derive_internals v0.29.0 |
| 2330 | 2026-05-04T05:19:36.465Z | Checking serde_spanned v1.1.1 |
| 2331 | 2026-05-04T05:19:36.496Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2332 | 2026-05-04T05:19:36.574Z | Checking getrandom v0.2.11 |
| 2333 | 2026-05-04T05:19:36.593Z | Checking thread_local v1.1.4 |
| 2334 | 2026-05-04T05:19:36.692Z | Checking encoding_rs v0.8.32 |
| 2335 | 2026-05-04T05:19:36.718Z | Checking compression-core v0.4.32 |
| 2336 | 2026-05-04T05:19:36.725Z | Checking const-oid v0.10.2 |
| 2337 | 2026-05-04T05:19:36.746Z | Checking match_cfg v0.1.0 |
| 2338 | 2026-05-04T05:19:36.809Z | Checking openssl-probe v0.2.1 |
| 2339 | 2026-05-04T05:19:36.836Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2340 | 2026-05-04T05:19:36.865Z | Checking digest v0.11.2 |
| 2341 | 2026-05-04T05:19:36.899Z | Checking compression-codecs v0.4.38 |
| 2342 | 2026-05-04T05:19:36.907Z | Checking rustls-native-certs v0.8.3 |
| 2343 | 2026-05-04T05:19:37.005Z | Checking toml v1.1.2+spec-1.1.0 |
| 2344 | 2026-05-04T05:19:37.009Z | Checking hostname v0.3.1 |
| 2345 | 2026-05-04T05:19:37.046Z | Checking rand_core v0.6.3 |
| 2346 | 2026-05-04T05:19:37.059Z | Compiling mime_guess v2.0.5 |
| 2347 | 2026-05-04T05:19:37.095Z | Checking digest v0.10.7 |
| 2348 | 2026-05-04T05:19:37.150Z | Checking rand_chacha v0.9.0 |
| 2349 | 2026-05-04T05:19:37.186Z | Checking rustix v1.1.4 |
| 2350 | 2026-05-04T05:19:37.264Z | Checking ryu v1.0.5 |
| 2351 | 2026-05-04T05:19:37.325Z | Checking uuid v1.23.1 |
| 2352 | 2026-05-04T05:19:37.392Z | Checking concurrent-queue v2.5.0 |
| 2353 | 2026-05-04T05:19:37.569Z | Checking crossbeam-channel v0.5.15 |
| 2354 | 2026-05-04T05:19:37.575Z | Checking http-body-util v0.1.3 |
| 2355 | 2026-05-04T05:19:37.597Z | Checking is-terminal v0.4.12 |
| 2356 | 2026-05-04T05:19:37.598Z | Compiling serde_derive v1.0.228 |
| 2357 | 2026-05-04T05:19:37.612Z | Compiling tokio-macros v2.7.0 |
| 2358 | 2026-05-04T05:19:37.625Z | Compiling zerofrom-derive v0.1.5 |
| 2359 | 2026-05-04T05:19:37.682Z | Compiling yoke-derive v0.7.5 |
| 2360 | 2026-05-04T05:19:37.782Z | Compiling futures-macro v0.3.32 |
| 2361 | 2026-05-04T05:19:37.798Z | Compiling zerovec-derive v0.10.3 |
| 2362 | 2026-05-04T05:19:37.914Z | Compiling displaydoc v0.2.5 |
| 2363 | 2026-05-04T05:19:38.355Z | Checking tokio v1.52.1 |
| 2364 | 2026-05-04T05:19:38.609Z | Checking futures-util v0.3.32 |
| 2365 | 2026-05-04T05:19:38.657Z | Compiling icu_provider_macros v1.5.0 |
| 2366 | 2026-05-04T05:19:38.695Z | Compiling thiserror-impl v2.0.18 |
| 2367 | 2026-05-04T05:19:38.818Z | Checking zerofrom v0.1.5 |
| 2368 | 2026-05-04T05:19:38.824Z | Compiling async-stream-impl v0.3.6 |
| 2369 | 2026-05-04T05:19:38.934Z | Checking yoke v0.7.5 |
| 2370 | 2026-05-04T05:19:39.110Z | Checking zerovec v0.10.4 |
| 2371 | 2026-05-04T05:19:39.228Z | Compiling schemars_derive v0.8.22 |
| 2372 | 2026-05-04T05:19:39.444Z | Checking sync_wrapper v1.0.1 |
| 2373 | 2026-05-04T05:19:39.546Z | Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot) |
| 2374 | 2026-05-04T05:19:39.769Z | Checking tinystr v0.7.6 |
| 2375 | 2026-05-04T05:19:39.797Z | Checking icu_collections v1.5.0 |
| 2376 | 2026-05-04T05:19:39.903Z | Checking thiserror v2.0.18 |
| 2377 | 2026-05-04T05:19:39.940Z | Checking icu_locid v1.5.0 |
| 2378 | 2026-05-04T05:19:39.999Z | Checking spin v0.9.8 |
| 2379 | 2026-05-04T05:19:40.106Z | Checking parking v2.2.0 |
| 2380 | 2026-05-04T05:19:40.109Z | Checking fastrand v2.1.1 |
| 2381 | 2026-05-04T05:19:40.215Z | Checking cpufeatures v0.3.0 |
| 2382 | 2026-05-04T05:19:40.218Z | Checking serde v1.0.228 |
| 2383 | 2026-05-04T05:19:40.277Z | Checking semver v1.0.28 |
| 2384 | 2026-05-04T05:19:40.360Z | Checking icu_provider v1.5.0 |
| 2385 | 2026-05-04T05:19:40.407Z | Checking cpufeatures v0.2.17 |
| 2386 | 2026-05-04T05:19:40.446Z | Checking futures-executor v0.3.32 |
| 2387 | 2026-05-04T05:19:40.467Z | Checking take_mut v0.2.2 |
| 2388 | 2026-05-04T05:19:40.470Z | Checking term v1.1.0 |
| 2389 | 2026-05-04T05:19:40.585Z | Checking dyn-clone v1.0.4 |
| 2390 | 2026-05-04T05:19:40.604Z | Checking erased-serde v0.3.31 |
| 2391 | 2026-05-04T05:19:40.650Z | Checking icu_locid_transform v1.5.0 |
| 2392 | 2026-05-04T05:19:40.668Z | Checking chrono v0.4.44 |
| 2393 | 2026-05-04T05:19:40.676Z | Checking openapiv3 v2.2.0 |
| 2394 | 2026-05-04T05:19:40.762Z | Compiling serde_tokenstream v0.2.3 |
| 2395 | 2026-05-04T05:19:40.844Z | Checking serde_urlencoded v0.7.1 |
| 2396 | 2026-05-04T05:19:40.970Z | Checking slog v2.8.2 |
| 2397 | 2026-05-04T05:19:41.039Z | Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 2398 | 2026-05-04T05:19:41.042Z | Checking futures v0.3.32 |
| 2399 | 2026-05-04T05:19:41.098Z | Checking icu_properties v1.5.1 |
| 2400 | 2026-05-04T05:19:41.109Z | Checking sha1 v0.10.6 |
| 2401 | 2026-05-04T05:19:41.223Z | Checking slog-json v2.6.1 |
| 2402 | 2026-05-04T05:19:41.258Z | Checking slog-async v2.8.0 |
| 2403 | 2026-05-04T05:19:41.315Z | Checking tokio-util v0.7.18 |
| 2404 | 2026-05-04T05:19:41.373Z | Checking slog-bunyan v2.5.0 |
| 2405 | 2026-05-04T05:19:41.423Z | Checking async-compression v0.4.42 |
| 2406 | 2026-05-04T05:19:41.482Z | Checking tower v0.5.2 |
| 2407 | 2026-05-04T05:19:41.498Z | Checking slog-term v2.9.2 |
| 2408 | 2026-05-04T05:19:41.658Z | Checking schemars v0.8.22 |
| 2409 | 2026-05-04T05:19:41.713Z | Checking h2 v0.4.6 |
| 2410 | 2026-05-04T05:19:41.748Z | Checking multer v3.1.0 |
| 2411 | 2026-05-04T05:19:41.847Z | Checking sha1 v0.11.0 |
| 2412 | 2026-05-04T05:19:41.918Z | Checking tempfile v3.27.0 |
| 2413 | 2026-05-04T05:19:41.954Z | Checking event-listener v5.0.0 |
| 2414 | 2026-05-04T05:19:42.053Z | Checking async-stream v0.3.6 |
| 2415 | 2026-05-04T05:19:42.114Z | Compiling async-trait v0.1.89 |
| 2416 | 2026-05-04T05:19:42.170Z | Checking rand v0.9.2 |
| 2417 | 2026-05-04T05:19:42.177Z | Checking rand_chacha v0.3.1 |
| 2418 | 2026-05-04T05:19:42.264Z | Checking rustix v0.38.44 |
| 2419 | 2026-05-04T05:19:42.360Z | Checking camino v1.2.2 |
| 2420 | 2026-05-04T05:19:42.462Z | Checking icu_normalizer v1.5.0 |
| 2421 | 2026-05-04T05:19:42.641Z | Checking waitgroup v0.1.2 |
| 2422 | 2026-05-04T05:19:42.733Z | Checking serde_path_to_error v0.1.20 |
| 2423 | 2026-05-04T05:19:42.785Z | Checking rustls-pemfile v2.2.0 |
| 2424 | 2026-05-04T05:19:42.871Z | Checking hostname v0.4.2 |
| 2425 | 2026-05-04T05:19:42.881Z | Checking idna_adapter v1.2.0 |
| 2426 | 2026-05-04T05:19:42.924Z | Checking unicode-segmentation v1.10.0 |
| 2427 | 2026-05-04T05:19:42.965Z | Checking unicode-width v0.1.9 |
| 2428 | 2026-05-04T05:19:43.001Z | Checking iri-string v0.7.8 |
| 2429 | 2026-05-04T05:19:43.004Z | Checking idna v1.0.3 |
| 2430 | 2026-05-04T05:19:43.011Z | Checking debug-ignore v1.0.5 |
| 2431 | 2026-05-04T05:19:43.065Z | Checking lazy_static v1.5.0 |
| 2432 | 2026-05-04T05:19:43.101Z | Checking data-encoding v2.4.0 |
| 2433 | 2026-05-04T05:19:43.123Z | Checking atomicwrites v0.4.4 |
| 2434 | 2026-05-04T05:19:43.155Z | Checking console v0.15.7 |
| 2435 | 2026-05-04T05:19:43.207Z | Checking newline-converter v0.3.0 |
| 2436 | 2026-05-04T05:19:43.245Z | Checking url v2.5.4 |
| 2437 | 2026-05-04T05:19:43.310Z | Checking rand v0.8.6 |
| 2438 | 2026-05-04T05:19:43.349Z | Checking tungstenite v0.29.0 |
| 2439 | 2026-05-04T05:19:43.412Z | Checking event-listener-strategy v0.5.4 |
| 2440 | 2026-05-04T05:19:43.538Z | Checking target-triple v1.0.0 |
| 2441 | 2026-05-04T05:19:43.541Z | Checking hyper v1.9.0 |
| 2442 | 2026-05-04T05:19:43.559Z | Checking yasna v0.5.2 |
| 2443 | 2026-05-04T05:19:43.607Z | Checking pem v3.0.6 |
| 2444 | 2026-05-04T05:19:43.616Z | Checking http-range v0.1.4 |
| 2445 | 2026-05-04T05:19:43.731Z | Checking glob v0.3.0 |
| 2446 | 2026-05-04T05:19:43.757Z | Checking termcolor v1.1.2 |
| 2447 | 2026-05-04T05:19:43.765Z | Checking similar v2.2.1 |
| 2448 | 2026-05-04T05:19:43.808Z | Checking tokio-tungstenite v0.29.0 |
| 2449 | 2026-05-04T05:19:43.894Z | Checking async-channel v2.5.0 |
| 2450 | 2026-05-04T05:19:43.924Z | Checking anyhow v1.0.102 |
| 2451 | 2026-05-04T05:19:43.932Z | Checking trybuild v1.0.116 |
| 2452 | 2026-05-04T05:19:44.013Z | Checking tower-http v0.6.8 |
| 2453 | 2026-05-04T05:19:44.044Z | Checking buf-list v1.1.2 |
| 2454 | 2026-05-04T05:19:44.061Z | Checking subprocess v1.0.3 |
| 2455 | 2026-05-04T05:19:44.077Z | Checking expectorate v1.2.0 |
| 2456 | 2026-05-04T05:19:44.200Z | Checking heck v0.5.0 |
| 2457 | 2026-05-04T05:19:44.421Z | Checking hyper-util v0.1.20 |
| 2458 | 2026-05-04T05:19:44.456Z | Checking hyper-staticfile v0.10.1 |
| 2459 | 2026-05-04T05:19:47.005Z | Documenting dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 2460 | 2026-05-04T05:19:49.745Z | Compiling aws-lc-rs v1.16.3 |
| 2461 | 2026-05-04T05:19:49.760Z | Compiling rustls v0.23.40 |
| 2462 | 2026-05-04T05:19:50.799Z | Checking rustls-webpki v0.103.13 |
| 2463 | 2026-05-04T05:19:50.799Z | Checking rcgen v0.14.7 |
| 2464 | 2026-05-04T05:19:52.981Z | Checking tokio-rustls v0.26.4 |
| 2465 | 2026-05-04T05:19:52.981Z | Checking rustls-platform-verifier v0.6.2 |
| 2466 | 2026-05-04T05:19:53.168Z | Checking hyper-rustls v0.27.9 |
| 2467 | 2026-05-04T05:19:53.171Z | Documenting dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot) |
| 2468 | 2026-05-04T05:19:53.340Z | Checking reqwest v0.13.2 |
| 2469 | 2026-05-04T05:19:54.504Z | warning: unresolved link to `Query` |
| 2470 | 2026-05-04T05:19:54.504Z | --> dropshot/src/extractor/header.rs:27:29 |
| 2471 | 2026-05-04T05:19:54.504Z | | |
| 2472 | 2026-05-04T05:19:54.504Z | 27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case- |
| 2473 | 2026-05-04T05:19:54.504Z | | ^^^^^ no item named `Query` in scope |
| 2474 | 2026-05-04T05:19:54.504Z | | |
| 2475 | 2026-05-04T05:19:54.504Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 2476 | 2026-05-04T05:19:54.504Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 2477 | 2026-05-04T05:19:54.504Z | |
| 2478 | 2026-05-04T05:19:54.504Z | warning: unresolved link to `Path` |
| 2479 | 2026-05-04T05:19:54.504Z | --> dropshot/src/extractor/header.rs:27:43 |
| 2480 | 2026-05-04T05:19:54.504Z | | |
| 2481 | 2026-05-04T05:19:54.504Z | 27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case- |
| 2482 | 2026-05-04T05:19:54.504Z | | ^^^^ no item named `Path` in scope |
| 2483 | 2026-05-04T05:19:54.504Z | | |
| 2484 | 2026-05-04T05:19:54.504Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 2485 | 2026-05-04T05:19:54.504Z | |
| 2486 | 2026-05-04T05:19:54.780Z | warning: `dropshot` (lib doc) generated 2 warnings |
| 2487 | 2026-05-04T05:19:58.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.93s |
| 2488 | 2026-05-04T05:19:58.585Z | Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files |
| 2489 | 2026-05-04T05:19:58.599Z | |
| 2490 | 2026-05-04T05:19:58.602Z | real 25.979076870 |
| 2491 | 2026-05-04T05:19:58.602Z | user 1:43.471318132 |
| 2492 | 2026-05-04T05:19:58.602Z | sys 29.666551519 |
| 2493 | 2026-05-04T05:19:58.602Z | trap 0.048929405 |
| 2494 | 2026-05-04T05:19:58.602Z | tflt 0.005569048 |
| 2495 | 2026-05-04T05:19:58.603Z | dflt 0.029140124 |
| 2496 | 2026-05-04T05:19:58.603Z | kflt 0.000041522 |
| 2497 | 2026-05-04T05:19:58.603Z | lock 4:39.272168926 |
| 2498 | 2026-05-04T05:19:58.603Z | slp 5:12.011785683 |
| 2499 | 2026-05-04T05:19:58.603Z | lat 4.403527457 |
| 2500 | 2026-05-04T05:19:58.603Z | stop 13.214300936 |
| 2501 | 2026-05-04T05:19:58.603Z | process exited: duration 233937 ms, exit code 0 |
| |
| 2502 | 2026-05-04T05:19:58.609Z | found 0 output files |