|
|
|
| 1 | 2025-06-11T17:42:50.150Z | job assigned to worker 01JXG1B2SQ9259P13TY23GGG8Y [factory aws, i-06f5ecb8fe73cac65] (queued for 56 s) |
| |
| 2 | 2025-06-11T17:42:58.453Z | starting task 0: "setup" |
| 3 | 2025-06-11T17:42:58.458Z | ++ uname -s |
| 4 | 2025-06-11T17:42:58.463Z | + kern=SunOS |
| 5 | 2025-06-11T17:42:58.463Z | + build_user=build |
| 6 | 2025-06-11T17:42:58.463Z | + build_uid=12345 |
| 7 | 2025-06-11T17:42:58.463Z | + work_dir=/work |
| 8 | 2025-06-11T17:42:58.463Z | + input_dir=/input |
| 9 | 2025-06-11T17:42:58.463Z | + [[ 0 == 12345 ]] |
| 10 | 2025-06-11T17:42:58.463Z | + case "$kern" in |
| 11 | 2025-06-11T17:42:58.463Z | + groupadd -g 12345 build |
| 12 | 2025-06-11T17:42:58.463Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-06-11T17:43:00.471Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-06-11T17:43:00.595Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-06-11T17:43:00.598Z | + home_fs=zfs |
| 16 | 2025-06-11T17:43:00.598Z | + [[ zfs == autofs ]] |
| 17 | 2025-06-11T17:43:00.598Z | + mkdir -p /home/build |
| 18 | 2025-06-11T17:43:00.602Z | + chown build:build /home/build /work |
| 19 | 2025-06-11T17:43:02.602Z | + chmod 0700 /home/build /work |
| 20 | 2025-06-11T17:43:02.605Z | process exited: duration 4152 ms, exit code 0 |
| |
| 21 | 2025-06-11T17:43:02.613Z | starting task 1: "rust-toolchain" |
| 22 | 2025-06-11T17:43:02.618Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2025-06-11T17:43:02.618Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-06-11T17:43:02.618Z | * rust toolchain channel = "stable" |
| 25 | 2025-06-11T17:43:02.618Z | * rust toolchain profile = "default" |
| 26 | 2025-06-11T17:43:02.618Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-06-11T17:43:02.618Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-06-11T17:43:02.621Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-06-11T17:43:02.621Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2025-06-11T17:43:02.742Z | info: downloading installer |
| 31 | 2025-06-11T17:43:04.256Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-06-11T17:43:04.257Z | warn: /opt/ooce/bin |
| 33 | 2025-06-11T17:43:04.257Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-06-11T17:43:04.257Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-06-11T17:43:04.257Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-06-11T17:43:04.257Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-06-11T17:43:04.257Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-06-11T17:43:04.257Z | error: cannot install while Rust is installed |
| 39 | 2025-06-11T17:43:04.257Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-06-11T17:43:04.274Z | info: profile set to 'default' |
| 41 | 2025-06-11T17:43:04.274Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-06-11T17:43:04.277Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 43 | 2025-06-11T17:43:04.450Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
| 44 | 2025-06-11T17:43:04.450Z | info: downloading component 'cargo' |
| 45 | 2025-06-11T17:43:05.324Z | info: downloading component 'clippy' |
| 46 | 2025-06-11T17:43:05.715Z | info: downloading component 'rust-docs' |
| 47 | 2025-06-11T17:43:07.226Z | info: downloading component 'rust-std' |
| 48 | 2025-06-11T17:43:08.975Z | info: downloading component 'rustc' |
| 49 | 2025-06-11T17:43:15.778Z | info: downloading component 'rustfmt' |
| 50 | 2025-06-11T17:43:16.156Z | info: installing component 'cargo' |
| 51 | 2025-06-11T17:43:17.037Z | info: installing component 'clippy' |
| 52 | 2025-06-11T17:43:17.430Z | info: installing component 'rust-docs' |
| 53 | 2025-06-11T17:43:19.246Z | info: installing component 'rust-std' |
| 54 | 2025-06-11T17:43:21.083Z | info: installing component 'rustc' |
| 55 | 2025-06-11T17:43:27.562Z | info: installing component 'rustfmt' |
| 56 | 2025-06-11T17:43:27.893Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 57 | 2025-06-11T17:43:27.893Z | |
| 58 | 2025-06-11T17:43:28.319Z | stable-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
| 59 | 2025-06-11T17:43:28.319Z | |
| 60 | 2025-06-11T17:43:28.323Z | |
| 61 | 2025-06-11T17:43:28.323Z | Rust is installed now. Great! |
| 62 | 2025-06-11T17:43:28.323Z | |
| 63 | 2025-06-11T17:43:28.323Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-06-11T17:43:28.323Z | environment variable. This has not been done automatically. |
| 65 | 2025-06-11T17:43:28.323Z | |
| 66 | 2025-06-11T17:43:28.323Z | To configure your current shell, you need to source |
| 67 | 2025-06-11T17:43:28.323Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-06-11T17:43:28.323Z | |
| 69 | 2025-06-11T17:43:28.323Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-06-11T17:43:28.323Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-06-11T17:43:28.323Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-06-11T17:43:28.323Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-06-11T17:43:28.410Z | + rustup --version |
| 74 | 2025-06-11T17:43:28.422Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-06-11T17:43:28.425Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-06-11T17:43:28.499Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
| 77 | 2025-06-11T17:43:28.504Z | + cargo --version |
| 78 | 2025-06-11T17:43:28.564Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 79 | 2025-06-11T17:43:28.568Z | + rustc --version |
| 80 | 2025-06-11T17:43:28.651Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 81 | 2025-06-11T17:43:28.657Z | process exited: duration 26041 ms, exit code 0 |
| |
| 82 | 2025-06-11T17:43:28.664Z | starting task 2: "authentication" |
| 83 | 2025-06-11T17:43:28.694Z | process exited: duration 29 ms, exit code 0 |
| |
| 84 | 2025-06-11T17:43:28.701Z | starting task 3: "clone repository" |
| 85 | 2025-06-11T17:43:28.707Z | + mkdir -p /work/oxidecomputer/dropshot |
| 86 | 2025-06-11T17:43:28.710Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
| 87 | 2025-06-11T17:43:28.779Z | Cloning into '/work/oxidecomputer/dropshot'... |
| 88 | 2025-06-11T17:43:29.794Z | + cd /work/oxidecomputer/dropshot |
| 89 | 2025-06-11T17:43:29.794Z | + git fetch origin c95d1b5375fe6426ba4eb30bc6e64a00f2bb42ae |
| 90 | 2025-06-11T17:43:30.135Z | From https://github.com/oxidecomputer/dropshot |
| 91 | 2025-06-11T17:43:30.135Z | * branch c95d1b5375fe6426ba4eb30bc6e64a00f2bb42ae -> FETCH_HEAD |
| 92 | 2025-06-11T17:43:30.143Z | + [[ -n eliza/serialize-error-status ]] |
| 93 | 2025-06-11T17:43:30.147Z | ++ git branch --show-current |
| 94 | 2025-06-11T17:43:30.150Z | + current=main |
| 95 | 2025-06-11T17:43:30.150Z | + [[ main != eliza/serialize-error-status ]] |
| 96 | 2025-06-11T17:43:30.150Z | + git branch -f eliza/serialize-error-status c95d1b5375fe6426ba4eb30bc6e64a00f2bb42ae |
| 97 | 2025-06-11T17:43:30.153Z | + git checkout -f eliza/serialize-error-status |
| 98 | 2025-06-11T17:43:30.172Z | Switched to branch 'eliza/serialize-error-status' |
| 99 | 2025-06-11T17:43:30.175Z | + git reset --hard c95d1b5375fe6426ba4eb30bc6e64a00f2bb42ae |
| 100 | 2025-06-11T17:43:30.178Z | HEAD is now at c95d1b5 Add Serialize/Deserialize for ErrorStatusCode |
| 101 | 2025-06-11T17:43:30.179Z | process exited: duration 1477 ms, exit code 0 |
| |
| 102 | 2025-06-11T17:43:30.185Z | starting task 4: "build" |
| 103 | 2025-06-11T17:43:30.190Z | + cargo --version |
| 104 | 2025-06-11T17:43:30.197Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
| 105 | 2025-06-11T17:43:30.394Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
| 106 | 2025-06-11T17:43:30.394Z | info: downloading component 'cargo' |
| 107 | 2025-06-11T17:43:31.381Z | info: downloading component 'clippy' |
| 108 | 2025-06-11T17:43:31.778Z | info: downloading component 'rust-docs' |
| 109 | 2025-06-11T17:43:33.312Z | info: downloading component 'rust-std' |
| 110 | 2025-06-11T17:43:34.985Z | info: downloading component 'rustc' |
| 111 | 2025-06-11T17:43:41.490Z | info: downloading component 'rustfmt' |
| 112 | 2025-06-11T17:43:41.760Z | info: installing component 'cargo' |
| 113 | 2025-06-11T17:43:42.631Z | info: installing component 'clippy' |
| 114 | 2025-06-11T17:43:43.022Z | info: installing component 'rust-docs' |
| 115 | 2025-06-11T17:43:44.821Z | info: installing component 'rust-std' |
| 116 | 2025-06-11T17:43:46.707Z | info: installing component 'rustc' |
| 117 | 2025-06-11T17:43:53.180Z | info: installing component 'rustfmt' |
| 118 | 2025-06-11T17:43:53.602Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 119 | 2025-06-11T17:43:53.606Z | + rustc --version |
| 120 | 2025-06-11T17:43:53.685Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 121 | 2025-06-11T17:43:53.690Z | + banner build |
| 122 | 2025-06-11T17:43:53.693Z | |
| 123 | 2025-06-11T17:43:53.693Z | ##### # # # # ##### |
| 124 | 2025-06-11T17:43:53.693Z | # # # # # # # # |
| 125 | 2025-06-11T17:43:53.694Z | ##### # # # # # # |
| 126 | 2025-06-11T17:43:53.694Z | # # # # # # # # |
| 127 | 2025-06-11T17:43:53.694Z | # # # # # # # # |
| 128 | 2025-06-11T17:43:53.694Z | ##### #### # ###### ##### |
| 129 | 2025-06-11T17:43:53.694Z | |
| 130 | 2025-06-11T17:43:53.701Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
| 131 | 2025-06-11T17:43:53.842Z | Updating crates.io index |
| 132 | 2025-06-11T17:43:54.703Z | Downloading crates ... |
| 133 | 2025-06-11T17:43:54.772Z | Downloaded anyhow v1.0.98 |
| 134 | 2025-06-11T17:43:54.776Z | Downloaded bitflags v2.4.0 |
| 135 | 2025-06-11T17:43:54.789Z | Downloaded fastrand v2.1.1 |
| 136 | 2025-06-11T17:43:54.795Z | Downloaded concurrent-queue v2.5.0 |
| 137 | 2025-06-11T17:43:54.798Z | Downloaded event-listener v5.0.0 |
| 138 | 2025-06-11T17:43:54.801Z | Downloaded digest v0.10.7 |
| 139 | 2025-06-11T17:43:54.804Z | Downloaded async-trait v0.1.88 |
| 140 | 2025-06-11T17:43:54.807Z | Downloaded errno v0.3.10 |
| 141 | 2025-06-11T17:43:54.810Z | Downloaded dof v0.3.0 |
| 142 | 2025-06-11T17:43:54.814Z | Downloaded autocfg v1.1.0 |
| 143 | 2025-06-11T17:43:54.814Z | Downloaded dyn-clone v1.0.4 |
| 144 | 2025-06-11T17:43:54.817Z | Downloaded dtrace-parser v0.2.0 |
| 145 | 2025-06-11T17:43:54.817Z | Downloaded tokio-native-tls v0.3.1 |
| 146 | 2025-06-11T17:43:54.820Z | Downloaded displaydoc v0.2.5 |
| 147 | 2025-06-11T17:43:54.825Z | Downloaded toml v0.8.23 |
| 148 | 2025-06-11T17:43:54.830Z | Downloaded tower-layer v0.3.3 |
| 149 | 2025-06-11T17:43:54.833Z | Downloaded dirs-sys-next v0.1.2 |
| 150 | 2025-06-11T17:43:54.836Z | Downloaded debug-ignore v1.0.5 |
| 151 | 2025-06-11T17:43:54.836Z | Downloaded usdt-attr-macro v0.5.0 |
| 152 | 2025-06-11T17:43:54.839Z | Downloaded data-encoding v2.4.0 |
| 153 | 2025-06-11T17:43:54.839Z | Downloaded zerofrom v0.1.5 |
| 154 | 2025-06-11T17:43:54.842Z | Downloaded crypto-common v0.1.6 |
| 155 | 2025-06-11T17:43:54.842Z | Downloaded tower-service v0.3.3 |
| 156 | 2025-06-11T17:43:54.845Z | Downloaded foreign-types v0.3.2 |
| 157 | 2025-06-11T17:43:54.845Z | Downloaded async-stream v0.3.6 |
| 158 | 2025-06-11T17:43:54.851Z | Downloaded glob v0.3.0 |
| 159 | 2025-06-11T17:43:54.854Z | Downloaded getrandom v0.2.11 |
| 160 | 2025-06-11T17:43:54.854Z | Downloaded dirs-next v2.0.0 |
| 161 | 2025-06-11T17:43:54.857Z | Downloaded openssl-probe v0.1.4 |
| 162 | 2025-06-11T17:43:54.857Z | Downloaded write16 v1.0.0 |
| 163 | 2025-06-11T17:43:54.860Z | Downloaded futures v0.3.31 |
| 164 | 2025-06-11T17:43:54.864Z | Downloaded openssl-macros v0.1.1 |
| 165 | 2025-06-11T17:43:54.867Z | Downloaded pretty-hex v0.4.1 |
| 166 | 2025-06-11T17:43:54.870Z | Downloaded num-conv v0.1.0 |
| 167 | 2025-06-11T17:43:54.870Z | Downloaded heck v0.5.0 |
| 168 | 2025-06-11T17:43:54.873Z | Downloaded usdt-macro v0.5.0 |
| 169 | 2025-06-11T17:43:54.873Z | Downloaded utf16_iter v1.0.5 |
| 170 | 2025-06-11T17:43:54.876Z | Downloaded icu_provider_macros v1.5.0 |
| 171 | 2025-06-11T17:43:54.876Z | Downloaded yoke-derive v0.7.5 |
| 172 | 2025-06-11T17:43:54.879Z | Downloaded event-listener-strategy v0.5.2 |
| 173 | 2025-06-11T17:43:54.882Z | Downloaded untrusted v0.9.0 |
| 174 | 2025-06-11T17:43:54.882Z | Downloaded waitgroup v0.1.2 |
| 175 | 2025-06-11T17:43:54.885Z | Downloaded http-body-util v0.1.3 |
| 176 | 2025-06-11T17:43:54.888Z | Downloaded tokio-tungstenite v0.24.0 |
| 177 | 2025-06-11T17:43:54.889Z | Downloaded form_urlencoded v1.2.1 |
| 178 | 2025-06-11T17:43:54.892Z | Downloaded atomic-waker v1.1.1 |
| 179 | 2025-06-11T17:43:54.892Z | Downloaded http-body v1.0.1 |
| 180 | 2025-06-11T17:43:54.895Z | Downloaded toml_write v0.1.2 |
| 181 | 2025-06-11T17:43:54.898Z | Downloaded toml_datetime v0.6.11 |
| 182 | 2025-06-11T17:43:54.898Z | Downloaded utf-8 v0.7.6 |
| 183 | 2025-06-11T17:43:54.901Z | Downloaded unicode-width v0.1.9 |
| 184 | 2025-06-11T17:43:54.905Z | Downloaded match_cfg v0.1.0 |
| 185 | 2025-06-11T17:43:54.905Z | Downloaded percent-encoding v2.3.1 |
| 186 | 2025-06-11T17:43:54.906Z | Downloaded memmap v0.7.0 |
| 187 | 2025-06-11T17:43:54.910Z | Downloaded hyper-staticfile v0.10.1 |
| 188 | 2025-06-11T17:43:54.914Z | Downloaded parking v2.2.0 |
| 189 | 2025-06-11T17:43:54.914Z | Downloaded utf8_iter v1.0.4 |
| 190 | 2025-06-11T17:43:54.914Z | Downloaded paste v1.0.15 |
| 191 | 2025-06-11T17:43:54.917Z | Downloaded hyper-rustls v0.27.3 |
| 192 | 2025-06-11T17:43:54.920Z | Downloaded writeable v0.5.5 |
| 193 | 2025-06-11T17:43:54.924Z | Downloaded httpdate v1.0.1 |
| 194 | 2025-06-11T17:43:54.927Z | Downloaded thread-id v4.0.0 |
| 195 | 2025-06-11T17:43:54.927Z | Downloaded scroll_derive v0.12.0 |
| 196 | 2025-06-11T17:43:54.930Z | Downloaded lazy_static v1.5.0 |
| 197 | 2025-06-11T17:43:54.930Z | Downloaded version_check v0.9.5 |
| 198 | 2025-06-11T17:43:54.933Z | Downloaded usdt v0.5.0 |
| 199 | 2025-06-11T17:43:54.933Z | Downloaded futures-task v0.3.31 |
| 200 | 2025-06-11T17:43:54.936Z | Downloaded pem v3.0.5 |
| 201 | 2025-06-11T17:43:54.936Z | Downloaded hostname v0.4.0 |
| 202 | 2025-06-11T17:43:54.939Z | Downloaded ppv-lite86 v0.2.15 |
| 203 | 2025-06-11T17:43:54.942Z | Downloaded futures-sink v0.3.31 |
| 204 | 2025-06-11T17:43:54.942Z | Downloaded idna_adapter v1.2.0 |
| 205 | 2025-06-11T17:43:54.946Z | Downloaded hyper-tls v0.6.0 |
| 206 | 2025-06-11T17:43:54.946Z | Downloaded simple-mermaid v0.2.0 |
| 207 | 2025-06-11T17:43:54.949Z | Downloaded rand_chacha v0.3.1 |
| 208 | 2025-06-11T17:43:54.949Z | Downloaded futures-macro v0.3.31 |
| 209 | 2025-06-11T17:43:54.952Z | Downloaded schema v0.1.0 |
| 210 | 2025-06-11T17:43:54.952Z | Downloaded futures-executor v0.3.31 |
| 211 | 2025-06-11T17:43:54.955Z | Downloaded quote v1.0.40 |
| 212 | 2025-06-11T17:43:54.958Z | Downloaded rand_core v0.6.3 |
| 213 | 2025-06-11T17:43:54.958Z | Downloaded zerofrom-derive v0.1.5 |
| 214 | 2025-06-11T17:43:54.962Z | Downloaded fnv v1.0.7 |
| 215 | 2025-06-11T17:43:54.962Z | Downloaded powerfmt v0.2.0 |
| 216 | 2025-06-11T17:43:54.962Z | Downloaded plain v0.2.3 |
| 217 | 2025-06-11T17:43:54.965Z | Downloaded pest_generator v2.7.6 |
| 218 | 2025-06-11T17:43:54.965Z | Downloaded itoa v1.0.1 |
| 219 | 2025-06-11T17:43:54.968Z | Downloaded iana-time-zone v0.1.47 |
| 220 | 2025-06-11T17:43:54.971Z | Downloaded futures-io v0.3.31 |
| 221 | 2025-06-11T17:43:54.971Z | Downloaded icu_locid_transform v1.5.0 |
| 222 | 2025-06-11T17:43:54.974Z | Downloaded pkg-config v0.3.31 |
| 223 | 2025-06-11T17:43:54.978Z | Downloaded tinyvec_macros v0.1.0 |
| 224 | 2025-06-11T17:43:54.978Z | Downloaded sha1 v0.10.6 |
| 225 | 2025-06-11T17:43:54.981Z | Downloaded time-core v0.1.2 |
| 226 | 2025-06-11T17:43:54.981Z | Downloaded schema-derive v0.1.0 |
| 227 | 2025-06-11T17:43:54.984Z | Downloaded tokio-rustls v0.25.0 |
| 228 | 2025-06-11T17:43:54.984Z | Downloaded rustc-hash v2.0.0 |
| 229 | 2025-06-11T17:43:54.987Z | Downloaded icu_normalizer_data v1.5.0 |
| 230 | 2025-06-11T17:43:54.990Z | Downloaded hyper-rustls v0.26.0 |
| 231 | 2025-06-11T17:43:54.993Z | Downloaded unicase v2.6.0 |
| 232 | 2025-06-11T17:43:54.993Z | Downloaded target-triple v0.1.3 |
| 233 | 2025-06-11T17:43:54.996Z | Downloaded sync_wrapper v1.0.1 |
| 234 | 2025-06-11T17:43:54.996Z | Downloaded zerovec-derive v0.10.3 |
| 235 | 2025-06-11T17:43:54.999Z | Downloaded yoke v0.7.5 |
| 236 | 2025-06-11T17:43:55.002Z | Downloaded multer v3.1.0 |
| 237 | 2025-06-11T17:43:55.002Z | Downloaded usdt-impl v0.5.0 |
| 238 | 2025-06-11T17:43:55.005Z | Downloaded hostname v0.3.1 |
| 239 | 2025-06-11T17:43:55.009Z | Downloaded pin-utils v0.1.0 |
| 240 | 2025-06-11T17:43:55.009Z | Downloaded generic-array v0.14.5 |
| 241 | 2025-06-11T17:43:55.012Z | Downloaded zerocopy-derive v0.7.32 |
| 242 | 2025-06-11T17:43:55.016Z | Downloaded stable_deref_trait v1.2.0 |
| 243 | 2025-06-11T17:43:55.016Z | Downloaded subtle v2.5.0 |
| 244 | 2025-06-11T17:43:55.019Z | Downloaded serde_tokenstream v0.2.2 |
| 245 | 2025-06-11T17:43:55.019Z | Downloaded pin-project-lite v0.2.12 |
| 246 | 2025-06-11T17:43:55.024Z | Downloaded tinystr v0.7.6 |
| 247 | 2025-06-11T17:43:55.029Z | Downloaded lock_api v0.4.6 |
| 248 | 2025-06-11T17:43:55.032Z | Downloaded litemap v0.7.4 |
| 249 | 2025-06-11T17:43:55.032Z | Downloaded shlex v1.3.0 |
| 250 | 2025-06-11T17:43:55.035Z | Downloaded icu_provider v1.5.0 |
| 251 | 2025-06-11T17:43:55.040Z | Downloaded signal-hook-registry v1.4.0 |
| 252 | 2025-06-11T17:43:55.040Z | Downloaded sha2 v0.10.8 |
| 253 | 2025-06-11T17:43:55.043Z | Downloaded quinn-udp v0.5.5 |
| 254 | 2025-06-11T17:43:55.043Z | Downloaded take_mut v0.2.2 |
| 255 | 2025-06-11T17:43:55.043Z | Downloaded synstructure v0.13.1 |
| 256 | 2025-06-11T17:43:55.046Z | Downloaded termcolor v1.1.2 |
| 257 | 2025-06-11T17:43:55.046Z | Downloaded thiserror-impl v2.0.12 |
| 258 | 2025-06-11T17:43:55.049Z | Downloaded thiserror v1.0.69 |
| 259 | 2025-06-11T17:43:55.052Z | Downloaded slog-async v2.8.0 |
| 260 | 2025-06-11T17:43:55.055Z | Downloaded icu_normalizer v1.5.0 |
| 261 | 2025-06-11T17:43:55.058Z | Downloaded slog-json v2.6.1 |
| 262 | 2025-06-11T17:43:55.062Z | Downloaded getrandom v0.3.1 |
| 263 | 2025-06-11T17:43:55.065Z | Downloaded parking_lot_core v0.9.4 |
| 264 | 2025-06-11T17:43:55.068Z | Downloaded cc v1.2.16 |
| 265 | 2025-06-11T17:43:55.071Z | Downloaded serde_spanned v0.6.9 |
| 266 | 2025-06-11T17:43:55.074Z | Downloaded mime_guess v2.0.5 |
| 267 | 2025-06-11T17:43:55.074Z | Downloaded log v0.4.17 |
| 268 | 2025-06-11T17:43:55.077Z | Downloaded icu_properties v1.5.1 |
| 269 | 2025-06-11T17:43:55.082Z | Downloaded zeroize v1.7.0 |
| 270 | 2025-06-11T17:43:55.082Z | Downloaded tinyvec v1.5.1 |
| 271 | 2025-06-11T17:43:55.085Z | Downloaded pest_meta v2.7.6 |
| 272 | 2025-06-11T17:43:55.089Z | Downloaded thiserror-impl v1.0.69 |
| 273 | 2025-06-11T17:43:55.089Z | Downloaded rustls-pemfile v2.1.3 |
| 274 | 2025-06-11T17:43:55.092Z | Downloaded semver v1.0.26 |
| 275 | 2025-06-11T17:43:55.095Z | Downloaded parking_lot v0.12.1 |
| 276 | 2025-06-11T17:43:55.098Z | Downloaded httparse v1.10.0 |
| 277 | 2025-06-11T17:43:55.101Z | Downloaded unicode-ident v1.0.12 |
| 278 | 2025-06-11T17:43:55.104Z | Downloaded thiserror v2.0.12 |
| 279 | 2025-06-11T17:43:55.108Z | Downloaded smallvec v1.13.2 |
| 280 | 2025-06-11T17:43:55.111Z | Downloaded icu_collections v1.5.0 |
| 281 | 2025-06-11T17:43:55.116Z | Downloaded schemars_derive v0.8.22 |
| 282 | 2025-06-11T17:43:55.120Z | Downloaded term v0.7.0 |
| 283 | 2025-06-11T17:43:55.123Z | Downloaded bytes v1.10.1 |
| 284 | 2025-06-11T17:43:55.126Z | Downloaded tracing-core v0.1.32 |
| 285 | 2025-06-11T17:43:55.130Z | Downloaded uuid v1.17.0 |
| 286 | 2025-06-11T17:43:55.133Z | Downloaded similar v2.2.1 |
| 287 | 2025-06-11T17:43:55.139Z | Downloaded crossbeam-channel v0.5.1 |
| 288 | 2025-06-11T17:43:55.142Z | Downloaded ryu v1.0.5 |
| 289 | 2025-06-11T17:43:55.146Z | Downloaded quinn v0.11.4 |
| 290 | 2025-06-11T17:43:55.150Z | Downloaded num-traits v0.2.14 |
| 291 | 2025-06-11T17:43:55.153Z | Downloaded slog v2.7.0 |
| 292 | 2025-06-11T17:43:55.156Z | Downloaded scroll v0.12.0 |
| 293 | 2025-06-11T17:43:55.159Z | Downloaded spin v0.9.8 |
| 294 | 2025-06-11T17:43:55.162Z | Downloaded hyper-util v0.1.14 |
| 295 | 2025-06-11T17:43:55.165Z | Downloaded tempfile v3.20.0 |
| 296 | 2025-06-11T17:43:55.169Z | Downloaded prettyplease v0.2.33 |
| 297 | 2025-06-11T17:43:55.173Z | Downloaded url v2.5.4 |
| 298 | 2025-06-11T17:43:55.176Z | Downloaded openssl-sys v0.9.107 |
| 299 | 2025-06-11T17:43:55.182Z | Downloaded rcgen v0.13.2 |
| 300 | 2025-06-11T17:43:55.185Z | Downloaded socket2 v0.5.9 |
| 301 | 2025-06-11T17:43:55.188Z | Downloaded serde v1.0.219 |
| 302 | 2025-06-11T17:43:55.192Z | Downloaded serde_derive v1.0.219 |
| 303 | 2025-06-11T17:43:55.195Z | Downloaded unicode-segmentation v1.10.0 |
| 304 | 2025-06-11T17:43:55.198Z | Downloaded rand v0.8.4 |
| 305 | 2025-06-11T17:43:55.202Z | Downloaded mio v1.0.3 |
| 306 | 2025-06-11T17:43:55.208Z | Downloaded hashbrown v0.15.2 |
| 307 | 2025-06-11T17:43:55.215Z | Downloaded tungstenite v0.24.0 |
| 308 | 2025-06-11T17:43:55.218Z | Downloaded toml_edit v0.22.27 |
| 309 | 2025-06-11T17:43:55.223Z | Downloaded tokio-util v0.7.7 |
| 310 | 2025-06-11T17:43:55.230Z | Downloaded time v0.3.36 |
| 311 | 2025-06-11T17:43:55.238Z | Downloaded tower-http v0.6.5 |
| 312 | 2025-06-11T17:43:55.247Z | Downloaded pest v2.7.6 |
| 313 | 2025-06-11T17:43:55.252Z | Downloaded serde_json v1.0.140 |
| 314 | 2025-06-11T17:43:55.260Z | Downloaded hyper v1.6.0 |
| 315 | 2025-06-11T17:43:55.268Z | Downloaded chrono v0.4.41 |
| 316 | 2025-06-11T17:43:55.276Z | Downloaded reqwest v0.12.19 |
| 317 | 2025-06-11T17:43:55.287Z | Downloaded portable-atomic v1.9.0 |
| 318 | 2025-06-11T17:43:55.295Z | Downloaded rustls-webpki v0.102.8 |
| 319 | 2025-06-11T17:43:55.314Z | Downloaded quinn-proto v0.11.8 |
| 320 | 2025-06-11T17:43:55.321Z | Downloaded icu_properties_data v1.5.0 |
| 321 | 2025-06-11T17:43:55.333Z | Downloaded winnow v0.7.10 |
| 322 | 2025-06-11T17:43:55.342Z | Downloaded webpki-roots v1.0.0 |
| 323 | 2025-06-11T17:43:55.347Z | Downloaded webpki-roots v0.26.5 |
| 324 | 2025-06-11T17:43:55.350Z | Downloaded syn v2.0.101 |
| 325 | 2025-06-11T17:43:55.363Z | Downloaded openssl v0.10.72 |
| 326 | 2025-06-11T17:43:55.373Z | Downloaded rustls v0.23.13 |
| 327 | 2025-06-11T17:43:55.386Z | Downloaded rustls v0.22.4 |
| 328 | 2025-06-11T17:43:55.399Z | Downloaded vcpkg v0.2.15 |
| 329 | 2025-06-11T17:43:55.434Z | Downloaded rustix v1.0.2 |
| 330 | 2025-06-11T17:43:55.456Z | Downloaded rustix v0.38.44 |
| 331 | 2025-06-11T17:43:55.479Z | Downloaded openapiv3 v2.2.0 |
| 332 | 2025-06-11T17:43:55.492Z | Downloaded zerovec v0.10.4 |
| 333 | 2025-06-11T17:43:55.496Z | Downloaded tower v0.5.2 |
| 334 | 2025-06-11T17:43:55.505Z | Downloaded futures-util v0.3.31 |
| 335 | 2025-06-11T17:43:55.517Z | Downloaded zerocopy v0.7.32 |
| 336 | 2025-06-11T17:43:55.532Z | Downloaded iri-string v0.7.8 |
| 337 | 2025-06-11T17:43:55.539Z | Downloaded h2 v0.4.6 |
| 338 | 2025-06-11T17:43:55.546Z | Downloaded goblin v0.8.0 |
| 339 | 2025-06-11T17:43:55.552Z | Downloaded rustls-pki-types v1.12.0 |
| 340 | 2025-06-11T17:43:55.556Z | Downloaded schemars v0.8.22 |
| 341 | 2025-06-11T17:43:55.567Z | Downloaded memchr v2.6.0 |
| 342 | 2025-06-11T17:43:55.572Z | Downloaded indexmap v2.9.0 |
| 343 | 2025-06-11T17:43:55.576Z | Downloaded http v1.3.1 |
| 344 | 2025-06-11T17:43:55.579Z | Downloaded idna v1.0.3 |
| 345 | 2025-06-11T17:43:55.584Z | Downloaded slog-term v2.9.1 |
| 346 | 2025-06-11T17:43:55.587Z | Downloaded proc-macro2 v1.0.95 |
| 347 | 2025-06-11T17:43:55.591Z | Downloaded tracing v0.1.40 |
| 348 | 2025-06-11T17:43:55.594Z | Downloaded subprocess v0.2.9 |
| 349 | 2025-06-11T17:43:55.597Z | Downloaded tokio-rustls v0.26.0 |
| 350 | 2025-06-11T17:43:55.601Z | Downloaded trybuild v1.0.105 |
| 351 | 2025-06-11T17:43:55.605Z | Downloaded time-macros v0.2.18 |
| 352 | 2025-06-11T17:43:55.605Z | Downloaded serde_derive_internals v0.29.0 |
| 353 | 2025-06-11T17:43:55.608Z | Downloaded icu_locid_transform_data v1.5.0 |
| 354 | 2025-06-11T17:43:55.608Z | Downloaded slog-bunyan v2.5.0 |
| 355 | 2025-06-11T17:43:55.608Z | Downloaded rustls-native-certs v0.7.0 |
| 356 | 2025-06-11T17:43:55.611Z | Downloaded ucd-trie v0.1.6 |
| 357 | 2025-06-11T17:43:55.614Z | Downloaded scopeguard v1.2.0 |
| 358 | 2025-06-11T17:43:55.614Z | Downloaded tokio v1.45.1 |
| 359 | 2025-06-11T17:43:55.652Z | Downloaded slab v0.4.9 |
| 360 | 2025-06-11T17:43:55.655Z | Downloaded libc v0.2.172 |
| 361 | 2025-06-11T17:43:55.679Z | Downloaded expectorate v1.2.0 |
| 362 | 2025-06-11T17:43:55.682Z | Downloaded icu_locid v1.5.0 |
| 363 | 2025-06-11T17:43:55.685Z | Downloaded serde_urlencoded v0.7.1 |
| 364 | 2025-06-11T17:43:55.689Z | Downloaded typenum v1.14.0 |
| 365 | 2025-06-11T17:43:55.692Z | Downloaded http-range v0.1.4 |
| 366 | 2025-06-11T17:43:55.692Z | Downloaded native-tls v0.2.12 |
| 367 | 2025-06-11T17:43:55.692Z | Downloaded mime v0.3.16 |
| 368 | 2025-06-11T17:43:55.695Z | Downloaded serde_path_to_error v0.1.17 |
| 369 | 2025-06-11T17:43:55.695Z | Downloaded pest_derive v2.7.6 |
| 370 | 2025-06-11T17:43:55.698Z | Downloaded base64 v0.22.1 |
| 371 | 2025-06-11T17:43:55.701Z | Downloaded ipnet v2.10.0 |
| 372 | 2025-06-11T17:43:55.704Z | Downloaded once_cell v1.20.1 |
| 373 | 2025-06-11T17:43:55.704Z | Downloaded yasna v0.5.2 |
| 374 | 2025-06-11T17:43:55.707Z | Downloaded futures-channel v0.3.31 |
| 375 | 2025-06-11T17:43:55.710Z | Downloaded thread_local v1.1.4 |
| 376 | 2025-06-11T17:43:55.710Z | Downloaded futures-core v0.3.31 |
| 377 | 2025-06-11T17:43:55.713Z | Downloaded foreign-types-shared v0.1.1 |
| 378 | 2025-06-11T17:43:55.713Z | Downloaded is-terminal v0.4.12 |
| 379 | 2025-06-11T17:43:55.713Z | Downloaded tokio-macros v2.5.0 |
| 380 | 2025-06-11T17:43:55.713Z | Downloaded num_threads v0.1.3 |
| 381 | 2025-06-11T17:43:55.713Z | Downloaded newline-converter v0.3.0 |
| 382 | 2025-06-11T17:43:55.717Z | Downloaded want v0.3.0 |
| 383 | 2025-06-11T17:43:55.718Z | Downloaded try-lock v0.2.3 |
| 384 | 2025-06-11T17:43:55.718Z | Downloaded byteorder v1.4.3 |
| 385 | 2025-06-11T17:43:55.722Z | Downloaded buf-list v1.0.3 |
| 386 | 2025-06-11T17:43:55.722Z | Downloaded atomicwrites v0.4.4 |
| 387 | 2025-06-11T17:43:55.722Z | Downloaded equivalent v1.0.0 |
| 388 | 2025-06-11T17:43:55.722Z | Downloaded crossbeam-utils v0.8.15 |
| 389 | 2025-06-11T17:43:55.725Z | Downloaded camino v1.1.10 |
| 390 | 2025-06-11T17:43:55.728Z | Downloaded deranged v0.3.11 |
| 391 | 2025-06-11T17:43:55.728Z | Downloaded block-buffer v0.10.2 |
| 392 | 2025-06-11T17:43:55.728Z | Downloaded async-stream-impl v0.3.6 |
| 393 | 2025-06-11T17:43:55.731Z | Downloaded async-channel v2.3.1 |
| 394 | 2025-06-11T17:43:55.731Z | Downloaded console v0.15.7 |
| 395 | 2025-06-11T17:43:55.735Z | Downloaded cfg-if v1.0.0 |
| 396 | 2025-06-11T17:43:55.735Z | Downloaded cpufeatures v0.2.2 |
| 397 | 2025-06-11T17:43:55.754Z | Downloaded encoding_rs v0.8.32 |
| 398 | 2025-06-11T17:43:55.777Z | Downloaded ring v0.17.13 |
| 399 | 2025-06-11T17:43:55.928Z | Compiling proc-macro2 v1.0.95 |
| 400 | 2025-06-11T17:43:55.928Z | Compiling unicode-ident v1.0.12 |
| 401 | 2025-06-11T17:43:55.931Z | Compiling libc v0.2.172 |
| 402 | 2025-06-11T17:43:55.931Z | Compiling cfg-if v1.0.0 |
| 403 | 2025-06-11T17:43:55.932Z | Compiling serde v1.0.219 |
| 404 | 2025-06-11T17:43:55.933Z | Compiling itoa v1.0.1 |
| 405 | 2025-06-11T17:43:55.933Z | Compiling once_cell v1.20.1 |
| 406 | 2025-06-11T17:43:55.933Z | Compiling memchr v2.6.0 |
| 407 | 2025-06-11T17:43:55.933Z | Running `/home/build/.rustup/toolchains/1.87.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.95/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=53f1b692484d7a5f -C extra-filename=-56109de3a9952a38 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-56109de3a9952a38 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 408 | 2025-06-11T17:43:56.073Z | Running `/home/build/.rustup/toolchains/1.87.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=f95b099e861ff32a -C extra-filename=-c7e96683488587bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 409 | 2025-06-11T17:43:56.073Z | Running `/home/build/.rustup/toolchains/1.87.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.172/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="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=d60793b7321c0f87 -C extra-filename=-6ad57de5f1fdad2e --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-6ad57de5f1fdad2e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 410 | 2025-06-11T17:43:56.073Z | Running `/home/build/.rustup/toolchains/1.87.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=f6f492b19941ed63 -C extra-filename=-6d07de3ed8ae1a80 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 411 | 2025-06-11T17:43:56.077Z | Running `/home/build/.rustup/toolchains/1.87.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=9e93adc704d6dcfa -C extra-filename=-bd2a31dbefffd076 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 412 | 2025-06-11T17:43:56.077Z | Running `/home/build/.rustup/toolchains/1.87.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=bbb7f776899e572a -C extra-filename=-d873ca0c7e86bfbd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 413 | 2025-06-11T17:43:56.077Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/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=86c134f8aa2524ef -C extra-filename=-a679f1ea53c5ddbd --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-a679f1ea53c5ddbd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 414 | 2025-06-11T17:43:56.077Z | Running `/home/build/.rustup/toolchains/1.87.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=7ffc85b20c3a7e4e -C extra-filename=-ebee2f02aedf277f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 415 | 2025-06-11T17:43:56.122Z | Compiling version_check v0.9.5 |
| 416 | 2025-06-11T17:43:56.136Z | Running `/home/build/.rustup/toolchains/1.87.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=8ee7d98497934b1f -C extra-filename=-adeb67686c0d4fa8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 417 | 2025-06-11T17:43:56.221Z | Compiling pin-project-lite v0.2.12 |
| 418 | 2025-06-11T17:43:56.232Z | Running `/home/build/.rustup/toolchains/1.87.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=d8bf3f89e31d83cf -C extra-filename=-15c1620bcb6d1840 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 419 | 2025-06-11T17:43:56.260Z | Compiling shlex v1.3.0 |
| 420 | 2025-06-11T17:43:56.263Z | Running `/home/build/.rustup/toolchains/1.87.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=455dd6afa809e867 -C extra-filename=-36d9b58a2827d98e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 421 | 2025-06-11T17:43:56.353Z | Compiling autocfg v1.1.0 |
| 422 | 2025-06-11T17:43:56.357Z | Running `/home/build/.rustup/toolchains/1.87.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=9f2a7bb964adb391 -C extra-filename=-eadaf35fd92f9ec3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 423 | 2025-06-11T17:43:56.427Z | Compiling smallvec v1.13.2 |
| 424 | 2025-06-11T17:43:56.430Z | Running `/home/build/.rustup/toolchains/1.87.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=28c39cb62c7af994 -C extra-filename=-1ff0f650da78dfc0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 425 | 2025-06-11T17:43:56.547Z | Compiling cc v1.2.16 |
| 426 | 2025-06-11T17:43:56.551Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=e39c95e9316dd781 -C extra-filename=-9642c742be974e60 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-36d9b58a2827d98e.rmeta --cap-lints allow` |
| 427 | 2025-06-11T17:43:56.623Z | Compiling bytes v1.10.1 |
| 428 | 2025-06-11T17:43:56.627Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=f7d77431d798cc35 -C extra-filename=-80979dc6b4225cb4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 429 | 2025-06-11T17:43:56.759Z | Compiling futures-core v0.3.31 |
| 430 | 2025-06-11T17:43:56.763Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=a3dac3e4ae690b3b -C extra-filename=-3b6d1fdcadacc9a5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 431 | 2025-06-11T17:43:56.866Z | Compiling log v0.4.17 |
| 432 | 2025-06-11T17:43:56.869Z | Running `/home/build/.rustup/toolchains/1.87.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=a726e74ae118deb8 -C extra-filename=-ffeff588fa0a00d9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-ffeff588fa0a00d9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 433 | 2025-06-11T17:43:56.967Z | Compiling parking_lot_core v0.9.4 |
| 434 | 2025-06-11T17:43:56.970Z | Running `/home/build/.rustup/toolchains/1.87.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=c981aaef3d24e1dd -C extra-filename=-775a3c4a5d1c7dd8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-775a3c4a5d1c7dd8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 435 | 2025-06-11T17:43:57.362Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-6ad57de5f1fdad2e/build-script-build` |
| 436 | 2025-06-11T17:43:57.371Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-56109de3a9952a38/build-script-build` |
| 437 | 2025-06-11T17:43:57.388Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-ffeff588fa0a00d9/build-script-build` |
| 438 | 2025-06-11T17:43:57.394Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-a679f1ea53c5ddbd/build-script-build` |
| 439 | 2025-06-11T17:43:57.406Z | Running `/home/build/.rustup/toolchains/1.87.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=ec0c5f941a9eddcf -C extra-filename=-659e0beaddc936ba --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-6d07de3ed8ae1a80.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics` |
| 440 | 2025-06-11T17:43:57.429Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/lib.rs --error-format=json --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="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=16d68755c6d5818d -C extra-filename=-a02256af322b7a55 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
| 441 | 2025-06-11T17:43:57.434Z | Compiling scopeguard v1.2.0 |
| 442 | 2025-06-11T17:43:57.445Z | Running `/home/build/.rustup/toolchains/1.87.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=62e9e70aee26314c -C extra-filename=-e9e4222b399e94d7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 443 | 2025-06-11T17:43:57.448Z | Compiling slab v0.4.9 |
| 444 | 2025-06-11T17:43:57.448Z | Running `/home/build/.rustup/toolchains/1.87.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=d168389d7dedf440 -C extra-filename=-38b3dc50d8923490 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-38b3dc50d8923490 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-eadaf35fd92f9ec3.rlib --cap-lints allow` |
| 445 | 2025-06-11T17:43:57.515Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-775a3c4a5d1c7dd8/build-script-build` |
| 446 | 2025-06-11T17:43:57.522Z | Compiling ryu v1.0.5 |
| 447 | 2025-06-11T17:43:57.526Z | Running `/home/build/.rustup/toolchains/1.87.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=a48c28b4dc80f287 -C extra-filename=-753f071736da6199 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-753f071736da6199 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 448 | 2025-06-11T17:43:57.591Z | Compiling lock_api v0.4.6 |
| 449 | 2025-06-11T17:43:57.595Z | Running `/home/build/.rustup/toolchains/1.87.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=e132a2084fbc401f -C extra-filename=-0743dec47272a551 --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-e9e4222b399e94d7.rmeta --cap-lints allow` |
| 450 | 2025-06-11T17:43:57.758Z | Running `/home/build/.rustup/toolchains/1.87.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.95/src/lib.rs --error-format=json --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=a4f35c7ff37b7d9e -C extra-filename=-c9e216b46aa7caf5 --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-c7e96683488587bd.rmeta --cap-lints allow --cfg wrap_proc_macro --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(procmacro2_backtrace)' --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)'` |
| 451 | 2025-06-11T17:43:57.784Z | Compiling futures-sink v0.3.31 |
| 452 | 2025-06-11T17:43:57.784Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1370ad96c116ae50 -C extra-filename=-951e46e184258241 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 453 | 2025-06-11T17:43:57.812Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slab-38b3dc50d8923490/build-script-build` |
| 454 | 2025-06-11T17:43:57.941Z | Compiling thiserror v1.0.69 |
| 455 | 2025-06-11T17:43:57.944Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48ca96803bc6936c -C extra-filename=-66c3cf9b262beee6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-66c3cf9b262beee6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 456 | 2025-06-11T17:43:57.966Z | Running `/home/build/.rustup/toolchains/1.87.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=edb7375bd0a30423 -C extra-filename=-26586d8a5234b2b5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 457 | 2025-06-11T17:43:57.990Z | Compiling serde_json v1.0.140 |
| 458 | 2025-06-11T17:43:57.993Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-753f071736da6199/build-script-build` |
| 459 | 2025-06-11T17:43:57.993Z | Running `/home/build/.rustup/toolchains/1.87.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.140/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=7b13153380ec7931 -C extra-filename=-2fc2c7b58e6c5d6f --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-2fc2c7b58e6c5d6f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 460 | 2025-06-11T17:43:58.012Z | Compiling fnv v1.0.7 |
| 461 | 2025-06-11T17:43:58.015Z | Running `/home/build/.rustup/toolchains/1.87.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=ffde7256d5781f22 -C extra-filename=-d9127e241db9ea63 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 462 | 2025-06-11T17:43:58.047Z | Running `/home/build/.rustup/toolchains/1.87.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=cfc25a9a9a64de68 -C extra-filename=-c160f4decee82c61 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit` |
| 463 | 2025-06-11T17:43:58.149Z | Compiling http v1.3.1 |
| 464 | 2025-06-11T17:43:58.152Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=840b1dda1bfe1966 -C extra-filename=-5cc9d275e2a70883 --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-80979dc6b4225cb4.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-d9127e241db9ea63.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-bd2a31dbefffd076.rmeta --cap-lints allow` |
| 465 | 2025-06-11T17:43:58.245Z | Compiling futures-channel v0.3.31 |
| 466 | 2025-06-11T17:43:58.248Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=31622800194c7b73 -C extra-filename=-d5c4569b86deeffb --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-3b6d1fdcadacc9a5.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-951e46e184258241.rmeta --cap-lints allow` |
| 467 | 2025-06-11T17:43:58.368Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-2fc2c7b58e6c5d6f/build-script-build` |
| 468 | 2025-06-11T17:43:58.386Z | Compiling futures-io v0.3.31 |
| 469 | 2025-06-11T17:43:58.397Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=11f8fdc85944671f -C extra-filename=-c209e7798c280deb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 470 | 2025-06-11T17:43:58.400Z | Compiling futures-task v0.3.31 |
| 471 | 2025-06-11T17:43:58.400Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=31ea8ac64ff944da -C extra-filename=-573a435073cd203a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 472 | 2025-06-11T17:43:58.503Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-66c3cf9b262beee6/build-script-build` |
| 473 | 2025-06-11T17:43:58.648Z | Compiling quote v1.0.40 |
| 474 | 2025-06-11T17:43:58.648Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=18444ded8c14042b -C extra-filename=-b0dcbc25a1a6173f --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-c9e216b46aa7caf5.rmeta --cap-lints allow` |
| 475 | 2025-06-11T17:43:58.681Z | Running `/home/build/.rustup/toolchains/1.87.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=e95a694ce9ad4155 -C extra-filename=-6f4159e0f7fdd55e --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-6d07de3ed8ae1a80.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-1ff0f650da78dfc0.rmeta --cap-lints allow` |
| 476 | 2025-06-11T17:43:58.694Z | Compiling socket2 v0.5.9 |
| 477 | 2025-06-11T17:43:58.704Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=48f7e8b023069a07 -C extra-filename=-ad98d30e764add4c --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-a02256af322b7a55.rmeta --cap-lints allow` |
| 478 | 2025-06-11T17:43:58.827Z | Compiling mio v1.0.3 |
| 479 | 2025-06-11T17:43:58.830Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=5b6d41ed49bff265 -C extra-filename=-71810aed0cddd01f --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-a02256af322b7a55.rmeta --cap-lints allow` |
| 480 | 2025-06-11T17:43:58.840Z | Compiling getrandom v0.2.11 |
| 481 | 2025-06-11T17:43:58.843Z | Running `/home/build/.rustup/toolchains/1.87.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=3d330b081295b51e -C extra-filename=-9df7b1c4e2ab0ff9 --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-6d07de3ed8ae1a80.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rmeta --cap-lints allow` |
| 482 | 2025-06-11T17:43:59.172Z | Compiling syn v2.0.101 |
| 483 | 2025-06-11T17:43:59.175Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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=7f0c30fbcceb0795 -C extra-filename=-b568198d0f6dc728 --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-c9e216b46aa7caf5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-c7e96683488587bd.rmeta --cap-lints allow` |
| 484 | 2025-06-11T17:43:59.234Z | Compiling parking_lot v0.12.1 |
| 485 | 2025-06-11T17:43:59.239Z | Running `/home/build/.rustup/toolchains/1.87.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=0ac57f4af8df7ea0 -C extra-filename=-4880535aeba4aad4 --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-0743dec47272a551.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-6f4159e0f7fdd55e.rmeta --cap-lints allow` |
| 486 | 2025-06-11T17:43:59.276Z | Compiling signal-hook-registry v1.4.0 |
| 487 | 2025-06-11T17:43:59.286Z | Running `/home/build/.rustup/toolchains/1.87.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=9e2fed93e279dd51 -C extra-filename=-653fab23c09a5bda --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-a02256af322b7a55.rmeta --cap-lints allow` |
| 488 | 2025-06-11T17:43:59.364Z | Compiling pin-utils v0.1.0 |
| 489 | 2025-06-11T17:43:59.364Z | Compiling zeroize v1.7.0 |
| 490 | 2025-06-11T17:43:59.379Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc6f04862622d249 -C extra-filename=-b4b01b066b0f494b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 491 | 2025-06-11T17:43:59.383Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=c84aa6a1d2f88f1d -C extra-filename=-d29533b78aac29d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 492 | 2025-06-11T17:43:59.466Z | Compiling ring v0.17.13 |
| 493 | 2025-06-11T17:43:59.480Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=74c6d3475d2b90ea -C extra-filename=-d0079f52d8e64eee --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-d0079f52d8e64eee -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-9642c742be974e60.rlib --cap-lints allow` |
| 494 | 2025-06-11T17:43:59.697Z | Compiling rustls-pki-types v1.12.0 |
| 495 | 2025-06-11T17:43:59.703Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=dd5797a44c7c86c9 -C extra-filename=-1558083bda5087b4 --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-d29533b78aac29d1.rmeta --cap-lints allow` |
| 496 | 2025-06-11T17:43:59.720Z | Compiling equivalent v1.0.0 |
| 497 | 2025-06-11T17:43:59.744Z | Running `/home/build/.rustup/toolchains/1.87.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=a16f67382aaf9b7b -C extra-filename=-b80ec416665afec3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 498 | 2025-06-11T17:43:59.848Z | Compiling hashbrown v0.15.2 |
| 499 | 2025-06-11T17:43:59.857Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=b194fafb8b9047d5 -C extra-filename=-64dbbd5469f5635e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 500 | 2025-06-11T17:44:00.056Z | Compiling stable_deref_trait v1.2.0 |
| 501 | 2025-06-11T17:44:00.071Z | Running `/home/build/.rustup/toolchains/1.87.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=d2092d7914ea7586 -C extra-filename=-d998f3d285172f08 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 502 | 2025-06-11T17:44:00.090Z | Compiling httparse v1.10.0 |
| 503 | 2025-06-11T17:44:00.107Z | Running `/home/build/.rustup/toolchains/1.87.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=53ea3f713fd9c982 -C extra-filename=-93d0960085c7785d --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-93d0960085c7785d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 504 | 2025-06-11T17:44:00.118Z | Compiling bitflags v2.4.0 |
| 505 | 2025-06-11T17:44:00.118Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=dbbc1cf22afc77d6 -C extra-filename=-fff91c0d965297aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 506 | 2025-06-11T17:44:00.161Z | Compiling tracing-core v0.1.32 |
| 507 | 2025-06-11T17:44:00.167Z | Running `/home/build/.rustup/toolchains/1.87.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=1d4559ceb7c7aa5d -C extra-filename=-f914bcdf5a11a1f9 --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-ebee2f02aedf277f.rmeta --cap-lints allow` |
| 508 | 2025-06-11T17:44:00.437Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ring-d0079f52d8e64eee/build-script-build` |
| 509 | 2025-06-11T17:44:00.450Z | Compiling untrusted v0.9.0 |
| 510 | 2025-06-11T17:44:00.456Z | Running `/home/build/.rustup/toolchains/1.87.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=4cc9006582bb8f4c -C extra-filename=-0192ad5b3784aa10 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 511 | 2025-06-11T17:44:00.503Z | Compiling ucd-trie v0.1.6 |
| 512 | 2025-06-11T17:44:00.508Z | Running `/home/build/.rustup/toolchains/1.87.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=6736d576fa9cc02e -C extra-filename=-1a0174ba341bdc30 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 513 | 2025-06-11T17:44:00.647Z | Compiling byteorder v1.4.3 |
| 514 | 2025-06-11T17:44:00.653Z | Running `/home/build/.rustup/toolchains/1.87.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=a5811baec6dfaafb -C extra-filename=-2bf59be6e02c101e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 515 | 2025-06-11T17:44:00.693Z | Compiling http-body v1.0.1 |
| 516 | 2025-06-11T17:44:00.698Z | Running `/home/build/.rustup/toolchains/1.87.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=5da1683d4eebaa3a -C extra-filename=-22dc194bbddff1da --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-80979dc6b4225cb4.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rmeta --cap-lints allow` |
| 517 | 2025-06-11T17:44:00.725Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-93d0960085c7785d/build-script-build` |
| 518 | 2025-06-11T17:44:00.785Z | Running `/home/build/.rustup/toolchains/1.87.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=4483b086b7e2e6c9 -C extra-filename=-ff1c944a53308d94 --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` |
| 519 | 2025-06-11T17:44:00.913Z | Compiling tracing v0.1.40 |
| 520 | 2025-06-11T17:44:00.918Z | Running `/home/build/.rustup/toolchains/1.87.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=001ce994430bb84b -C extra-filename=-d68c7e6a215623c7 --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-15c1620bcb6d1840.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-f914bcdf5a11a1f9.rmeta --cap-lints allow` |
| 521 | 2025-06-11T17:44:00.927Z | Compiling writeable v0.5.5 |
| 522 | 2025-06-11T17:44:00.932Z | Running `/home/build/.rustup/toolchains/1.87.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=36013d7bd1a70fcf -C extra-filename=-e9458499757eda54 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 523 | 2025-06-11T17:44:01.040Z | Compiling typenum v1.14.0 |
| 524 | 2025-06-11T17:44:01.040Z | Compiling pkg-config v0.3.31 |
| 525 | 2025-06-11T17:44:01.046Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=12b7e7f060df545e -C extra-filename=-23ff33c69659eafa --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-23ff33c69659eafa -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 526 | 2025-06-11T17:44:01.046Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=979928727903136a -C extra-filename=-e22c39d3959c6246 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 527 | 2025-06-11T17:44:01.307Z | Compiling litemap v0.7.4 |
| 528 | 2025-06-11T17:44:01.314Z | Running `/home/build/.rustup/toolchains/1.87.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=00b6c005ba0d6092 -C extra-filename=-2d6b6fd83996e2f1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 529 | 2025-06-11T17:44:01.349Z | Compiling atomic-waker v1.1.1 |
| 530 | 2025-06-11T17:44:01.360Z | Running `/home/build/.rustup/toolchains/1.87.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.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("portable-atomic"))' -C metadata=e0caf9bb417ad473 -C extra-filename=-81f614b4bf78f194 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 531 | 2025-06-11T17:44:01.415Z | Compiling percent-encoding v2.3.1 |
| 532 | 2025-06-11T17:44:01.425Z | Running `/home/build/.rustup/toolchains/1.87.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.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=4baa10ba231e929a -C extra-filename=-98cf92240953072c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 533 | 2025-06-11T17:44:01.435Z | Compiling vcpkg v0.2.15 |
| 534 | 2025-06-11T17:44:01.435Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2705f6a95e29eb6c -C extra-filename=-4b3af10a359d9462 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 535 | 2025-06-11T17:44:01.523Z | Compiling base64 v0.22.1 |
| 536 | 2025-06-11T17:44:01.533Z | Running `/home/build/.rustup/toolchains/1.87.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=829cce6c55c77316 -C extra-filename=-4af2e9694a556e8c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 537 | 2025-06-11T17:44:01.635Z | Compiling generic-array v0.14.5 |
| 538 | 2025-06-11T17:44:01.645Z | Running `/home/build/.rustup/toolchains/1.87.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=4490a7c06494be77 -C extra-filename=-3669052552ee7cec --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-3669052552ee7cec -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-adeb67686c0d4fa8.rlib --cap-lints allow` |
| 539 | 2025-06-11T17:44:01.726Z | Compiling try-lock v0.2.3 |
| 540 | 2025-06-11T17:44:01.739Z | Running `/home/build/.rustup/toolchains/1.87.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=ec1ff7e28bff485e -C extra-filename=-96c6d115e7afdccb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 541 | 2025-06-11T17:44:01.876Z | Compiling getrandom v0.3.1 |
| 542 | 2025-06-11T17:44:01.911Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=10515dce15295abd -C extra-filename=-ea1abb87f9de42fd --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-ea1abb87f9de42fd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 543 | 2025-06-11T17:44:01.934Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-23ff33c69659eafa/build-script-main` |
| 544 | 2025-06-11T17:44:01.977Z | Compiling crossbeam-utils v0.8.15 |
| 545 | 2025-06-11T17:44:02.011Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=09b76aa001d70461 -C extra-filename=-3c35dcfb2261ad0b --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-3c35dcfb2261ad0b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 546 | 2025-06-11T17:44:02.011Z | Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-3669052552ee7cec/build-script-build` |
| 547 | 2025-06-11T17:44:02.027Z | Compiling want v0.3.0 |
| 548 | 2025-06-11T17:44:02.044Z | Running `/home/build/.rustup/toolchains/1.87.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=ed3449b77db25666 -C extra-filename=-fb0addf2b2fc6daa --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-659e0beaddc936ba.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-96c6d115e7afdccb.rmeta --cap-lints allow` |
| 549 | 2025-06-11T17:44:02.105Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=19154877697ea814 -C extra-filename=-11c44b7afd11d028 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 550 | 2025-06-11T17:44:02.221Z | Compiling num-conv v0.1.0 |
| 551 | 2025-06-11T17:44:02.232Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46ed2546fbfd710c -C extra-filename=-44daac08f8e6b2fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 552 | 2025-06-11T17:44:02.278Z | Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-ea1abb87f9de42fd/build-script-build` |
| 553 | 2025-06-11T17:44:02.293Z | Compiling icu_locid_transform_data v1.5.0 |
| 554 | 2025-06-11T17:44:02.298Z | Running `/home/build/.rustup/toolchains/1.87.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=77bb8c3806988728 -C extra-filename=-b1db8756b14b0af9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 555 | 2025-06-11T17:44:02.305Z | Compiling time-core v0.1.2 |
| 556 | 2025-06-11T17:44:02.310Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c19e57e0c861ad5 -C extra-filename=-8de9923884609a67 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 557 | 2025-06-11T17:44:02.400Z | Compiling httpdate v1.0.1 |
| 558 | 2025-06-11T17:44:02.404Z | Running `/home/build/.rustup/toolchains/1.87.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=4e451c9cd5663486 -C extra-filename=-ed54aca2dcec27da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 559 | 2025-06-11T17:44:02.441Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-3c35dcfb2261ad0b/build-script-build` |
| 560 | 2025-06-11T17:44:02.459Z | Compiling powerfmt v0.2.0 |
| 561 | 2025-06-11T17:44:02.462Z | Running `/home/build/.rustup/toolchains/1.87.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=bba16d1032065a8d -C extra-filename=-6359f67dbe00cc52 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 562 | 2025-06-11T17:44:02.487Z | Compiling subtle v2.5.0 |
| 563 | 2025-06-11T17:44:02.498Z | Running `/home/build/.rustup/toolchains/1.87.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=b014c13273f6ec7e -C extra-filename=-2318042b88e5128f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 564 | 2025-06-11T17:44:02.503Z | Compiling tower-service v0.3.3 |
| 565 | 2025-06-11T17:44:02.503Z | Running `/home/build/.rustup/toolchains/1.87.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=5ac8a59a7d6de9df -C extra-filename=-0fdb4c993e4d0c25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 566 | 2025-06-11T17:44:02.636Z | Compiling time-macros v0.2.18 |
| 567 | 2025-06-11T17:44:02.639Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=e032c26be3f1e54f -C extra-filename=-95a759ca5bfa2dab --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-44daac08f8e6b2fb.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-8de9923884609a67.rlib --extern proc_macro --cap-lints allow` |
| 568 | 2025-06-11T17:44:02.709Z | Compiling openssl-sys v0.9.107 |
| 569 | 2025-06-11T17:44:02.714Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=ffdb1b3b75f70cd9 -C extra-filename=-5c54234fe397085c --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-5c54234fe397085c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-9642c742be974e60.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-e22c39d3959c6246.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-4b3af10a359d9462.rlib --cap-lints allow` |
| 570 | 2025-06-11T17:44:02.787Z | Compiling deranged v0.3.11 |
| 571 | 2025-06-11T17:44:02.790Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=87691ca65e1391f2 -C extra-filename=-247df5e03780f363 --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-6359f67dbe00cc52.rmeta --cap-lints allow` |
| 572 | 2025-06-11T17:44:02.855Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=611829315acd4324 -C extra-filename=-86fe5ec571f19176 --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-6d07de3ed8ae1a80.rmeta --cap-lints allow` |
| 573 | 2025-06-11T17:44:02.859Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=4c9d783d2ce94133 -C extra-filename=-028b19f548d2197b --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-6d07de3ed8ae1a80.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rmeta --cap-lints allow` |
| 574 | 2025-06-11T17:44:03.122Z | Compiling num_threads v0.1.3 |
| 575 | 2025-06-11T17:44:03.125Z | Running `/home/build/.rustup/toolchains/1.87.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=2d734a1d94f8bef4 -C extra-filename=-85c4b86237e3ea05 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 576 | 2025-06-11T17:44:03.210Z | Running `/home/build/.rustup/toolchains/1.87.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=829e8d1a42bca88d -C extra-filename=-66848d55b30574c8 --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-11c44b7afd11d028.rmeta --cap-lints allow --cfg relaxed_coherence` |
| 577 | 2025-06-11T17:44:03.262Z | Compiling icu_properties_data v1.5.0 |
| 578 | 2025-06-11T17:44:03.265Z | Running `/home/build/.rustup/toolchains/1.87.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=56e04c9f41e46f4c -C extra-filename=-99c3a93a517ecc08 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 579 | 2025-06-11T17:44:03.503Z | Compiling slog v2.7.0 |
| 580 | 2025-06-11T17:44:03.510Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=eda9911d432f7347 -C extra-filename=-fc589395ce228caa --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-fc589395ce228caa -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 581 | 2025-06-11T17:44:03.715Z | Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-5c54234fe397085c/build-script-main` |
| 582 | 2025-06-11T17:44:03.837Z | Compiling errno v0.3.10 |
| 583 | 2025-06-11T17:44:03.840Z | Running `/home/build/.rustup/toolchains/1.87.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=9caac661c0e50659 -C extra-filename=-bc5a915db94eccb9 --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-a02256af322b7a55.rmeta --cap-lints allow` |
| 584 | 2025-06-11T17:44:03.938Z | Compiling thread-id v4.0.0 |
| 585 | 2025-06-11T17:44:03.941Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6b59342370db901 -C extra-filename=-e264139754b1069c --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-a02256af322b7a55.rmeta --cap-lints allow` |
| 586 | 2025-06-11T17:44:03.965Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-fc589395ce228caa/build-script-build` |
| 587 | 2025-06-11T17:44:04.026Z | Compiling unicase v2.6.0 |
| 588 | 2025-06-11T17:44:04.030Z | Running `/home/build/.rustup/toolchains/1.87.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=56c5e58198dbd3e0 -C extra-filename=-611b430bc39c81a8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-611b430bc39c81a8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-adeb67686c0d4fa8.rlib --cap-lints allow` |
| 589 | 2025-06-11T17:44:04.053Z | Compiling usdt-impl v0.5.0 |
| 590 | 2025-06-11T17:44:04.054Z | Running `/home/build/.rustup/toolchains/1.87.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.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="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=2bcc51b31e00f25e -C extra-filename=-5b3d29269565c197 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-5b3d29269565c197 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-adeb67686c0d4fa8.rlib --cap-lints allow` |
| 591 | 2025-06-11T17:44:04.088Z | Compiling icu_normalizer_data v1.5.0 |
| 592 | 2025-06-11T17:44:04.088Z | Running `/home/build/.rustup/toolchains/1.87.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=3b3c67c84c1ca6a8 -C extra-filename=-9bd225f500e5ba18 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 593 | 2025-06-11T17:44:04.152Z | Compiling utf16_iter v1.0.5 |
| 594 | 2025-06-11T17:44:04.156Z | Running `/home/build/.rustup/toolchains/1.87.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=da5249305a7d16a4 -C extra-filename=-ebb6f13b7baa8283 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 595 | 2025-06-11T17:44:04.165Z | Compiling write16 v1.0.0 |
| 596 | 2025-06-11T17:44:04.175Z | Running `/home/build/.rustup/toolchains/1.87.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=03a838521554ab36 -C extra-filename=-c5cc7e32b1cd3b47 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 597 | 2025-06-11T17:44:04.296Z | Compiling paste v1.0.15 |
| 598 | 2025-06-11T17:44:04.300Z | Running `/home/build/.rustup/toolchains/1.87.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=4222a39a0c858db1 -C extra-filename=-ffcf8c1b6881fc09 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-ffcf8c1b6881fc09 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 599 | 2025-06-11T17:44:04.352Z | Compiling ipnet v2.10.0 |
| 600 | 2025-06-11T17:44:04.355Z | Running `/home/build/.rustup/toolchains/1.87.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=b6159be72e9cbbb3 -C extra-filename=-d8c5ccc4016be4ff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 601 | 2025-06-11T17:44:04.365Z | Compiling utf8_iter v1.0.4 |
| 602 | 2025-06-11T17:44:04.368Z | Running `/home/build/.rustup/toolchains/1.87.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=b240317e776cfdfb -C extra-filename=-ac0f19243356ccce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 603 | 2025-06-11T17:44:04.378Z | Compiling openssl-probe v0.1.4 |
| 604 | 2025-06-11T17:44:04.381Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89db859049b9aa73 -C extra-filename=-a19eb54c478a10d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 605 | 2025-06-11T17:44:04.448Z | Compiling rustix v1.0.2 |
| 606 | 2025-06-11T17:44:04.452Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=106423151767da1b -C extra-filename=-22f666950dfbf44e --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-22f666950dfbf44e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 607 | 2025-06-11T17:44:04.613Z | Compiling openssl v0.10.72 |
| 608 | 2025-06-11T17:44:04.616Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=5b5658e0f0844eb7 -C extra-filename=-62655a43dd953adc --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-62655a43dd953adc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 609 | 2025-06-11T17:44:04.687Z | Compiling foreign-types-shared v0.1.1 |
| 610 | 2025-06-11T17:44:04.691Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3bec91af5dd686a -C extra-filename=-871795e9488157bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 611 | 2025-06-11T17:44:04.777Z | Running `/work/oxidecomputer/dropshot/target/debug/build/paste-ffcf8c1b6881fc09/build-script-build` |
| 612 | 2025-06-11T17:44:04.806Z | Compiling foreign-types v0.3.2 |
| 613 | 2025-06-11T17:44:04.809Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6daa147d08faed69 -C extra-filename=-6d18876c17719889 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types_shared-871795e9488157bd.rmeta --cap-lints allow` |
| 614 | 2025-06-11T17:44:04.821Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-5b3d29269565c197/build-script-build` |
| 615 | 2025-06-11T17:44:04.903Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-611b430bc39c81a8/build-script-build` |
| 616 | 2025-06-11T17:44:04.954Z | Compiling block-buffer v0.10.2 |
| 617 | 2025-06-11T17:44:04.957Z | Running `/home/build/.rustup/toolchains/1.87.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=15de592acc809235 -C extra-filename=-39a11a64820cf1c8 --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-66848d55b30574c8.rmeta --cap-lints allow` |
| 618 | 2025-06-11T17:44:05.049Z | Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-62655a43dd953adc/build-script-build` |
| 619 | 2025-06-11T17:44:05.050Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-22f666950dfbf44e/build-script-build` |
| 620 | 2025-06-11T17:44:05.075Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=3e048afe9efce3d1 -C extra-filename=-161ea604ba326751 --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-6d07de3ed8ae1a80.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-9df7b1c4e2ab0ff9.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-0192ad5b3784aa10.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test` |
| 621 | 2025-06-11T17:44:05.087Z | Compiling crypto-common v0.1.6 |
| 622 | 2025-06-11T17:44:05.091Z | Running `/home/build/.rustup/toolchains/1.87.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=b7c483dc4b5abf27 -C extra-filename=-f77d75179797a8a4 --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-66848d55b30574c8.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-11c44b7afd11d028.rmeta --cap-lints allow` |
| 623 | 2025-06-11T17:44:05.099Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=656e011f6506e9a8 -C extra-filename=-a27928af07617768 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128` |
| 624 | 2025-06-11T17:44:05.153Z | Compiling time v0.3.36 |
| 625 | 2025-06-11T17:44:05.156Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=1596b7dbc5ff8e51 -C extra-filename=-88d03ec63e530c73 --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-a02256af322b7a55.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'` |
| 626 | 2025-06-11T17:44:05.157Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=9faf477b38de9010 -C extra-filename=-29e62c70f1ae454c --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-247df5e03780f363.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-bd2a31dbefffd076.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-44daac08f8e6b2fb.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-85c4b86237e3ea05.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-6359f67dbe00cc52.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-8de9923884609a67.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-95a759ca5bfa2dab.so --cap-lints allow` |
| 627 | 2025-06-11T17:44:05.180Z | Compiling form_urlencoded v1.2.1 |
| 628 | 2025-06-11T17:44:05.185Z | Running `/home/build/.rustup/toolchains/1.87.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.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=1bb0184fc8cab26c -C extra-filename=-c3b33e7689802cb3 --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-98cf92240953072c.rmeta --cap-lints allow` |
| 629 | 2025-06-11T17:44:05.271Z | Compiling rand_core v0.6.3 |
| 630 | 2025-06-11T17:44:05.275Z | Running `/home/build/.rustup/toolchains/1.87.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=7ade6b319d7a85be -C extra-filename=-4c0363cde3daa7c2 --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-9df7b1c4e2ab0ff9.rmeta --cap-lints allow` |
| 631 | 2025-06-11T17:44:05.442Z | Compiling num-traits v0.2.14 |
| 632 | 2025-06-11T17:44:05.452Z | Running `/home/build/.rustup/toolchains/1.87.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=bc11448528e637f4 -C extra-filename=-9f6a7f86b8b3bf8b --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-9f6a7f86b8b3bf8b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-eadaf35fd92f9ec3.rlib --cap-lints allow` |
| 633 | 2025-06-11T17:44:05.486Z | Compiling native-tls v0.2.12 |
| 634 | 2025-06-11T17:44:05.490Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=bde41aaf1efee51e -C extra-filename=-b4de584b625ee0a3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-b4de584b625ee0a3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 635 | 2025-06-11T17:44:05.665Z | Compiling semver v1.0.26 |
| 636 | 2025-06-11T17:44:05.669Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=c2d48170f75ff93a -C extra-filename=-c75016fa037537da --out-dir /work/oxidecomputer/dropshot/target/debug/build/semver-c75016fa037537da -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 637 | 2025-06-11T17:44:05.785Z | Compiling rustls v0.22.4 |
| 638 | 2025-06-11T17:44:05.788Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=37300aba1a7bbe24 -C extra-filename=-f876857009e168d5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-f876857009e168d5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 639 | 2025-06-11T17:44:05.798Z | Compiling ppv-lite86 v0.2.15 |
| 640 | 2025-06-11T17:44:05.801Z | Running `/home/build/.rustup/toolchains/1.87.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=bd850dcea8d06e60 -C extra-filename=-4b86491f41aae2c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 641 | 2025-06-11T17:44:05.864Z | Compiling rustls v0.23.13 |
| 642 | 2025-06-11T17:44:05.868Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=010472a82c5e61cf -C extra-filename=-e32a691301661755 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-e32a691301661755 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 643 | 2025-06-11T17:44:06.094Z | Compiling synstructure v0.13.1 |
| 644 | 2025-06-11T17:44:06.107Z | Running `/home/build/.rustup/toolchains/1.87.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=5745e233c66de801 -C extra-filename=-25550486298d72ef --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-c9e216b46aa7caf5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rmeta --cap-lints allow` |
| 645 | 2025-06-11T17:44:06.162Z | Compiling mime v0.3.16 |
| 646 | 2025-06-11T17:44:06.162Z | Running `/home/build/.rustup/toolchains/1.87.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=19702d7bd5706316 -C extra-filename=-cb512ecc9521744a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 647 | 2025-06-11T17:44:06.177Z | Compiling plain v0.2.3 |
| 648 | 2025-06-11T17:44:06.180Z | Running `/home/build/.rustup/toolchains/1.87.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=c4455463e46adc53 -C extra-filename=-5f82ea3a4d0bfe9b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 649 | 2025-06-11T17:44:06.341Z | Compiling rustix v0.38.44 |
| 650 | 2025-06-11T17:44:06.344Z | Running `/home/build/.rustup/toolchains/1.87.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=a5a56a42096f673a -C extra-filename=-fb817ef541f571ab --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-fb817ef541f571ab -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 651 | 2025-06-11T17:44:06.410Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-e32a691301661755/build-script-build` |
| 652 | 2025-06-11T17:44:06.417Z | Running `/work/oxidecomputer/dropshot/target/debug/build/semver-c75016fa037537da/build-script-build` |
| 653 | 2025-06-11T17:44:06.476Z | Compiling rand_chacha v0.3.1 |
| 654 | 2025-06-11T17:44:06.479Z | Running `/home/build/.rustup/toolchains/1.87.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=757f9d3f53ef9c19 -C extra-filename=-4420347f50c27ba0 --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-4b86491f41aae2c9.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-4c0363cde3daa7c2.rmeta --cap-lints allow` |
| 655 | 2025-06-11T17:44:06.490Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-f876857009e168d5/build-script-build` |
| 656 | 2025-06-11T17:44:06.509Z | Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-b4de584b625ee0a3/build-script-build` |
| 657 | 2025-06-11T17:44:06.538Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-9f6a7f86b8b3bf8b/build-script-build` |
| 658 | 2025-06-11T17:44:06.667Z | Compiling digest v0.10.7 |
| 659 | 2025-06-11T17:44:06.671Z | Running `/home/build/.rustup/toolchains/1.87.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=ac44007f622129f8 -C extra-filename=-3c7a978c995d96af --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-39a11a64820cf1c8.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-f77d75179797a8a4.rmeta --cap-lints allow` |
| 660 | 2025-06-11T17:44:06.861Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=e3f0029b1186334b -C extra-filename=-4adbcc597cc824f5 --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-fff91c0d965297aa.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-bc5a915db94eccb9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
| 661 | 2025-06-11T17:44:06.963Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-fb817ef541f571ab/build-script-build` |
| 662 | 2025-06-11T17:44:07.009Z | Running `/home/build/.rustup/toolchains/1.87.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=fb1fe865f5d7a94e -C extra-filename=-d44b9710253456ec --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` |
| 663 | 2025-06-11T17:44:07.097Z | Running `/home/build/.rustup/toolchains/1.87.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=76ed2f688bbc0400 -C extra-filename=-6e342897cd1f647e --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"))'` |
| 664 | 2025-06-11T17:44:07.249Z | Compiling dirs-sys-next v0.1.2 |
| 665 | 2025-06-11T17:44:07.252Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-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=e418f281dde7ae32 -C extra-filename=-2ec53833228ea9f7 --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-a02256af322b7a55.rmeta --cap-lints allow` |
| 666 | 2025-06-11T17:44:07.428Z | Running `/home/build/.rustup/toolchains/1.87.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.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="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=1edaa58600504521 -C extra-filename=-7f2268b397f6e20b --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-7f2268b397f6e20b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-adeb67686c0d4fa8.rlib --cap-lints allow` |
| 667 | 2025-06-11T17:44:07.491Z | Compiling toml_write v0.1.2 |
| 668 | 2025-06-11T17:44:07.494Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_write --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=769885bd4cec4679 -C extra-filename=-1db4fbae8be0b145 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 669 | 2025-06-11T17:44:07.839Z | Compiling rustls-webpki v0.102.8 |
| 670 | 2025-06-11T17:44:07.842Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=e36559b9e3871460 -C extra-filename=-3dce2b7a68c533ff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-161ea604ba326751.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-0192ad5b3784aa10.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out` |
| 671 | 2025-06-11T17:44:07.865Z | Compiling fastrand v2.1.1 |
| 672 | 2025-06-11T17:44:07.869Z | Running `/home/build/.rustup/toolchains/1.87.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=cd518683c0bd99af -C extra-filename=-680f8f368273fed1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 673 | 2025-06-11T17:44:07.882Z | Compiling cpufeatures v0.2.2 |
| 674 | 2025-06-11T17:44:07.886Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d390f9e89921f5f -C extra-filename=-423f73b966753eec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 675 | 2025-06-11T17:44:07.988Z | Compiling pretty-hex v0.4.1 |
| 676 | 2025-06-11T17:44:07.991Z | Running `/home/build/.rustup/toolchains/1.87.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=4d1306ddb55d7a5e -C extra-filename=-032c1baf208fa2e2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 677 | 2025-06-11T17:44:08.078Z | Compiling winnow v0.7.10 |
| 678 | 2025-06-11T17:44:08.081Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=b16176ef5aedcbd0 -C extra-filename=-80b905e6f81e7ab3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 679 | 2025-06-11T17:44:08.219Z | Compiling sha1 v0.10.6 |
| 680 | 2025-06-11T17:44:08.232Z | Running `/home/build/.rustup/toolchains/1.87.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=c151b6cb3ada3e2f -C extra-filename=-b83c0ea13ff81eb2 --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-6d07de3ed8ae1a80.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-423f73b966753eec.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-3c7a978c995d96af.rmeta --cap-lints allow` |
| 681 | 2025-06-11T17:44:08.402Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-7f2268b397f6e20b/build-script-build` |
| 682 | 2025-06-11T17:44:08.549Z | Compiling tempfile v3.20.0 |
| 683 | 2025-06-11T17:44:08.552Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=850d42213b463067 -C extra-filename=-9bb6e62d37999ac2 --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-680f8f368273fed1.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-028b19f548d2197b.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-ebee2f02aedf277f.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-4adbcc597cc824f5.rmeta --cap-lints allow` |
| 684 | 2025-06-11T17:44:08.600Z | Compiling dirs-next v2.0.0 |
| 685 | 2025-06-11T17:44:08.613Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.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=670bba2759927580 -C extra-filename=-2d7a69b4c31d1ace --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-6d07de3ed8ae1a80.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-2ec53833228ea9f7.rmeta --cap-lints allow` |
| 686 | 2025-06-11T17:44:08.617Z | Compiling mime_guess v2.0.5 |
| 687 | 2025-06-11T17:44:08.620Z | Running `/home/build/.rustup/toolchains/1.87.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=ab3956a0b2bd0c4a -C extra-filename=-9afe4fc700c1c635 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-9afe4fc700c1c635 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-d44b9710253456ec.rlib --cap-lints allow` |
| 688 | 2025-06-11T17:44:08.800Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=a42ed731914df3d1 -C extra-filename=-be8c7fe6649f3822 --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-659e0beaddc936ba.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-161ea604ba326751.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-3dce2b7a68c533ff.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-2318042b88e5128f.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-d29533b78aac29d1.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out` |
| 689 | 2025-06-11T17:44:09.081Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=1cfc86509ff669d7 -C extra-filename=-ac14d93977eba4c5 --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-ebee2f02aedf277f.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-161ea604ba326751.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-3dce2b7a68c533ff.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-2318042b88e5128f.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-d29533b78aac29d1.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
| 690 | 2025-06-11T17:44:09.387Z | Running `/home/build/.rustup/toolchains/1.87.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=de703f9a7b2bec08 -C extra-filename=-4b12385037a6fe5c --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-fff91c0d965297aa.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-bc5a915db94eccb9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
| 691 | 2025-06-11T17:44:09.628Z | Running `/home/build/.rustup/toolchains/1.87.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=c342c4980f915f29 -C extra-filename=-8498f85cc0aa4fe3 --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` |
| 692 | 2025-06-11T17:44:09.752Z | Compiling serde_derive v1.0.219 |
| 693 | 2025-06-11T17:44:09.755Z | Compiling tokio-macros v2.5.0 |
| 694 | 2025-06-11T17:44:09.764Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/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=203334e7d9ec6287 -C extra-filename=-609a47b716aec591 --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-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro --cap-lints allow` |
| 695 | 2025-06-11T17:44:09.767Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9973802d9facecc4 -C extra-filename=-b651c2d583add3ea --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-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro --cap-lints allow` |
| 696 | 2025-06-11T17:44:09.775Z | Compiling thiserror-impl v1.0.69 |
| 697 | 2025-06-11T17:44:09.778Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a05dd0a2e06ae9ac -C extra-filename=-667a612c0fa485d4 --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-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro --cap-lints allow` |
| 698 | 2025-06-11T17:44:11.012Z | Compiling zerofrom-derive v0.1.5 |
| 699 | 2025-06-11T17:44:11.023Z | Running `/home/build/.rustup/toolchains/1.87.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=edbbb8fc57450184 -C extra-filename=-00e8a2014c447368 --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-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-25550486298d72ef.rlib --extern proc_macro --cap-lints allow` |
| 700 | 2025-06-11T17:44:11.201Z | Compiling tokio v1.45.1 |
| 701 | 2025-06-11T17:44:11.205Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=c9f7705db11c40c6 -C extra-filename=-0ecdffbfdbd5ece5 --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-80979dc6b4225cb4.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-71810aed0cddd01f.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-4880535aeba4aad4.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-15c1620bcb6d1840.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-653fab23c09a5bda.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-ad98d30e764add4c.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-b651c2d583add3ea.so --cap-lints allow` |
| 702 | 2025-06-11T17:44:11.443Z | Compiling futures-macro v0.3.31 |
| 703 | 2025-06-11T17:44:11.446Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d128c054834e55e5 -C extra-filename=-5490f60e2b5c6656 --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-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro --cap-lints allow` |
| 704 | 2025-06-11T17:44:11.540Z | Compiling yoke-derive v0.7.5 |
| 705 | 2025-06-11T17:44:11.543Z | Running `/home/build/.rustup/toolchains/1.87.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=d077d9fa65333655 -C extra-filename=-66954fdda7060509 --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-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-25550486298d72ef.rlib --extern proc_macro --cap-lints allow` |
| 706 | 2025-06-11T17:44:12.468Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=228dde14982f716c -C extra-filename=-db7f03adbc9a0552 --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-667a612c0fa485d4.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
| 707 | 2025-06-11T17:44:12.627Z | Compiling zerovec-derive v0.10.3 |
| 708 | 2025-06-11T17:44:12.633Z | Running `/home/build/.rustup/toolchains/1.87.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=a2cd472245d64be4 -C extra-filename=-add5fe623344715b --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-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro --cap-lints allow` |
| 709 | 2025-06-11T17:44:13.251Z | Compiling futures-util v0.3.31 |
| 710 | 2025-06-11T17:44:13.255Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=d016cb026fa2f2e3 -C extra-filename=-0404cea0cce57890 --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-d5c4569b86deeffb.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3b6d1fdcadacc9a5.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-c209e7798c280deb.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-5490f60e2b5c6656.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-951e46e184258241.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-573a435073cd203a.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-d873ca0c7e86bfbd.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-15c1620bcb6d1840.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-b4b01b066b0f494b.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-26586d8a5234b2b5.rmeta --cap-lints allow` |
| 711 | 2025-06-11T17:44:13.860Z | Compiling displaydoc v0.2.5 |
| 712 | 2025-06-11T17:44:13.863Z | Running `/home/build/.rustup/toolchains/1.87.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=5bbaa7a92dca98da -C extra-filename=-a3bf24d41f5ce71d --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-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro --cap-lints allow` |
| 713 | 2025-06-11T17:44:13.983Z | Compiling zerofrom v0.1.5 |
| 714 | 2025-06-11T17:44:13.986Z | Running `/home/build/.rustup/toolchains/1.87.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=27fa79dd9ab8e845 -C extra-filename=-0fe31d4f8f96c823 --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-00e8a2014c447368.so --cap-lints allow` |
| 715 | 2025-06-11T17:44:14.227Z | Compiling yoke v0.7.5 |
| 716 | 2025-06-11T17:44:14.230Z | Running `/home/build/.rustup/toolchains/1.87.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=f0a553fe7a14c776 -C extra-filename=-b33d8f587cbdd572 --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-d998f3d285172f08.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-66954fdda7060509.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0fe31d4f8f96c823.rmeta --cap-lints allow` |
| 717 | 2025-06-11T17:44:14.578Z | Compiling pest v2.7.6 |
| 718 | 2025-06-11T17:44:14.581Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.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="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=626c500d5e3aacad -C extra-filename=-d8d3fb0f94377177 --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-d873ca0c7e86bfbd.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-db7f03adbc9a0552.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-1a0174ba341bdc30.rmeta --cap-lints allow` |
| 719 | 2025-06-11T17:44:14.966Z | Compiling zerovec v0.10.4 |
| 720 | 2025-06-11T17:44:14.978Z | Running `/home/build/.rustup/toolchains/1.87.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=831e2b77395c5d9c -C extra-filename=-670b7aa1d22dec5e --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-b33d8f587cbdd572.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0fe31d4f8f96c823.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-add5fe623344715b.so --cap-lints allow` |
| 721 | 2025-06-11T17:44:15.290Z | Compiling zerocopy-derive v0.7.32 |
| 722 | 2025-06-11T17:44:15.293Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bba6fa151ecf157 -C extra-filename=-05f5289fa7a4641b --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-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro --cap-lints allow` |
| 723 | 2025-06-11T17:44:16.480Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --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="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=10b7174c9c7beae8 -C extra-filename=-6c81abfc144ace5a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-609a47b716aec591.so --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` |
| 724 | 2025-06-11T17:44:16.985Z | Compiling tinystr v0.7.6 |
| 725 | 2025-06-11T17:44:16.988Z | Running `/home/build/.rustup/toolchains/1.87.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=9ed2bd45b28afc24 -C extra-filename=-dd35e3818ae73cc4 --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-a3bf24d41f5ce71d.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-670b7aa1d22dec5e.rmeta --cap-lints allow` |
| 726 | 2025-06-11T17:44:17.110Z | Compiling pest_meta v2.7.6 |
| 727 | 2025-06-11T17:44:17.113Z | Running `/home/build/.rustup/toolchains/1.87.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.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=a22f87dbf5e6fad5 -C extra-filename=-0e39502df34f2a48 --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-ebee2f02aedf277f.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-d8d3fb0f94377177.rmeta --cap-lints allow` |
| 728 | 2025-06-11T17:44:17.405Z | Compiling icu_locid v1.5.0 |
| 729 | 2025-06-11T17:44:17.408Z | Running `/home/build/.rustup/toolchains/1.87.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=fefe6bdf4733ff42 -C extra-filename=-c5aeaf1d7f027e95 --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-a3bf24d41f5ce71d.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-2d6b6fd83996e2f1.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-dd35e3818ae73cc4.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-e9458499757eda54.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-670b7aa1d22dec5e.rmeta --cap-lints allow` |
| 730 | 2025-06-11T17:44:17.416Z | Compiling icu_provider_macros v1.5.0 |
| 731 | 2025-06-11T17:44:17.419Z | Running `/home/build/.rustup/toolchains/1.87.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=1026a0c6879e9fa6 -C extra-filename=-4a670ca3659447b2 --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-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro --cap-lints allow` |
| 732 | 2025-06-11T17:44:18.018Z | Compiling zerocopy v0.7.32 |
| 733 | 2025-06-11T17:44:18.031Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.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="byteorder"' --cfg 'feature="default"' --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", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=321e6abbc85ae49a -C extra-filename=-f20d6c391141a5d1 --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-2bf59be6e02c101e.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-05f5289fa7a4641b.so --cap-lints allow` |
| 734 | 2025-06-11T17:44:18.547Z | Compiling icu_provider v1.5.0 |
| 735 | 2025-06-11T17:44:18.551Z | Running `/home/build/.rustup/toolchains/1.87.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=f2164ac268ea2172 -C extra-filename=-1e796f5afdfcd38a --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-a3bf24d41f5ce71d.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-c5aeaf1d7f027e95.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-4a670ca3659447b2.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-d998f3d285172f08.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-dd35e3818ae73cc4.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-e9458499757eda54.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-b33d8f587cbdd572.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0fe31d4f8f96c823.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-670b7aa1d22dec5e.rmeta --cap-lints allow` |
| 736 | 2025-06-11T17:44:18.668Z | Compiling pest_generator v2.7.6 |
| 737 | 2025-06-11T17:44:18.671Z | Running `/home/build/.rustup/toolchains/1.87.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.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=034cfa9a1fbd1f5b -C extra-filename=-0a3d84752b0292eb --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-d8d3fb0f94377177.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-0e39502df34f2a48.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c9e216b46aa7caf5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rmeta --cap-lints allow` |
| 738 | 2025-06-11T17:44:19.354Z | Compiling tokio-util v0.7.7 |
| 739 | 2025-06-11T17:44:19.357Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=235976f1e2e1550a -C extra-filename=-07737064f4e1a0ae --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-80979dc6b4225cb4.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3b6d1fdcadacc9a5.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-951e46e184258241.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-15c1620bcb6d1840.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-d68c7e6a215623c7.rmeta --cap-lints allow` |
| 740 | 2025-06-11T17:44:19.534Z | Compiling icu_locid_transform v1.5.0 |
| 741 | 2025-06-11T17:44:19.537Z | Running `/home/build/.rustup/toolchains/1.87.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=dbb326d550c1321f -C extra-filename=-5e67644c30ff07ca --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-a3bf24d41f5ce71d.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-c5aeaf1d7f027e95.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-b1db8756b14b0af9.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-1e796f5afdfcd38a.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-dd35e3818ae73cc4.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-670b7aa1d22dec5e.rmeta --cap-lints allow` |
| 742 | 2025-06-11T17:44:19.548Z | Compiling icu_collections v1.5.0 |
| 743 | 2025-06-11T17:44:19.551Z | Running `/home/build/.rustup/toolchains/1.87.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=880e4cd06e79ecdb -C extra-filename=-9c8631030ec32d05 --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-a3bf24d41f5ce71d.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-b33d8f587cbdd572.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0fe31d4f8f96c823.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-670b7aa1d22dec5e.rmeta --cap-lints allow` |
| 744 | 2025-06-11T17:44:20.230Z | Compiling scroll_derive v0.12.0 |
| 745 | 2025-06-11T17:44:20.233Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.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=0b150af934ef2268 -C extra-filename=-85f59690d35ea96a --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-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro --cap-lints allow` |
| 746 | 2025-06-11T17:44:20.387Z | Compiling pest_derive v2.7.6 |
| 747 | 2025-06-11T17:44:20.390Z | Running `/home/build/.rustup/toolchains/1.87.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.7.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 --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=1889aaedfe876251 -C extra-filename=-469993b2949d2c2e --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-d8d3fb0f94377177.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-0a3d84752b0292eb.rlib --extern proc_macro --cap-lints allow` |
| 748 | 2025-06-11T17:44:20.604Z | Compiling openssl-macros v0.1.1 |
| 749 | 2025-06-11T17:44:20.608Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b0a918473df3d17 -C extra-filename=-59ddc860cf2c4e4c --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-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro --cap-lints allow` |
| 750 | 2025-06-11T17:44:20.873Z | Compiling icu_properties v1.5.1 |
| 751 | 2025-06-11T17:44:20.877Z | Running `/home/build/.rustup/toolchains/1.87.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=cfb305b462caa96d -C extra-filename=-7e9bac0e24216764 --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-a3bf24d41f5ce71d.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-9c8631030ec32d05.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-5e67644c30ff07ca.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-99c3a93a517ecc08.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-1e796f5afdfcd38a.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-dd35e3818ae73cc4.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-670b7aa1d22dec5e.rmeta --cap-lints allow` |
| 752 | 2025-06-11T17:44:21.253Z | Compiling rand v0.8.4 |
| 753 | 2025-06-11T17:44:21.258Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "rand_hc", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=3d1a6f8c6af1032c -C extra-filename=-eac9223932509f1f --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-a02256af322b7a55.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-4420347f50c27ba0.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-4c0363cde3daa7c2.rmeta --cap-lints allow` |
| 754 | 2025-06-11T17:44:21.298Z | Compiling dtrace-parser v0.2.0 |
| 755 | 2025-06-11T17:44:21.301Z | Running `/home/build/.rustup/toolchains/1.87.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.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=03923ea2f9f12433 -C extra-filename=-58cd377446030291 --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-d8d3fb0f94377177.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-469993b2949d2c2e.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-db7f03adbc9a0552.rmeta --cap-lints allow` |
| 756 | 2025-06-11T17:44:21.431Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=3f714ab425805c49 -C extra-filename=-60a738efcf9caa04 --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-fff91c0d965297aa.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-6d07de3ed8ae1a80.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-6d18876c17719889.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-ebee2f02aedf277f.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-59ddc860cf2c4e4c.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-88d03ec63e530c73.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'` |
| 757 | 2025-06-11T17:44:21.587Z | Compiling scroll v0.12.0 |
| 758 | 2025-06-11T17:44:21.591Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-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 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=bd8718b321313e3b -C extra-filename=-26ec1f2792c31918 --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-85f59690d35ea96a.so --cap-lints allow` |
| 759 | 2025-06-11T17:44:21.960Z | Running `/home/build/.rustup/toolchains/1.87.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.140/src/lib.rs --error-format=json --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=75924bfa8187d1bf -C extra-filename=-ca1062e0449046fe --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-bd2a31dbefffd076.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-d873ca0c7e86bfbd.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-c160f4decee82c61.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
| 760 | 2025-06-11T17:44:22.023Z | Compiling indexmap v2.9.0 |
| 761 | 2025-06-11T17:44:22.027Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=cc0caaf0bdaf0b79 -C extra-filename=-abf42528da3f5516 --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-b80ec416665afec3.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-64dbbd5469f5635e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rmeta --cap-lints allow` |
| 762 | 2025-06-11T17:44:22.168Z | Compiling serde_tokenstream v0.2.2 |
| 763 | 2025-06-11T17:44:22.172Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc44d08499f49674 -C extra-filename=-02902277044b5409 --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-c9e216b46aa7caf5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rmeta --cap-lints allow` |
| 764 | 2025-06-11T17:44:22.676Z | Compiling goblin v0.8.0 |
| 765 | 2025-06-11T17:44:22.679Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.0/src/lib.rs --error-format=json --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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=27de8b76ddf098d9 -C extra-filename=-6e5070fdad486ded --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-659e0beaddc936ba.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-5f82ea3a4d0bfe9b.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-26ec1f2792c31918.rmeta --cap-lints allow` |
| 766 | 2025-06-11T17:44:22.696Z | Compiling serde_spanned v0.6.9 |
| 767 | 2025-06-11T17:44:22.699Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=c7942a55d5388d9f -C extra-filename=-f86e2a101084ef9d --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-6c81abfc144ace5a.rmeta --cap-lints allow` |
| 768 | 2025-06-11T17:44:22.947Z | Compiling toml_datetime v0.6.11 |
| 769 | 2025-06-11T17:44:22.951Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=2e00c447e451edd5 -C extra-filename=-00aa91caa7f43ad2 --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-6c81abfc144ace5a.rmeta --cap-lints allow` |
| 770 | 2025-06-11T17:44:23.290Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a1c29574be0bbddc -C extra-filename=-078d61c7543aca58 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` |
| 771 | 2025-06-11T17:44:23.465Z | Compiling h2 v0.4.6 |
| 772 | 2025-06-11T17:44:23.469Z | Running `/home/build/.rustup/toolchains/1.87.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=c0e2a62b6e943d98 -C extra-filename=-515fc1c05023b60e --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-81f614b4bf78f194.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-d9127e241db9ea63.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3b6d1fdcadacc9a5.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-951e46e184258241.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-26586d8a5234b2b5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-07737064f4e1a0ae.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-d68c7e6a215623c7.rmeta --cap-lints allow` |
| 773 | 2025-06-11T17:44:23.488Z | Compiling toml_edit v0.22.27 |
| 774 | 2025-06-11T17:44:23.514Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=d1f032e7799e03b1 -C extra-filename=-ac52216041a9076e --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-abf42528da3f5516.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-f86e2a101084ef9d.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-00aa91caa7f43ad2.rmeta --extern toml_write=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_write-1db4fbae8be0b145.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-80b905e6f81e7ab3.rmeta --cap-lints allow` |
| 775 | 2025-06-11T17:44:23.976Z | Compiling dof v0.3.0 |
| 776 | 2025-06-11T17:44:23.979Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=a1a9cad4c0da550b -C extra-filename=-c7e2de99761ae0da --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-6c81abfc144ace5a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-db7f03adbc9a0552.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-f20d6c391141a5d1.rmeta --cap-lints allow` |
| 777 | 2025-06-11T17:44:24.679Z | Compiling icu_normalizer v1.5.0 |
| 778 | 2025-06-11T17:44:24.683Z | Running `/home/build/.rustup/toolchains/1.87.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=eb4c8f79744b63d8 -C extra-filename=-45f95d5d26cff2d4 --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-a3bf24d41f5ce71d.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-9c8631030ec32d05.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-9bd225f500e5ba18.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-7e9bac0e24216764.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-1e796f5afdfcd38a.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-1ff0f650da78dfc0.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-ebb6f13b7baa8283.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-ac0f19243356ccce.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-c5cc7e32b1cd3b47.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-670b7aa1d22dec5e.rmeta --cap-lints allow` |
| 779 | 2025-06-11T17:44:24.740Z | Running `/home/build/.rustup/toolchains/1.87.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.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 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=6888e2c30fe8640a -C extra-filename=-a00a2ba4c360496a --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-2bf59be6e02c101e.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-c7e2de99761ae0da.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-58cd377446030291.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c9e216b46aa7caf5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-db7f03adbc9a0552.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-e264139754b1069c.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
| 780 | 2025-06-11T17:44:25.320Z | Compiling serde_derive_internals v0.29.0 |
| 781 | 2025-06-11T17:44:25.323Z | Running `/home/build/.rustup/toolchains/1.87.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=9e1191bb686ec5de -C extra-filename=-ed170fe3da6117c3 --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-c9e216b46aa7caf5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rmeta --cap-lints allow` |
| 782 | 2025-06-11T17:44:25.704Z | Compiling idna_adapter v1.2.0 |
| 783 | 2025-06-11T17:44:25.707Z | Running `/home/build/.rustup/toolchains/1.87.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=a35b379e65d8ab32 -C extra-filename=-c588cb84f1309d90 --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-45f95d5d26cff2d4.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-7e9bac0e24216764.rmeta --cap-lints allow` |
| 784 | 2025-06-11T17:44:25.823Z | Compiling concurrent-queue v2.5.0 |
| 785 | 2025-06-11T17:44:25.826Z | Running `/home/build/.rustup/toolchains/1.87.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=def520cb27aac368 -C extra-filename=-941f2b0fdf968a0d --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-86fe5ec571f19176.rmeta --cap-lints allow` |
| 786 | 2025-06-11T17:44:25.941Z | Compiling idna v1.0.3 |
| 787 | 2025-06-11T17:44:25.944Z | Running `/home/build/.rustup/toolchains/1.87.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=8e77f5376fd69878 -C extra-filename=-a222c9674b175fab --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-c588cb84f1309d90.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-1ff0f650da78dfc0.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-ac0f19243356ccce.rmeta --cap-lints allow` |
| 788 | 2025-06-11T17:44:26.202Z | Compiling rustls-pemfile v2.1.3 |
| 789 | 2025-06-11T17:44:26.207Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9a010f7e38f81f37 -C extra-filename=-31ed3bbdd9a59b25 --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-4af2e9694a556e8c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rmeta --cap-lints allow` |
| 790 | 2025-06-11T17:44:26.534Z | Compiling http-body-util v0.1.3 |
| 791 | 2025-06-11T17:44:26.537Z | Running `/home/build/.rustup/toolchains/1.87.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=418431f73065d7b2 -C extra-filename=-b6496e680e7f48ea --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-80979dc6b4225cb4.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3b6d1fdcadacc9a5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-22dc194bbddff1da.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-15c1620bcb6d1840.rmeta --cap-lints allow` |
| 792 | 2025-06-11T17:44:26.615Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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=baf8607c5fcd97f6 -C extra-filename=-726b5fc77d11c20a --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-c9e216b46aa7caf5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-c7e96683488587bd.rmeta --cap-lints allow` |
| 793 | 2025-06-11T17:44:27.391Z | Compiling sync_wrapper v1.0.1 |
| 794 | 2025-06-11T17:44:27.399Z | Running `/home/build/.rustup/toolchains/1.87.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=cc7c74c2747e0f43 -C extra-filename=-383b0439d157aebb --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-3b6d1fdcadacc9a5.rmeta --cap-lints allow` |
| 795 | 2025-06-11T17:44:27.399Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=ad6eec6c2d47c359 -C extra-filename=-08b6e8c7f4eb5b12 --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-659e0beaddc936ba.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-60a738efcf9caa04.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-a19eb54c478a10d3.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-88d03ec63e530c73.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
| 796 | 2025-06-11T17:44:27.399Z | Compiling multer v3.1.0 |
| 797 | 2025-06-11T17:44:27.399Z | Running `/home/build/.rustup/toolchains/1.87.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=5645c657bb1ab3fd -C extra-filename=-b4ff0d81d50c94ea --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-b4ff0d81d50c94ea -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-adeb67686c0d4fa8.rlib --cap-lints allow` |
| 798 | 2025-06-11T17:44:27.532Z | Compiling thread_local v1.1.4 |
| 799 | 2025-06-11T17:44:27.535Z | Running `/home/build/.rustup/toolchains/1.87.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=70d4c864fdf33702 -C extra-filename=-c6bc6243b948c14f --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-ebee2f02aedf277f.rmeta --cap-lints allow` |
| 800 | 2025-06-11T17:44:27.656Z | Compiling encoding_rs v0.8.32 |
| 801 | 2025-06-11T17:44:27.659Z | Running `/home/build/.rustup/toolchains/1.87.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=43873821cfe69050 -C extra-filename=-b038fc0c662f03d0 --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-6d07de3ed8ae1a80.rmeta --cap-lints allow` |
| 802 | 2025-06-11T17:44:27.684Z | Compiling unicode-segmentation v1.10.0 |
| 803 | 2025-06-11T17:44:27.687Z | Running `/home/build/.rustup/toolchains/1.87.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=b78a0c1f69f015eb -C extra-filename=-18163e15eb6f0b45 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 804 | 2025-06-11T17:44:28.002Z | Compiling unicode-width v0.1.9 |
| 805 | 2025-06-11T17:44:28.006Z | Running `/home/build/.rustup/toolchains/1.87.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=99291c019932000b -C extra-filename=-50398aff37859c25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 806 | 2025-06-11T17:44:28.179Z | Compiling hyper v1.6.0 |
| 807 | 2025-06-11T17:44:28.182Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.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 --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=bc61b558aa9e0a20 -C extra-filename=-61d2e7962eeec828 --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-80979dc6b4225cb4.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-d5c4569b86deeffb.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-0404cea0cce57890.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-515fc1c05023b60e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-22dc194bbddff1da.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-ff1c944a53308d94.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-ed54aca2dcec27da.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-bd2a31dbefffd076.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-15c1620bcb6d1840.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-1ff0f650da78dfc0.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-fb0addf2b2fc6daa.rmeta --cap-lints allow` |
| 808 | 2025-06-11T17:44:28.447Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-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 --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=c93a81079fcbb01b -C extra-filename=-39108f4a1716aae6 --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-6e5070fdad486ded.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-032c1baf208fa2e2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-db7f03adbc9a0552.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-f20d6c391141a5d1.rmeta --cap-lints allow` |
| 809 | 2025-06-11T17:44:29.400Z | Compiling parking v2.2.0 |
| 810 | 2025-06-11T17:44:29.404Z | Running `/home/build/.rustup/toolchains/1.87.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=bed1e204b6b8e430 -C extra-filename=-ab31c571a3874cb0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 811 | 2025-06-11T17:44:29.738Z | Compiling iana-time-zone v0.1.47 |
| 812 | 2025-06-11T17:44:29.742Z | Running `/home/build/.rustup/toolchains/1.87.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=8a2e4ee82c152d6a -C extra-filename=-f64997a5b7e0c1f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 813 | 2025-06-11T17:44:30.129Z | Compiling target-triple v0.1.3 |
| 814 | 2025-06-11T17:44:30.133Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8dd493d1caca75ae -C extra-filename=-ad6dce30c530b9d9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-ad6dce30c530b9d9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 815 | 2025-06-11T17:44:30.385Z | Compiling thiserror v2.0.12 |
| 816 | 2025-06-11T17:44:30.396Z | Running `/home/build/.rustup/toolchains/1.87.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.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cff9bfa9ce7d13ec -C extra-filename=-5bf98ac07f007b9e --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-5bf98ac07f007b9e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 817 | 2025-06-11T17:44:30.446Z | Compiling hyper-util v0.1.14 |
| 818 | 2025-06-11T17:44:30.450Z | Running `/home/build/.rustup/toolchains/1.87.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.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 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=61f619b91ade72ec -C extra-filename=-654fd11ee4f1452b --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-4af2e9694a556e8c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-d5c4569b86deeffb.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3b6d1fdcadacc9a5.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-0404cea0cce57890.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-22dc194bbddff1da.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-d8c5ccc4016be4ff.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-15c1620bcb6d1840.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-ad98d30e764add4c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-0fdb4c993e4d0c25.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-d68c7e6a215623c7.rmeta --cap-lints allow` |
| 819 | 2025-06-11T17:44:30.622Z | Compiling slog-async v2.8.0 |
| 820 | 2025-06-11T17:44:30.625Z | Running `/home/build/.rustup/toolchains/1.87.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=4aac6d6c095de0d5 -C extra-filename=-4e839ff4149100df --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-4e839ff4149100df -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 821 | 2025-06-11T17:44:30.960Z | Compiling tower-layer v0.3.3 |
| 822 | 2025-06-11T17:44:30.963Z | Running `/home/build/.rustup/toolchains/1.87.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=8a2f0ef13dfb7f76 -C extra-filename=-92eca28f8a93d234 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 823 | 2025-06-11T17:44:31.123Z | Compiling lazy_static v1.5.0 |
| 824 | 2025-06-11T17:44:31.126Z | Running `/home/build/.rustup/toolchains/1.87.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=826960ef1f5cb128 -C extra-filename=-5af5e219ce3c48b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 825 | 2025-06-11T17:44:31.239Z | Compiling match_cfg v0.1.0 |
| 826 | 2025-06-11T17:44:31.242Z | Running `/home/build/.rustup/toolchains/1.87.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=38f9fe61fbd6eda0 -C extra-filename=-9992a7cbcefa426a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 827 | 2025-06-11T17:44:31.278Z | Compiling schemars v0.8.22 |
| 828 | 2025-06-11T17:44:31.288Z | Running `/home/build/.rustup/toolchains/1.87.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=c4579a4a2ce3084e -C extra-filename=-fa0ff8f6e742f644 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-fa0ff8f6e742f644 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 829 | 2025-06-11T17:44:31.334Z | Compiling heck v0.5.0 |
| 830 | 2025-06-11T17:44:31.338Z | Running `/home/build/.rustup/toolchains/1.87.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=0b99e72c60143a4c -C extra-filename=-7581fed33db7c29b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 831 | 2025-06-11T17:44:31.360Z | Compiling camino v1.1.10 |
| 832 | 2025-06-11T17:44:31.364Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=c80e5a5e8b2925a9 -C extra-filename=-242140526c240378 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-242140526c240378 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 833 | 2025-06-11T17:44:31.550Z | Compiling hostname v0.3.1 |
| 834 | 2025-06-11T17:44:31.554Z | Running `/home/build/.rustup/toolchains/1.87.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=2d66d9dd063a8a5f -C extra-filename=-3c06af19c9ef4a41 --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-a02256af322b7a55.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-9992a7cbcefa426a.rmeta --cap-lints allow` |
| 835 | 2025-06-11T17:44:31.650Z | Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-fa0ff8f6e742f644/build-script-build` |
| 836 | 2025-06-11T17:44:31.667Z | Compiling console v0.15.7 |
| 837 | 2025-06-11T17:44:31.698Z | Running `/home/build/.rustup/toolchains/1.87.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=a5e3f7f1f6d304a0 -C extra-filename=-bdc02006bdf5f830 --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-5af5e219ce3c48b8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-50398aff37859c25.rmeta --cap-lints allow` |
| 838 | 2025-06-11T17:44:31.735Z | Compiling tower v0.5.2 |
| 839 | 2025-06-11T17:44:31.738Z | Running `/home/build/.rustup/toolchains/1.87.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="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=0b3f5a88ec5537a9 -C extra-filename=-09b1c3e899a4fe4d --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-3b6d1fdcadacc9a5.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-0404cea0cce57890.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-15c1620bcb6d1840.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-383b0439d157aebb.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-92eca28f8a93d234.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-0fdb4c993e4d0c25.rmeta --cap-lints allow` |
| 840 | 2025-06-11T17:44:31.767Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-4e839ff4149100df/build-script-build` |
| 841 | 2025-06-11T17:44:31.810Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-5bf98ac07f007b9e/build-script-build` |
| 842 | 2025-06-11T17:44:31.905Z | Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-ad6dce30c530b9d9/build-script-build` |
| 843 | 2025-06-11T17:44:31.913Z | Compiling chrono v0.4.41 |
| 844 | 2025-06-11T17:44:31.916Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="now"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=38bcc1f6021ef2c5 -C extra-filename=-a3ee22579c9cddfa --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-f64997a5b7e0c1f0.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-8498f85cc0aa4fe3.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rmeta --cap-lints allow` |
| 845 | 2025-06-11T17:44:31.930Z | Running `/work/oxidecomputer/dropshot/target/debug/build/camino-242140526c240378/build-script-build` |
| 846 | 2025-06-11T17:44:31.990Z | Compiling event-listener v5.0.0 |
| 847 | 2025-06-11T17:44:32.003Z | Running `/home/build/.rustup/toolchains/1.87.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=2330b84fe3c4ac26 -C extra-filename=-bd36d4447cfb7dca --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-941f2b0fdf968a0d.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-ab31c571a3874cb0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-15c1620bcb6d1840.rmeta --cap-lints allow` |
| 848 | 2025-06-11T17:44:32.224Z | Compiling newline-converter v0.3.0 |
| 849 | 2025-06-11T17:44:32.236Z | Running `/home/build/.rustup/toolchains/1.87.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=0a8781fe4ef69ce3 -C extra-filename=-b0d57dcac70a5051 --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-18163e15eb6f0b45.rmeta --cap-lints allow` |
| 850 | 2025-06-11T17:44:32.402Z | Running `/work/oxidecomputer/dropshot/target/debug/build/multer-b4ff0d81d50c94ea/build-script-build` |
| 851 | 2025-06-11T17:44:32.444Z | Compiling tokio-native-tls v0.3.1 |
| 852 | 2025-06-11T17:44:32.448Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=942067bbc5d544dd -C extra-filename=-cfd6c6ac7e9e40c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-08b6e8c7f4eb5b12.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64` |
| 853 | 2025-06-11T17:44:32.462Z | Compiling schemars_derive v0.8.22 |
| 854 | 2025-06-11T17:44:32.468Z | Running `/home/build/.rustup/toolchains/1.87.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=679e69ca2de3580e -C extra-filename=-b0923fd544aeac55 --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-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-ed170fe3da6117c3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro --cap-lints allow` |
| 855 | 2025-06-11T17:44:32.546Z | Compiling toml v0.8.23 |
| 856 | 2025-06-11T17:44:32.558Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=80bf1a70a8cf98d8 -C extra-filename=-e0f6458f5f77a646 --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-6c81abfc144ace5a.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-f86e2a101084ef9d.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-00aa91caa7f43ad2.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-ac52216041a9076e.rmeta --cap-lints allow` |
| 857 | 2025-06-11T17:44:32.571Z | Compiling url v2.5.4 |
| 858 | 2025-06-11T17:44:33.577Z | Running `/home/build/.rustup/toolchains/1.87.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=187a834748c4c013 -C extra-filename=-6d59bb90f94bed12 --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-c3b33e7689802cb3.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-a222c9674b175fab.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rmeta --cap-lints allow` |
| 859 | 2025-06-11T17:44:33.580Z | Compiling usdt-macro v0.5.0 |
| 860 | 2025-06-11T17:44:33.580Z | Running `/home/build/.rustup/toolchains/1.87.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.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 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=65719c88cacb3888 -C extra-filename=-7b271627b7fb02f0 --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-58cd377446030291.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-02902277044b5409.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a00a2ba4c360496a.rlib --extern proc_macro --cap-lints allow` |
| 861 | 2025-06-11T17:44:33.580Z | Running `/home/build/.rustup/toolchains/1.87.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.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="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=9d9cc9d3a3508bcb -C extra-filename=-91482e74af440ad8 --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-2bf59be6e02c101e.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-39108f4a1716aae6.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-58cd377446030291.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c9e216b46aa7caf5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-726b5fc77d11c20a.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-db7f03adbc9a0552.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-e264139754b1069c.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
| 862 | 2025-06-11T17:44:33.884Z | Compiling usdt-attr-macro v0.5.0 |
| 863 | 2025-06-11T17:44:33.889Z | Running `/home/build/.rustup/toolchains/1.87.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.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 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=1cae717b2ae7bb86 -C extra-filename=-21b1cd7f293ce9f9 --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-58cd377446030291.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-02902277044b5409.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a00a2ba4c360496a.rlib --extern proc_macro --cap-lints allow` |
| 864 | 2025-06-11T17:44:34.093Z | Compiling slog-json v2.6.1 |
| 865 | 2025-06-11T17:44:34.096Z | Running `/home/build/.rustup/toolchains/1.87.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=454b2cc60cf4829e -C extra-filename=-9d9067910225741b --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-6c81abfc144ace5a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-29e62c70f1ae454c.rmeta --cap-lints allow` |
| 866 | 2025-06-11T17:44:34.116Z | Compiling serde_urlencoded v0.7.1 |
| 867 | 2025-06-11T17:44:34.119Z | Running `/home/build/.rustup/toolchains/1.87.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=70ca02e5dfb6169d -C extra-filename=-a83b2d72dc41367f --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-c3b33e7689802cb3.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-bd2a31dbefffd076.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-c160f4decee82c61.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rmeta --cap-lints allow` |
| 868 | 2025-06-11T17:44:34.245Z | Compiling uuid v1.17.0 |
| 869 | 2025-06-11T17:44:34.249Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.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 --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=080bc4be25c12b9d -C extra-filename=-263abf0d0717b416 --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-028b19f548d2197b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rmeta --cap-lints allow` |
| 870 | 2025-06-11T17:44:34.467Z | Compiling tokio-rustls v0.25.0 |
| 871 | 2025-06-11T17:44:34.470Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=f25b2467ec4b2053 -C extra-filename=-7c2b36806219a371 --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-be8c7fe6649f3822.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out` |
| 872 | 2025-06-11T17:44:34.525Z | Compiling tokio-rustls v0.26.0 |
| 873 | 2025-06-11T17:44:34.528Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=e61c491ac6a46aef -C extra-filename=-acca2a3349301b9f --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-ac14d93977eba4c5.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out` |
| 874 | 2025-06-11T17:44:34.615Z | Compiling futures-executor v0.3.31 |
| 875 | 2025-06-11T17:44:34.618Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=318863e915983fb6 -C extra-filename=-99062a394168479c --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-3b6d1fdcadacc9a5.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-573a435073cd203a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-0404cea0cce57890.rmeta --cap-lints allow` |
| 876 | 2025-06-11T17:44:34.865Z | Compiling atomicwrites v0.4.4 |
| 877 | 2025-06-11T17:44:34.868Z | Running `/home/build/.rustup/toolchains/1.87.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=ce2c5b67d840475b -C extra-filename=-88eda6c3893c03b6 --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-4b12385037a6fe5c.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rmeta --cap-lints allow` |
| 878 | 2025-06-11T17:44:34.944Z | Compiling async-stream-impl v0.3.6 |
| 879 | 2025-06-11T17:44:34.948Z | Running `/home/build/.rustup/toolchains/1.87.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=d1a05f7f64c9ec04 -C extra-filename=-fc3469bc5c7643e1 --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-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro --cap-lints allow` |
| 880 | 2025-06-11T17:44:35.087Z | Compiling thiserror-impl v2.0.12 |
| 881 | 2025-06-11T17:44:35.091Z | Running `/home/build/.rustup/toolchains/1.87.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.12/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=3cd72a3e1bd13794 -C extra-filename=-12e125349a4146d3 --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-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro --cap-lints allow` |
| 882 | 2025-06-11T17:44:35.131Z | Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-9afe4fc700c1c635/build-script-build` |
| 883 | 2025-06-11T17:44:35.134Z | Compiling term v0.7.0 |
| 884 | 2025-06-11T17:44:35.134Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=c0b85f4b450f29d2 -C extra-filename=-de6101854882bb05 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dirs_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_next-2d7a69b4c31d1ace.rmeta --cap-lints allow` |
| 885 | 2025-06-11T17:44:35.151Z | Compiling crossbeam-channel v0.5.1 |
| 886 | 2025-06-11T17:44:35.154Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossbeam-utils", "default", "std"))' -C metadata=7e9efdf45ecc3fe9 -C extra-filename=-782deca220681ed7 --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-6d07de3ed8ae1a80.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-86fe5ec571f19176.rmeta --cap-lints allow` |
| 887 | 2025-06-11T17:44:35.201Z | Compiling webpki-roots v0.26.5 |
| 888 | 2025-06-11T17:44:35.204Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9978d9f1eeb9c04 -C extra-filename=-f9b6474f482e93b8 --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-1558083bda5087b4.rmeta --cap-lints allow` |
| 889 | 2025-06-11T17:44:35.343Z | Compiling memmap v0.7.0 |
| 890 | 2025-06-11T17:44:35.347Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eda65b589f4e6619 -C extra-filename=-fc65fff32294171b --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-a02256af322b7a55.rmeta --cap-lints allow` |
| 891 | 2025-06-11T17:44:35.373Z | Compiling is-terminal v0.4.12 |
| 892 | 2025-06-11T17:44:35.378Z | Running `/home/build/.rustup/toolchains/1.87.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=81edb04aed18ff81 -C extra-filename=-f7ed7ccc8d8b602b --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-a02256af322b7a55.rmeta --cap-lints allow` |
| 893 | 2025-06-11T17:44:35.407Z | Compiling dropshot v0.16.2 (/work/oxidecomputer/dropshot/dropshot) |
| 894 | 2025-06-11T17:44:35.410Z | Running `/home/build/.rustup/toolchains/1.87.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=bbfc2f05b853df5c -C extra-filename=-c91f948a8453b7f9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-c91f948a8453b7f9 -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-adeb67686c0d4fa8.rlib` |
| 895 | 2025-06-11T17:44:35.512Z | Compiling iri-string v0.7.8 |
| 896 | 2025-06-11T17:44:35.515Z | Running `/home/build/.rustup/toolchains/1.87.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=1ab54c06a6505bee -C extra-filename=-586465e3ed472c16 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 897 | 2025-06-11T17:44:35.661Z | Compiling similar v2.2.1 |
| 898 | 2025-06-11T17:44:35.664Z | Running `/home/build/.rustup/toolchains/1.87.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=17055681575d3017 -C extra-filename=-ed149e43b68c54ca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 899 | 2025-06-11T17:44:35.780Z | Compiling take_mut v0.2.2 |
| 900 | 2025-06-11T17:44:35.783Z | Running `/home/build/.rustup/toolchains/1.87.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=0d1b290b9b26e2b1 -C extra-filename=-04f64f4fb38fb94f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 901 | 2025-06-11T17:44:35.949Z | Compiling dyn-clone v1.0.4 |
| 902 | 2025-06-11T17:44:35.953Z | Running `/home/build/.rustup/toolchains/1.87.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=6b7c7fc511bde040 -C extra-filename=-3d5c8e96e6c473ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 903 | 2025-06-11T17:44:36.099Z | Compiling anyhow v1.0.98 |
| 904 | 2025-06-11T17:44:36.103Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/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=42ba3a3b6d2186fd -C extra-filename=-0dec90c00da7e2ec --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-0dec90c00da7e2ec -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 905 | 2025-06-11T17:44:36.130Z | Compiling buf-list v1.0.3 |
| 906 | 2025-06-11T17:44:36.134Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=55e11d1adcde610b -C extra-filename=-3b45088fb43c01fd --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-3b45088fb43c01fd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 907 | 2025-06-11T17:44:36.144Z | Compiling utf-8 v0.7.6 |
| 908 | 2025-06-11T17:44:36.147Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cacfff67b7504162 -C extra-filename=-773d505c538c6a84 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 909 | 2025-06-11T17:44:36.469Z | Compiling data-encoding v2.4.0 |
| 910 | 2025-06-11T17:44:36.472Z | Running `/home/build/.rustup/toolchains/1.87.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=b890f5dc6ec0fccd -C extra-filename=-29cbb16f81b9689b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 911 | 2025-06-11T17:44:36.498Z | Compiling spin v0.9.8 |
| 912 | 2025-06-11T17:44:36.502Z | Running `/home/build/.rustup/toolchains/1.87.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=987607d3dd2ae2d6 -C extra-filename=-7928f52328638e61 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 913 | 2025-06-11T17:44:36.691Z | Running `/home/build/.rustup/toolchains/1.87.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=69bf37127c7f9b86 -C extra-filename=-e4eb2c013fc0d53d --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-80979dc6b4225cb4.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-b038fc0c662f03d0.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-0404cea0cce57890.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-ff1c944a53308d94.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-d873ca0c7e86bfbd.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-cb512ecc9521744a.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-7928f52328638e61.rmeta --cap-lints allow` |
| 914 | 2025-06-11T17:44:36.694Z | Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-0dec90c00da7e2ec/build-script-build` |
| 915 | 2025-06-11T17:44:36.710Z | Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-3b45088fb43c01fd/build-script-build` |
| 916 | 2025-06-11T17:44:36.771Z | Compiling expectorate v1.2.0 |
| 917 | 2025-06-11T17:44:36.782Z | Running `/home/build/.rustup/toolchains/1.87.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=d4a4e821518dfc24 -C extra-filename=-5aad3fd3d9cc4197 --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-88eda6c3893c03b6.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-bdc02006bdf5f830.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-b0d57dcac70a5051.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-ed149e43b68c54ca.rmeta --cap-lints allow` |
| 918 | 2025-06-11T17:44:36.989Z | Compiling async-stream v0.3.6 |
| 919 | 2025-06-11T17:44:36.992Z | Running `/home/build/.rustup/toolchains/1.87.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=6e29ee44ff43ab9f -C extra-filename=-69fe44379731a011 --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-fc3469bc5c7643e1.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3b6d1fdcadacc9a5.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-15c1620bcb6d1840.rmeta --cap-lints allow` |
| 920 | 2025-06-11T17:44:37.056Z | Compiling tungstenite v0.24.0 |
| 921 | 2025-06-11T17:44:37.060Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=76130cb26f54af6f -C extra-filename=-5922be5e0dbccc79 --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-2bf59be6e02c101e.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-29cbb16f81b9689b.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-ff1c944a53308d94.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-659e0beaddc936ba.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-eac9223932509f1f.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-db7f03adbc9a0552.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-773d505c538c6a84.rmeta --cap-lints allow` |
| 922 | 2025-06-11T17:44:37.352Z | Running `/home/build/.rustup/toolchains/1.87.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=2455fc7765ded78c -C extra-filename=-c939c86de35e9005 --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-a3ee22579c9cddfa.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-3d5c8e96e6c473ab.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-b0923fd544aeac55.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
| 923 | 2025-06-11T17:44:37.746Z | Running `/home/build/.rustup/toolchains/1.87.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=a042c751085a0910 -C extra-filename=-b7f652d32439bbb5 --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-782deca220681ed7.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-04f64f4fb38fb94f.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-c6bc6243b948c14f.rmeta --cap-lints allow --cfg integer128` |
| 924 | 2025-06-11T17:44:37.772Z | Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-c91f948a8453b7f9/build-script-build` |
| 925 | 2025-06-11T17:44:37.832Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d261b1be5112285d -C extra-filename=-1ee6831d002d79c6 --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-12e125349a4146d3.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
| 926 | 2025-06-11T17:44:37.836Z | Compiling slog-term v2.9.1 |
| 927 | 2025-06-11T17:44:37.836Z | Running `/home/build/.rustup/toolchains/1.87.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.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("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=ff6b57a069857691 -C extra-filename=-78456f7e761005ba --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-f7ed7ccc8d8b602b.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-de6101854882bb05.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-c6bc6243b948c14f.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-29e62c70f1ae454c.rmeta --cap-lints allow` |
| 928 | 2025-06-11T17:44:37.986Z | Compiling usdt v0.5.0 |
| 929 | 2025-06-11T17:44:38.025Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-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 -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=a21a13cfed61d08f -C extra-filename=-9baf8dfddb471309 --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-39108f4a1716aae6.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-58cd377446030291.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-6e5070fdad486ded.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-fc65fff32294171b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-21b1cd7f293ce9f9.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-91482e74af440ad8.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-7b271627b7fb02f0.so --cap-lints allow` |
| 930 | 2025-06-11T17:44:38.444Z | Compiling tower-http v0.6.5 |
| 931 | 2025-06-11T17:44:38.451Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=14a54b60abafdfec -C extra-filename=-184c2a4cbe78d5e3 --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-fff91c0d965297aa.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-0404cea0cce57890.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-22dc194bbddff1da.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-586465e3ed472c16.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-15c1620bcb6d1840.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-09b1c3e899a4fe4d.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-92eca28f8a93d234.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-0fdb4c993e4d0c25.rmeta --cap-lints allow` |
| 932 | 2025-06-11T17:44:38.493Z | Compiling hyper-rustls v0.27.3 |
| 933 | 2025-06-11T17:44:38.496Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=cb9f2c1e6ada157a -C extra-filename=-25536208f7c9e541 --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-0404cea0cce57890.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-ac14d93977eba4c5.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-acca2a3349301b9f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-0fdb4c993e4d0c25.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-f9b6474f482e93b8.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out` |
| 934 | 2025-06-11T17:44:38.791Z | Running `/home/build/.rustup/toolchains/1.87.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=893f197f93072c6e -C extra-filename=-4b653bdf63350f04 --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-cb512ecc9521744a.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-d44b9710253456ec.rmeta --cap-lints allow` |
| 935 | 2025-06-11T17:44:38.999Z | Compiling futures v0.3.31 |
| 936 | 2025-06-11T17:44:39.003Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=12b6388b3090590a -C extra-filename=-40de3043320d29d6 --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-d5c4569b86deeffb.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3b6d1fdcadacc9a5.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-99062a394168479c.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-c209e7798c280deb.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-951e46e184258241.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-573a435073cd203a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-0404cea0cce57890.rmeta --cap-lints allow` |
| 937 | 2025-06-11T17:44:39.013Z | Compiling slog-bunyan v2.5.0 |
| 938 | 2025-06-11T17:44:39.016Z | Running `/home/build/.rustup/toolchains/1.87.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=caeb2f7d5a919662 -C extra-filename=-3793eb19c93e4198 --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-3c06af19c9ef4a41.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-29e62c70f1ae454c.rmeta --cap-lints allow` |
| 939 | 2025-06-11T17:44:39.084Z | Compiling hyper-tls v0.6.0 |
| 940 | 2025-06-11T17:44:39.087Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=813395d341804ee7 -C extra-filename=-56ebd02307a9e21c --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-80979dc6b4225cb4.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-08b6e8c7f4eb5b12.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-cfd6c6ac7e9e40c1.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-0fdb4c993e4d0c25.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64` |
| 941 | 2025-06-11T17:44:39.115Z | Compiling event-listener-strategy v0.5.2 |
| 942 | 2025-06-11T17:44:39.118Z | Running `/home/build/.rustup/toolchains/1.87.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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=34b0ebae4a7c5e84 -C extra-filename=-70013a0219dfcf59 --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-bd36d4447cfb7dca.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-15c1620bcb6d1840.rmeta --cap-lints allow` |
| 943 | 2025-06-11T17:44:39.178Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=fc971df554710ee1 -C extra-filename=-ad2941ffa9c34ceb --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-6c81abfc144ace5a.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'` |
| 944 | 2025-06-11T17:44:39.218Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d8484fdb7e69016 -C extra-filename=-5eb09baadb2cab6a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(host_os, values("windows"))'` |
| 945 | 2025-06-11T17:44:39.285Z | Compiling dropshot_endpoint v0.16.2 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 946 | 2025-06-11T17:44:39.290Z | Running `/home/build/.rustup/toolchains/1.87.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=6a33ee9e9bb30872 -C extra-filename=-13948e43bde50d99 --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-7581fed33db7c29b.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-02902277044b5409.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro` |
| 947 | 2025-06-11T17:44:39.328Z | Compiling rustls-native-certs v0.7.0 |
| 948 | 2025-06-11T17:44:39.333Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edca578c3a844369 -C extra-filename=-49850ca1093e5ec3 --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-a19eb54c478a10d3.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rmeta --cap-lints allow` |
| 949 | 2025-06-11T17:44:39.341Z | Compiling openapiv3 v2.2.0 |
| 950 | 2025-06-11T17:44:39.354Z | Running `/home/build/.rustup/toolchains/1.87.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=f70f94581b03828f -C extra-filename=-aaa194477d2c4a8e --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-abf42528da3f5516.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rmeta --cap-lints allow` |
| 951 | 2025-06-11T17:44:39.473Z | Compiling serde_path_to_error v0.1.17 |
| 952 | 2025-06-11T17:44:39.476Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90662250f14593e6 -C extra-filename=-0618face47fdab2a --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-bd2a31dbefffd076.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rmeta --cap-lints allow` |
| 953 | 2025-06-11T17:44:39.488Z | Compiling async-trait v0.1.88 |
| 954 | 2025-06-11T17:44:39.494Z | Running `/home/build/.rustup/toolchains/1.87.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.88/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=5a7e4309938d8489 -C extra-filename=-ee2cfc940333bb53 --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-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro --cap-lints allow` |
| 955 | 2025-06-11T17:44:39.700Z | Compiling yasna v0.5.2 |
| 956 | 2025-06-11T17:44:39.704Z | Running `/home/build/.rustup/toolchains/1.87.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=5df63c5c2399f967 -C extra-filename=-47b931e156ff8b66 --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-29e62c70f1ae454c.rmeta --cap-lints allow` |
| 957 | 2025-06-11T17:44:39.715Z | Compiling pem v3.0.5 |
| 958 | 2025-06-11T17:44:39.719Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=0f01c86100319735 -C extra-filename=-1bbac0e0b962d403 --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-4af2e9694a556e8c.rmeta --cap-lints allow` |
| 959 | 2025-06-11T17:44:40.048Z | Compiling waitgroup v0.1.2 |
| 960 | 2025-06-11T17:44:40.054Z | Running `/home/build/.rustup/toolchains/1.87.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=91ec8134c1d4e797 -C extra-filename=-1c513be7188cd79a --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-81f614b4bf78f194.rmeta --cap-lints allow` |
| 961 | 2025-06-11T17:44:40.239Z | Compiling webpki-roots v1.0.0 |
| 962 | 2025-06-11T17:44:40.243Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=688577548f3b4871 -C extra-filename=-dbe652b3388a3777 --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-1558083bda5087b4.rmeta --cap-lints allow` |
| 963 | 2025-06-11T17:44:40.281Z | Compiling hostname v0.4.0 |
| 964 | 2025-06-11T17:44:40.285Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=a8fcf3a4e7425bbc -C extra-filename=-ac960afe2a92e002 --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-6d07de3ed8ae1a80.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rmeta --cap-lints allow` |
| 965 | 2025-06-11T17:44:40.436Z | Compiling http-range v0.1.4 |
| 966 | 2025-06-11T17:44:40.440Z | Running `/home/build/.rustup/toolchains/1.87.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=23d586f0c451fb87 -C extra-filename=-0fee2a418d2f4204 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 967 | 2025-06-11T17:44:40.449Z | Compiling simple-mermaid v0.2.0 |
| 968 | 2025-06-11T17:44:40.452Z | Running `/home/build/.rustup/toolchains/1.87.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=0473e16701684d79 -C extra-filename=-ea5d1539ad750453 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 969 | 2025-06-11T17:44:40.501Z | Compiling termcolor v1.1.2 |
| 970 | 2025-06-11T17:44:40.505Z | Running `/home/build/.rustup/toolchains/1.87.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=a505e59267954820 -C extra-filename=-6e98084b897235eb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 971 | 2025-06-11T17:44:40.548Z | Compiling debug-ignore v1.0.5 |
| 972 | 2025-06-11T17:44:40.551Z | Running `/home/build/.rustup/toolchains/1.87.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=c79a9eba78b43724 -C extra-filename=-af049f280c63e9e5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 973 | 2025-06-11T17:44:40.711Z | Compiling glob v0.3.0 |
| 974 | 2025-06-11T17:44:40.714Z | Running `/home/build/.rustup/toolchains/1.87.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=18984c9dbc0cfb37 -C extra-filename=-9ded865659c54f16 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 975 | 2025-06-11T17:44:40.766Z | Compiling hyper-staticfile v0.10.1 |
| 976 | 2025-06-11T17:44:40.772Z | Running `/home/build/.rustup/toolchains/1.87.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=32cbf8f6a6d65631 -C extra-filename=-b82bb2ea7553f39f --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-0404cea0cce57890.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-0fee2a418d2f4204.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-ed54aca2dcec27da.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-eac9223932509f1f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-6d59bb90f94bed12.rmeta --cap-lints allow` |
| 977 | 2025-06-11T17:44:40.868Z | Compiling rcgen v0.13.2 |
| 978 | 2025-06-11T17:44:40.872Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-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 --cfg 'feature="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=fb0e08fcb7e980b2 -C extra-filename=-7b9057f7443a1802 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-161ea604ba326751.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-29e62c70f1ae454c.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-47b931e156ff8b66.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out` |
| 979 | 2025-06-11T17:44:41.196Z | Compiling trybuild v1.0.105 |
| 980 | 2025-06-11T17:44:41.224Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.105/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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=9a750d6ebd2c78d1 -C extra-filename=-7fac9241216f2434 --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-9ded865659c54f16.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-609a47b716aec591.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-5eb09baadb2cab6a.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-6e98084b897235eb.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rmeta --cap-lints allow` |
| 981 | 2025-06-11T17:44:41.278Z | Compiling reqwest v0.12.19 |
| 982 | 2025-06-11T17:44:41.283Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=06f653ea19c11c06 -C extra-filename=-133c2d3bed026d57 --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-4af2e9694a556e8c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-b038fc0c662f03d0.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3b6d1fdcadacc9a5.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-515fc1c05023b60e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-22dc194bbddff1da.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-25536208f7c9e541.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-56ebd02307a9e21c.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-d8c5ccc4016be4ff.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-659e0beaddc936ba.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-cb512ecc9521744a.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-08b6e8c7f4eb5b12.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-ebee2f02aedf277f.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-15c1620bcb6d1840.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-ac14d93977eba4c5.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-383b0439d157aebb.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-cfd6c6ac7e9e40c1.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-acca2a3349301b9f.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-09b1c3e899a4fe4d.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-184c2a4cbe78d5e3.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-0fdb4c993e4d0c25.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-6d59bb90f94bed12.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-dbe652b3388a3777.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 983 | 2025-06-11T17:44:41.569Z | Compiling hyper-rustls v0.26.0 |
| 984 | 2025-06-11T17:44:41.569Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=c6c2d226cf8e5841 -C extra-filename=-4177642b5b0edc3b --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-0404cea0cce57890.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-659e0beaddc936ba.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-49850ca1093e5ec3.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-0fdb4c993e4d0c25.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out` |
| 985 | 2025-06-11T17:44:41.661Z | Compiling async-channel v2.3.1 |
| 986 | 2025-06-11T17:44:41.664Z | Running `/home/build/.rustup/toolchains/1.87.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.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=adfc3c035d5d1423 -C extra-filename=-4c0ffb98b78e71e2 --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-941f2b0fdf968a0d.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-70013a0219dfcf59.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3b6d1fdcadacc9a5.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-15c1620bcb6d1840.rmeta --cap-lints allow` |
| 987 | 2025-06-11T17:44:41.840Z | Compiling tokio-tungstenite v0.24.0 |
| 988 | 2025-06-11T17:44:41.844Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=106e488082c98c21 -C extra-filename=-d0913442935ecaad --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-0404cea0cce57890.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-659e0beaddc936ba.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-5922be5e0dbccc79.rmeta --cap-lints allow` |
| 989 | 2025-06-11T17:44:42.013Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/src/lib.rs --error-format=json --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=890c8821f45bf6fb -C extra-filename=-bcde6ca54c14393f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
| 990 | 2025-06-11T17:44:42.103Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=ab9b804cad919157 -C extra-filename=-44f50815029fc701 --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-80979dc6b4225cb4.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds` |
| 991 | 2025-06-11T17:44:42.372Z | Compiling subprocess v0.2.9 |
| 992 | 2025-06-11T17:44:42.375Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6173e99c95b5e11 -C extra-filename=-ef40bff176966650 --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-a02256af322b7a55.rmeta --cap-lints allow` |
| 993 | 2025-06-11T17:44:42.623Z | Compiling prettyplease v0.2.33 |
| 994 | 2025-06-11T17:44:42.626Z | Running `/home/build/.rustup/toolchains/1.87.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.33/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=4caa1dcba0b163ff -C extra-filename=-4c0eb6c4a0884705 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-4c0eb6c4a0884705 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 995 | 2025-06-11T17:44:42.891Z | Compiling schema-derive v0.1.0 |
| 996 | 2025-06-11T17:44:42.895Z | Running `/home/build/.rustup/toolchains/1.87.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=c225a9022e5d3beb -C extra-filename=-862f0f56c6313c1f --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-6e342897cd1f647e.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro --cap-lints allow` |
| 997 | 2025-06-11T17:44:43.004Z | Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-4c0eb6c4a0884705/build-script-build` |
| 998 | 2025-06-11T17:44:43.024Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=83d6ef4f4a72d2b8 -C extra-filename=-4d3e0da9459c53c2 --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-c9e216b46aa7caf5.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
| 999 | 2025-06-11T17:44:44.991Z | Compiling schema v0.1.0 |
| 1000 | 2025-06-11T17:44:44.996Z | Running `/home/build/.rustup/toolchains/1.87.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=5db90e55759c7c4e -C extra-filename=-284f81df4dfb6e16 --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-c9e216b46aa7caf5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-862f0f56c6313c1f.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rmeta --cap-lints allow` |
| 1001 | 2025-06-11T17:44:45.106Z | Running `/home/build/.rustup/toolchains/1.87.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=8e02e7f255f4c73e -C extra-filename=-71f4076b04872304 --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-5aad3fd3d9cc4197.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-7581fed33db7c29b.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-4d3e0da9459c53c2.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-284f81df4dfb6e16.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-02902277044b5409.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro` |
| 1002 | 2025-06-11T17:44:45.523Z | Running `/home/build/.rustup/toolchains/1.87.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=3d17e59098e15527 -C extra-filename=-f75281c2ef75ef79 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out` |
| 1003 | 2025-06-11T17:44:46.335Z | Running `/home/build/.rustup/toolchains/1.87.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=50b7f9442cdf2833 -C extra-filename=-573e2698624634f4 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1004 | 2025-06-11T17:44:51.975Z | Running `/home/build/.rustup/toolchains/1.87.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=e9b578aa9f8de9d6 -C extra-filename=-fb2f37597808216b --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1005 | 2025-06-11T17:44:51.982Z | Running `/home/build/.rustup/toolchains/1.87.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=fa75986b7eb2f78a -C extra-filename=-77e8b78963d0c014 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1006 | 2025-06-11T17:44:51.982Z | Running `/home/build/.rustup/toolchains/1.87.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=b6f3c702ba1f4d4a -C extra-filename=-a0d78fce11767327 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1007 | 2025-06-11T17:44:51.983Z | Running `/home/build/.rustup/toolchains/1.87.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=a5ff487b4b904f26 -C extra-filename=-4aad448e83a7304c --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1008 | 2025-06-11T17:44:51.983Z | Running `/home/build/.rustup/toolchains/1.87.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=5ce43f90fe6500d9 -C extra-filename=-2d11bff0542b3b8a --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1009 | 2025-06-11T17:44:51.989Z | Running `/home/build/.rustup/toolchains/1.87.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=044373f4838a92cd -C extra-filename=-41464f3878f3351c --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1010 | 2025-06-11T17:44:51.996Z | Running `/home/build/.rustup/toolchains/1.87.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=57b1d801dae65b97 -C extra-filename=-eae7f114c731efcb --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1011 | 2025-06-11T17:44:53.590Z | Running `/home/build/.rustup/toolchains/1.87.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=eb43c492ed19c36a -C extra-filename=-e916fd70497872b5 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1012 | 2025-06-11T17:45:05.466Z | Running `/home/build/.rustup/toolchains/1.87.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=83b8ccc9a561841e -C extra-filename=-c7dc165cf8e95dec --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1013 | 2025-06-11T17:45:07.638Z | Running `/home/build/.rustup/toolchains/1.87.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=50502386b3d9df7a -C extra-filename=-1bf4b4c676d804c5 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1014 | 2025-06-11T17:45:11.615Z | Running `/home/build/.rustup/toolchains/1.87.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=12c9c0f8c3e15aec -C extra-filename=-5ee2b0d7199d7d4f --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1015 | 2025-06-11T17:45:11.692Z | Running `/home/build/.rustup/toolchains/1.87.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=9c35a71e67fed123 -C extra-filename=-bc8ab3c021b454b9 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1016 | 2025-06-11T17:45:12.449Z | Running `/home/build/.rustup/toolchains/1.87.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=21514c313b0b289e -C extra-filename=-bf8372e55f8682b9 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1017 | 2025-06-11T17:45:12.787Z | Running `/home/build/.rustup/toolchains/1.87.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=0a641648ea85a1e2 -C extra-filename=-bcc0a100e884d0ad --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1018 | 2025-06-11T17:45:13.552Z | Running `/home/build/.rustup/toolchains/1.87.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=0bdeac144189596a -C extra-filename=-681cb9bf681df75e --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1019 | 2025-06-11T17:45:27.608Z | Running `/home/build/.rustup/toolchains/1.87.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=22c31e399785fb10 -C extra-filename=-e294bcbb52355094 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1020 | 2025-06-11T17:45:31.291Z | Running `/home/build/.rustup/toolchains/1.87.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=9dc82f89978c9468 -C extra-filename=-8887c34bd8cbaa0c --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1021 | 2025-06-11T17:45:31.792Z | Running `/home/build/.rustup/toolchains/1.87.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=91444782a30da889 -C extra-filename=-9957fc7010aa89e7 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1022 | 2025-06-11T17:45:35.508Z | Running `/home/build/.rustup/toolchains/1.87.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=02ac711e60998e26 -C extra-filename=-b0f5f116022ad14a --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1023 | 2025-06-11T17:45:35.993Z | Running `/home/build/.rustup/toolchains/1.87.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=aeda213acf4f4bb8 -C extra-filename=-59f8bc75092ac170 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1024 | 2025-06-11T17:45:36.031Z | Running `/home/build/.rustup/toolchains/1.87.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=f0c2070d116a8cae -C extra-filename=-2f7bfca7ceacfc8d --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1025 | 2025-06-11T17:45:37.444Z | Running `/home/build/.rustup/toolchains/1.87.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=28b7d3640b30b334 -C extra-filename=-f95097a731add1ba --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1026 | 2025-06-11T17:45:49.974Z | Running `/home/build/.rustup/toolchains/1.87.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=6a1ea17c2565843e -C extra-filename=-1060fa92205b1d67 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1027 | 2025-06-11T17:45:50.769Z | Running `/home/build/.rustup/toolchains/1.87.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=96378fe3c61afbe6 -C extra-filename=-a25b6e93ca71e49f --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f75281c2ef75ef79.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13948e43bde50d99.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1028 | 2025-06-11T17:46:09.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
| 1029 | 2025-06-11T17:46:09.358Z | |
| 1030 | 2025-06-11T17:46:09.358Z | real 2:15.618219805 |
| 1031 | 2025-06-11T17:46:09.358Z | user 13:48.755468725 |
| 1032 | 2025-06-11T17:46:09.358Z | sys 1:42.949293859 |
| 1033 | 2025-06-11T17:46:09.358Z | trap 0.705765836 |
| 1034 | 2025-06-11T17:46:09.358Z | tflt 1.284758043 |
| 1035 | 2025-06-11T17:46:09.363Z | dflt 0.927263783 |
| 1036 | 2025-06-11T17:46:09.363Z | kflt 0.007609397 |
| 1037 | 2025-06-11T17:46:09.363Z | lock 27:39.977164700 |
| 1038 | 2025-06-11T17:46:09.363Z | slp 1:04:06.208055937 |
| 1039 | 2025-06-11T17:46:09.363Z | lat 41.507944494 |
| 1040 | 2025-06-11T17:46:09.363Z | stop 1:02.049136552 |
| 1041 | 2025-06-11T17:46:09.363Z | + banner test |
| 1042 | 2025-06-11T17:46:09.363Z | |
| 1043 | 2025-06-11T17:46:09.363Z | ##### ###### #### ##### |
| 1044 | 2025-06-11T17:46:09.363Z | # # # # |
| 1045 | 2025-06-11T17:46:09.363Z | # ##### #### # |
| 1046 | 2025-06-11T17:46:09.363Z | # # # # |
| 1047 | 2025-06-11T17:46:09.363Z | # # # # # |
| 1048 | 2025-06-11T17:46:09.363Z | # ###### #### # |
| 1049 | 2025-06-11T17:46:09.363Z | |
| 1050 | 2025-06-11T17:46:09.363Z | + ptime -m cargo test --all-features --locked --verbose |
| 1051 | 2025-06-11T17:46:09.652Z | Fresh unicode-ident v1.0.12 |
| 1052 | 2025-06-11T17:46:09.652Z | Fresh cfg-if v1.0.0 |
| 1053 | 2025-06-11T17:46:09.652Z | Fresh itoa v1.0.1 |
| 1054 | 2025-06-11T17:46:09.652Z | Fresh once_cell v1.20.1 |
| 1055 | 2025-06-11T17:46:09.657Z | Fresh memchr v2.6.0 |
| 1056 | 2025-06-11T17:46:09.657Z | Fresh proc-macro2 v1.0.95 |
| 1057 | 2025-06-11T17:46:09.657Z | Fresh version_check v0.9.5 |
| 1058 | 2025-06-11T17:46:09.657Z | Fresh pin-project-lite v0.2.12 |
| 1059 | 2025-06-11T17:46:09.657Z | Fresh shlex v1.3.0 |
| 1060 | 2025-06-11T17:46:09.657Z | Fresh autocfg v1.1.0 |
| 1061 | 2025-06-11T17:46:09.657Z | Fresh smallvec v1.13.2 |
| 1062 | 2025-06-11T17:46:09.657Z | Fresh quote v1.0.40 |
| 1063 | 2025-06-11T17:46:09.657Z | Fresh libc v0.2.172 |
| 1064 | 2025-06-11T17:46:09.657Z | Fresh cc v1.2.16 |
| 1065 | 2025-06-11T17:46:09.657Z | Fresh bytes v1.10.1 |
| 1066 | 2025-06-11T17:46:09.657Z | Fresh futures-core v0.3.31 |
| 1067 | 2025-06-11T17:46:09.657Z | Fresh scopeguard v1.2.0 |
| 1068 | 2025-06-11T17:46:09.657Z | Fresh lock_api v0.4.6 |
| 1069 | 2025-06-11T17:46:09.657Z | Fresh futures-sink v0.3.31 |
| 1070 | 2025-06-11T17:46:09.658Z | Fresh mio v1.0.3 |
| 1071 | 2025-06-11T17:46:09.658Z | Fresh serde_derive v1.0.219 |
| 1072 | 2025-06-11T17:46:09.658Z | Fresh log v0.4.17 |
| 1073 | 2025-06-11T17:46:09.658Z | Fresh parking_lot_core v0.9.4 |
| 1074 | 2025-06-11T17:46:09.658Z | Fresh synstructure v0.13.1 |
| 1075 | 2025-06-11T17:46:09.658Z | Fresh tokio-macros v2.5.0 |
| 1076 | 2025-06-11T17:46:09.658Z | Fresh signal-hook-registry v1.4.0 |
| 1077 | 2025-06-11T17:46:09.658Z | Fresh serde v1.0.219 |
| 1078 | 2025-06-11T17:46:09.658Z | Fresh parking_lot v0.12.1 |
| 1079 | 2025-06-11T17:46:09.658Z | Fresh socket2 v0.5.9 |
| 1080 | 2025-06-11T17:46:09.658Z | Fresh getrandom v0.2.11 |
| 1081 | 2025-06-11T17:46:09.658Z | Fresh ryu v1.0.5 |
| 1082 | 2025-06-11T17:46:09.658Z | Fresh slab v0.4.9 |
| 1083 | 2025-06-11T17:46:09.658Z | Fresh thiserror-impl v1.0.69 |
| 1084 | 2025-06-11T17:46:09.658Z | Fresh tokio v1.45.1 |
| 1085 | 2025-06-11T17:46:09.658Z | Fresh fnv v1.0.7 |
| 1086 | 2025-06-11T17:46:09.658Z | Fresh zerofrom-derive v0.1.5 |
| 1087 | 2025-06-11T17:46:09.658Z | Fresh futures-macro v0.3.31 |
| 1088 | 2025-06-11T17:46:09.658Z | Fresh futures-channel v0.3.31 |
| 1089 | 2025-06-11T17:46:09.658Z | Fresh futures-task v0.3.31 |
| 1090 | 2025-06-11T17:46:09.658Z | Fresh thiserror v1.0.69 |
| 1091 | 2025-06-11T17:46:09.658Z | Fresh http v1.3.1 |
| 1092 | 2025-06-11T17:46:09.658Z | Fresh futures-io v0.3.31 |
| 1093 | 2025-06-11T17:46:09.658Z | Fresh pin-utils v0.1.0 |
| 1094 | 2025-06-11T17:46:09.659Z | Fresh zeroize v1.7.0 |
| 1095 | 2025-06-11T17:46:09.659Z | Fresh zerofrom v0.1.5 |
| 1096 | 2025-06-11T17:46:09.659Z | Fresh yoke-derive v0.7.5 |
| 1097 | 2025-06-11T17:46:09.659Z | Fresh futures-util v0.3.31 |
| 1098 | 2025-06-11T17:46:09.659Z | Fresh rustls-pki-types v1.12.0 |
| 1099 | 2025-06-11T17:46:09.659Z | Fresh serde_json v1.0.140 |
| 1100 | 2025-06-11T17:46:09.659Z | Fresh hashbrown v0.15.2 |
| 1101 | 2025-06-11T17:46:09.659Z | Fresh equivalent v1.0.0 |
| 1102 | 2025-06-11T17:46:09.659Z | Fresh stable_deref_trait v1.2.0 |
| 1103 | 2025-06-11T17:46:09.659Z | Fresh zerovec-derive v0.10.3 |
| 1104 | 2025-06-11T17:46:09.659Z | Fresh indexmap v2.9.0 |
| 1105 | 2025-06-11T17:46:09.659Z | Fresh yoke v0.7.5 |
| 1106 | 2025-06-11T17:46:09.659Z | Fresh bitflags v2.4.0 |
| 1107 | 2025-06-11T17:46:09.659Z | Fresh displaydoc v0.2.5 |
| 1108 | 2025-06-11T17:46:09.659Z | Fresh tracing-core v0.1.32 |
| 1109 | 2025-06-11T17:46:09.659Z | Fresh byteorder v1.4.3 |
| 1110 | 2025-06-11T17:46:09.659Z | Fresh zerovec v0.10.4 |
| 1111 | 2025-06-11T17:46:09.659Z | Fresh ucd-trie v0.1.6 |
| 1112 | 2025-06-11T17:46:09.659Z | Fresh untrusted v0.9.0 |
| 1113 | 2025-06-11T17:46:09.659Z | Fresh tracing v0.1.40 |
| 1114 | 2025-06-11T17:46:09.659Z | Fresh http-body v1.0.1 |
| 1115 | 2025-06-11T17:46:09.659Z | Fresh writeable v0.5.5 |
| 1116 | 2025-06-11T17:46:09.659Z | Fresh httparse v1.10.0 |
| 1117 | 2025-06-11T17:46:09.659Z | Fresh pest v2.7.6 |
| 1118 | 2025-06-11T17:46:09.659Z | Fresh tinystr v0.7.6 |
| 1119 | 2025-06-11T17:46:09.659Z | Fresh ring v0.17.13 |
| 1120 | 2025-06-11T17:46:09.659Z | Fresh percent-encoding v2.3.1 |
| 1121 | 2025-06-11T17:46:09.659Z | Fresh base64 v0.22.1 |
| 1122 | 2025-06-11T17:46:09.659Z | Fresh atomic-waker v1.1.1 |
| 1123 | 2025-06-11T17:46:09.659Z | Fresh pkg-config v0.3.31 |
| 1124 | 2025-06-11T17:46:09.659Z | Fresh litemap v0.7.4 |
| 1125 | 2025-06-11T17:46:09.659Z | Fresh vcpkg v0.2.15 |
| 1126 | 2025-06-11T17:46:09.660Z | Fresh pest_meta v2.7.6 |
| 1127 | 2025-06-11T17:46:09.660Z | Fresh tokio-util v0.7.7 |
| 1128 | 2025-06-11T17:46:09.660Z | Fresh zerocopy-derive v0.7.32 |
| 1129 | 2025-06-11T17:46:09.660Z | Fresh icu_locid v1.5.0 |
| 1130 | 2025-06-11T17:46:09.660Z | Fresh icu_provider_macros v1.5.0 |
| 1131 | 2025-06-11T17:46:09.660Z | Fresh try-lock v0.2.3 |
| 1132 | 2025-06-11T17:46:09.660Z | Fresh getrandom v0.3.1 |
| 1133 | 2025-06-11T17:46:09.660Z | Fresh h2 v0.4.6 |
| 1134 | 2025-06-11T17:46:09.660Z | Fresh icu_provider v1.5.0 |
| 1135 | 2025-06-11T17:46:09.660Z | Fresh want v0.3.0 |
| 1136 | 2025-06-11T17:46:09.660Z | Fresh pest_generator v2.7.6 |
| 1137 | 2025-06-11T17:46:09.660Z | Fresh typenum v1.14.0 |
| 1138 | 2025-06-11T17:46:09.660Z | Fresh zerocopy v0.7.32 |
| 1139 | 2025-06-11T17:46:09.660Z | Fresh rustls-webpki v0.102.8 |
| 1140 | 2025-06-11T17:46:09.662Z | Fresh icu_locid_transform_data v1.5.0 |
| 1141 | 2025-06-11T17:46:09.662Z | Fresh num-conv v0.1.0 |
| 1142 | 2025-06-11T17:46:09.662Z | Fresh powerfmt v0.2.0 |
| 1143 | 2025-06-11T17:46:09.662Z | Fresh httpdate v1.0.1 |
| 1144 | 2025-06-11T17:46:09.662Z | Fresh subtle v2.5.0 |
| 1145 | 2025-06-11T17:46:09.662Z | Fresh time-core v0.1.2 |
| 1146 | 2025-06-11T17:46:09.662Z | Fresh tower-service v0.3.3 |
| 1147 | 2025-06-11T17:46:09.662Z | Fresh hyper v1.6.0 |
| 1148 | 2025-06-11T17:46:09.662Z | Fresh deranged v0.3.11 |
| 1149 | 2025-06-11T17:46:09.662Z | Fresh icu_locid_transform v1.5.0 |
| 1150 | 2025-06-11T17:46:09.662Z | Fresh time-macros v0.2.18 |
| 1151 | 2025-06-11T17:46:09.662Z | Fresh pest_derive v2.7.6 |
| 1152 | 2025-06-11T17:46:09.662Z | Fresh crossbeam-utils v0.8.15 |
| 1153 | 2025-06-11T17:46:09.662Z | Fresh generic-array v0.14.5 |
| 1154 | 2025-06-11T17:46:09.663Z | Fresh icu_collections v1.5.0 |
| 1155 | 2025-06-11T17:46:09.666Z | Fresh serde_tokenstream v0.2.2 |
| 1156 | 2025-06-11T17:46:09.666Z | Fresh errno v0.3.10 |
| 1157 | 2025-06-11T17:46:09.667Z | Fresh num_threads v0.1.3 |
| 1158 | 2025-06-11T17:46:09.667Z | Fresh icu_properties_data v1.5.0 |
| 1159 | 2025-06-11T17:46:09.667Z | Fresh dtrace-parser v0.2.0 |
| 1160 | 2025-06-11T17:46:09.667Z | Fresh time v0.3.36 |
| 1161 | 2025-06-11T17:46:09.667Z | Fresh icu_properties v1.5.1 |
| 1162 | 2025-06-11T17:46:09.667Z | Fresh scroll_derive v0.12.0 |
| 1163 | 2025-06-11T17:46:09.667Z | Fresh thread-id v4.0.0 |
| 1164 | 2025-06-11T17:46:09.667Z | Fresh ipnet v2.10.0 |
| 1165 | 2025-06-11T17:46:09.667Z | Fresh utf8_iter v1.0.4 |
| 1166 | 2025-06-11T17:46:09.667Z | Fresh icu_normalizer_data v1.5.0 |
| 1167 | 2025-06-11T17:46:09.667Z | Fresh utf16_iter v1.0.5 |
| 1168 | 2025-06-11T17:46:09.667Z | Fresh openssl-probe v0.1.4 |
| 1169 | 2025-06-11T17:46:09.667Z | Fresh foreign-types-shared v0.1.1 |
| 1170 | 2025-06-11T17:46:09.667Z | Fresh write16 v1.0.0 |
| 1171 | 2025-06-11T17:46:09.667Z | Fresh hyper-util v0.1.14 |
| 1172 | 2025-06-11T17:46:09.667Z | Fresh slog v2.7.0 |
| 1173 | 2025-06-11T17:46:09.667Z | Fresh icu_normalizer v1.5.0 |
| 1174 | 2025-06-11T17:46:09.667Z | Fresh foreign-types v0.3.2 |
| 1175 | 2025-06-11T17:46:09.667Z | Fresh scroll v0.12.0 |
| 1176 | 2025-06-11T17:46:09.667Z | Fresh rustix v1.0.2 |
| 1177 | 2025-06-11T17:46:09.667Z | Fresh paste v1.0.15 |
| 1178 | 2025-06-11T17:46:09.667Z | Fresh crypto-common v0.1.6 |
| 1179 | 2025-06-11T17:46:09.667Z | Fresh block-buffer v0.10.2 |
| 1180 | 2025-06-11T17:46:09.667Z | Fresh openssl-sys v0.9.107 |
| 1181 | 2025-06-11T17:46:09.667Z | Fresh form_urlencoded v1.2.1 |
| 1182 | 2025-06-11T17:46:09.668Z | Fresh rand_core v0.6.3 |
| 1183 | 2025-06-11T17:46:09.668Z | Fresh openssl-macros v0.1.1 |
| 1184 | 2025-06-11T17:46:09.668Z | Fresh fastrand v2.1.1 |
| 1185 | 2025-06-11T17:46:09.668Z | Fresh mime v0.3.16 |
| 1186 | 2025-06-11T17:46:09.668Z | Fresh plain v0.2.3 |
| 1187 | 2025-06-11T17:46:09.668Z | Fresh ppv-lite86 v0.2.15 |
| 1188 | 2025-06-11T17:46:09.668Z | Fresh openssl v0.10.72 |
| 1189 | 2025-06-11T17:46:09.668Z | Fresh rand_chacha v0.3.1 |
| 1190 | 2025-06-11T17:46:09.668Z | Fresh goblin v0.8.0 |
| 1191 | 2025-06-11T17:46:09.668Z | Fresh tempfile v3.20.0 |
| 1192 | 2025-06-11T17:46:09.668Z | Fresh digest v0.10.7 |
| 1193 | 2025-06-11T17:46:09.668Z | Fresh idna_adapter v1.2.0 |
| 1194 | 2025-06-11T17:46:09.668Z | Fresh rustix v0.38.44 |
| 1195 | 2025-06-11T17:46:09.668Z | Fresh semver v1.0.26 |
| 1196 | 2025-06-11T17:46:09.668Z | Fresh unicase v2.6.0 |
| 1197 | 2025-06-11T17:46:09.668Z | Fresh toml_datetime v0.6.11 |
| 1198 | 2025-06-11T17:46:09.668Z | Fresh serde_spanned v0.6.9 |
| 1199 | 2025-06-11T17:46:09.668Z | Fresh dirs-sys-next v0.1.2 |
| 1200 | 2025-06-11T17:46:09.668Z | Fresh cpufeatures v0.2.2 |
| 1201 | 2025-06-11T17:46:09.668Z | Fresh pretty-hex v0.4.1 |
| 1202 | 2025-06-11T17:46:09.668Z | Fresh lazy_static v1.5.0 |
| 1203 | 2025-06-11T17:46:09.668Z | Fresh unicode-width v0.1.9 |
| 1204 | 2025-06-11T17:46:09.668Z | Fresh winnow v0.7.10 |
| 1205 | 2025-06-11T17:46:09.668Z | Fresh unicode-segmentation v1.10.0 |
| 1206 | 2025-06-11T17:46:09.668Z | Fresh heck v0.5.0 |
| 1207 | 2025-06-11T17:46:09.668Z | Fresh toml_write v0.1.2 |
| 1208 | 2025-06-11T17:46:09.668Z | Fresh newline-converter v0.3.0 |
| 1209 | 2025-06-11T17:46:09.669Z | Fresh console v0.15.7 |
| 1210 | 2025-06-11T17:46:09.669Z | Fresh dof v0.3.0 |
| 1211 | 2025-06-11T17:46:09.669Z | Fresh toml_edit v0.22.27 |
| 1212 | 2025-06-11T17:46:09.669Z | Fresh sha1 v0.10.6 |
| 1213 | 2025-06-11T17:46:09.669Z | Fresh idna v1.0.3 |
| 1214 | 2025-06-11T17:46:09.669Z | Fresh dirs-next v2.0.0 |
| 1215 | 2025-06-11T17:46:09.669Z | Fresh atomicwrites v0.4.4 |
| 1216 | 2025-06-11T17:46:09.669Z | Fresh rand v0.8.4 |
| 1217 | 2025-06-11T17:46:09.669Z | Fresh rustls v0.23.13 |
| 1218 | 2025-06-11T17:46:09.669Z | Fresh num-traits v0.2.14 |
| 1219 | 2025-06-11T17:46:09.669Z | Fresh rustls v0.22.4 |
| 1220 | 2025-06-11T17:46:09.669Z | Fresh native-tls v0.2.12 |
| 1221 | 2025-06-11T17:46:09.669Z | Fresh concurrent-queue v2.5.0 |
| 1222 | 2025-06-11T17:46:09.669Z | Fresh rustls-pemfile v2.1.3 |
| 1223 | 2025-06-11T17:46:09.669Z | Fresh http-body-util v0.1.3 |
| 1224 | 2025-06-11T17:46:09.669Z | Fresh serde_derive_internals v0.29.0 |
| 1225 | 2025-06-11T17:46:09.669Z | Fresh sync_wrapper v1.0.1 |
| 1226 | 2025-06-11T17:46:09.669Z | Fresh syn v2.0.101 |
| 1227 | 2025-06-11T17:46:09.669Z | Fresh thread_local v1.1.4 |
| 1228 | 2025-06-11T17:46:09.669Z | Fresh encoding_rs v0.8.32 |
| 1229 | 2025-06-11T17:46:09.669Z | Fresh iana-time-zone v0.1.47 |
| 1230 | 2025-06-11T17:46:09.669Z | Fresh similar v2.2.1 |
| 1231 | 2025-06-11T17:46:09.669Z | Fresh match_cfg v0.1.0 |
| 1232 | 2025-06-11T17:46:09.670Z | Fresh parking v2.2.0 |
| 1233 | 2025-06-11T17:46:09.670Z | Fresh tower-layer v0.3.3 |
| 1234 | 2025-06-11T17:46:09.670Z | Fresh chrono v0.4.41 |
| 1235 | 2025-06-11T17:46:09.670Z | Fresh expectorate v1.2.0 |
| 1236 | 2025-06-11T17:46:09.670Z | Fresh hostname v0.3.1 |
| 1237 | 2025-06-11T17:46:09.670Z | Fresh tower v0.5.2 |
| 1238 | 2025-06-11T17:46:09.671Z | Fresh event-listener v5.0.0 |
| 1239 | 2025-06-11T17:46:09.671Z | Fresh schemars_derive v0.8.22 |
| 1240 | 2025-06-11T17:46:09.671Z | Fresh usdt-impl v0.5.0 |
| 1241 | 2025-06-11T17:46:09.671Z | Fresh term v0.7.0 |
| 1242 | 2025-06-11T17:46:09.671Z | Fresh tokio-rustls v0.25.0 |
| 1243 | 2025-06-11T17:46:09.671Z | Fresh tokio-native-tls v0.3.1 |
| 1244 | 2025-06-11T17:46:09.671Z | Fresh tokio-rustls v0.26.0 |
| 1245 | 2025-06-11T17:46:09.671Z | Fresh toml v0.8.23 |
| 1246 | 2025-06-11T17:46:09.671Z | Fresh url v2.5.4 |
| 1247 | 2025-06-11T17:46:09.671Z | Compiling dropshot_endpoint v0.16.2 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 1248 | 2025-06-11T17:46:09.671Z | Fresh usdt-attr-macro v0.5.0 |
| 1249 | 2025-06-11T17:46:09.671Z | Fresh usdt-macro v0.5.0 |
| 1250 | 2025-06-11T17:46:09.671Z | Fresh serde_urlencoded v0.7.1 |
| 1251 | 2025-06-11T17:46:09.671Z | Fresh slog-json v2.6.1 |
| 1252 | 2025-06-11T17:46:09.671Z | Fresh crossbeam-channel v0.5.1 |
| 1253 | 2025-06-11T17:46:09.671Z | Fresh uuid v1.17.0 |
| 1254 | 2025-06-11T17:46:09.671Z | Fresh webpki-roots v0.26.5 |
| 1255 | 2025-06-11T17:46:09.675Z | Fresh futures-executor v0.3.31 |
| 1256 | 2025-06-11T17:46:09.675Z | Running `/home/build/.rustup/toolchains/1.87.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=8d35d64d2f862fce -C extra-filename=-86802fd9aef679f3 --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-7581fed33db7c29b.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-02902277044b5409.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro` |
| 1257 | 2025-06-11T17:46:09.676Z | Fresh thiserror-impl v2.0.12 |
| 1258 | 2025-06-11T17:46:09.676Z | Fresh async-stream-impl v0.3.6 |
| 1259 | 2025-06-11T17:46:09.676Z | Fresh memmap v0.7.0 |
| 1260 | 2025-06-11T17:46:09.676Z | Fresh is-terminal v0.4.12 |
| 1261 | 2025-06-11T17:46:09.676Z | Fresh take_mut v0.2.2 |
| 1262 | 2025-06-11T17:46:09.676Z | Fresh utf-8 v0.7.6 |
| 1263 | 2025-06-11T17:46:09.702Z | Fresh dyn-clone v1.0.4 |
| 1264 | 2025-06-11T17:46:09.706Z | Fresh spin v0.9.8 |
| 1265 | 2025-06-11T17:46:09.706Z | Fresh data-encoding v2.4.0 |
| 1266 | 2025-06-11T17:46:09.706Z | Fresh iri-string v0.7.8 |
| 1267 | 2025-06-11T17:46:09.706Z | Fresh slog-term v2.9.1 |
| 1268 | 2025-06-11T17:46:09.706Z | Fresh tungstenite v0.24.0 |
| 1269 | 2025-06-11T17:46:09.706Z | Fresh schemars v0.8.22 |
| 1270 | 2025-06-11T17:46:09.706Z | Fresh multer v3.1.0 |
| 1271 | 2025-06-11T17:46:09.706Z | Fresh tower-http v0.6.5 |
| 1272 | 2025-06-11T17:46:09.706Z | Fresh usdt v0.5.0 |
| 1273 | 2025-06-11T17:46:09.706Z | Fresh thiserror v2.0.12 |
| 1274 | 2025-06-11T17:46:09.706Z | Fresh slog-async v2.8.0 |
| 1275 | 2025-06-11T17:46:09.706Z | Fresh async-stream v0.3.6 |
| 1276 | 2025-06-11T17:46:09.706Z | Fresh futures v0.3.31 |
| 1277 | 2025-06-11T17:46:09.706Z | Fresh slog-bunyan v2.5.0 |
| 1278 | 2025-06-11T17:46:09.706Z | Fresh hyper-rustls v0.27.3 |
| 1279 | 2025-06-11T17:46:09.706Z | Fresh mime_guess v2.0.5 |
| 1280 | 2025-06-11T17:46:09.706Z | Fresh hyper-tls v0.6.0 |
| 1281 | 2025-06-11T17:46:09.706Z | Fresh event-listener-strategy v0.5.2 |
| 1282 | 2025-06-11T17:46:09.706Z | Fresh target-triple v0.1.3 |
| 1283 | 2025-06-11T17:46:09.706Z | Fresh camino v1.1.10 |
| 1284 | 2025-06-11T17:46:09.706Z | Fresh rustls-native-certs v0.7.0 |
| 1285 | 2025-06-11T17:46:09.706Z | Fresh yasna v0.5.2 |
| 1286 | 2025-06-11T17:46:09.706Z | Fresh pem v3.0.5 |
| 1287 | 2025-06-11T17:46:09.706Z | Fresh waitgroup v0.1.2 |
| 1288 | 2025-06-11T17:46:09.706Z | Fresh openapiv3 v2.2.0 |
| 1289 | 2025-06-11T17:46:09.706Z | Fresh webpki-roots v1.0.0 |
| 1290 | 2025-06-11T17:46:09.706Z | Fresh serde_path_to_error v0.1.17 |
| 1291 | 2025-06-11T17:46:09.706Z | Fresh async-trait v0.1.88 |
| 1292 | 2025-06-11T17:46:09.706Z | Fresh hostname v0.4.0 |
| 1293 | 2025-06-11T17:46:09.706Z | Fresh termcolor v1.1.2 |
| 1294 | 2025-06-11T17:46:09.706Z | Fresh http-range v0.1.4 |
| 1295 | 2025-06-11T17:46:09.707Z | Fresh debug-ignore v1.0.5 |
| 1296 | 2025-06-11T17:46:09.707Z | Fresh simple-mermaid v0.2.0 |
| 1297 | 2025-06-11T17:46:09.707Z | Fresh glob v0.3.0 |
| 1298 | 2025-06-11T17:46:09.707Z | Fresh rcgen v0.13.2 |
| 1299 | 2025-06-11T17:46:09.707Z | Fresh reqwest v0.12.19 |
| 1300 | 2025-06-11T17:46:09.707Z | Fresh trybuild v1.0.105 |
| 1301 | 2025-06-11T17:46:09.707Z | Fresh hyper-staticfile v0.10.1 |
| 1302 | 2025-06-11T17:46:09.707Z | Fresh async-channel v2.3.1 |
| 1303 | 2025-06-11T17:46:09.707Z | Fresh hyper-rustls v0.26.0 |
| 1304 | 2025-06-11T17:46:09.707Z | Fresh buf-list v1.0.3 |
| 1305 | 2025-06-11T17:46:09.707Z | Fresh tokio-tungstenite v0.24.0 |
| 1306 | 2025-06-11T17:46:09.707Z | Fresh anyhow v1.0.98 |
| 1307 | 2025-06-11T17:46:09.707Z | Fresh subprocess v0.2.9 |
| 1308 | 2025-06-11T17:46:09.707Z | Fresh schema-derive v0.1.0 |
| 1309 | 2025-06-11T17:46:09.707Z | Fresh schema v0.1.0 |
| 1310 | 2025-06-11T17:46:09.707Z | Fresh prettyplease v0.2.33 |
| 1311 | 2025-06-11T17:46:11.701Z | Compiling dropshot v0.16.2 (/work/oxidecomputer/dropshot/dropshot) |
| 1312 | 2025-06-11T17:46:11.706Z | Running `/home/build/.rustup/toolchains/1.87.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=c371aa8196a432a8 -C extra-filename=-37f62aac0a41283f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out` |
| 1313 | 2025-06-11T17:46:11.711Z | Running `/home/build/.rustup/toolchains/1.87.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=b6996573ab416342 -C extra-filename=-1f10f42b4d4de85b --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1314 | 2025-06-11T17:46:17.700Z | Running `/home/build/.rustup/toolchains/1.87.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=de3c13f8c9891a5f -C extra-filename=-0a92d5d0f887b934 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1315 | 2025-06-11T17:46:17.701Z | Running `/home/build/.rustup/toolchains/1.87.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=8c3271954cbf98b7 -C extra-filename=-378ebe58f8842b82 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1316 | 2025-06-11T17:46:17.707Z | Running `/home/build/.rustup/toolchains/1.87.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=9dc86295225586ec -C extra-filename=-60b5807c68a6cf1e --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1317 | 2025-06-11T17:46:17.708Z | Running `/home/build/.rustup/toolchains/1.87.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=13ca1f71b76e5c2e -C extra-filename=-b4b35d28faa04b29 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1318 | 2025-06-11T17:46:17.708Z | Running `/home/build/.rustup/toolchains/1.87.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=665964ae1cc9756a -C extra-filename=-f6a695d9c485c9ad --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1319 | 2025-06-11T17:46:17.709Z | Running `/home/build/.rustup/toolchains/1.87.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=08bbd70208377d89 -C extra-filename=-3c11d72ba930c94c --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1320 | 2025-06-11T17:46:17.713Z | Running `/home/build/.rustup/toolchains/1.87.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=4a71097f91a934f8 -C extra-filename=-153522cd552c81d6 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1321 | 2025-06-11T17:46:36.238Z | Running `/home/build/.rustup/toolchains/1.87.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=e73b7b40667d7338 -C extra-filename=-37f57842d12db34a --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1322 | 2025-06-11T17:46:36.261Z | Running `/home/build/.rustup/toolchains/1.87.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=5e634532ecbbc0d6 -C extra-filename=-62c6e6a1835d609d --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1323 | 2025-06-11T17:46:36.373Z | Running `/home/build/.rustup/toolchains/1.87.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=14751aeed991acdd -C extra-filename=-711a14fdc221a037 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1324 | 2025-06-11T17:46:36.821Z | Running `/home/build/.rustup/toolchains/1.87.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=8109fe1c3821e63b -C extra-filename=-3255e23cbb09c8b9 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1325 | 2025-06-11T17:46:37.410Z | Running `/home/build/.rustup/toolchains/1.87.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=40ff252ed990e8a9 -C extra-filename=-787f9ecf16047ff0 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1326 | 2025-06-11T17:46:37.435Z | Running `/home/build/.rustup/toolchains/1.87.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=9edf8aa0d211f5d1 -C extra-filename=-173f065de9b7a806 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1327 | 2025-06-11T17:46:40.967Z | Running `/home/build/.rustup/toolchains/1.87.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=c99530d1c4039558 -C extra-filename=-1e7f683018b3fbf9 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1328 | 2025-06-11T17:46:50.189Z | Running `/home/build/.rustup/toolchains/1.87.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=13cbe1aa28e40f1a -C extra-filename=-1a1e765a3d19bee6 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1329 | 2025-06-11T17:46:55.625Z | Running `/home/build/.rustup/toolchains/1.87.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=34ec36c5ff18ea6a -C extra-filename=-89187abbf2fefbf6 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1330 | 2025-06-11T17:46:56.159Z | Running `/home/build/.rustup/toolchains/1.87.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=0e30fee8ba8c74b0 -C extra-filename=-b07e4f913809eddd --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1331 | 2025-06-11T17:46:56.537Z | Running `/home/build/.rustup/toolchains/1.87.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=1e9078d3e2f0f22b -C extra-filename=-78287b30242bec3f --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1332 | 2025-06-11T17:46:58.321Z | Running `/home/build/.rustup/toolchains/1.87.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=ee66ff5e9441d433 -C extra-filename=-727fec98ac1bee27 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1333 | 2025-06-11T17:46:58.401Z | Running `/home/build/.rustup/toolchains/1.87.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=f134d701e30b1554 -C extra-filename=-c7f7bf5ab2dba9bb --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1334 | 2025-06-11T17:46:59.320Z | Running `/home/build/.rustup/toolchains/1.87.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=100473b8118c7145 -C extra-filename=-a0da3cdde3abae51 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1335 | 2025-06-11T17:47:00.913Z | Running `/home/build/.rustup/toolchains/1.87.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=b916a94e58ed8cb1 -C extra-filename=-a1ae134444fe75d8 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1336 | 2025-06-11T17:47:02.872Z | Running `/home/build/.rustup/toolchains/1.87.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=c871e5b989c1106f -C extra-filename=-ce6f8205035377d6 --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1337 | 2025-06-11T17:47:12.561Z | Running `/home/build/.rustup/toolchains/1.87.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=e73baee692631899 -C extra-filename=-7cc3168fe8feb05b --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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/out -L native=/usr/ssl-3/lib/amd64` |
| 1338 | 2025-06-11T17:47:39.232Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 1339 | 2025-06-11T17:47:39.281Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-1f10f42b4d4de85b` |
| 1340 | 2025-06-11T17:47:39.284Z | |
| 1341 | 2025-06-11T17:47:39.285Z | running 105 tests |
| 1342 | 2025-06-11T17:47:39.288Z | test api_description::test::test_endpoint_versions_range ... ok |
| 1343 | 2025-06-11T17:47:39.288Z | test api_description::test::test_endpoint_versions_matches ... ok |
| 1344 | 2025-06-11T17:47:39.288Z | test api_description::test::test_endpoint_versions_overlaps ... ok |
| 1345 | 2025-06-11T17:47:39.288Z | test api_description::test::test_badpath4 - should panic ... ok |
| 1346 | 2025-06-11T17:47:39.288Z | test api_description::test::test_tags_need_one ... ok |
| 1347 | 2025-06-11T17:47:39.288Z | test api_description::test::test_tag_config_deserialize_old ... ok |
| 1348 | 2025-06-11T17:47:39.288Z | test api_description::test::test_badpath1 ... ok |
| 1349 | 2025-06-11T17:47:39.288Z | test api_description::test::test_badpath2 ... ok |
| 1350 | 2025-06-11T17:47:39.288Z | test api_description::test::test_badpath3 ... ok |
| 1351 | 2025-06-11T17:47:39.289Z | test api_description::test::test_dup_names ... ok |
| 1352 | 2025-06-11T17:47:39.289Z | test api_description::test::test_tags_just_right ... ok |
| 1353 | 2025-06-11T17:47:39.289Z | test api_description::test::test_tags_too_many ... ok |
| 1354 | 2025-06-11T17:47:39.289Z | test error::test::test_serialize_error_response_body ... ok |
| 1355 | 2025-06-11T17:47:39.289Z | test from_map::test::test_deep ... ok |
| 1356 | 2025-06-11T17:47:39.289Z | test from_map::test::test_lone_literal ... ok |
| 1357 | 2025-06-11T17:47:39.289Z | test extractor::metadata::test::test_metadata_simple ... ok |
| 1358 | 2025-06-11T17:47:39.289Z | test extractor::metadata::test::test_metadata_flattened ... ok |
| 1359 | 2025-06-11T17:47:39.289Z | test extractor::metadata::test::test_metadata_flattened_enum ... ok |
| 1360 | 2025-06-11T17:47:39.289Z | test from_map::test::test_missing_data1 ... ok |
| 1361 | 2025-06-11T17:47:39.293Z | test from_map::test::test_missing_data2 ... ok |
| 1362 | 2025-06-11T17:47:39.293Z | test from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok |
| 1363 | 2025-06-11T17:47:39.293Z | test extractor::metadata::test::test_metadata_pagination ... ok |
| 1364 | 2025-06-11T17:47:39.293Z | test from_map::test::test_types ... ok |
| 1365 | 2025-06-11T17:47:39.293Z | test logging::test::test_config_bad_terminal_no_level ... ok |
| 1366 | 2025-06-11T17:47:39.293Z | test logging::test::test_config_bad_file_no_level ... ok |
| 1367 | 2025-06-11T17:47:39.293Z | test logging::test::test_config_bad_file_no_file ... ok |
| 1368 | 2025-06-11T17:47:39.293Z | test logging::test::test_config_bad_terminal_bad_level ... ok |
| 1369 | 2025-06-11T17:47:39.293Z | test logging::test::test_config_bad_log_mode ... ok |
| 1370 | 2025-06-11T17:47:39.293Z | test logging::test::test_config_bad_file_path_exists_fail ... ok |
| 1371 | 2025-06-11T17:47:39.293Z | test pagination::test::test_pagination_schema ... ok |
| 1372 | 2025-06-11T17:47:39.293Z | test logging::test::test_config_bad_file_bad_path_type ... ok |
| 1373 | 2025-06-11T17:47:39.293Z | test pagination::test::test_results_page ... ok |
| 1374 | 2025-06-11T17:47:39.293Z | test router::test::test_bad_path_segment2 - should panic ... ok |
| 1375 | 2025-06-11T17:47:39.293Z | test router::test::test_bad_path_segment1 - should panic ... ok |
| 1376 | 2025-06-11T17:47:39.293Z | test router::test::test_bad_path_segment3 - should panic ... ok |
| 1377 | 2025-06-11T17:47:39.293Z | test pagination::test::test_pagparams_parsing ... ok |
| 1378 | 2025-06-11T17:47:39.293Z | test pagination::test::test_page_token_serialization ... ok |
| 1379 | 2025-06-11T17:47:39.293Z | note: configured to log to "/tmp/dropshot-1f10f42b4d4de85b.2110.file_dir/log.out" |
| 1380 | 2025-06-11T17:47:39.293Z | test router::test::test_bogus_regex - should panic ... ok |
| 1381 | 2025-06-11T17:47:39.294Z | test router::test::test_bad_path_segment4 - should panic ... ok |
| 1382 | 2025-06-11T17:47:39.294Z | test router::test::test_duplicate_route1 - should panic ... ok |
| 1383 | 2025-06-11T17:47:39.294Z | test router::test::test_duplicate_route2 - should panic ... ok |
| 1384 | 2025-06-11T17:47:39.294Z | test router::test::test_duplicate_route3 - should panic ... ok |
| 1385 | 2025-06-11T17:47:39.294Z | test logging::test::test_config_stderr_terminal ... ok |
| 1386 | 2025-06-11T17:47:39.294Z | test router::test::test_duplicate_route_same_version - should panic ... ok |
| 1387 | 2025-06-11T17:47:39.294Z | test router::test::test_duplicate_route_overlapping_version - should panic ... ok |
| 1388 | 2025-06-11T17:47:39.294Z | test router::test::test_inconsistent_varname - should panic ... ok |
| 1389 | 2025-06-11T17:47:39.294Z | test router::test::test_embedded_non_variable ... ok |
| 1390 | 2025-06-11T17:47:39.294Z | test router::test::test_duplicate_varname - should panic ... ok |
| 1391 | 2025-06-11T17:47:39.294Z | test router::test::test_empty_variable ... ok |
| 1392 | 2025-06-11T17:47:39.294Z | test router::test::test_iter ... ok |
| 1393 | 2025-06-11T17:47:39.294Z | test router::test::test_error_cases ... ok |
| 1394 | 2025-06-11T17:47:39.294Z | test router::test::test_iter_null ... ok |
| 1395 | 2025-06-11T17:47:39.294Z | test router::test::test_iter2 ... ok |
| 1396 | 2025-06-11T17:47:39.294Z | test router::test::test_map_bad_seq ... ok |
| 1397 | 2025-06-11T17:47:39.294Z | test router::test::test_map ... ok |
| 1398 | 2025-06-11T17:47:39.294Z | test router::test::test_literal_after_regex - should panic ... ok |
| 1399 | 2025-06-11T17:47:39.294Z | test router::test::test_map_bad_value ... ok |
| 1400 | 2025-06-11T17:47:39.294Z | test router::test::test_more_after_regex - should panic ... ok |
| 1401 | 2025-06-11T17:47:39.294Z | note: configured to log to "/tmp/dropshot-1f10f42b4d4de85b.2110.file_dir/log.out" |
| 1402 | 2025-06-11T17:47:39.294Z | test router::test::test_literal_after_variable - should panic ... ok |
| 1403 | 2025-06-11T17:47:39.298Z | test router::test::test_path_segment ... ok |
| 1404 | 2025-06-11T17:47:39.298Z | test router::test::test_router_versioned ... ok |
| 1405 | 2025-06-11T17:47:39.298Z | test router::test::test_segments ... ok |
| 1406 | 2025-06-11T17:47:39.298Z | test router::test::test_router_basic ... ok |
| 1407 | 2025-06-11T17:47:39.298Z | test router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok |
| 1408 | 2025-06-11T17:47:39.298Z | test router::test::test_variable_name_bad_start - should panic ... ok |
| 1409 | 2025-06-11T17:47:39.298Z | test router::test::test_variable_name_bad_end - should panic ... ok |
| 1410 | 2025-06-11T17:47:39.298Z | test router::test::test_variable_after_literal - should panic ... ok |
| 1411 | 2025-06-11T17:47:39.298Z | test api_description::test::test_tags_set ... ok |
| 1412 | 2025-06-11T17:47:39.298Z | test router::test::test_variable_rename ... ok |
| 1413 | 2025-06-11T17:47:39.298Z | test router::test::test_variables_basic ... ok |
| 1414 | 2025-06-11T17:47:39.298Z | test router::test::test_variable_name_empty - should panic ... ok |
| 1415 | 2025-06-11T17:47:39.298Z | test router::test::test_variables_glob ... ok |
| 1416 | 2025-06-11T17:47:39.299Z | note: configured to log to "/tmp/dropshot-1f10f42b4d4de85b.2110.file_dir/log.out" |
| 1417 | 2025-06-11T17:47:39.299Z | test schema_util::test::test_additional_properties ... ok |
| 1418 | 2025-06-11T17:47:39.299Z | test schema_util::test::test_empty_struct ... ok |
| 1419 | 2025-06-11T17:47:39.299Z | test router::test::test_variables_multi ... ok |
| 1420 | 2025-06-11T17:47:39.299Z | test schema_util::test::test_nullable ... ok |
| 1421 | 2025-06-11T17:47:39.299Z | test schema_util::test::test_embedded_schema ... ok |
| 1422 | 2025-06-11T17:47:39.299Z | test schema_util::test::test_extension_conversion ... ok |
| 1423 | 2025-06-11T17:47:39.299Z | test logging::test::test_config_file ... ok |
| 1424 | 2025-06-11T17:47:39.299Z | test test_util::test::test_bunyan_bad_hostname - should panic ... ok |
| 1425 | 2025-06-11T17:47:39.299Z | test test_util::test::test_bunyan_bad_name - should panic ... ok |
| 1426 | 2025-06-11T17:47:39.299Z | test schema_util::test::test_garbage_barge_structure_conversion ... ok |
| 1427 | 2025-06-11T17:47:39.299Z | test schema_util::test::test_two_types - should panic ... ok |
| 1428 | 2025-06-11T17:47:39.299Z | test test_util::test::test_bunyan_easy_cases ... ok |
| 1429 | 2025-06-11T17:47:39.299Z | test test_util::test::test_bunyan_bad_pid - should panic ... ok |
| 1430 | 2025-06-11T17:47:39.299Z | test test_util::test::test_bunyan_bad_v - should panic ... ok |
| 1431 | 2025-06-11T17:47:39.299Z | test schema_util::test::test_schema2struct_with_enum_variants ... ok |
| 1432 | 2025-06-11T17:47:39.299Z | test test_util::test::test_bunyan_seq_bad_order - should panic ... ok |
| 1433 | 2025-06-11T17:47:39.299Z | test test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok |
| 1434 | 2025-06-11T17:47:39.299Z | test test_util::test::test_bunyan_seq_easy_cases ... ok |
| 1435 | 2025-06-11T17:47:39.299Z | test test_util::test::test_bunyan_seq_lower_violated - should panic ... ok |
| 1436 | 2025-06-11T17:47:39.299Z | test test_util::test::test_bunyan_seq_upper_violated - should panic ... ok |
| 1437 | 2025-06-11T17:47:39.299Z | test to_map::test::test_struct_with_options ... ok |
| 1438 | 2025-06-11T17:47:39.299Z | test to_map::test::test_to_map_enum ... ok |
| 1439 | 2025-06-11T17:47:39.299Z | test to_map::test::test_to_map_num ... ok |
| 1440 | 2025-06-11T17:47:39.299Z | test to_map::test::test_to_map_seq ... ok |
| 1441 | 2025-06-11T17:47:39.299Z | test to_map::test::test_to_map_vec ... ok |
| 1442 | 2025-06-11T17:47:39.299Z | test type_util::tests::test_commented_ref ... ok |
| 1443 | 2025-06-11T17:47:39.299Z | test to_map::test::test_to_map_valid ... ok |
| 1444 | 2025-06-11T17:47:39.299Z | test type_util::tests::test_recursive_type - should panic ... ok |
| 1445 | 2025-06-11T17:47:39.299Z | test type_util::tests::test_reflexive_type - should panic ... ok |
| 1446 | 2025-06-11T17:47:39.299Z | test websocket::tests::test_ws_upg_task_is_spawned ... ok |
| 1447 | 2025-06-11T17:47:39.300Z | test server::test::test_drop_server_without_close_okay ... ok |
| 1448 | 2025-06-11T17:47:39.303Z | test server::test::test_server_run_then_close ... ok |
| 1449 | 2025-06-11T17:47:39.303Z | test server::test::test_http_acceptor_happy_path ... ok |
| 1450 | 2025-06-11T17:47:39.303Z | |
| 1451 | 2025-06-11T17:47:39.303Z | test result: ok. 105 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 1452 | 2025-06-11T17:47:39.303Z | |
| 1453 | 2025-06-11T17:47:39.306Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-78287b30242bec3f` |
| 1454 | 2025-06-11T17:47:39.306Z | |
| 1455 | 2025-06-11T17:47:39.306Z | running 1 test |
| 1456 | 2025-06-11T17:47:39.697Z | Compiling proc-macro2 v1.0.95 |
| 1457 | 2025-06-11T17:47:39.697Z | Compiling unicode-ident v1.0.12 |
| 1458 | 2025-06-11T17:47:39.697Z | Compiling libc v0.2.172 |
| 1459 | 2025-06-11T17:47:39.700Z | Checking cfg-if v1.0.0 |
| 1460 | 2025-06-11T17:47:39.700Z | Compiling serde v1.0.219 |
| 1461 | 2025-06-11T17:47:39.700Z | Compiling version_check v0.9.5 |
| 1462 | 2025-06-11T17:47:39.742Z | Checking itoa v1.0.1 |
| 1463 | 2025-06-11T17:47:39.745Z | Checking pin-project-lite v0.2.12 |
| 1464 | 2025-06-11T17:47:39.827Z | Checking memchr v2.6.0 |
| 1465 | 2025-06-11T17:47:39.875Z | Compiling shlex v1.3.0 |
| 1466 | 2025-06-11T17:47:39.916Z | Compiling autocfg v1.1.0 |
| 1467 | 2025-06-11T17:47:39.958Z | Checking bytes v1.10.1 |
| 1468 | 2025-06-11T17:47:40.233Z | Compiling cc v1.2.16 |
| 1469 | 2025-06-11T17:47:40.379Z | Checking smallvec v1.13.2 |
| 1470 | 2025-06-11T17:47:40.507Z | Checking once_cell v1.20.1 |
| 1471 | 2025-06-11T17:47:40.703Z | Checking futures-core v0.3.31 |
| 1472 | 2025-06-11T17:47:40.716Z | Compiling thiserror v1.0.69 |
| 1473 | 2025-06-11T17:47:40.720Z | Compiling log v0.4.17 |
| 1474 | 2025-06-11T17:47:40.777Z | Compiling ryu v1.0.5 |
| 1475 | 2025-06-11T17:47:40.888Z | Compiling parking_lot_core v0.9.4 |
| 1476 | 2025-06-11T17:47:40.909Z | Checking scopeguard v1.2.0 |
| 1477 | 2025-06-11T17:47:41.069Z | Checking lock_api v0.4.6 |
| 1478 | 2025-06-11T17:47:41.342Z | Compiling slab v0.4.9 |
| 1479 | 2025-06-11T17:47:41.380Z | Checking futures-sink v0.3.31 |
| 1480 | 2025-06-11T17:47:41.395Z | Compiling serde_json v1.0.140 |
| 1481 | 2025-06-11T17:47:41.402Z | Checking fnv v1.0.7 |
| 1482 | 2025-06-11T17:47:41.451Z | Checking zeroize v1.7.0 |
| 1483 | 2025-06-11T17:47:41.532Z | Compiling quote v1.0.40 |
| 1484 | 2025-06-11T17:47:41.536Z | Checking futures-channel v0.3.31 |
| 1485 | 2025-06-11T17:47:41.752Z | Checking http v1.3.1 |
| 1486 | 2025-06-11T17:47:41.867Z | Checking signal-hook-registry v1.4.0 |
| 1487 | 2025-06-11T17:47:42.005Z | Compiling syn v2.0.101 |
| 1488 | 2025-06-11T17:47:42.024Z | Checking mio v1.0.3 |
| 1489 | 2025-06-11T17:47:42.073Z | Checking parking_lot v0.12.1 |
| 1490 | 2025-06-11T17:47:42.133Z | Checking socket2 v0.5.9 |
| 1491 | 2025-06-11T17:47:42.255Z | Checking getrandom v0.2.11 |
| 1492 | 2025-06-11T17:47:42.431Z | Checking futures-task v0.3.31 |
| 1493 | 2025-06-11T17:47:42.509Z | Checking futures-io v0.3.31 |
| 1494 | 2025-06-11T17:47:42.609Z | Checking pin-utils v0.1.0 |
| 1495 | 2025-06-11T17:47:42.618Z | Checking rustls-pki-types v1.12.0 |
| 1496 | 2025-06-11T17:47:42.685Z | Checking stable_deref_trait v1.2.0 |
| 1497 | 2025-06-11T17:47:42.701Z | Checking hashbrown v0.15.2 |
| 1498 | 2025-06-11T17:47:42.791Z | Compiling httparse v1.10.0 |
| 1499 | 2025-06-11T17:47:43.011Z | Checking equivalent v1.0.0 |
| 1500 | 2025-06-11T17:47:43.109Z | Compiling ucd-trie v0.1.6 |
| 1501 | 2025-06-11T17:47:43.178Z | Checking tracing-core v0.1.32 |
| 1502 | 2025-06-11T17:47:43.684Z | Checking untrusted v0.9.0 |
| 1503 | 2025-06-11T17:47:43.696Z | Checking bitflags v2.4.0 |
| 1504 | 2025-06-11T17:47:43.744Z | Checking http-body v1.0.1 |
| 1505 | 2025-06-11T17:47:43.821Z | Checking tracing v0.1.40 |
| 1506 | 2025-06-11T17:47:43.918Z | Checking percent-encoding v2.3.1 |
| 1507 | 2025-06-11T17:47:43.945Z | Compiling vcpkg v0.2.15 |
| 1508 | 2025-06-11T17:47:43.971Z | Compiling pkg-config v0.3.31 |
| 1509 | 2025-06-11T17:47:44.067Z | Checking litemap v0.7.4 |
| 1510 | 2025-06-11T17:47:44.126Z | Checking writeable v0.5.5 |
| 1511 | 2025-06-11T17:47:44.134Z | Compiling typenum v1.14.0 |
| 1512 | 2025-06-11T17:47:44.143Z | Compiling ring v0.17.13 |
| 1513 | 2025-06-11T17:47:44.250Z | Checking base64 v0.22.1 |
| 1514 | 2025-06-11T17:47:44.422Z | Checking atomic-waker v1.1.1 |
| 1515 | 2025-06-11T17:47:44.569Z | Compiling generic-array v0.14.5 |
| 1516 | 2025-06-11T17:47:44.723Z | Checking try-lock v0.2.3 |
| 1517 | 2025-06-11T17:47:44.801Z | Compiling crossbeam-utils v0.8.15 |
| 1518 | 2025-06-11T17:47:44.858Z | Checking want v0.3.0 |
| 1519 | 2025-06-11T17:47:45.057Z | Compiling unicase v2.6.0 |
| 1520 | 2025-06-11T17:47:45.065Z | Compiling getrandom v0.3.1 |
| 1521 | 2025-06-11T17:47:45.338Z | Compiling time-core v0.1.2 |
| 1522 | 2025-06-11T17:47:45.361Z | Checking tower-service v0.3.3 |
| 1523 | 2025-06-11T17:47:45.420Z | Checking icu_locid_transform_data v1.5.0 |
| 1524 | 2025-06-11T17:47:45.483Z | Checking subtle v2.5.0 |
| 1525 | 2025-06-11T17:47:45.525Z | Checking httpdate v1.0.1 |
| 1526 | 2025-06-11T17:47:45.558Z | Compiling num-conv v0.1.0 |
| 1527 | 2025-06-11T17:47:45.708Z | Checking powerfmt v0.2.0 |
| 1528 | 2025-06-11T17:47:45.829Z | Compiling time-macros v0.2.18 |
| 1529 | 2025-06-11T17:47:45.938Z | Compiling openssl-sys v0.9.107 |
| 1530 | 2025-06-11T17:47:45.988Z | Checking deranged v0.3.11 |
| 1531 | 2025-06-11T17:47:46.748Z | Compiling byteorder v1.4.3 |
| 1532 | 2025-06-11T17:47:47.218Z | Checking num_threads v0.1.3 |
| 1533 | 2025-06-11T17:47:47.365Z | Compiling slog v2.7.0 |
| 1534 | 2025-06-11T17:47:47.422Z | Checking icu_properties_data v1.5.0 |
| 1535 | 2025-06-11T17:47:47.577Z | Compiling usdt-impl v0.5.0 |
| 1536 | 2025-06-11T17:47:47.770Z | Checking utf16_iter v1.0.5 |
| 1537 | 2025-06-11T17:47:47.937Z | Checking openssl-probe v0.1.4 |
| 1538 | 2025-06-11T17:47:47.984Z | Checking write16 v1.0.0 |
| 1539 | 2025-06-11T17:47:48.046Z | Checking foreign-types-shared v0.1.1 |
| 1540 | 2025-06-11T17:47:48.088Z | Checking icu_normalizer_data v1.5.0 |
| 1541 | 2025-06-11T17:47:48.105Z | Checking utf8_iter v1.0.4 |
| 1542 | 2025-06-11T17:47:48.114Z | Compiling openssl v0.10.72 |
| 1543 | 2025-06-11T17:47:48.157Z | Checking ipnet v2.10.0 |
| 1544 | 2025-06-11T17:47:48.177Z | Compiling semver v1.0.26 |
| 1545 | 2025-06-11T17:47:48.308Z | Checking foreign-types v0.3.2 |
| 1546 | 2025-06-11T17:47:48.400Z | Compiling thread-id v4.0.0 |
| 1547 | 2025-06-11T17:47:48.607Z | Checking block-buffer v0.10.2 |
| 1548 | 2025-06-11T17:47:48.753Z | Checking crypto-common v0.1.6 |
| 1549 | 2025-06-11T17:47:48.836Z | Checking form_urlencoded v1.2.1 |
| 1550 | 2025-06-11T17:47:48.932Z | Checking rand_core v0.6.3 |
| 1551 | 2025-06-11T17:47:48.968Z | Checking errno v0.3.10 |
| 1552 | 2025-06-11T17:47:49.009Z | Compiling num-traits v0.2.14 |
| 1553 | 2025-06-11T17:47:49.043Z | Compiling synstructure v0.13.1 |
| 1554 | 2025-06-11T17:47:49.161Z | Checking ppv-lite86 v0.2.15 |
| 1555 | 2025-06-11T17:47:49.175Z | Checking time v0.3.36 |
| 1556 | 2025-06-11T17:47:49.205Z | Compiling rustix v1.0.2 |
| 1557 | 2025-06-11T17:47:49.397Z | Compiling rustls v0.23.13 |
| 1558 | 2025-06-11T17:47:49.748Z | Checking mime v0.3.16 |
| 1559 | 2025-06-11T17:47:49.832Z | Checking plain v0.2.3 |
| 1560 | 2025-06-11T17:47:49.992Z | Compiling native-tls v0.2.12 |
| 1561 | 2025-06-11T17:47:50.003Z | Compiling rustls v0.22.4 |
| 1562 | 2025-06-11T17:47:50.147Z | Checking rand_chacha v0.3.1 |
| 1563 | 2025-06-11T17:47:50.424Z | Checking digest v0.10.7 |
| 1564 | 2025-06-11T17:47:50.449Z | Checking rustls-webpki v0.102.8 |
| 1565 | 2025-06-11T17:47:50.540Z | Checking dirs-sys-next v0.1.2 |
| 1566 | 2025-06-11T17:47:50.719Z | Checking pretty-hex v0.4.1 |
| 1567 | 2025-06-11T17:47:50.723Z | Checking cpufeatures v0.2.2 |
| 1568 | 2025-06-11T17:47:50.743Z | Compiling rustix v0.38.44 |
| 1569 | 2025-06-11T17:47:50.813Z | Checking sha1 v0.10.6 |
| 1570 | 2025-06-11T17:47:50.895Z | Compiling mime_guess v2.0.5 |
| 1571 | 2025-06-11T17:47:50.924Z | Checking dirs-next v2.0.0 |
| 1572 | 2025-06-11T17:47:51.079Z | Checking rand v0.8.4 |
| 1573 | 2025-06-11T17:47:52.287Z | Compiling serde_derive_internals v0.29.0 |
| 1574 | 2025-06-11T17:47:52.350Z | Checking concurrent-queue v2.5.0 |
| 1575 | 2025-06-11T17:47:52.572Z | Checking rustls-pemfile v2.1.3 |
| 1576 | 2025-06-11T17:47:52.676Z | Checking http-body-util v0.1.3 |
| 1577 | 2025-06-11T17:47:52.937Z | Checking sync_wrapper v1.0.1 |
| 1578 | 2025-06-11T17:47:53.096Z | Checking thread_local v1.1.4 |
| 1579 | 2025-06-11T17:47:53.099Z | Compiling multer v3.1.0 |
| 1580 | 2025-06-11T17:47:53.163Z | Checking encoding_rs v0.8.32 |
| 1581 | 2025-06-11T17:47:53.382Z | Checking tower-layer v0.3.3 |
| 1582 | 2025-06-11T17:47:53.482Z | Checking toml_write v0.1.2 |
| 1583 | 2025-06-11T17:47:53.640Z | Checking match_cfg v0.1.0 |
| 1584 | 2025-06-11T17:47:53.729Z | Compiling thiserror v2.0.12 |
| 1585 | 2025-06-11T17:47:53.801Z | Compiling slog-async v2.8.0 |
| 1586 | 2025-06-11T17:47:54.377Z | Checking parking v2.2.0 |
| 1587 | 2025-06-11T17:47:54.413Z | Checking fastrand v2.1.1 |
| 1588 | 2025-06-11T17:47:54.550Z | Compiling camino v1.1.10 |
| 1589 | 2025-06-11T17:47:54.703Z | Compiling paste v1.0.15 |
| 1590 | 2025-06-11T17:47:54.729Z | Compiling schemars v0.8.22 |
| 1591 | 2025-06-11T17:47:55.007Z | Checking iana-time-zone v0.1.47 |
| 1592 | 2025-06-11T17:47:55.120Z | Checking winnow v0.7.10 |
| 1593 | 2025-06-11T17:47:55.191Z | Checking tempfile v3.20.0 |
| 1594 | 2025-06-11T17:47:55.318Z | Checking event-listener v5.0.0 |
| 1595 | 2025-06-11T17:47:55.363Z | Compiling serde_derive v1.0.219 |
| 1596 | 2025-06-11T17:47:55.373Z | Compiling thiserror-impl v1.0.69 |
| 1597 | 2025-06-11T17:47:55.537Z | Compiling tokio-macros v2.5.0 |
| 1598 | 2025-06-11T17:47:55.591Z | Compiling futures-macro v0.3.31 |
| 1599 | 2025-06-11T17:47:55.680Z | Compiling zerofrom-derive v0.1.5 |
| 1600 | 2025-06-11T17:47:55.694Z | Compiling yoke-derive v0.7.5 |
| 1601 | 2025-06-11T17:47:55.708Z | Compiling zerovec-derive v0.10.3 |
| 1602 | 2025-06-11T17:47:57.618Z | Checking tokio v1.45.1 |
| 1603 | 2025-06-11T17:47:58.001Z | Compiling displaydoc v0.2.5 |
| 1604 | 2025-06-11T17:47:58.125Z | Checking futures-util v0.3.31 |
| 1605 | 2025-06-11T17:47:58.988Z | Compiling zerocopy-derive v0.7.32 |
| 1606 | 2025-06-11T17:47:59.459Z | Compiling icu_provider_macros v1.5.0 |
| 1607 | 2025-06-11T17:47:59.645Z | Compiling pest v2.7.6 |
| 1608 | 2025-06-11T17:48:00.344Z | Compiling scroll_derive v0.12.0 |
| 1609 | 2025-06-11T17:48:00.457Z | Checking zerofrom v0.1.5 |
| 1610 | 2025-06-11T17:48:00.684Z | Checking yoke v0.7.5 |
| 1611 | 2025-06-11T17:48:01.037Z | Checking zerovec v0.10.4 |
| 1612 | 2025-06-11T17:48:01.083Z | Compiling openssl-macros v0.1.1 |
| 1613 | 2025-06-11T17:48:01.873Z | Compiling pest_meta v2.7.6 |
| 1614 | 2025-06-11T17:48:02.327Z | Compiling zerocopy v0.7.32 |
| 1615 | 2025-06-11T17:48:02.376Z | Checking scroll v0.12.0 |
| 1616 | 2025-06-11T17:48:02.596Z | Checking tinystr v0.7.6 |
| 1617 | 2025-06-11T17:48:02.711Z | Checking icu_collections v1.5.0 |
| 1618 | 2025-06-11T17:48:02.837Z | Checking goblin v0.8.0 |
| 1619 | 2025-06-11T17:48:02.948Z | Checking icu_locid v1.5.0 |
| 1620 | 2025-06-11T17:48:03.373Z | Compiling pest_generator v2.7.6 |
| 1621 | 2025-06-11T17:48:03.931Z | Checking icu_provider v1.5.0 |
| 1622 | 2025-06-11T17:48:04.325Z | Checking tokio-util v0.7.7 |
| 1623 | 2025-06-11T17:48:04.863Z | Checking icu_locid_transform v1.5.0 |
| 1624 | 2025-06-11T17:48:05.233Z | Checking tower v0.5.2 |
| 1625 | 2025-06-11T17:48:05.914Z | Checking icu_properties v1.5.1 |
| 1626 | 2025-06-11T17:48:05.967Z | Checking tokio-rustls v0.25.0 |
| 1627 | 2025-06-11T17:48:06.342Z | Checking tokio-rustls v0.26.0 |
| 1628 | 2025-06-11T17:48:06.407Z | Compiling pest_derive v2.7.6 |
| 1629 | 2025-06-11T17:48:06.704Z | Checking futures-executor v0.3.31 |
| 1630 | 2025-06-11T17:48:06.998Z | Compiling async-stream-impl v0.3.6 |
| 1631 | 2025-06-11T17:48:07.539Z | Compiling schemars_derive v0.8.22 |
| 1632 | 2025-06-11T17:48:07.767Z | Compiling thiserror-impl v2.0.12 |
| 1633 | 2025-06-11T17:48:07.957Z | Compiling dtrace-parser v0.2.0 |
| 1634 | 2025-06-11T17:48:08.576Z | Checking tokio-native-tls v0.3.1 |
| 1635 | 2025-06-11T17:48:08.823Z | Checking hostname v0.3.1 |
| 1636 | 2025-06-11T17:48:08.947Z | Checking indexmap v2.9.0 |
| 1637 | 2025-06-11T17:48:09.213Z | Checking toml_datetime v0.6.11 |
| 1638 | 2025-06-11T17:48:09.314Z | Checking icu_normalizer v1.5.0 |
| 1639 | 2025-06-11T17:48:09.754Z | Compiling serde_tokenstream v0.2.2 |
| 1640 | 2025-06-11T17:48:09.799Z | Checking serde_spanned v0.6.9 |
| 1641 | 2025-06-11T17:48:10.007Z | Checking chrono v0.4.41 |
| 1642 | 2025-06-11T17:48:10.106Z | Checking idna_adapter v1.2.0 |
| 1643 | 2025-06-11T17:48:10.177Z | Checking h2 v0.4.6 |
| 1644 | 2025-06-11T17:48:10.308Z | Checking idna v1.0.3 |
| 1645 | 2025-06-11T17:48:10.345Z | Checking toml_edit v0.22.27 |
| 1646 | 2025-06-11T17:48:10.414Z | Checking dof v0.3.0 |
| 1647 | 2025-06-11T17:48:10.777Z | Checking url v2.5.4 |
| 1648 | 2025-06-11T17:48:11.513Z | Checking slog-json v2.6.1 |
| 1649 | 2025-06-11T17:48:11.588Z | Checking serde_urlencoded v0.7.1 |
| 1650 | 2025-06-11T17:48:11.822Z | Checking uuid v1.17.0 |
| 1651 | 2025-06-11T17:48:12.301Z | Checking term v0.7.0 |
| 1652 | 2025-06-11T17:48:12.476Z | Checking crossbeam-channel v0.5.1 |
| 1653 | 2025-06-11T17:48:12.486Z | Checking webpki-roots v0.26.5 |
| 1654 | 2025-06-11T17:48:12.693Z | Checking memmap v0.7.0 |
| 1655 | 2025-06-11T17:48:12.734Z | Checking is-terminal v0.4.12 |
| 1656 | 2025-06-11T17:48:12.836Z | Compiling dropshot v0.16.2 (/work/oxidecomputer/dropshot/dropshot) |
| 1657 | 2025-06-11T17:48:12.857Z | Checking unicode-width v0.1.9 |
| 1658 | 2025-06-11T17:48:12.919Z | Checking spin v0.9.8 |
| 1659 | 2025-06-11T17:48:12.998Z | Checking iri-string v0.7.8 |
| 1660 | 2025-06-11T17:48:13.017Z | Checking take_mut v0.2.2 |
| 1661 | 2025-06-11T17:48:13.101Z | Compiling heck v0.5.0 |
| 1662 | 2025-06-11T17:48:13.170Z | Compiling buf-list v1.0.3 |
| 1663 | 2025-06-11T17:48:13.181Z | Checking data-encoding v2.4.0 |
| 1664 | 2025-06-11T17:48:13.224Z | Checking lazy_static v1.5.0 |
| 1665 | 2025-06-11T17:48:13.365Z | Checking utf-8 v0.7.6 |
| 1666 | 2025-06-11T17:48:13.545Z | Checking unicode-segmentation v1.10.0 |
| 1667 | 2025-06-11T17:48:13.591Z | Compiling anyhow v1.0.98 |
| 1668 | 2025-06-11T17:48:13.604Z | Checking dyn-clone v1.0.4 |
| 1669 | 2025-06-11T17:48:13.691Z | Checking tungstenite v0.24.0 |
| 1670 | 2025-06-11T17:48:13.719Z | Compiling usdt-macro v0.5.0 |
| 1671 | 2025-06-11T17:48:13.736Z | Compiling usdt-attr-macro v0.5.0 |
| 1672 | 2025-06-11T17:48:14.155Z | Checking newline-converter v0.3.0 |
| 1673 | 2025-06-11T17:48:14.320Z | Compiling dropshot_endpoint v0.16.2 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 1674 | 2025-06-11T17:48:14.358Z | Checking hyper v1.6.0 |
| 1675 | 2025-06-11T17:48:14.502Z | Checking atomicwrites v0.4.4 |
| 1676 | 2025-06-11T17:48:14.690Z | Checking console v0.15.7 |
| 1677 | 2025-06-11T17:48:15.206Z | Checking toml v0.8.23 |
| 1678 | 2025-06-11T17:48:15.405Z | Checking slog-term v2.9.1 |
| 1679 | 2025-06-11T17:48:15.562Z | Checking tower-http v0.6.5 |
| 1680 | 2025-06-11T17:48:15.880Z | Checking slog-bunyan v2.5.0 |
| 1681 | 2025-06-11T17:48:15.889Z | Checking openapiv3 v2.2.0 |
| 1682 | 2025-06-11T17:48:15.927Z | Checking usdt v0.5.0 |
| 1683 | 2025-06-11T17:48:16.041Z | Checking serde_path_to_error v0.1.17 |
| 1684 | 2025-06-11T17:48:16.115Z | Checking async-stream v0.3.6 |
| 1685 | 2025-06-11T17:48:16.177Z | Checking futures v0.3.31 |
| 1686 | 2025-06-11T17:48:16.270Z | Checking hyper-util v0.1.14 |
| 1687 | 2025-06-11T17:48:16.287Z | Checking event-listener-strategy v0.5.2 |
| 1688 | 2025-06-11T17:48:16.306Z | Compiling async-trait v0.1.88 |
| 1689 | 2025-06-11T17:48:16.491Z | Checking rustls-native-certs v0.7.0 |
| 1690 | 2025-06-11T17:48:16.508Z | Checking yasna v0.5.2 |
| 1691 | 2025-06-11T17:48:16.641Z | Checking pem v3.0.5 |
| 1692 | 2025-06-11T17:48:16.652Z | Checking waitgroup v0.1.2 |
| 1693 | 2025-06-11T17:48:16.797Z | Checking webpki-roots v1.0.0 |
| 1694 | 2025-06-11T17:48:16.951Z | Checking hostname v0.4.0 |
| 1695 | 2025-06-11T17:48:17.012Z | Checking debug-ignore v1.0.5 |
| 1696 | 2025-06-11T17:48:17.102Z | Checking similar v2.2.1 |
| 1697 | 2025-06-11T17:48:17.170Z | Checking simple-mermaid v0.2.0 |
| 1698 | 2025-06-11T17:48:17.272Z | Checking http-range v0.1.4 |
| 1699 | 2025-06-11T17:48:17.393Z | Checking rcgen v0.13.2 |
| 1700 | 2025-06-11T17:48:17.468Z | Checking hyper-staticfile v0.10.1 |
| 1701 | 2025-06-11T17:48:17.728Z | Checking async-channel v2.3.1 |
| 1702 | 2025-06-11T17:48:17.831Z | Checking expectorate v1.2.0 |
| 1703 | 2025-06-11T17:48:18.031Z | Checking tokio-tungstenite v0.24.0 |
| 1704 | 2025-06-11T17:48:18.188Z | Checking subprocess v0.2.9 |
| 1705 | 2025-06-11T17:48:18.498Z | Checking hyper-rustls v0.27.3 |
| 1706 | 2025-06-11T17:48:18.499Z | Checking hyper-tls v0.6.0 |
| 1707 | 2025-06-11T17:48:18.502Z | Checking hyper-rustls v0.26.0 |
| 1708 | 2025-06-11T17:48:18.804Z | Checking reqwest v0.12.19 |
| 1709 | 2025-06-11T17:48:21.732Z | Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
| 1710 | 2025-06-11T17:48:21.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.45s |
| 1711 | 2025-06-11T17:48:22.111Z | |
| 1712 | 2025-06-11T17:48:22.111Z | |
| 1713 | 2025-06-11T17:48:32.622Z | test tests/fail/bad_channel10.rs ... ok |
| 1714 | 2025-06-11T17:48:32.622Z | test tests/fail/bad_channel11.rs ... ok |
| 1715 | 2025-06-11T17:48:32.622Z | test tests/fail/bad_channel12.rs ... ok |
| 1716 | 2025-06-11T17:48:32.627Z | test tests/fail/bad_channel13.rs ... ok |
| 1717 | 2025-06-11T17:48:32.627Z | test tests/fail/bad_channel14.rs ... ok |
| 1718 | 2025-06-11T17:48:32.627Z | test tests/fail/bad_channel15.rs ... ok |
| 1719 | 2025-06-11T17:48:32.627Z | test tests/fail/bad_channel17.rs ... ok |
| 1720 | 2025-06-11T17:48:32.627Z | test tests/fail/bad_channel18.rs ... ok |
| 1721 | 2025-06-11T17:48:32.627Z | test tests/fail/bad_channel19.rs ... ok |
| 1722 | 2025-06-11T17:48:32.627Z | test tests/fail/bad_channel1a.rs ... ok |
| 1723 | 2025-06-11T17:48:32.627Z | test tests/fail/bad_channel1b.rs ... ok |
| 1724 | 2025-06-11T17:48:32.627Z | test tests/fail/bad_channel2.rs ... ok |
| 1725 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_channel20.rs ... ok |
| 1726 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_channel21.rs ... ok |
| 1727 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_channel22.rs ... ok |
| 1728 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_channel23.rs ... ok |
| 1729 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_channel24.rs ... ok |
| 1730 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_channel25.rs ... ok |
| 1731 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_channel26.rs ... ok |
| 1732 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_channel27.rs ... ok |
| 1733 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_channel28.rs ... ok |
| 1734 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_channel3.rs ... ok |
| 1735 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_channel4.rs ... ok |
| 1736 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_channel5.rs ... ok |
| 1737 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_channel6.rs ... ok |
| 1738 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_channel8.rs ... ok |
| 1739 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_channel9.rs ... ok |
| 1740 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint1.rs ... ok |
| 1741 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint10.rs ... ok |
| 1742 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint11.rs ... ok |
| 1743 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint12.rs ... ok |
| 1744 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint13.rs ... ok |
| 1745 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint14.rs ... ok |
| 1746 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint15.rs ... ok |
| 1747 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint16.rs ... ok |
| 1748 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint17.rs ... ok |
| 1749 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint18.rs ... ok |
| 1750 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint19.rs ... ok |
| 1751 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint2.rs ... ok |
| 1752 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint20.rs ... ok |
| 1753 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint21.rs ... ok |
| 1754 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint22.rs ... ok |
| 1755 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint23.rs ... ok |
| 1756 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint24.rs ... ok |
| 1757 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint25.rs ... ok |
| 1758 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint26.rs ... ok |
| 1759 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint27.rs ... ok |
| 1760 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint28.rs ... ok |
| 1761 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint3.rs ... ok |
| 1762 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint4.rs ... ok |
| 1763 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint5.rs ... ok |
| 1764 | 2025-06-11T17:48:32.628Z | test tests/fail/bad_endpoint6.rs ... ok |
| 1765 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_endpoint7.rs ... ok |
| 1766 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_endpoint8.rs ... ok |
| 1767 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_endpoint9.rs ... ok |
| 1768 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel10.rs ... ok |
| 1769 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel11.rs ... ok |
| 1770 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel12.rs ... ok |
| 1771 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel13.rs ... ok |
| 1772 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel14.rs ... ok |
| 1773 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel15.rs ... ok |
| 1774 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel17.rs ... ok |
| 1775 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel18.rs ... ok |
| 1776 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel19.rs ... ok |
| 1777 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel1a.rs ... ok |
| 1778 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel1b.rs ... ok |
| 1779 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel2.rs ... ok |
| 1780 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel20.rs ... ok |
| 1781 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel21.rs ... ok |
| 1782 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel22.rs ... ok |
| 1783 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel23.rs ... ok |
| 1784 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel24.rs ... ok |
| 1785 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel25.rs ... ok |
| 1786 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel26.rs ... ok |
| 1787 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel28.rs ... ok |
| 1788 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel3.rs ... ok |
| 1789 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel4.rs ... ok |
| 1790 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel5.rs ... ok |
| 1791 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel6.rs ... ok |
| 1792 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel8.rs ... ok |
| 1793 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_channel9.rs ... ok |
| 1794 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_endpoint1.rs ... ok |
| 1795 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_endpoint10.rs ... ok |
| 1796 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_endpoint11.rs ... ok |
| 1797 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_endpoint12.rs ... ok |
| 1798 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_endpoint13.rs ... ok |
| 1799 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_endpoint14.rs ... ok |
| 1800 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_endpoint15.rs ... ok |
| 1801 | 2025-06-11T17:48:32.629Z | test tests/fail/bad_trait_endpoint16.rs ... ok |
| 1802 | 2025-06-11T17:48:32.630Z | test tests/fail/bad_trait_endpoint17.rs ... ok |
| 1803 | 2025-06-11T17:48:32.630Z | test tests/fail/bad_trait_endpoint18.rs ... ok |
| 1804 | 2025-06-11T17:48:32.630Z | test tests/fail/bad_trait_endpoint19.rs ... ok |
| 1805 | 2025-06-11T17:48:32.630Z | test tests/fail/bad_trait_endpoint2.rs ... ok |
| 1806 | 2025-06-11T17:48:32.630Z | test tests/fail/bad_trait_endpoint20.rs ... ok |
| 1807 | 2025-06-11T17:48:32.630Z | test tests/fail/bad_trait_endpoint21.rs ... ok |
| 1808 | 2025-06-11T17:48:32.630Z | test tests/fail/bad_trait_endpoint22.rs ... ok |
| 1809 | 2025-06-11T17:48:32.630Z | test tests/fail/bad_trait_endpoint23.rs ... ok |
| 1810 | 2025-06-11T17:48:32.630Z | test tests/fail/bad_trait_endpoint24.rs ... ok |
| 1811 | 2025-06-11T17:48:32.630Z | test tests/fail/bad_trait_endpoint25.rs ... ok |
| 1812 | 2025-06-11T17:48:32.630Z | test tests/fail/bad_trait_endpoint26.rs ... ok |
| 1813 | 2025-06-11T17:48:32.630Z | test tests/fail/bad_trait_endpoint27.rs ... ok |
| 1814 | 2025-06-11T17:48:32.630Z | test tests/fail/bad_trait_endpoint28.rs ... ok |
| 1815 | 2025-06-11T17:48:32.630Z | test tests/fail/bad_trait_endpoint3.rs ... ok |
| 1816 | 2025-06-11T17:48:32.633Z | test tests/fail/bad_trait_endpoint4.rs ... ok |
| 1817 | 2025-06-11T17:48:32.633Z | test tests/fail/bad_trait_endpoint5.rs ... ok |
| 1818 | 2025-06-11T17:48:32.633Z | test tests/fail/bad_trait_endpoint6.rs ... ok |
| 1819 | 2025-06-11T17:48:32.633Z | test tests/fail/bad_trait_endpoint7.rs ... ok |
| 1820 | 2025-06-11T17:48:32.633Z | test tests/fail/bad_trait_endpoint8.rs ... ok |
| 1821 | 2025-06-11T17:48:32.633Z | test tests/fail/bad_trait_endpoint9.rs ... ok |
| 1822 | 2025-06-11T17:48:32.633Z | test tests/fail/bad_trait_endpoint_error.rs ... ok |
| 1823 | 2025-06-11T17:48:32.634Z | test tests/fail/bad_trait_only1.rs ... ok |
| 1824 | 2025-06-11T17:48:32.634Z | test tests/fail/bad_trait_only10.rs ... ok |
| 1825 | 2025-06-11T17:48:32.634Z | test tests/fail/bad_trait_only11.rs ... ok |
| 1826 | 2025-06-11T17:48:32.634Z | test tests/fail/bad_trait_only12.rs ... ok |
| 1827 | 2025-06-11T17:48:32.634Z | test tests/fail/bad_trait_only13.rs ... ok |
| 1828 | 2025-06-11T17:48:32.634Z | test tests/fail/bad_trait_only14.rs ... ok |
| 1829 | 2025-06-11T17:48:32.634Z | test tests/fail/bad_trait_only15.rs ... ok |
| 1830 | 2025-06-11T17:48:32.634Z | test tests/fail/bad_trait_only16.rs ... ok |
| 1831 | 2025-06-11T17:48:32.634Z | test tests/fail/bad_trait_only17.rs ... ok |
| 1832 | 2025-06-11T17:48:32.634Z | test tests/fail/bad_trait_only18.rs ... ok |
| 1833 | 2025-06-11T17:48:32.634Z | test tests/fail/bad_trait_only19.rs ... ok |
| 1834 | 2025-06-11T17:48:32.634Z | test tests/fail/bad_trait_only2.rs ... ok |
| 1835 | 2025-06-11T17:48:32.634Z | test tests/fail/bad_trait_only20.rs ... ok |
| 1836 | 2025-06-11T17:48:32.634Z | test tests/fail/bad_trait_only21.rs ... ok |
| 1837 | 2025-06-11T17:48:32.634Z | test tests/fail/bad_trait_only22.rs ... ok |
| 1838 | 2025-06-11T17:48:32.634Z | test tests/fail/bad_trait_only3.rs ... ok |
| 1839 | 2025-06-11T17:48:32.634Z | test tests/fail/bad_trait_only4.rs ... ok |
| 1840 | 2025-06-11T17:48:32.634Z | test tests/fail/bad_trait_only5.rs ... ok |
| 1841 | 2025-06-11T17:48:32.635Z | test tests/fail/bad_trait_only6.rs ... ok |
| 1842 | 2025-06-11T17:48:32.635Z | test tests/fail/bad_trait_only7.rs ... ok |
| 1843 | 2025-06-11T17:48:32.635Z | test tests/fail/bad_trait_only8.rs ... ok |
| 1844 | 2025-06-11T17:48:32.635Z | test tests/fail/bad_trait_only9.rs ... ok |
| 1845 | 2025-06-11T17:48:32.635Z | test tests/fail/bad_version_backwards.rs ... ok |
| 1846 | 2025-06-11T17:48:32.635Z | test tests/fail/unused_endpoint.rs ... ok |
| 1847 | 2025-06-11T17:48:32.635Z | |
| 1848 | 2025-06-11T17:48:32.635Z | |
| 1849 | 2025-06-11T17:48:32.635Z | test fail ... ok |
| 1850 | 2025-06-11T17:48:32.635Z | |
| 1851 | 2025-06-11T17:48:32.635Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 53.32s |
| 1852 | 2025-06-11T17:48:32.635Z | |
| 1853 | 2025-06-11T17:48:32.635Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-ce6f8205035377d6` |
| 1854 | 2025-06-11T17:48:32.638Z | |
| 1855 | 2025-06-11T17:48:32.639Z | running 82 tests |
| 1856 | 2025-06-11T17:48:32.641Z | test api_trait::test_api_trait_with_disallowed_tags ... ok |
| 1857 | 2025-06-11T17:48:32.642Z | test config::test_config_bad_bind_address_port_too_small ... ok |
| 1858 | 2025-06-11T17:48:32.642Z | test config::test_config_bad_bind_address_port_too_large ... ok |
| 1859 | 2025-06-11T17:48:32.642Z | test config::test_config_bad_request_body_max_bytes_negative ... ok |
| 1860 | 2025-06-11T17:48:32.642Z | test config::test_config_bad_bind_address_garbage ... ok |
| 1861 | 2025-06-11T17:48:32.642Z | test api_trait::test_api_trait_with_complex_tags ... ok |
| 1862 | 2025-06-11T17:48:32.642Z | test api_trait::test_api_trait_with_empty_tag_config ... ok |
| 1863 | 2025-06-11T17:48:32.642Z | test config::test_config_deprecated_request_body_max_bytes ... ok |
| 1864 | 2025-06-11T17:48:32.642Z | test config::test_config_bad_request_body_max_bytes_too_large ... ok |
| 1865 | 2025-06-11T17:48:32.645Z | test config::test_valid_config_all_settings ... ok |
| 1866 | 2025-06-11T17:48:32.645Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-config_handler_task_mode_detached.2960.5.log" |
| 1867 | 2025-06-11T17:48:32.645Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-config_bind_address_https.2960.2.log" |
| 1868 | 2025-06-11T17:48:32.645Z | test config::test_valid_config_basic ... ok |
| 1869 | 2025-06-11T17:48:32.645Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-config_bind_address_https_buffer.2960.1.log" |
| 1870 | 2025-06-11T17:48:32.645Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-config_bind_address_http.2960.4.log" |
| 1871 | 2025-06-11T17:48:32.645Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-config_handler_task_mode_cancel.2960.3.log" |
| 1872 | 2025-06-11T17:48:32.645Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_unversioned_servers_with_versioned_routes.2960.6.log" |
| 1873 | 2025-06-11T17:48:32.645Z | test config::test_valid_config_empty ... ok |
| 1874 | 2025-06-11T17:48:32.645Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-api_trait_basic.2960.0.log" |
| 1875 | 2025-06-11T17:48:32.645Z | test config::test_unversioned_servers_with_versioned_routes ... ok |
| 1876 | 2025-06-11T17:48:32.647Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_enum_user_error.2960.8.log" |
| 1877 | 2025-06-11T17:48:32.647Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_enum_extractor_error.2960.7.log" |
| 1878 | 2025-06-11T17:48:32.650Z | test config::test_config_handler_task_mode_cancel ... ok |
| 1879 | 2025-06-11T17:48:32.650Z | test config::test_config_handler_task_mode_detached ... ok |
| 1880 | 2025-06-11T17:48:32.650Z | test custom_errors::test_enum_user_error ... ok |
| 1881 | 2025-06-11T17:48:32.650Z | test custom_errors::test_enum_extractor_error ... ok |
| 1882 | 2025-06-11T17:48:32.650Z | test api_trait::test_api_trait_basic ... ok |
| 1883 | 2025-06-11T17:48:32.650Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_struct_extractor_error.2960.9.log" |
| 1884 | 2025-06-11T17:48:32.651Z | test custom_errors::test_trait_based_api ... ok |
| 1885 | 2025-06-11T17:48:32.651Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_struct_user_error.2960.10.log" |
| 1886 | 2025-06-11T17:48:32.651Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_trait_enum_user_error.2960.11.log" |
| 1887 | 2025-06-11T17:48:32.651Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_trait_struct_user_error.2960.12.log" |
| 1888 | 2025-06-11T17:48:32.651Z | test config::test_config_bind_address_http ... ok |
| 1889 | 2025-06-11T17:48:32.651Z | test custom_errors::test_struct_extractor_error ... ok |
| 1890 | 2025-06-11T17:48:32.651Z | test custom_errors::test_trait_enum_user_error ... ok |
| 1891 | 2025-06-11T17:48:32.654Z | test custom_errors::test_struct_user_error ... ok |
| 1892 | 2025-06-11T17:48:32.654Z | test custom_errors::test_trait_struct_user_error ... ok |
| 1893 | 2025-06-11T17:48:32.654Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_302_bogus.2960.13.log" |
| 1894 | 2025-06-11T17:48:32.654Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_302_found.2960.14.log" |
| 1895 | 2025-06-11T17:48:32.654Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_303_see_other.2960.15.log" |
| 1896 | 2025-06-11T17:48:32.654Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_307_temporary_redirect.2960.16.log" |
| 1897 | 2025-06-11T17:48:32.654Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_delete_request.2960.17.log" |
| 1898 | 2025-06-11T17:48:32.654Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-demo1.2960.18.log" |
| 1899 | 2025-06-11T17:48:32.654Z | test demo::test_302_bogus ... ok |
| 1900 | 2025-06-11T17:48:32.654Z | test demo::test_302_found ... ok |
| 1901 | 2025-06-11T17:48:32.657Z | test demo::test_303_see_other ... ok |
| 1902 | 2025-06-11T17:48:32.657Z | test demo::test_307_temporary_redirect ... ok |
| 1903 | 2025-06-11T17:48:32.657Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-demo2json.2960.19.log" |
| 1904 | 2025-06-11T17:48:32.657Z | test demo::test_demo1 ... ok |
| 1905 | 2025-06-11T17:48:32.657Z | test demo::test_delete_request ... ok |
| 1906 | 2025-06-11T17:48:32.657Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-demo2query.2960.20.log" |
| 1907 | 2025-06-11T17:48:32.657Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-demo2urlencoded.2960.21.log" |
| 1908 | 2025-06-11T17:48:32.657Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-demo3json.2960.22.log" |
| 1909 | 2025-06-11T17:48:32.662Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-demo_path_param_string.2960.23.log" |
| 1910 | 2025-06-11T17:48:32.662Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-demo_path_param_u32.2960.24.log" |
| 1911 | 2025-06-11T17:48:32.662Z | test demo::test_demo2query ... ok |
| 1912 | 2025-06-11T17:48:32.662Z | test demo::test_demo2json ... ok |
| 1913 | 2025-06-11T17:48:32.662Z | test demo::test_demo3json ... ok |
| 1914 | 2025-06-11T17:48:32.662Z | test demo::test_demo2urlencoded ... ok |
| 1915 | 2025-06-11T17:48:32.662Z | test demo::test_demo_path_param_u32 ... ok |
| 1916 | 2025-06-11T17:48:32.662Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_head_request.2960.25.log" |
| 1917 | 2025-06-11T17:48:32.662Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-demo_path_param_uuid.2960.26.log" |
| 1918 | 2025-06-11T17:48:32.665Z | test demo::test_demo_path_param_uuid ... ok |
| 1919 | 2025-06-11T17:48:32.665Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_large_typed_body.2960.29.log" |
| 1920 | 2025-06-11T17:48:32.665Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-demo_websocket.2960.27.log" |
| 1921 | 2025-06-11T17:48:32.665Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_header_request.2960.28.log" |
| 1922 | 2025-06-11T17:48:32.665Z | test demo::test_head_request ... ok |
| 1923 | 2025-06-11T17:48:32.665Z | test demo::test_header_request ... ok |
| 1924 | 2025-06-11T17:48:32.665Z | test demo::test_demo_path_param_string ... ok |
| 1925 | 2025-06-11T17:48:32.665Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-tet_raw_request.2960.30.log" |
| 1926 | 2025-06-11T17:48:32.665Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_request_compat.2960.31.log" |
| 1927 | 2025-06-11T17:48:32.668Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_streaming_body.2960.32.log" |
| 1928 | 2025-06-11T17:48:32.668Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_request_remote_addr.2960.33.log" |
| 1929 | 2025-06-11T17:48:32.668Z | test demo::test_demo_websocket ... ok |
| 1930 | 2025-06-11T17:48:32.668Z | test demo::test_large_typed_body ... ok |
| 1931 | 2025-06-11T17:48:32.669Z | test config::test_config_bind_address_https ... ok |
| 1932 | 2025-06-11T17:48:32.669Z | test demo::test_raw_request ... ok |
| 1933 | 2025-06-11T17:48:32.669Z | test demo::test_request_compat ... ok |
| 1934 | 2025-06-11T17:48:32.669Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-graceful_shutdown_with_detached_handler.2960.34.log" |
| 1935 | 2025-06-11T17:48:32.669Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-multipart_client.2960.35.log" |
| 1936 | 2025-06-11T17:48:32.669Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_untyped_body.2960.36.log" |
| 1937 | 2025-06-11T17:48:32.669Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-multipart_client.2960.37.log" |
| 1938 | 2025-06-11T17:48:32.669Z | test demo::test_request_remote_addr ... ok |
| 1939 | 2025-06-11T17:48:32.669Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-multipart_client.2960.38.log" |
| 1940 | 2025-06-11T17:48:32.673Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-multipart_client.2960.39.log" |
| 1941 | 2025-06-11T17:48:32.673Z | test multipart::missing_boundary ... ok |
| 1942 | 2025-06-11T17:48:32.673Z | test demo::test_streaming_body ... ok |
| 1943 | 2025-06-11T17:48:32.673Z | test multipart::no_content_type ... ok |
| 1944 | 2025-06-11T17:48:32.673Z | test multipart::weird_content_type ... ok |
| 1945 | 2025-06-11T17:48:32.673Z | test multipart::test_multipart_client ... ok |
| 1946 | 2025-06-11T17:48:32.673Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-pagination-basic.2960.40.log" |
| 1947 | 2025-06-11T17:48:32.673Z | test openapi::test_openapi_custom_error_types_trait_based ... ok |
| 1948 | 2025-06-11T17:48:32.673Z | test openapi::test_openapi_custom_error_types ... ok |
| 1949 | 2025-06-11T17:48:32.681Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-pagination-multiple-resources.2960.41.log" |
| 1950 | 2025-06-11T17:48:32.684Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-pagination-multiple-sorts.2960.42.log" |
| 1951 | 2025-06-11T17:48:32.692Z | test demo::test_untyped_body ... ok |
| 1952 | 2025-06-11T17:48:32.696Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-basic.2960.43.log" |
| 1953 | 2025-06-11T17:48:32.700Z | test openapi::test_openapi ... ok |
| 1954 | 2025-06-11T17:48:32.703Z | test openapi::test_openapi_fuller ... ok |
| 1955 | 2025-06-11T17:48:32.703Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-dictionary.2960.44.log" |
| 1956 | 2025-06-11T17:48:32.703Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-empty.2960.45.log" |
| 1957 | 2025-06-11T17:48:32.706Z | test pagination::test_paginate_empty ... ok |
| 1958 | 2025-06-11T17:48:32.706Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-errors.2960.46.log" |
| 1959 | 2025-06-11T17:48:32.709Z | test pagination::test_paginate_errors ... ok |
| 1960 | 2025-06-11T17:48:32.709Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-extra_params.2960.47.log" |
| 1961 | 2025-06-11T17:48:32.712Z | test pagination::test_paginate_extra_params ... ok |
| 1962 | 2025-06-11T17:48:32.712Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-required_params.2960.48.log" |
| 1963 | 2025-06-11T17:48:32.716Z | test pagination::test_paginate_with_required_params ... ok |
| 1964 | 2025-06-11T17:48:32.716Z | test pagination_schema::test_pagination_schema ... ok |
| 1965 | 2025-06-11T17:48:32.716Z | test path_names::test_path_names ... ok |
| 1966 | 2025-06-11T17:48:32.719Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_no_tls.2960.49.log" |
| 1967 | 2025-06-11T17:48:32.719Z | test starter::test_no_tls ... ok |
| 1968 | 2025-06-11T17:48:32.720Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_with_tls.2960.50.log" |
| 1969 | 2025-06-11T17:48:32.744Z | test pagination::test_paginate_basic ... ok |
| 1970 | 2025-06-11T17:48:32.748Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-non_streaming_servers_do_not_use_transfer_encoding.2960.51.log" |
| 1971 | 2025-06-11T17:48:32.748Z | test streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok |
| 1972 | 2025-06-11T17:48:32.748Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-streaming_server_buffered_client.2960.52.log" |
| 1973 | 2025-06-11T17:48:32.763Z | test streaming::test_streaming_server_buffered_client ... ok |
| 1974 | 2025-06-11T17:48:32.766Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-streaming_server_streaming_client.2960.53.log" |
| 1975 | 2025-06-11T17:48:32.780Z | test streaming::test_streaming_server_streaming_client ... ok |
| 1976 | 2025-06-11T17:48:32.783Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_server_is_http.2960.54.log" |
| 1977 | 2025-06-11T17:48:32.783Z | test tls::test_server_is_http ... ok |
| 1978 | 2025-06-11T17:48:32.783Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_server_is_https.2960.55.log" |
| 1979 | 2025-06-11T17:48:33.039Z | test starter::test_with_tls ... ok |
| 1980 | 2025-06-11T17:48:33.042Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_tls_aborted_negotiation.2960.56.log" |
| 1981 | 2025-06-11T17:48:33.094Z | test tls::test_server_is_https ... ok |
| 1982 | 2025-06-11T17:48:33.097Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_tls_certificate_loading.2960.57.log" |
| 1983 | 2025-06-11T17:48:33.419Z | test tls::test_tls_certificate_loading ... ok |
| 1984 | 2025-06-11T17:48:33.422Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_tls_only.2960.58.log" |
| 1985 | 2025-06-11T17:48:33.650Z | test tls::test_tls_aborted_negotiation ... ok |
| 1986 | 2025-06-11T17:48:33.653Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_tls_refresh_certificates.2960.59.log" |
| 1987 | 2025-06-11T17:48:33.693Z | test tls::test_tls_refresh_certificates ... ok |
| 1988 | 2025-06-11T17:48:33.697Z | note: configured to log to "/tmp/integration_tests-ce6f8205035377d6-test_versions.2960.60.log" |
| 1989 | 2025-06-11T17:48:33.725Z | test tls::test_tls_only ... ok |
| 1990 | 2025-06-11T17:48:33.728Z | test versions::test_versions_openapi ... ok |
| 1991 | 2025-06-11T17:48:33.731Z | test versions::test_versions_openapi_same_names ... ok |
| 1992 | 2025-06-11T17:48:33.768Z | test versions::test_versions ... ok |
| 1993 | 2025-06-11T17:48:33.827Z | test pagination::test_example_basic ... ok |
| 1994 | 2025-06-11T17:48:33.830Z | test config::test_config_bind_address_https_buffer ... ok |
| 1995 | 2025-06-11T17:48:33.923Z | test pagination::test_paginate_dictionary ... ok |
| 1996 | 2025-06-11T17:48:34.670Z | test detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok |
| 1997 | 2025-06-11T17:48:36.255Z | test pagination::test_example_multiple_sorts ... ok |
| 1998 | 2025-06-11T17:48:36.658Z | test pagination::test_example_multiple_resources ... ok |
| 1999 | 2025-06-11T17:48:36.658Z | |
| 2000 | 2025-06-11T17:48:36.658Z | test result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.02s |
| 2001 | 2025-06-11T17:48:36.658Z | |
| 2002 | 2025-06-11T17:48:36.667Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-71f4076b04872304` |
| 2003 | 2025-06-11T17:48:36.671Z | |
| 2004 | 2025-06-11T17:48:36.671Z | running 35 tests |
| 2005 | 2025-06-11T17:48:36.677Z | test channel::tests::test_channel_with_versions ... ok |
| 2006 | 2025-06-11T17:48:36.677Z | test channel::tests::test_channel_operation_id ... ok |
| 2007 | 2025-06-11T17:48:36.680Z | test channel::tests::test_channel_with_unnamed_params ... ok |
| 2008 | 2025-06-11T17:48:36.680Z | test endpoint::tests::test_endpoint_bad_context_receiver ... ok |
| 2009 | 2025-06-11T17:48:36.680Z | test endpoint::tests::test_endpoint_bad_metadata ... ok |
| 2010 | 2025-06-11T17:48:36.680Z | test doc::tests::test_extract_summary_description ... ok |
| 2011 | 2025-06-11T17:48:36.680Z | test endpoint::tests::test_endpoint_bad_string ... ok |
| 2012 | 2025-06-11T17:48:36.680Z | test api_trait::tests::test_api_trait_no_endpoints ... ok |
| 2013 | 2025-06-11T17:48:36.681Z | test endpoint::tests::test_endpoint_bad_versions ... ok |
| 2014 | 2025-06-11T17:48:36.681Z | test endpoint::tests::test_endpoint_invalid_item ... ok |
| 2015 | 2025-06-11T17:48:36.681Z | test endpoint::tests::test_endpoint_no_arguments ... ok |
| 2016 | 2025-06-11T17:48:36.681Z | test channel::tests::test_channel_with_custom_params ... ok |
| 2017 | 2025-06-11T17:48:36.681Z | test endpoint::tests::test_endpoint_not_async ... ok |
| 2018 | 2025-06-11T17:48:36.685Z | test endpoint::tests::test_endpoint_basic ... ok |
| 2019 | 2025-06-11T17:48:36.685Z | test endpoint::tests::test_endpoint_content_type ... ok |
| 2020 | 2025-06-11T17:48:36.685Z | test endpoint::tests::test_endpoint_context_fully_qualified_names ... ok |
| 2021 | 2025-06-11T17:48:36.685Z | test api_trait::tests::test_api_trait_operation_id ... ok |
| 2022 | 2025-06-11T17:48:36.685Z | test api_trait::tests::test_api_trait_basic ... ok |
| 2023 | 2025-06-11T17:48:36.685Z | test endpoint::tests::test_endpoint_pub_crate ... ok |
| 2024 | 2025-06-11T17:48:36.685Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok |
| 2025 | 2025-06-11T17:48:36.685Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok |
| 2026 | 2025-06-11T17:48:36.685Z | test endpoint::tests::test_endpoint_with_doc ... ok |
| 2027 | 2025-06-11T17:48:36.688Z | test api_trait::tests::test_api_trait_with_custom_params ... ok |
| 2028 | 2025-06-11T17:48:36.688Z | test endpoint::tests::test_endpoint_with_empty_where_clause ... ok |
| 2029 | 2025-06-11T17:48:36.688Z | test endpoint::tests::test_endpoint_with_tags ... ok |
| 2030 | 2025-06-11T17:48:36.688Z | test endpoint::tests::test_endpoint_with_query ... ok |
| 2031 | 2025-06-11T17:48:36.688Z | test endpoint::tests::test_endpoint_with_versions_all ... ok |
| 2032 | 2025-06-11T17:48:36.688Z | test syn_parsing::tests::test_busted_function ... ok |
| 2033 | 2025-06-11T17:48:36.688Z | test params::tests::test_extract_rqctx_ty_param ... ok |
| 2034 | 2025-06-11T17:48:36.688Z | test endpoint::tests::test_endpoint_with_custom_params ... ok |
| 2035 | 2025-06-11T17:48:36.688Z | test endpoint::tests::test_endpoint_with_unnamed_params ... ok |
| 2036 | 2025-06-11T17:48:36.688Z | test endpoint::tests::test_operation_id ... ok |
| 2037 | 2025-06-11T17:48:36.688Z | test endpoint::tests::test_endpoint_with_versions_until ... ok |
| 2038 | 2025-06-11T17:48:36.692Z | test endpoint::tests::test_endpoint_with_versions_from ... ok |
| 2039 | 2025-06-11T17:48:36.692Z | test endpoint::tests::test_endpoint_with_versions_from_until ... ok |
| 2040 | 2025-06-11T17:48:36.692Z | |
| 2041 | 2025-06-11T17:48:36.692Z | test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 2042 | 2025-06-11T17:48:36.692Z | |
| 2043 | 2025-06-11T17:48:36.695Z | Doc-tests dropshot |
| 2044 | 2025-06-11T17:48:36.695Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/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-bcde6ca54c14393f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-4c0ffb98b78e71e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-69fe44379731a011.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-ee2cfc940333bb53.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-4af2e9694a556e8c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-44f50815029fc701.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-80979dc6b4225cb4.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ad2941ffa9c34ceb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a3ee22579c9cddfa.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-af049f280c63e9e5.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-37f62aac0a41283f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c3b33e7689802cb3.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-40de3043320d29d6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac960afe2a92e002.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5cc9d275e2a70883.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b6496e680e7f48ea.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-61d2e7962eeec828.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-4177642b5b0edc3b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b82bb2ea7553f39f.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-654fd11ee4f1452b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-abf42528da3f5516.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-5af5e219ce3c48b8.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a02256af322b7a55.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-4b653bdf63350f04.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e4eb2c013fc0d53d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-aaa194477d2c4a8e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-6e342897cd1f647e.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-1bbac0e0b962d403.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-98cf92240953072c.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7b9057f7443a1802.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-133c2d3bed026d57.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-be8c7fe6649f3822.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-31ed3bbdd9a59b25.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-1558083bda5087b4.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c939c86de35e9005.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e9e4222b399e94d7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ca1062e0449046fe.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-0618face47fdab2a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a83b2d72dc41367f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b83c0ea13ff81eb2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-ea5d1539ad750453.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a27928af07617768.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-b7f652d32439bbb5.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-3793eb19c93e4198.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d9067910225741b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-78456f7e761005ba.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ef40bff176966650.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-9bb6e62d37999ac2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1ee6831d002d79c6.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0ecdffbfdbd5ece5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-7c2b36806219a371.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d0913442935ecaad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e0f6458f5f77a646.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-7fac9241216f2434.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9baf8dfddb471309.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-263abf0d0717b416.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1c513be7188cd79a.rlib -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --error-format human` |
| 2045 | 2025-06-11T17:48:37.139Z | |
| 2046 | 2025-06-11T17:48:37.140Z | running 23 tests |
| 2047 | 2025-06-11T17:48:39.042Z | test dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok |
| 2048 | 2025-06-11T17:48:39.043Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored |
| 2049 | 2025-06-11T17:48:39.043Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored |
| 2050 | 2025-06-11T17:48:39.071Z | test dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok |
| 2051 | 2025-06-11T17:48:43.864Z | test dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 601) ... ok |
| 2052 | 2025-06-11T17:48:43.864Z | test dropshot/src/lib.rs - (line 322) ... ignored |
| 2053 | 2025-06-11T17:48:43.957Z | test dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 366) ... ok |
| 2054 | 2025-06-11T17:48:44.000Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 344) ... ok |
| 2055 | 2025-06-11T17:48:44.187Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 319) ... ok |
| 2056 | 2025-06-11T17:48:44.212Z | test dropshot/src/lib.rs - (line 46) - compile ... ok |
| 2057 | 2025-06-11T17:48:44.510Z | test dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok |
| 2058 | 2025-06-11T17:48:44.602Z | test dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok |
| 2059 | 2025-06-11T17:48:44.602Z | test dropshot/src/lib.rs - channel (line 1158) ... ignored |
| 2060 | 2025-06-11T17:48:44.602Z | test dropshot/src/lib.rs - endpoint (line 1203) ... ignored |
| 2061 | 2025-06-11T17:48:45.772Z | test dropshot/src/lib.rs - (line 376) ... ok |
| 2062 | 2025-06-11T17:48:46.100Z | test dropshot/src/lib.rs - api_description (line 1023) ... ok |
| 2063 | 2025-06-11T17:48:46.218Z | test dropshot/src/lib.rs - (line 639) ... ok |
| 2064 | 2025-06-11T17:48:46.297Z | test dropshot/src/lib.rs - (line 110) ... ok |
| 2065 | 2025-06-11T17:48:46.346Z | test dropshot/src/lib.rs - api_description (line 1084) ... ok |
| 2066 | 2025-06-11T17:48:46.414Z | test dropshot/src/lib.rs - (line 189) ... ok |
| 2067 | 2025-06-11T17:48:47.236Z | test dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok |
| 2068 | 2025-06-11T17:48:49.708Z | test dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok |
| 2069 | 2025-06-11T17:48:50.739Z | test dropshot/src/lib.rs - (line 475) ... ok |
| 2070 | 2025-06-11T17:48:50.739Z | |
| 2071 | 2025-06-11T17:48:50.739Z | test result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 13.60s |
| 2072 | 2025-06-11T17:48:50.739Z | |
| 2073 | 2025-06-11T17:48:50.765Z | Doc-tests dropshot_endpoint |
| 2074 | 2025-06-11T17:48:50.768Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-0ddcde2d1f6f4862/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-86802fd9aef679f3.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5aad3fd3d9cc4197.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-7581fed33db7c29b.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-4d3e0da9459c53c2.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-c9e216b46aa7caf5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-b0dcbc25a1a6173f.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-284f81df4dfb6e16.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-078d61c7543aca58.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6c81abfc144ace5a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-02902277044b5409.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b568198d0f6dc728.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human` |
| 2075 | 2025-06-11T17:48:50.971Z | |
| 2076 | 2025-06-11T17:48:50.971Z | running 0 tests |
| 2077 | 2025-06-11T17:48:50.971Z | |
| 2078 | 2025-06-11T17:48:50.971Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2079 | 2025-06-11T17:48:50.971Z | |
| 2080 | 2025-06-11T17:48:51.001Z | |
| 2081 | 2025-06-11T17:48:51.005Z | real 2:41.605197816 |
| 2082 | 2025-06-11T17:48:51.005Z | user 14:22.133073565 |
| 2083 | 2025-06-11T17:48:51.005Z | sys 2:18.670837826 |
| 2084 | 2025-06-11T17:48:51.005Z | trap 0.704638522 |
| 2085 | 2025-06-11T17:48:51.005Z | tflt 0.411145598 |
| 2086 | 2025-06-11T17:48:51.005Z | dflt 0.214566760 |
| 2087 | 2025-06-11T17:48:51.005Z | kflt 0.000500248 |
| 2088 | 2025-06-11T17:48:51.005Z | lock 28:32.448973557 |
| 2089 | 2025-06-11T17:48:51.005Z | slp 1:11:38.437851192 |
| 2090 | 2025-06-11T17:48:51.005Z | lat 43.343429223 |
| 2091 | 2025-06-11T17:48:51.006Z | stop 1:05.155291214 |
| 2092 | 2025-06-11T17:48:51.006Z | process exited: duration 320781 ms, exit code 0 |
| |
| 2093 | 2025-06-11T17:48:51.013Z | found 0 output files |