|
|
|
| 1 | 2024-12-23T04:14:52.396Z | job assigned to worker 01JFRVHA8B7WKM82X4G7KKE0A7 [factory aws, i-0aa830f93a6bf204c] (queued for 1 m 4 s) |
| |
| 2 | 2024-12-23T04:15:00.317Z | starting task 0: "setup" |
| 3 | 2024-12-23T04:15:00.326Z | ++ uname -s |
| 4 | 2024-12-23T04:15:00.329Z | + kern=SunOS |
| 5 | 2024-12-23T04:15:00.329Z | + case "$kern" in |
| 6 | 2024-12-23T04:15:00.329Z | + groupadd -g 12345 build |
| 7 | 2024-12-23T04:15:00.332Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-12-23T04:15:02.339Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-12-23T04:15:02.443Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-12-23T04:15:02.446Z | + home_fs=zfs |
| 11 | 2024-12-23T04:15:02.446Z | + [[ zfs == autofs ]] |
| 12 | 2024-12-23T04:15:02.446Z | + mkdir -p /home/build |
| 13 | 2024-12-23T04:15:02.449Z | + chown build:build /home/build /work |
| 14 | 2024-12-23T04:15:03.450Z | + chmod 0700 /home/build /work |
| 15 | 2024-12-23T04:15:03.453Z | process exited: duration 3135 ms, exit code 0 |
| |
| 16 | 2024-12-23T04:15:03.459Z | starting task 1: "rust-toolchain" |
| 17 | 2024-12-23T04:15:03.465Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-12-23T04:15:03.465Z | ' stable |
| 19 | 2024-12-23T04:15:03.465Z | * toolchain channel = "stable" |
| 20 | 2024-12-23T04:15:03.465Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-12-23T04:15:03.465Z | ' default |
| 22 | 2024-12-23T04:15:03.467Z | * toolchain profile = "default" |
| 23 | 2024-12-23T04:15:03.467Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-12-23T04:15:03.467Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 25 | 2024-12-23T04:15:03.595Z | info: downloading installer |
| 26 | 2024-12-23T04:15:04.999Z | info: profile set to 'default' |
| 27 | 2024-12-23T04:15:04.999Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-12-23T04:15:05.002Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 29 | 2024-12-23T04:15:05.156Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
| 30 | 2024-12-23T04:15:05.156Z | info: downloading component 'cargo' |
| 31 | 2024-12-23T04:15:06.166Z | info: downloading component 'clippy' |
| 32 | 2024-12-23T04:15:06.591Z | info: downloading component 'rust-docs' |
| 33 | 2024-12-23T04:15:07.792Z | info: downloading component 'rust-std' |
| 34 | 2024-12-23T04:15:09.680Z | info: downloading component 'rustc' |
| 35 | 2024-12-23T04:15:16.559Z | info: downloading component 'rustfmt' |
| 36 | 2024-12-23T04:15:16.897Z | info: installing component 'cargo' |
| 37 | 2024-12-23T04:15:17.708Z | info: installing component 'clippy' |
| 38 | 2024-12-23T04:15:18.087Z | info: installing component 'rust-docs' |
| 39 | 2024-12-23T04:15:19.814Z | info: installing component 'rust-std' |
| 40 | 2024-12-23T04:15:21.507Z | info: installing component 'rustc' |
| 41 | 2024-12-23T04:15:27.169Z | info: installing component 'rustfmt' |
| 42 | 2024-12-23T04:15:27.503Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 43 | 2024-12-23T04:15:27.503Z | |
| 44 | 2024-12-23T04:15:27.857Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
| 45 | 2024-12-23T04:15:27.857Z | |
| 46 | 2024-12-23T04:15:27.860Z | |
| 47 | 2024-12-23T04:15:27.861Z | Rust is installed now. Great! |
| 48 | 2024-12-23T04:15:27.861Z | |
| 49 | 2024-12-23T04:15:27.861Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-12-23T04:15:27.861Z | environment variable. This has not been done automatically. |
| 51 | 2024-12-23T04:15:27.861Z | |
| 52 | 2024-12-23T04:15:27.861Z | To configure your current shell, you need to source |
| 53 | 2024-12-23T04:15:27.861Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-12-23T04:15:27.861Z | |
| 55 | 2024-12-23T04:15:27.861Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-12-23T04:15:27.861Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-12-23T04:15:27.861Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-12-23T04:15:27.928Z | + rustc --version |
| 59 | 2024-12-23T04:15:27.994Z | rustc 1.83.0 (90b35a623 2024-11-26) |
| 60 | 2024-12-23T04:15:27.997Z | process exited: duration 24533 ms, exit code 0 |
| |
| 61 | 2024-12-23T04:15:28.003Z | starting task 2: "authentication" |
| 62 | 2024-12-23T04:15:28.025Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-12-23T04:15:28.031Z | starting task 3: "clone repository" |
| 64 | 2024-12-23T04:15:28.036Z | + mkdir -p /work/oxidecomputer/dropshot |
| 65 | 2024-12-23T04:15:28.038Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
| 66 | 2024-12-23T04:15:29.753Z | Cloning into '/work/oxidecomputer/dropshot'... |
| 67 | 2024-12-23T04:15:31.397Z | + cd /work/oxidecomputer/dropshot |
| 68 | 2024-12-23T04:15:31.400Z | + git fetch origin 84000d767017a28db9b305bdfc1b43551a21911d |
| 69 | 2024-12-23T04:15:31.908Z | From https://github.com/oxidecomputer/dropshot |
| 70 | 2024-12-23T04:15:31.908Z | * branch 84000d767017a28db9b305bdfc1b43551a21911d -> FETCH_HEAD |
| 71 | 2024-12-23T04:15:31.916Z | + [[ -n dependabot/cargo/anyhow-1.0.95 ]] |
| 72 | 2024-12-23T04:15:31.919Z | ++ git branch --show-current |
| 73 | 2024-12-23T04:15:31.921Z | + current=main |
| 74 | 2024-12-23T04:15:31.921Z | + [[ main != dependabot/cargo/anyhow-1.0.95 ]] |
| 75 | 2024-12-23T04:15:31.921Z | + git branch -f dependabot/cargo/anyhow-1.0.95 84000d767017a28db9b305bdfc1b43551a21911d |
| 76 | 2024-12-23T04:15:31.924Z | + git checkout -f dependabot/cargo/anyhow-1.0.95 |
| 77 | 2024-12-23T04:15:31.944Z | Switched to branch 'dependabot/cargo/anyhow-1.0.95' |
| 78 | 2024-12-23T04:15:31.947Z | + git reset --hard 84000d767017a28db9b305bdfc1b43551a21911d |
| 79 | 2024-12-23T04:15:31.951Z | HEAD is now at 84000d7 Bump anyhow from 1.0.94 to 1.0.95 |
| 80 | 2024-12-23T04:15:31.954Z | process exited: duration 3919 ms, exit code 0 |
| |
| 81 | 2024-12-23T04:15:31.959Z | starting task 4: "build" |
| 82 | 2024-12-23T04:15:31.965Z | + cargo --version |
| 83 | 2024-12-23T04:15:31.970Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
| 84 | 2024-12-23T04:15:32.114Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
| 85 | 2024-12-23T04:15:32.114Z | info: downloading component 'cargo' |
| 86 | 2024-12-23T04:15:32.856Z | info: downloading component 'clippy' |
| 87 | 2024-12-23T04:15:33.135Z | info: downloading component 'rust-docs' |
| 88 | 2024-12-23T04:15:34.168Z | info: downloading component 'rust-std' |
| 89 | 2024-12-23T04:15:35.642Z | info: downloading component 'rustc' |
| 90 | 2024-12-23T04:15:41.206Z | info: downloading component 'rustfmt' |
| 91 | 2024-12-23T04:15:41.418Z | info: installing component 'cargo' |
| 92 | 2024-12-23T04:15:42.231Z | info: installing component 'clippy' |
| 93 | 2024-12-23T04:15:42.604Z | info: installing component 'rust-docs' |
| 94 | 2024-12-23T04:15:44.279Z | info: installing component 'rust-std' |
| 95 | 2024-12-23T04:15:45.874Z | info: installing component 'rustc' |
| 96 | 2024-12-23T04:15:51.661Z | info: installing component 'rustfmt' |
| 97 | 2024-12-23T04:15:52.083Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
| 98 | 2024-12-23T04:15:52.086Z | + rustc --version |
| 99 | 2024-12-23T04:15:52.156Z | rustc 1.83.0 (90b35a623 2024-11-26) |
| 100 | 2024-12-23T04:15:52.160Z | + banner build |
| 101 | 2024-12-23T04:15:52.307Z | |
| 102 | 2024-12-23T04:15:52.307Z | ##### # # # # ##### |
| 103 | 2024-12-23T04:15:52.307Z | # # # # # # # # |
| 104 | 2024-12-23T04:15:52.307Z | ##### # # # # # # |
| 105 | 2024-12-23T04:15:52.307Z | # # # # # # # # |
| 106 | 2024-12-23T04:15:52.307Z | # # # # # # # # |
| 107 | 2024-12-23T04:15:52.307Z | ##### #### # ###### ##### |
| 108 | 2024-12-23T04:15:52.307Z | |
| 109 | 2024-12-23T04:15:52.310Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
| 110 | 2024-12-23T04:15:52.447Z | Updating crates.io index |
| 111 | 2024-12-23T04:15:53.514Z | Downloading crates ... |
| 112 | 2024-12-23T04:15:53.597Z | Downloaded async-channel v2.3.1 |
| 113 | 2024-12-23T04:15:53.604Z | Downloaded digest v0.10.7 |
| 114 | 2024-12-23T04:15:53.607Z | Downloaded async-stream-impl v0.3.6 |
| 115 | 2024-12-23T04:15:53.614Z | Downloaded equivalent v1.0.0 |
| 116 | 2024-12-23T04:15:53.624Z | Downloaded dtrace-parser v0.2.0 |
| 117 | 2024-12-23T04:15:53.627Z | Downloaded match_cfg v0.1.0 |
| 118 | 2024-12-23T04:15:53.627Z | Downloaded http-body v1.0.1 |
| 119 | 2024-12-23T04:15:53.635Z | Downloaded is-terminal v0.4.12 |
| 120 | 2024-12-23T04:15:53.642Z | Downloaded foreign-types v0.3.2 |
| 121 | 2024-12-23T04:15:53.646Z | Downloaded foreign-types-shared v0.1.1 |
| 122 | 2024-12-23T04:15:53.651Z | Downloaded num-conv v0.1.0 |
| 123 | 2024-12-23T04:15:53.653Z | Downloaded newline-converter v0.3.0 |
| 124 | 2024-12-23T04:15:53.657Z | Downloaded openssl-probe v0.1.4 |
| 125 | 2024-12-23T04:15:53.659Z | Downloaded openssl-macros v0.1.1 |
| 126 | 2024-12-23T04:15:53.662Z | Downloaded num_threads v0.1.3 |
| 127 | 2024-12-23T04:15:53.662Z | Downloaded try-lock v0.2.3 |
| 128 | 2024-12-23T04:15:53.666Z | Downloaded dyn-clone v1.0.4 |
| 129 | 2024-12-23T04:15:53.668Z | Downloaded dof v0.3.0 |
| 130 | 2024-12-23T04:15:53.671Z | Downloaded errno v0.3.8 |
| 131 | 2024-12-23T04:15:53.671Z | Downloaded deranged v0.3.11 |
| 132 | 2024-12-23T04:15:53.673Z | Downloaded concurrent-queue v2.5.0 |
| 133 | 2024-12-23T04:15:53.673Z | Downloaded cfg-if v1.0.0 |
| 134 | 2024-12-23T04:15:53.675Z | Downloaded block-buffer v0.10.2 |
| 135 | 2024-12-23T04:15:53.676Z | Downloaded http-body-util v0.1.2 |
| 136 | 2024-12-23T04:15:53.678Z | Downloaded heck v0.5.0 |
| 137 | 2024-12-23T04:15:53.680Z | Downloaded event-listener-strategy v0.5.2 |
| 138 | 2024-12-23T04:15:53.680Z | Downloaded debug-ignore v1.0.5 |
| 139 | 2024-12-23T04:15:53.683Z | Downloaded cpufeatures v0.2.2 |
| 140 | 2024-12-23T04:15:53.683Z | Downloaded openssl-sys v0.9.103 |
| 141 | 2024-12-23T04:15:53.688Z | Downloaded untrusted v0.9.0 |
| 142 | 2024-12-23T04:15:53.691Z | Downloaded unicase v2.6.0 |
| 143 | 2024-12-23T04:15:53.693Z | Downloaded fnv v1.0.7 |
| 144 | 2024-12-23T04:15:53.693Z | Downloaded hyper-tls v0.6.0 |
| 145 | 2024-12-23T04:15:53.696Z | Downloaded hostname v0.4.0 |
| 146 | 2024-12-23T04:15:53.697Z | Downloaded unicode-normalization v0.1.24 |
| 147 | 2024-12-23T04:15:53.701Z | Downloaded unicode-ident v1.0.12 |
| 148 | 2024-12-23T04:15:53.704Z | Downloaded unicode-width v0.1.9 |
| 149 | 2024-12-23T04:15:53.704Z | Downloaded mime v0.3.16 |
| 150 | 2024-12-23T04:15:53.706Z | Downloaded autocfg v1.1.0 |
| 151 | 2024-12-23T04:15:53.706Z | Downloaded glob v0.3.0 |
| 152 | 2024-12-23T04:15:53.708Z | Downloaded futures-executor v0.3.31 |
| 153 | 2024-12-23T04:15:53.711Z | Downloaded futures-io v0.3.31 |
| 154 | 2024-12-23T04:15:53.711Z | Downloaded usdt-attr-macro v0.5.0 |
| 155 | 2024-12-23T04:15:53.711Z | Downloaded url v2.5.2 |
| 156 | 2024-12-23T04:15:53.714Z | Downloaded httpdate v1.0.1 |
| 157 | 2024-12-23T04:15:53.717Z | Downloaded usdt-impl v0.5.0 |
| 158 | 2024-12-23T04:15:53.717Z | Downloaded usdt v0.5.0 |
| 159 | 2024-12-23T04:15:53.719Z | Downloaded unicode-bidi v0.3.15 |
| 160 | 2024-12-23T04:15:53.722Z | Downloaded memmap v0.7.0 |
| 161 | 2024-12-23T04:15:53.722Z | Downloaded iana-time-zone v0.1.47 |
| 162 | 2024-12-23T04:15:53.725Z | Downloaded waitgroup v0.1.2 |
| 163 | 2024-12-23T04:15:53.725Z | Downloaded version_check v0.9.5 |
| 164 | 2024-12-23T04:15:53.727Z | Downloaded uuid v1.11.0 |
| 165 | 2024-12-23T04:15:53.730Z | Downloaded crypto-common v0.1.6 |
| 166 | 2024-12-23T04:15:53.732Z | Downloaded parking v2.2.0 |
| 167 | 2024-12-23T04:15:53.732Z | Downloaded futures-task v0.3.31 |
| 168 | 2024-12-23T04:15:53.735Z | Downloaded futures-core v0.3.31 |
| 169 | 2024-12-23T04:15:53.735Z | Downloaded hostname v0.3.1 |
| 170 | 2024-12-23T04:15:53.738Z | Downloaded ipnet v2.10.0 |
| 171 | 2024-12-23T04:15:53.740Z | Downloaded utf-8 v0.7.6 |
| 172 | 2024-12-23T04:15:53.740Z | Downloaded once_cell v1.20.1 |
| 173 | 2024-12-23T04:15:53.743Z | Downloaded log v0.4.17 |
| 174 | 2024-12-23T04:15:53.745Z | Downloaded lazy_static v1.5.0 |
| 175 | 2024-12-23T04:15:53.747Z | Downloaded pin-project-lite v0.2.12 |
| 176 | 2024-12-23T04:15:53.750Z | Downloaded multer v3.1.0 |
| 177 | 2024-12-23T04:15:53.753Z | Downloaded pkg-config v0.3.31 |
| 178 | 2024-12-23T04:15:53.756Z | Downloaded paste v1.0.15 |
| 179 | 2024-12-23T04:15:53.759Z | Downloaded mime_guess v2.0.5 |
| 180 | 2024-12-23T04:15:53.761Z | Downloaded proc-macro2 v1.0.92 |
| 181 | 2024-12-23T04:15:53.763Z | Downloaded pin-utils v0.1.0 |
| 182 | 2024-12-23T04:15:53.763Z | Downloaded pest_derive v2.7.6 |
| 183 | 2024-12-23T04:15:53.766Z | Downloaded hyper-rustls v0.26.0 |
| 184 | 2024-12-23T04:15:53.768Z | Downloaded pem v3.0.4 |
| 185 | 2024-12-23T04:15:53.771Z | Downloaded lock_api v0.4.6 |
| 186 | 2024-12-23T04:15:53.771Z | Downloaded itoa v1.0.1 |
| 187 | 2024-12-23T04:15:53.774Z | Downloaded tinyvec_macros v0.1.0 |
| 188 | 2024-12-23T04:15:53.774Z | Downloaded tower-service v0.3.1 |
| 189 | 2024-12-23T04:15:53.776Z | Downloaded ppv-lite86 v0.2.15 |
| 190 | 2024-12-23T04:15:53.776Z | Downloaded quinn-udp v0.5.5 |
| 191 | 2024-12-23T04:15:53.779Z | Downloaded pretty-hex v0.4.1 |
| 192 | 2024-12-23T04:15:53.779Z | Downloaded tokio-macros v2.4.0 |
| 193 | 2024-12-23T04:15:53.781Z | Downloaded async-trait v0.1.83 |
| 194 | 2024-12-23T04:15:53.784Z | Downloaded parking_lot_core v0.9.4 |
| 195 | 2024-12-23T04:15:53.786Z | Downloaded anyhow v1.0.95 |
| 196 | 2024-12-23T04:15:53.790Z | Downloaded schema-derive v0.1.0 |
| 197 | 2024-12-23T04:15:53.793Z | Downloaded futures v0.3.31 |
| 198 | 2024-12-23T04:15:53.796Z | Downloaded scroll_derive v0.12.0 |
| 199 | 2024-12-23T04:15:53.798Z | Downloaded rustc-hash v2.0.0 |
| 200 | 2024-12-23T04:15:53.798Z | Downloaded quote v1.0.37 |
| 201 | 2024-12-23T04:15:53.801Z | Downloaded thiserror-impl v2.0.7 |
| 202 | 2024-12-23T04:15:53.804Z | Downloaded thiserror-impl v1.0.69 |
| 203 | 2024-12-23T04:15:53.806Z | Downloaded schema v0.1.0 |
| 204 | 2024-12-23T04:15:53.806Z | Downloaded zeroize v1.7.0 |
| 205 | 2024-12-23T04:15:53.806Z | Downloaded num-traits v0.2.14 |
| 206 | 2024-12-23T04:15:53.809Z | Downloaded hyper-staticfile v0.10.1 |
| 207 | 2024-12-23T04:15:53.812Z | Downloaded plain v0.2.3 |
| 208 | 2024-12-23T04:15:53.812Z | Downloaded event-listener v5.0.0 |
| 209 | 2024-12-23T04:15:53.814Z | Downloaded powerfmt v0.2.0 |
| 210 | 2024-12-23T04:15:53.816Z | Downloaded pest_meta v2.7.6 |
| 211 | 2024-12-23T04:15:53.819Z | Downloaded toml_datetime v0.6.8 |
| 212 | 2024-12-23T04:15:53.819Z | Downloaded target-triple v0.1.3 |
| 213 | 2024-12-23T04:15:53.821Z | Downloaded sync_wrapper v1.0.1 |
| 214 | 2024-12-23T04:15:53.821Z | Downloaded thread_local v1.1.4 |
| 215 | 2024-12-23T04:15:53.824Z | Downloaded termcolor v1.1.2 |
| 216 | 2024-12-23T04:15:53.824Z | Downloaded tokio-native-tls v0.3.1 |
| 217 | 2024-12-23T04:15:53.826Z | Downloaded tokio-tungstenite v0.24.0 |
| 218 | 2024-12-23T04:15:53.828Z | Downloaded scroll v0.12.0 |
| 219 | 2024-12-23T04:15:53.828Z | Downloaded rand_core v0.6.3 |
| 220 | 2024-12-23T04:15:53.831Z | Downloaded pest_generator v2.7.6 |
| 221 | 2024-12-23T04:15:53.833Z | Downloaded http-range v0.1.4 |
| 222 | 2024-12-23T04:15:53.833Z | Downloaded scopeguard v1.2.0 |
| 223 | 2024-12-23T04:15:53.836Z | Downloaded bytes v1.9.0 |
| 224 | 2024-12-23T04:15:53.838Z | Downloaded schemars_derive v0.8.21 |
| 225 | 2024-12-23T04:15:53.841Z | Downloaded thread-id v4.0.0 |
| 226 | 2024-12-23T04:15:53.841Z | Downloaded sha1 v0.10.6 |
| 227 | 2024-12-23T04:15:53.844Z | Downloaded serde_path_to_error v0.1.16 |
| 228 | 2024-12-23T04:15:53.844Z | Downloaded time-core v0.1.2 |
| 229 | 2024-12-23T04:15:53.846Z | Downloaded bitflags v2.4.0 |
| 230 | 2024-12-23T04:15:53.849Z | Downloaded tokio-rustls v0.26.0 |
| 231 | 2024-12-23T04:15:53.849Z | Downloaded rand_chacha v0.3.1 |
| 232 | 2024-12-23T04:15:53.852Z | Downloaded slog-bunyan v2.5.0 |
| 233 | 2024-12-23T04:15:53.852Z | Downloaded hyper-util v0.1.10 |
| 234 | 2024-12-23T04:15:53.855Z | Downloaded slog-async v2.8.0 |
| 235 | 2024-12-23T04:15:53.858Z | Downloaded thiserror v1.0.69 |
| 236 | 2024-12-23T04:15:53.862Z | Downloaded time-macros v0.2.18 |
| 237 | 2024-12-23T04:15:53.865Z | Downloaded thiserror v2.0.7 |
| 238 | 2024-12-23T04:15:53.870Z | Downloaded typenum v1.14.0 |
| 239 | 2024-12-23T04:15:53.873Z | Downloaded base64 v0.22.1 |
| 240 | 2024-12-23T04:15:53.876Z | Downloaded semver v1.0.24 |
| 241 | 2024-12-23T04:15:53.879Z | Downloaded tinyvec v1.5.1 |
| 242 | 2024-12-23T04:15:53.882Z | Downloaded tempfile v3.14.0 |
| 243 | 2024-12-23T04:15:53.884Z | Downloaded serde_derive_internals v0.29.0 |
| 244 | 2024-12-23T04:15:53.887Z | Downloaded crossbeam-channel v0.5.1 |
| 245 | 2024-12-23T04:15:53.890Z | Downloaded smallvec v1.13.2 |
| 246 | 2024-12-23T04:15:53.893Z | Downloaded toml v0.8.19 |
| 247 | 2024-12-23T04:15:53.896Z | Downloaded trybuild v1.0.101 |
| 248 | 2024-12-23T04:15:53.900Z | Downloaded prettyplease v0.2.25 |
| 249 | 2024-12-23T04:15:53.904Z | Downloaded quinn v0.11.4 |
| 250 | 2024-12-23T04:15:53.907Z | Downloaded memchr v2.6.0 |
| 251 | 2024-12-23T04:15:53.912Z | Downloaded subprocess v0.2.9 |
| 252 | 2024-12-23T04:15:53.915Z | Downloaded slog v2.7.0 |
| 253 | 2024-12-23T04:15:53.918Z | Downloaded tracing-core v0.1.32 |
| 254 | 2024-12-23T04:15:53.921Z | Downloaded tungstenite v0.24.0 |
| 255 | 2024-12-23T04:15:53.925Z | Downloaded http v1.2.0 |
| 256 | 2024-12-23T04:15:53.928Z | Downloaded socket2 v0.5.5 |
| 257 | 2024-12-23T04:15:53.930Z | Downloaded simple-mermaid v0.2.0 |
| 258 | 2024-12-23T04:15:53.930Z | Downloaded serde_derive v1.0.216 |
| 259 | 2024-12-23T04:15:53.933Z | Downloaded serde v1.0.216 |
| 260 | 2024-12-23T04:15:53.937Z | Downloaded rand v0.8.4 |
| 261 | 2024-12-23T04:15:53.940Z | Downloaded indexmap v2.7.0 |
| 262 | 2024-12-23T04:15:53.944Z | Downloaded tokio-util v0.7.7 |
| 263 | 2024-12-23T04:15:53.951Z | Downloaded pest v2.7.6 |
| 264 | 2024-12-23T04:15:53.956Z | Downloaded toml_edit v0.22.20 |
| 265 | 2024-12-23T04:15:53.978Z | Downloaded time v0.3.36 |
| 266 | 2024-12-23T04:15:53.984Z | Downloaded portable-atomic v1.9.0 |
| 267 | 2024-12-23T04:15:53.990Z | Downloaded goblin v0.8.0 |
| 268 | 2024-12-23T04:15:53.995Z | Downloaded serde_json v1.0.133 |
| 269 | 2024-12-23T04:15:54.003Z | Downloaded futures-util v0.3.31 |
| 270 | 2024-12-23T04:15:54.014Z | Downloaded rustls-webpki v0.102.8 |
| 271 | 2024-12-23T04:15:54.032Z | Downloaded reqwest v0.12.9 |
| 272 | 2024-12-23T04:15:54.040Z | Downloaded quinn-proto v0.11.8 |
| 273 | 2024-12-23T04:15:54.045Z | Downloaded webpki-roots v0.26.5 |
| 274 | 2024-12-23T04:15:54.049Z | Downloaded h2 v0.4.6 |
| 275 | 2024-12-23T04:15:54.055Z | Downloaded openssl v0.10.66 |
| 276 | 2024-12-23T04:15:54.064Z | Downloaded syn v2.0.90 |
| 277 | 2024-12-23T04:15:54.075Z | Downloaded idna v0.5.0 |
| 278 | 2024-12-23T04:15:54.081Z | Downloaded chrono v0.4.39 |
| 279 | 2024-12-23T04:15:54.087Z | Downloaded rustix v0.38.40 |
| 280 | 2024-12-23T04:15:54.108Z | Downloaded rustls v0.23.13 |
| 281 | 2024-12-23T04:15:54.118Z | Downloaded rustls v0.22.4 |
| 282 | 2024-12-23T04:15:54.130Z | Downloaded openapiv3 v2.0.0 |
| 283 | 2024-12-23T04:15:54.141Z | Downloaded hyper v1.5.1 |
| 284 | 2024-12-23T04:15:54.146Z | Downloaded zerocopy v0.7.32 |
| 285 | 2024-12-23T04:15:54.160Z | Downloaded hashbrown v0.15.2 |
| 286 | 2024-12-23T04:15:54.165Z | Downloaded vcpkg v0.2.15 |
| 287 | 2024-12-23T04:15:54.200Z | Downloaded tracing v0.1.40 |
| 288 | 2024-12-23T04:15:54.203Z | Downloaded similar v2.2.1 |
| 289 | 2024-12-23T04:15:54.207Z | Downloaded schemars v0.8.21 |
| 290 | 2024-12-23T04:15:54.218Z | Downloaded rustls-pki-types v1.10.0 |
| 291 | 2024-12-23T04:15:54.221Z | Downloaded rcgen v0.13.1 |
| 292 | 2024-12-23T04:15:54.223Z | Downloaded mio v1.0.3 |
| 293 | 2024-12-23T04:15:54.228Z | Downloaded expectorate v1.1.0 |
| 294 | 2024-12-23T04:15:54.230Z | Downloaded ucd-trie v0.1.6 |
| 295 | 2024-12-23T04:15:54.232Z | Downloaded winnow v0.6.18 |
| 296 | 2024-12-23T04:15:54.239Z | Downloaded tokio-rustls v0.25.0 |
| 297 | 2024-12-23T04:15:54.242Z | Downloaded slog-term v2.9.1 |
| 298 | 2024-12-23T04:15:54.245Z | Downloaded sha2 v0.10.8 |
| 299 | 2024-12-23T04:15:54.247Z | Downloaded ryu v1.0.5 |
| 300 | 2024-12-23T04:15:54.250Z | Downloaded spin v0.9.8 |
| 301 | 2024-12-23T04:15:54.252Z | Downloaded slog-json v2.6.1 |
| 302 | 2024-12-23T04:15:54.252Z | Downloaded slab v0.4.9 |
| 303 | 2024-12-23T04:15:54.256Z | Downloaded rustls-native-certs v0.7.0 |
| 304 | 2024-12-23T04:15:54.256Z | Downloaded subtle v2.5.0 |
| 305 | 2024-12-23T04:15:54.258Z | Downloaded serde_spanned v0.6.7 |
| 306 | 2024-12-23T04:15:54.258Z | Downloaded rustls-pemfile v2.1.3 |
| 307 | 2024-12-23T04:15:54.261Z | Downloaded term v0.7.0 |
| 308 | 2024-12-23T04:15:54.264Z | Downloaded signal-hook-registry v1.4.0 |
| 309 | 2024-12-23T04:15:54.264Z | Downloaded serde_urlencoded v0.7.1 |
| 310 | 2024-12-23T04:15:54.266Z | Downloaded serde_tokenstream v0.2.2 |
| 311 | 2024-12-23T04:15:54.266Z | Downloaded take_mut v0.2.2 |
| 312 | 2024-12-23T04:15:54.266Z | Downloaded yasna v0.5.2 |
| 313 | 2024-12-23T04:15:54.269Z | Downloaded hyper-rustls v0.27.3 |
| 314 | 2024-12-23T04:15:54.271Z | Downloaded libc v0.2.168 |
| 315 | 2024-12-23T04:15:54.294Z | Downloaded crossbeam-utils v0.8.15 |
| 316 | 2024-12-23T04:15:54.297Z | Downloaded parking_lot v0.12.1 |
| 317 | 2024-12-23T04:15:54.299Z | Downloaded native-tls v0.2.12 |
| 318 | 2024-12-23T04:15:54.303Z | Downloaded tokio v1.41.1 |
| 319 | 2024-12-23T04:15:54.334Z | Downloaded getrandom v0.2.11 |
| 320 | 2024-12-23T04:15:54.337Z | Downloaded generic-array v0.14.5 |
| 321 | 2024-12-23T04:15:54.339Z | Downloaded futures-channel v0.3.31 |
| 322 | 2024-12-23T04:15:54.341Z | Downloaded camino v1.1.9 |
| 323 | 2024-12-23T04:15:54.344Z | Downloaded zerocopy-derive v0.7.32 |
| 324 | 2024-12-23T04:15:54.346Z | Downloaded want v0.3.0 |
| 325 | 2024-12-23T04:15:54.346Z | Downloaded cc v1.0.83 |
| 326 | 2024-12-23T04:15:54.349Z | Downloaded console v0.15.7 |
| 327 | 2024-12-23T04:15:54.351Z | Downloaded percent-encoding v2.3.1 |
| 328 | 2024-12-23T04:15:54.351Z | Downloaded usdt-macro v0.5.0 |
| 329 | 2024-12-23T04:15:54.354Z | Downloaded httparse v1.8.0 |
| 330 | 2024-12-23T04:15:54.354Z | Downloaded futures-macro v0.3.31 |
| 331 | 2024-12-23T04:15:54.357Z | Downloaded futures-sink v0.3.31 |
| 332 | 2024-12-23T04:15:54.357Z | Downloaded form_urlencoded v1.2.1 |
| 333 | 2024-12-23T04:15:54.357Z | Downloaded data-encoding v2.4.0 |
| 334 | 2024-12-23T04:15:54.358Z | Downloaded unicode-segmentation v1.10.0 |
| 335 | 2024-12-23T04:15:54.360Z | Downloaded fastrand v2.1.1 |
| 336 | 2024-12-23T04:15:54.375Z | Downloaded async-stream v0.3.6 |
| 337 | 2024-12-23T04:15:54.378Z | Downloaded byteorder v1.4.3 |
| 338 | 2024-12-23T04:15:54.378Z | Downloaded buf-list v1.0.3 |
| 339 | 2024-12-23T04:15:54.378Z | Downloaded atomic-waker v1.1.1 |
| 340 | 2024-12-23T04:15:54.378Z | Downloaded dirs-sys-next v0.1.2 |
| 341 | 2024-12-23T04:15:54.378Z | Downloaded dirs-next v2.0.0 |
| 342 | 2024-12-23T04:15:54.382Z | Downloaded encoding_rs v0.8.32 |
| 343 | 2024-12-23T04:15:54.547Z | Downloaded ring v0.17.7 |
| 344 | 2024-12-23T04:15:54.824Z | Compiling proc-macro2 v1.0.92 |
| 345 | 2024-12-23T04:15:54.824Z | Compiling unicode-ident v1.0.12 |
| 346 | 2024-12-23T04:15:54.827Z | Compiling libc v0.2.168 |
| 347 | 2024-12-23T04:15:54.827Z | Compiling cfg-if v1.0.0 |
| 348 | 2024-12-23T04:15:54.827Z | Compiling serde v1.0.216 |
| 349 | 2024-12-23T04:15:54.844Z | Compiling itoa v1.0.1 |
| 350 | 2024-12-23T04:15:54.847Z | Compiling memchr v2.6.0 |
| 351 | 2024-12-23T04:15:54.847Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=cd146562aee6a48f -C extra-filename=-cd146562aee6a48f --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-cd146562aee6a48f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 352 | 2024-12-23T04:15:54.847Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2b4509c562bc133a -C extra-filename=-2b4509c562bc133a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 353 | 2024-12-23T04:15:54.847Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.168/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)' --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=3f37ecda65fe710f -C extra-filename=-3f37ecda65fe710f --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-3f37ecda65fe710f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 354 | 2024-12-23T04:15:54.847Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=5dd581dc3bc79f2e -C extra-filename=-5dd581dc3bc79f2e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 355 | 2024-12-23T04:15:54.847Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3304f96f964a1429 -C extra-filename=-3304f96f964a1429 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 356 | 2024-12-23T04:15:54.847Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.168/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)' --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=a624976002cc552c -C extra-filename=-a624976002cc552c --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-a624976002cc552c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 357 | 2024-12-23T04:15:54.847Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.216/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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=11eaa64c74971fa8 -C extra-filename=-11eaa64c74971fa8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-11eaa64c74971fa8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 358 | 2024-12-23T04:15:54.847Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=7811892e43d5a81d -C extra-filename=-7811892e43d5a81d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 359 | 2024-12-23T04:15:54.928Z | Compiling version_check v0.9.5 |
| 360 | 2024-12-23T04:15:54.968Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1ca23863feb9ecf9 -C extra-filename=-1ca23863feb9ecf9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 361 | 2024-12-23T04:15:55.053Z | Compiling once_cell v1.20.1 |
| 362 | 2024-12-23T04:15:55.056Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=8ecd19cea472010a -C extra-filename=-8ecd19cea472010a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 363 | 2024-12-23T04:15:55.089Z | Compiling pin-project-lite v0.2.12 |
| 364 | 2024-12-23T04:15:55.100Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a094d5966eb5bd87 -C extra-filename=-a094d5966eb5bd87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 365 | 2024-12-23T04:15:55.205Z | Compiling autocfg v1.1.0 |
| 366 | 2024-12-23T04:15:55.208Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4ae02b1ab1a3988d -C extra-filename=-4ae02b1ab1a3988d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 367 | 2024-12-23T04:15:55.387Z | Compiling log v0.4.17 |
| 368 | 2024-12-23T04:15:55.390Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=22cbab9c833124f6 -C extra-filename=-22cbab9c833124f6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-22cbab9c833124f6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 369 | 2024-12-23T04:15:55.453Z | Compiling bytes v1.9.0 |
| 370 | 2024-12-23T04:15:55.456Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7b39fda080c99561 -C extra-filename=-7b39fda080c99561 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 371 | 2024-12-23T04:15:55.673Z | Compiling futures-core v0.3.31 |
| 372 | 2024-12-23T04:15:55.675Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=202e0e401ac02b89 -C extra-filename=-202e0e401ac02b89 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 373 | 2024-12-23T04:15:55.843Z | Compiling parking_lot_core v0.9.4 |
| 374 | 2024-12-23T04:15:55.846Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=24bab15ec3e720eb -C extra-filename=-24bab15ec3e720eb --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-24bab15ec3e720eb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 375 | 2024-12-23T04:15:56.162Z | Compiling ryu v1.0.5 |
| 376 | 2024-12-23T04:15:56.164Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=5fc82c77cb46f485 -C extra-filename=-5fc82c77cb46f485 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-5fc82c77cb46f485 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 377 | 2024-12-23T04:15:56.301Z | Compiling slab v0.4.9 |
| 378 | 2024-12-23T04:15:56.304Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2402d3bbfa54c27a -C extra-filename=-2402d3bbfa54c27a --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-2402d3bbfa54c27a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-4ae02b1ab1a3988d.rlib --cap-lints allow` |
| 379 | 2024-12-23T04:15:57.127Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-24bab15ec3e720eb/build-script-build` |
| 380 | 2024-12-23T04:15:57.127Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-cd146562aee6a48f/build-script-build` |
| 381 | 2024-12-23T04:15:57.129Z | Compiling futures-sink v0.3.31 |
| 382 | 2024-12-23T04:15:57.145Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-22cbab9c833124f6/build-script-build` |
| 383 | 2024-12-23T04:15:57.150Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6547b91da89de9b3 -C extra-filename=-6547b91da89de9b3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 384 | 2024-12-23T04:15:57.155Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-a624976002cc552c/build-script-build` |
| 385 | 2024-12-23T04:15:57.158Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-5fc82c77cb46f485/build-script-build` |
| 386 | 2024-12-23T04:15:57.162Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-3f37ecda65fe710f/build-script-build` |
| 387 | 2024-12-23T04:15:57.162Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-11eaa64c74971fa8/build-script-build` |
| 388 | 2024-12-23T04:15:57.183Z | Compiling thiserror v1.0.69 |
| 389 | 2024-12-23T04:15:57.195Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f95b53689135e862 -C extra-filename=-f95b53689135e862 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-f95b53689135e862 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 390 | 2024-12-23T04:15:57.198Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=2ea91e4e3ae71a91 -C extra-filename=-2ea91e4e3ae71a91 --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-5dd581dc3bc79f2e.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics` |
| 391 | 2024-12-23T04:15:57.218Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.168/src/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)' --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=1b28adc0e205690d -C extra-filename=-1b28adc0e205690d --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_new_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(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
| 392 | 2024-12-23T04:15:57.231Z | Compiling smallvec v1.13.2 |
| 393 | 2024-12-23T04:15:57.231Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=b1bd81fab5258879 -C extra-filename=-b1bd81fab5258879 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 394 | 2024-12-23T04:15:57.243Z | Compiling scopeguard v1.2.0 |
| 395 | 2024-12-23T04:15:57.246Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=ca43ebeaa2825c46 -C extra-filename=-ca43ebeaa2825c46 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit` |
| 396 | 2024-12-23T04:15:57.246Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=42b7a5659aa61c8d -C extra-filename=-42b7a5659aa61c8d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 397 | 2024-12-23T04:15:57.246Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.168/src/lib.rs --error-format=json --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)' --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=f9e6df5faf017a72 -C extra-filename=-f9e6df5faf017a72 --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_new_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(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
| 398 | 2024-12-23T04:15:57.366Z | Compiling lock_api v0.4.6 |
| 399 | 2024-12-23T04:15:57.369Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=ad0a48cb3aabe593 -C extra-filename=-ad0a48cb3aabe593 --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-42b7a5659aa61c8d.rmeta --cap-lints allow` |
| 400 | 2024-12-23T04:15:57.439Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=04e9a0ae494af8ad -C extra-filename=-04e9a0ae494af8ad --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-2b4509c562bc133a.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)'` |
| 401 | 2024-12-23T04:15:57.522Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slab-2402d3bbfa54c27a/build-script-build` |
| 402 | 2024-12-23T04:15:57.551Z | Compiling serde_json v1.0.133 |
| 403 | 2024-12-23T04:15:57.554Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.133/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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=61752e70cffe044e -C extra-filename=-61752e70cffe044e --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-61752e70cffe044e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 404 | 2024-12-23T04:15:57.582Z | Compiling fnv v1.0.7 |
| 405 | 2024-12-23T04:15:57.585Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a785c9739f55e7ce -C extra-filename=-a785c9739f55e7ce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 406 | 2024-12-23T04:15:57.650Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=cd1f1968df994cf1 -C extra-filename=-cd1f1968df994cf1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 407 | 2024-12-23T04:15:57.691Z | Compiling http v1.2.0 |
| 408 | 2024-12-23T04:15:57.694Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d564999cad1a5c0c -C extra-filename=-d564999cad1a5c0c --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-7b39fda080c99561.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-a785c9739f55e7ce.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --cap-lints allow` |
| 409 | 2024-12-23T04:15:57.719Z | Compiling futures-channel v0.3.31 |
| 410 | 2024-12-23T04:15:57.722Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=4eb31465723bb3e4 -C extra-filename=-4eb31465723bb3e4 --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-202e0e401ac02b89.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --cap-lints allow` |
| 411 | 2024-12-23T04:15:57.770Z | Compiling cc v1.0.83 |
| 412 | 2024-12-23T04:15:57.773Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/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)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=c42767795c8b6fc1 -C extra-filename=-c42767795c8b6fc1 --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-1b28adc0e205690d.rmeta --cap-lints allow` |
| 413 | 2024-12-23T04:15:57.806Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-f95b53689135e862/build-script-build` |
| 414 | 2024-12-23T04:15:57.869Z | Compiling futures-io v0.3.31 |
| 415 | 2024-12-23T04:15:57.871Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=5818bb373b366268 -C extra-filename=-5818bb373b366268 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 416 | 2024-12-23T04:15:57.909Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-61752e70cffe044e/build-script-build` |
| 417 | 2024-12-23T04:15:57.926Z | Compiling equivalent v1.0.0 |
| 418 | 2024-12-23T04:15:57.929Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=48c70162b106b140 -C extra-filename=-48c70162b106b140 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 419 | 2024-12-23T04:15:58.022Z | Compiling pin-utils v0.1.0 |
| 420 | 2024-12-23T04:15:58.024Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0fdc83d8b9503d3c -C extra-filename=-0fdc83d8b9503d3c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 421 | 2024-12-23T04:15:58.076Z | Compiling hashbrown v0.15.2 |
| 422 | 2024-12-23T04:15:58.079Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=f5be82adde7a16af -C extra-filename=-f5be82adde7a16af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 423 | 2024-12-23T04:15:58.101Z | Compiling quote v1.0.37 |
| 424 | 2024-12-23T04:15:58.104Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=1df8baf0a4c3fb3e -C extra-filename=-1df8baf0a4c3fb3e --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-04e9a0ae494af8ad.rmeta --cap-lints allow` |
| 425 | 2024-12-23T04:15:58.115Z | Compiling futures-task v0.3.31 |
| 426 | 2024-12-23T04:15:58.118Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=f46c24381bc413fc -C extra-filename=-f46c24381bc413fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 427 | 2024-12-23T04:15:58.126Z | Compiling httparse v1.8.0 |
| 428 | 2024-12-23T04:15:58.130Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a1815815f8349c27 -C extra-filename=-a1815815f8349c27 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-a1815815f8349c27 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 429 | 2024-12-23T04:15:58.380Z | Compiling getrandom v0.2.11 |
| 430 | 2024-12-23T04:15:58.383Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=36e0aa6318da57d5 -C extra-filename=-36e0aa6318da57d5 --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-5dd581dc3bc79f2e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rmeta --cap-lints allow` |
| 431 | 2024-12-23T04:15:58.484Z | Compiling syn v2.0.90 |
| 432 | 2024-12-23T04:15:58.487Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.90/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=a8650a6abef64620 -C extra-filename=-a8650a6abef64620 --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-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-2b4509c562bc133a.rmeta --cap-lints allow` |
| 433 | 2024-12-23T04:15:58.553Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=94dfd1f3b4b58c5f -C extra-filename=-94dfd1f3b4b58c5f --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-5dd581dc3bc79f2e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-b1bd81fab5258879.rmeta --cap-lints allow` |
| 434 | 2024-12-23T04:15:58.730Z | Compiling socket2 v0.5.5 |
| 435 | 2024-12-23T04:15:58.743Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=a0374385f69e3c93 -C extra-filename=-a0374385f69e3c93 --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-f9e6df5faf017a72.rmeta --cap-lints allow` |
| 436 | 2024-12-23T04:15:58.746Z | Compiling mio v1.0.3 |
| 437 | 2024-12-23T04:15:58.746Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=0b6dac5f125861d3 -C extra-filename=-0b6dac5f125861d3 --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-f9e6df5faf017a72.rmeta --cap-lints allow` |
| 438 | 2024-12-23T04:15:59.029Z | Compiling parking_lot v0.12.1 |
| 439 | 2024-12-23T04:15:59.032Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=dbb443a9a30c87ee -C extra-filename=-dbb443a9a30c87ee --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-ad0a48cb3aabe593.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-94dfd1f3b4b58c5f.rmeta --cap-lints allow` |
| 440 | 2024-12-23T04:15:59.149Z | Compiling signal-hook-registry v1.4.0 |
| 441 | 2024-12-23T04:15:59.152Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1c649268e78c9466 -C extra-filename=-1c649268e78c9466 --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-f9e6df5faf017a72.rmeta --cap-lints allow` |
| 442 | 2024-12-23T04:15:59.172Z | Compiling rustls-pki-types v1.10.0 |
| 443 | 2024-12-23T04:15:59.175Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=09d82741717f5c62 -C extra-filename=-09d82741717f5c62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 444 | 2024-12-23T04:15:59.732Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-a1815815f8349c27/build-script-build` |
| 445 | 2024-12-23T04:15:59.740Z | Compiling spin v0.9.8 |
| 446 | 2024-12-23T04:15:59.743Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="once"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --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=aac7f034420c2f30 -C extra-filename=-aac7f034420c2f30 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 447 | 2024-12-23T04:15:59.869Z | Compiling ring v0.17.7 |
| 448 | 2024-12-23T04:15:59.875Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/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)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=ecea8ddfc55e4683 -C extra-filename=-ecea8ddfc55e4683 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-ecea8ddfc55e4683 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-c42767795c8b6fc1.rlib --cap-lints allow` |
| 449 | 2024-12-23T04:15:59.960Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8170973e93e4b714 -C extra-filename=-8170973e93e4b714 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd` |
| 450 | 2024-12-23T04:15:59.982Z | Compiling tracing-core v0.1.32 |
| 451 | 2024-12-23T04:15:59.985Z | Compiling untrusted v0.9.0 |
| 452 | 2024-12-23T04:15:59.985Z | Compiling byteorder v1.4.3 |
| 453 | 2024-12-23T04:15:59.985Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=7dc3347dd7587c6f -C extra-filename=-7dc3347dd7587c6f --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-8ecd19cea472010a.rmeta --cap-lints allow` |
| 454 | 2024-12-23T04:15:59.985Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c5962458cf40046c -C extra-filename=-c5962458cf40046c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 455 | 2024-12-23T04:15:59.985Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=a679b17ca8f1f83b -C extra-filename=-a679b17ca8f1f83b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 456 | 2024-12-23T04:16:00.035Z | Compiling ucd-trie v0.1.6 |
| 457 | 2024-12-23T04:16:00.038Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8fe6c17116ec2866 -C extra-filename=-8fe6c17116ec2866 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 458 | 2024-12-23T04:16:00.154Z | Compiling typenum v1.14.0 |
| 459 | 2024-12-23T04:16:00.157Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=a874ee750a60ee3a -C extra-filename=-a874ee750a60ee3a --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-a874ee750a60ee3a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 460 | 2024-12-23T04:16:00.258Z | Compiling vcpkg v0.2.15 |
| 461 | 2024-12-23T04:16:00.270Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=04de5ef0e53c8b57 -C extra-filename=-04de5ef0e53c8b57 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 462 | 2024-12-23T04:16:00.422Z | Compiling pkg-config v0.3.31 |
| 463 | 2024-12-23T04:16:00.424Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cf7b7af24c352e30 -C extra-filename=-cf7b7af24c352e30 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 464 | 2024-12-23T04:16:00.608Z | Compiling atomic-waker v1.1.1 |
| 465 | 2024-12-23T04:16:00.620Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=7fd089cc9c593599 -C extra-filename=-7fd089cc9c593599 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 466 | 2024-12-23T04:16:00.638Z | Compiling tracing v0.1.40 |
| 467 | 2024-12-23T04:16:00.641Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=3cb0fcf01e26557b -C extra-filename=-3cb0fcf01e26557b --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-a094d5966eb5bd87.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-7dc3347dd7587c6f.rmeta --cap-lints allow` |
| 468 | 2024-12-23T04:16:00.772Z | Compiling http-body v1.0.1 |
| 469 | 2024-12-23T04:16:00.775Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5f47cc9f672c6a6d -C extra-filename=-5f47cc9f672c6a6d --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-7b39fda080c99561.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --cap-lints allow` |
| 470 | 2024-12-23T04:16:00.846Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ring-ecea8ddfc55e4683/build-script-build` |
| 471 | 2024-12-23T04:16:00.985Z | Compiling generic-array v0.14.5 |
| 472 | 2024-12-23T04:16:00.987Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=0a273518cb69fe66 -C extra-filename=-0a273518cb69fe66 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-0a273518cb69fe66 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow` |
| 473 | 2024-12-23T04:16:01.009Z | Compiling try-lock v0.2.3 |
| 474 | 2024-12-23T04:16:01.011Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=71cc9b573bcfc055 -C extra-filename=-71cc9b573bcfc055 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 475 | 2024-12-23T04:16:01.067Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-a874ee750a60ee3a/build-script-main` |
| 476 | 2024-12-23T04:16:01.124Z | Compiling crossbeam-utils v0.8.15 |
| 477 | 2024-12-23T04:16:01.127Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=b5a6dffc99cd6153 -C extra-filename=-b5a6dffc99cd6153 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b5a6dffc99cd6153 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 478 | 2024-12-23T04:16:01.232Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=1aad48a297284976 -C extra-filename=-1aad48a297284976 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 479 | 2024-12-23T04:16:01.279Z | Compiling want v0.3.0 |
| 480 | 2024-12-23T04:16:01.282Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=77d59de9e605eac7 -C extra-filename=-77d59de9e605eac7 --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-2ea91e4e3ae71a91.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-71cc9b573bcfc055.rmeta --cap-lints allow` |
| 481 | 2024-12-23T04:16:01.308Z | Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-0a273518cb69fe66/build-script-build` |
| 482 | 2024-12-23T04:16:01.362Z | Compiling httpdate v1.0.1 |
| 483 | 2024-12-23T04:16:01.365Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=25466779565e1786 -C extra-filename=-25466779565e1786 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 484 | 2024-12-23T04:16:01.410Z | Compiling subtle v2.5.0 |
| 485 | 2024-12-23T04:16:01.413Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=73d06957f10eeb69 -C extra-filename=-73d06957f10eeb69 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 486 | 2024-12-23T04:16:01.510Z | Compiling time-core v0.1.2 |
| 487 | 2024-12-23T04:16:01.513Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=aa6baf78862fdd65 -C extra-filename=-aa6baf78862fdd65 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 488 | 2024-12-23T04:16:01.570Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b5a6dffc99cd6153/build-script-build` |
| 489 | 2024-12-23T04:16:01.590Z | Compiling num-conv v0.1.0 |
| 490 | 2024-12-23T04:16:01.593Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=41ef72da9f22982d -C extra-filename=-41ef72da9f22982d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 491 | 2024-12-23T04:16:01.604Z | Compiling openssl-sys v0.9.103 |
| 492 | 2024-12-23T04:16:01.606Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/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)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=98fab520a98a0ff2 -C extra-filename=-98fab520a98a0ff2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-98fab520a98a0ff2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-c42767795c8b6fc1.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-cf7b7af24c352e30.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-04de5ef0e53c8b57.rlib --cap-lints allow` |
| 493 | 2024-12-23T04:16:01.626Z | Compiling powerfmt v0.2.0 |
| 494 | 2024-12-23T04:16:01.629Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=70e5eaac2f714cf0 -C extra-filename=-70e5eaac2f714cf0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 495 | 2024-12-23T04:16:01.655Z | Compiling zeroize v1.7.0 |
| 496 | 2024-12-23T04:16:01.658Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=da542cff3d2eedc6 -C extra-filename=-da542cff3d2eedc6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 497 | 2024-12-23T04:16:01.774Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=2bcf0c9b8cf8c35f -C extra-filename=-2bcf0c9b8cf8c35f --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-5dd581dc3bc79f2e.rmeta --cap-lints allow` |
| 498 | 2024-12-23T04:16:01.833Z | Compiling time-macros v0.2.18 |
| 499 | 2024-12-23T04:16:01.836Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=116dcbd358aa9937 -C extra-filename=-116dcbd358aa9937 --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-41ef72da9f22982d.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-aa6baf78862fdd65.rlib --extern proc_macro --cap-lints allow` |
| 500 | 2024-12-23T04:16:01.912Z | Compiling deranged v0.3.11 |
| 501 | 2024-12-23T04:16:01.915Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=9f9a8cae2269c2ed -C extra-filename=-9f9a8cae2269c2ed --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-70e5eaac2f714cf0.rmeta --cap-lints allow` |
| 502 | 2024-12-23T04:16:01.963Z | Compiling bitflags v2.4.0 |
| 503 | 2024-12-23T04:16:01.966Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=4453ff0f6fdc5370 -C extra-filename=-4453ff0f6fdc5370 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 504 | 2024-12-23T04:16:02.255Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=b8ae90b47b532750 -C extra-filename=-b8ae90b47b532750 --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-1aad48a297284976.rmeta --cap-lints allow --cfg relaxed_coherence` |
| 505 | 2024-12-23T04:16:02.268Z | Compiling base64 v0.22.1 |
| 506 | 2024-12-23T04:16:02.271Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5dc2903498e8e0d8 -C extra-filename=-5dc2903498e8e0d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 507 | 2024-12-23T04:16:02.470Z | Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-98fab520a98a0ff2/build-script-main` |
| 508 | 2024-12-23T04:16:02.847Z | Compiling num_threads v0.1.3 |
| 509 | 2024-12-23T04:16:02.850Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5763716f0b9fe373 -C extra-filename=-5763716f0b9fe373 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 510 | 2024-12-23T04:16:02.909Z | Compiling slog v2.7.0 |
| 511 | 2024-12-23T04:16:02.912Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=c93c1cc0f85b7373 -C extra-filename=-c93c1cc0f85b7373 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-c93c1cc0f85b7373 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 512 | 2024-12-23T04:16:02.958Z | Compiling unicase v2.6.0 |
| 513 | 2024-12-23T04:16:02.961Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=a841d2c447f6aa0b -C extra-filename=-a841d2c447f6aa0b --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-a841d2c447f6aa0b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow` |
| 514 | 2024-12-23T04:16:03.061Z | Compiling usdt-impl v0.5.0 |
| 515 | 2024-12-23T04:16:03.064Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=ed3ebab30af42dfd -C extra-filename=-ed3ebab30af42dfd --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-ed3ebab30af42dfd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow` |
| 516 | 2024-12-23T04:16:03.175Z | Compiling tinyvec_macros v0.1.0 |
| 517 | 2024-12-23T04:16:03.178Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-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)' --check-cfg 'cfg(feature, values())' -C metadata=92932337de74c4f0 -C extra-filename=-92932337de74c4f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 518 | 2024-12-23T04:16:03.250Z | Compiling tower-service v0.3.1 |
| 519 | 2024-12-23T04:16:03.253Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-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)' --check-cfg 'cfg(feature, values())' -C metadata=898d61404c92afba -C extra-filename=-898d61404c92afba --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 520 | 2024-12-23T04:16:03.263Z | Compiling openssl v0.10.66 |
| 521 | 2024-12-23T04:16:03.265Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/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)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=4db551ff8b71c1b5 -C extra-filename=-4db551ff8b71c1b5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-4db551ff8b71c1b5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 522 | 2024-12-23T04:16:03.322Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-c93c1cc0f85b7373/build-script-build` |
| 523 | 2024-12-23T04:16:03.353Z | Compiling openssl-probe v0.1.4 |
| 524 | 2024-12-23T04:16:03.356Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=dc0a1e1832286ed0 -C extra-filename=-dc0a1e1832286ed0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 525 | 2024-12-23T04:16:03.373Z | Compiling percent-encoding v2.3.1 |
| 526 | 2024-12-23T04:16:03.376Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=48a9904ae722e1d3 -C extra-filename=-48a9904ae722e1d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 527 | 2024-12-23T04:16:03.408Z | Compiling paste v1.0.15 |
| 528 | 2024-12-23T04:16:03.411Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9091910e0d3f186f -C extra-filename=-9091910e0d3f186f --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-9091910e0d3f186f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 529 | 2024-12-23T04:16:03.617Z | Compiling foreign-types-shared v0.1.1 |
| 530 | 2024-12-23T04:16:03.620Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e655ed84d5616fe5 -C extra-filename=-e655ed84d5616fe5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 531 | 2024-12-23T04:16:03.632Z | Compiling form_urlencoded v1.2.1 |
| 532 | 2024-12-23T04:16:03.634Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e609e9b6d2cfac5c -C extra-filename=-e609e9b6d2cfac5c --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-48a9904ae722e1d3.rmeta --cap-lints allow` |
| 533 | 2024-12-23T04:16:03.645Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-ed3ebab30af42dfd/build-script-build` |
| 534 | 2024-12-23T04:16:03.696Z | Compiling foreign-types v0.3.2 |
| 535 | 2024-12-23T04:16:03.699Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2bc3e7a32a58de3e -C extra-filename=-2bc3e7a32a58de3e --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-e655ed84d5616fe5.rmeta --cap-lints allow` |
| 536 | 2024-12-23T04:16:03.762Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=2cdf19f3b7a2e68f -C extra-filename=-2cdf19f3b7a2e68f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128` |
| 537 | 2024-12-23T04:16:03.773Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-a841d2c447f6aa0b/build-script-build` |
| 538 | 2024-12-23T04:16:03.827Z | Running `/work/oxidecomputer/dropshot/target/debug/build/paste-9091910e0d3f186f/build-script-build` |
| 539 | 2024-12-23T04:16:03.872Z | Compiling tinyvec v1.5.1 |
| 540 | 2024-12-23T04:16:03.875Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-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="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "serde", "std", "tinyvec_macros"))' -C metadata=596b343bc3f2559a -C extra-filename=-596b343bc3f2559a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtinyvec_macros-92932337de74c4f0.rmeta --cap-lints allow` |
| 541 | 2024-12-23T04:16:03.902Z | Compiling block-buffer v0.10.2 |
| 542 | 2024-12-23T04:16:03.905Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9a32fa8ee2de33f3 -C extra-filename=-9a32fa8ee2de33f3 --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-b8ae90b47b532750.rmeta --cap-lints allow` |
| 543 | 2024-12-23T04:16:03.915Z | Compiling crypto-common v0.1.6 |
| 544 | 2024-12-23T04:16:03.917Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=5a91c444c059179b -C extra-filename=-5a91c444c059179b --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-b8ae90b47b532750.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-1aad48a297284976.rmeta --cap-lints allow` |
| 545 | 2024-12-23T04:16:04.031Z | Compiling rand_core v0.6.3 |
| 546 | 2024-12-23T04:16:04.034Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=2db3ae812f19c477 -C extra-filename=-2db3ae812f19c477 --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-36e0aa6318da57d5.rmeta --cap-lints allow` |
| 547 | 2024-12-23T04:16:04.042Z | Compiling thread-id v4.0.0 |
| 548 | 2024-12-23T04:16:04.044Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ba193204ccf11820 -C extra-filename=-ba193204ccf11820 --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-1b28adc0e205690d.rmeta --cap-lints allow` |
| 549 | 2024-12-23T04:16:04.122Z | Compiling num-traits v0.2.14 |
| 550 | 2024-12-23T04:16:04.124Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=5c09c1eed9153658 -C extra-filename=-5c09c1eed9153658 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-5c09c1eed9153658 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-4ae02b1ab1a3988d.rlib --cap-lints allow` |
| 551 | 2024-12-23T04:16:04.327Z | Compiling rustls v0.23.13 |
| 552 | 2024-12-23T04:16:04.330Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=1a370e121a6f7649 -C extra-filename=-1a370e121a6f7649 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-1a370e121a6f7649 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 553 | 2024-12-23T04:16:04.338Z | Compiling lazy_static v1.5.0 |
| 554 | 2024-12-23T04:16:04.340Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=d64202170b2e197a -C extra-filename=-d64202170b2e197a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 555 | 2024-12-23T04:16:04.424Z | Compiling mime v0.3.16 |
| 556 | 2024-12-23T04:16:04.429Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2e6e14bf8f897369 -C extra-filename=-2e6e14bf8f897369 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 557 | 2024-12-23T04:16:04.445Z | Compiling plain v0.2.3 |
| 558 | 2024-12-23T04:16:04.448Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=eea47dbe4268cb26 -C extra-filename=-eea47dbe4268cb26 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 559 | 2024-12-23T04:16:04.556Z | Compiling native-tls v0.2.12 |
| 560 | 2024-12-23T04:16:04.559Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=dc77dae4e4fceaae -C extra-filename=-dc77dae4e4fceaae --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-dc77dae4e4fceaae -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 561 | 2024-12-23T04:16:04.658Z | Compiling semver v1.0.24 |
| 562 | 2024-12-23T04:16:04.661Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.24/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=d2337ce5edf9387e -C extra-filename=-d2337ce5edf9387e --out-dir /work/oxidecomputer/dropshot/target/debug/build/semver-d2337ce5edf9387e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 563 | 2024-12-23T04:16:04.812Z | Compiling time v0.3.36 |
| 564 | 2024-12-23T04:16:04.815Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=0b95d87617c255e7 -C extra-filename=-0b95d87617c255e7 --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-9f9a8cae2269c2ed.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-41ef72da9f22982d.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-5763716f0b9fe373.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-70e5eaac2f714cf0.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-aa6baf78862fdd65.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-116dcbd358aa9937.so --cap-lints allow` |
| 565 | 2024-12-23T04:16:04.867Z | Compiling rustls v0.22.4 |
| 566 | 2024-12-23T04:16:04.870Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=e4f710111ba12d98 -C extra-filename=-e4f710111ba12d98 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-e4f710111ba12d98 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 567 | 2024-12-23T04:16:04.880Z | Compiling ppv-lite86 v0.2.15 |
| 568 | 2024-12-23T04:16:04.883Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=d564fed89c383635 -C extra-filename=-d564fed89c383635 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 569 | 2024-12-23T04:16:05.089Z | Compiling unicode-width v0.1.9 |
| 570 | 2024-12-23T04:16:05.092Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=3fbdf015e2d1ab9a -C extra-filename=-3fbdf015e2d1ab9a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 571 | 2024-12-23T04:16:05.107Z | Running `/work/oxidecomputer/dropshot/target/debug/build/semver-d2337ce5edf9387e/build-script-build` |
| 572 | 2024-12-23T04:16:05.137Z | Compiling unicode-normalization v0.1.24 |
| 573 | 2024-12-23T04:16:05.140Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1074ff751d4dcbe6 -C extra-filename=-1074ff751d4dcbe6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern tinyvec=/work/oxidecomputer/dropshot/target/debug/deps/libtinyvec-596b343bc3f2559a.rmeta --cap-lints allow` |
| 574 | 2024-12-23T04:16:05.155Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-5c09c1eed9153658/build-script-build` |
| 575 | 2024-12-23T04:16:05.207Z | Compiling digest v0.10.7 |
| 576 | 2024-12-23T04:16:05.210Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=9a02dfbc282c3e64 -C extra-filename=-9a02dfbc282c3e64 --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-9a32fa8ee2de33f3.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-5a91c444c059179b.rmeta --cap-lints allow` |
| 577 | 2024-12-23T04:16:05.394Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=5d37b5944a2bec33 -C extra-filename=-5d37b5944a2bec33 --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` |
| 578 | 2024-12-23T04:16:05.439Z | Compiling rand_chacha v0.3.1 |
| 579 | 2024-12-23T04:16:05.442Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=180963e155ef7681 -C extra-filename=-180963e155ef7681 --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-d564fed89c383635.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-2db3ae812f19c477.rmeta --cap-lints allow` |
| 580 | 2024-12-23T04:16:05.452Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=793274e01d89c767 -C extra-filename=-793274e01d89c767 --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"))'` |
| 581 | 2024-12-23T04:16:05.662Z | Compiling rustls-pemfile v2.1.3 |
| 582 | 2024-12-23T04:16:05.665Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d0874cfdfdccfd34 -C extra-filename=-d0874cfdfdccfd34 --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-5dc2903498e8e0d8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --cap-lints allow` |
| 583 | 2024-12-23T04:16:05.973Z | Compiling dirs-sys-next v0.1.2 |
| 584 | 2024-12-23T04:16:05.976Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=11f0e7ffdf0aaf73 -C extra-filename=-11f0e7ffdf0aaf73 --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-f9e6df5faf017a72.rmeta --cap-lints allow` |
| 585 | 2024-12-23T04:16:05.996Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=1fd3a47ef93f811e -C extra-filename=-1fd3a47ef93f811e --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-1fd3a47ef93f811e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow` |
| 586 | 2024-12-23T04:16:06.294Z | Compiling winnow v0.6.18 |
| 587 | 2024-12-23T04:16:06.297Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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=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' '--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' '--warn=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)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=75c04a53d45b38c7 -C extra-filename=-75c04a53d45b38c7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 588 | 2024-12-23T04:16:06.359Z | Compiling unicode-bidi v0.3.15 |
| 589 | 2024-12-23T04:16:06.362Z | Compiling pretty-hex v0.4.1 |
| 590 | 2024-12-23T04:16:06.362Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.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="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=b65a8a6e78f10c75 -C extra-filename=-b65a8a6e78f10c75 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 591 | 2024-12-23T04:16:06.362Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=0c8091ee601db76f -C extra-filename=-0c8091ee601db76f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 592 | 2024-12-23T04:16:06.488Z | Compiling unicode-segmentation v1.10.0 |
| 593 | 2024-12-23T04:16:06.490Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=4a6bb2da173b7a40 -C extra-filename=-4a6bb2da173b7a40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 594 | 2024-12-23T04:16:06.527Z | Compiling cpufeatures v0.2.2 |
| 595 | 2024-12-23T04:16:06.529Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2cde8935906ba3e8 -C extra-filename=-2cde8935906ba3e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 596 | 2024-12-23T04:16:06.607Z | Compiling sha1 v0.10.6 |
| 597 | 2024-12-23T04:16:06.610Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=f99f1fc3dc2da012 -C extra-filename=-f99f1fc3dc2da012 --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-5dd581dc3bc79f2e.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-2cde8935906ba3e8.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-9a02dfbc282c3e64.rmeta --cap-lints allow` |
| 598 | 2024-12-23T04:16:06.902Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=2fb861937b53185e -C extra-filename=-2fb861937b53185e --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-f9e6df5faf017a72.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"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --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(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)'` |
| 599 | 2024-12-23T04:16:06.952Z | Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-4db551ff8b71c1b5/build-script-build` |
| 600 | 2024-12-23T04:16:06.967Z | Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-dc77dae4e4fceaae/build-script-build` |
| 601 | 2024-12-23T04:16:06.984Z | Compiling newline-converter v0.3.0 |
| 602 | 2024-12-23T04:16:06.986Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=550874df4534c24e -C extra-filename=-550874df4534c24e --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-4a6bb2da173b7a40.rmeta --cap-lints allow` |
| 603 | 2024-12-23T04:16:07.116Z | Compiling idna v0.5.0 |
| 604 | 2024-12-23T04:16:07.118Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=70257c669e69ace0 -C extra-filename=-70257c669e69ace0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_bidi-b65a8a6e78f10c75.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-1074ff751d4dcbe6.rmeta --cap-lints allow` |
| 605 | 2024-12-23T04:16:07.131Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-1fd3a47ef93f811e/build-script-build` |
| 606 | 2024-12-23T04:16:07.261Z | Compiling dirs-next v2.0.0 |
| 607 | 2024-12-23T04:16:07.264Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6ebce09478611b46 -C extra-filename=-6ebce09478611b46 --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-5dd581dc3bc79f2e.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-11f0e7ffdf0aaf73.rmeta --cap-lints allow` |
| 608 | 2024-12-23T04:16:07.420Z | Compiling rand v0.8.4 |
| 609 | 2024-12-23T04:16:07.423Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=f300da7cef77ee4b -C extra-filename=-f300da7cef77ee4b --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-f9e6df5faf017a72.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-180963e155ef7681.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-2db3ae812f19c477.rmeta --cap-lints allow` |
| 610 | 2024-12-23T04:16:07.665Z | Compiling mime_guess v2.0.5 |
| 611 | 2024-12-23T04:16:07.668Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=f80aa830a10dcc85 -C extra-filename=-f80aa830a10dcc85 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-f80aa830a10dcc85 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-5d37b5944a2bec33.rlib --cap-lints allow` |
| 612 | 2024-12-23T04:16:07.897Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8d089af357a348f5 -C extra-filename=-8d089af357a348f5 --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` |
| 613 | 2024-12-23T04:16:08.022Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.24/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fe7db9ad15ca6d75 -C extra-filename=-fe7db9ad15ca6d75 --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)'` |
| 614 | 2024-12-23T04:16:08.349Z | Compiling serde_derive v1.0.216 |
| 615 | 2024-12-23T04:16:08.352Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.216/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)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=06cb59c718d6669f -C extra-filename=-06cb59c718d6669f --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rlib --extern proc_macro --cap-lints allow` |
| 616 | 2024-12-23T04:16:08.617Z | Compiling thiserror-impl v1.0.69 |
| 617 | 2024-12-23T04:16:08.620Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=53b3c73f77caef40 -C extra-filename=-53b3c73f77caef40 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rlib --extern proc_macro --cap-lints allow` |
| 618 | 2024-12-23T04:16:08.631Z | Compiling tokio-macros v2.4.0 |
| 619 | 2024-12-23T04:16:08.634Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.4.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)' --check-cfg 'cfg(feature, values())' -C metadata=7b8fdfc87c9154aa -C extra-filename=-7b8fdfc87c9154aa --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rlib --extern proc_macro --cap-lints allow` |
| 620 | 2024-12-23T04:16:08.654Z | Compiling futures-macro v0.3.31 |
| 621 | 2024-12-23T04:16:08.656Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4b5bb8a32c574ee1 -C extra-filename=-4b5bb8a32c574ee1 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rlib --extern proc_macro --cap-lints allow` |
| 622 | 2024-12-23T04:16:08.704Z | Compiling zerocopy-derive v0.7.32 |
| 623 | 2024-12-23T04:16:08.708Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6f56a26c50140697 -C extra-filename=-6f56a26c50140697 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rlib --extern proc_macro --cap-lints allow` |
| 624 | 2024-12-23T04:16:09.153Z | Compiling scroll_derive v0.12.0 |
| 625 | 2024-12-23T04:16:09.156Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=978667a2f7ec0cdf -C extra-filename=-978667a2f7ec0cdf --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rlib --extern proc_macro --cap-lints allow` |
| 626 | 2024-12-23T04:16:09.214Z | Compiling openssl-macros v0.1.1 |
| 627 | 2024-12-23T04:16:09.216Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f85c0825c98e16f8 -C extra-filename=-f85c0825c98e16f8 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rlib --extern proc_macro --cap-lints allow` |
| 628 | 2024-12-23T04:16:10.085Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=86ddfdb3e1e9a5c1 -C extra-filename=-86ddfdb3e1e9a5c1 --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-4453ff0f6fdc5370.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-2bc3e7a32a58de3e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-f85c0825c98e16f8.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-2fb861937b53185e.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"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --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(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)'` |
| 629 | 2024-12-23T04:16:10.106Z | Compiling tokio v1.41.1 |
| 630 | 2024-12-23T04:16:10.109Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.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="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)' --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=3aa61e0e9614bb03 -C extra-filename=-3aa61e0e9614bb03 --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-7b39fda080c99561.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-0b6dac5f125861d3.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-dbb443a9a30c87ee.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-1c649268e78c9466.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-a0374385f69e3c93.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-7b8fdfc87c9154aa.so --cap-lints allow` |
| 631 | 2024-12-23T04:16:10.414Z | Compiling futures-util v0.3.31 |
| 632 | 2024-12-23T04:16:10.417Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e51bea29fa35e9ff -C extra-filename=-e51bea29fa35e9ff --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-4eb31465723bb3e4.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-5818bb373b366268.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-4b5bb8a32c574ee1.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-f46c24381bc413fc.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7811892e43d5a81d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-0fdc83d8b9503d3c.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-cd1f1968df994cf1.rmeta --cap-lints allow` |
| 633 | 2024-12-23T04:16:10.494Z | Compiling scroll v0.12.0 |
| 634 | 2024-12-23T04:16:10.506Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=40b28cdef3081ad8 -C extra-filename=-40b28cdef3081ad8 --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-978667a2f7ec0cdf.so --cap-lints allow` |
| 635 | 2024-12-23T04:16:10.543Z | Compiling zerocopy v0.7.32 |
| 636 | 2024-12-23T04:16:10.555Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=ccb19c16fb1e9863 -C extra-filename=-ccb19c16fb1e9863 --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-a679b17ca8f1f83b.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-6f56a26c50140697.so --cap-lints allow` |
| 637 | 2024-12-23T04:16:10.957Z | Compiling goblin v0.8.0 |
| 638 | 2024-12-23T04:16:10.960Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=0f018f4cf94d0916 -C extra-filename=-0f018f4cf94d0916 --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-2ea91e4e3ae71a91.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-eea47dbe4268cb26.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-40b28cdef3081ad8.rmeta --cap-lints allow` |
| 639 | 2024-12-23T04:16:11.169Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5f5ac90e543faabd -C extra-filename=-5f5ac90e543faabd --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-53b3c73f77caef40.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
| 640 | 2024-12-23T04:16:11.280Z | Compiling pest v2.7.6 |
| 641 | 2024-12-23T04:16:11.283Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=357ee6b820a1bf51 -C extra-filename=-357ee6b820a1bf51 --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-7811892e43d5a81d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5f5ac90e543faabd.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-8fe6c17116ec2866.rmeta --cap-lints allow` |
| 642 | 2024-12-23T04:16:11.722Z | Compiling serde_derive_internals v0.29.0 |
| 643 | 2024-12-23T04:16:11.725Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d6038911251c34ac -C extra-filename=-d6038911251c34ac --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-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rmeta --cap-lints allow` |
| 644 | 2024-12-23T04:16:13.608Z | Compiling pest_meta v2.7.6 |
| 645 | 2024-12-23T04:16:13.611Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=38d7967f155450e9 -C extra-filename=-38d7967f155450e9 --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-8ecd19cea472010a.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-357ee6b820a1bf51.rmeta --cap-lints allow` |
| 646 | 2024-12-23T04:16:13.747Z | Compiling concurrent-queue v2.5.0 |
| 647 | 2024-12-23T04:16:13.750Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=9ff9a7c82adc27f1 -C extra-filename=-9ff9a7c82adc27f1 --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-2bcf0c9b8cf8c35f.rmeta --cap-lints allow` |
| 648 | 2024-12-23T04:16:14.084Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.90/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=98b30086099996e2 -C extra-filename=-98b30086099996e2 --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-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-2b4509c562bc133a.rmeta --cap-lints allow` |
| 649 | 2024-12-23T04:16:14.451Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.216/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=5e770c02671378c3 -C extra-filename=-5e770c02671378c3 --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-06cb59c718d6669f.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)'` |
| 650 | 2024-12-23T04:16:15.474Z | Compiling pest_generator v2.7.6 |
| 651 | 2024-12-23T04:16:15.477Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=5f67ed7b39e7e86a -C extra-filename=-5f67ed7b39e7e86a --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-357ee6b820a1bf51.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-38d7967f155450e9.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rmeta --cap-lints allow` |
| 652 | 2024-12-23T04:16:16.525Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=4a03f76db3e97376 -C extra-filename=-4a03f76db3e97376 --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-36e0aa6318da57d5.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-aac7f034420c2f30.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-c5962458cf40046c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test` |
| 653 | 2024-12-23T04:16:17.036Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-e4f710111ba12d98/build-script-build` |
| 654 | 2024-12-23T04:16:17.050Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-1a370e121a6f7649/build-script-build` |
| 655 | 2024-12-23T04:16:17.057Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=7bf1b1ff98ccb9cc -C extra-filename=-7bf1b1ff98ccb9cc --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-2ea91e4e3ae71a91.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-86ddfdb3e1e9a5c1.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-dc0a1e1832286ed0.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-2fb861937b53185e.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
| 656 | 2024-12-23T04:16:17.130Z | Compiling pest_derive v2.7.6 |
| 657 | 2024-12-23T04:16:17.141Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=1c7ecbcd436227be -C extra-filename=-1c7ecbcd436227be --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-357ee6b820a1bf51.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-5f67ed7b39e7e86a.rlib --extern proc_macro --cap-lints allow` |
| 658 | 2024-12-23T04:16:17.634Z | Compiling tokio-util v0.7.7 |
| 659 | 2024-12-23T04:16:17.637Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=2b98e928841e2516 -C extra-filename=-2b98e928841e2516 --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-7b39fda080c99561.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-3cb0fcf01e26557b.rmeta --cap-lints allow` |
| 660 | 2024-12-23T04:16:18.079Z | Compiling http-body-util v0.1.2 |
| 661 | 2024-12-23T04:16:18.082Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-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)' --check-cfg 'cfg(feature, values())' -C metadata=312a9fdc1d546d3c -C extra-filename=-312a9fdc1d546d3c --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-7b39fda080c99561.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-e51bea29fa35e9ff.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5f47cc9f672c6a6d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow` |
| 662 | 2024-12-23T04:16:18.115Z | Compiling dtrace-parser v0.2.0 |
| 663 | 2024-12-23T04:16:18.126Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b21edb16f4f1875f -C extra-filename=-b21edb16f4f1875f --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-357ee6b820a1bf51.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-1c7ecbcd436227be.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5f5ac90e543faabd.rmeta --cap-lints allow` |
| 664 | 2024-12-23T04:16:18.504Z | Compiling rustls-webpki v0.102.8 |
| 665 | 2024-12-23T04:16:18.507Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=8e8df57dd57e268e -C extra-filename=-8e8df57dd57e268e --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-4a03f76db3e97376.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-c5962458cf40046c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out` |
| 666 | 2024-12-23T04:16:18.876Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c5b6823bd563cb57 -C extra-filename=-c5b6823bd563cb57 --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-f9e6df5faf017a72.rmeta --cap-lints allow` |
| 667 | 2024-12-23T04:16:18.978Z | Compiling multer v3.1.0 |
| 668 | 2024-12-23T04:16:18.981Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=4f1cfd0e4b048316 -C extra-filename=-4f1cfd0e4b048316 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-4f1cfd0e4b048316 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow` |
| 669 | 2024-12-23T04:16:19.325Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=b1786f26d8fb058c -C extra-filename=-b1786f26d8fb058c --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-8ecd19cea472010a.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-4a03f76db3e97376.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-8e8df57dd57e268e.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-73d06957f10eeb69.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-da542cff3d2eedc6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
| 670 | 2024-12-23T04:16:19.807Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.133/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=f7f9c87798c5c009 -C extra-filename=-f7f9c87798c5c009 --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-3304f96f964a1429.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7811892e43d5a81d.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-ca43ebeaa2825c46.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
| 671 | 2024-12-23T04:16:20.004Z | Compiling indexmap v2.7.0 |
| 672 | 2024-12-23T04:16:20.007Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=f8079dca8b25af73 -C extra-filename=-f8079dca8b25af73 --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-48c70162b106b140.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-f5be82adde7a16af.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rmeta --cap-lints allow` |
| 673 | 2024-12-23T04:16:20.093Z | Compiling serde_tokenstream v0.2.2 |
| 674 | 2024-12-23T04:16:20.096Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4f457204613cac49 -C extra-filename=-4f457204613cac49 --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-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rmeta --cap-lints allow` |
| 675 | 2024-12-23T04:16:20.472Z | Compiling toml_datetime v0.6.8 |
| 676 | 2024-12-23T04:16:20.475Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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 '--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' '--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' '--warn=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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=e131656dc14dd664 -C extra-filename=-e131656dc14dd664 --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-5e770c02671378c3.rmeta --cap-lints allow` |
| 677 | 2024-12-23T04:16:20.597Z | Compiling serde_spanned v0.6.7 |
| 678 | 2024-12-23T04:16:20.610Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=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 '--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::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--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' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--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::items_after_statements' '--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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=1bb6c9910b8f6f3d -C extra-filename=-1bb6c9910b8f6f3d --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-5e770c02671378c3.rmeta --cap-lints allow` |
| 679 | 2024-12-23T04:16:20.613Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=5239f60544980b37 -C extra-filename=-5239f60544980b37 --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-2ea91e4e3ae71a91.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-4a03f76db3e97376.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-8e8df57dd57e268e.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-73d06957f10eeb69.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-da542cff3d2eedc6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out` |
| 680 | 2024-12-23T04:16:20.823Z | Compiling thread_local v1.1.4 |
| 681 | 2024-12-23T04:16:20.826Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=d8463e636729aa01 -C extra-filename=-d8463e636729aa01 --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-8ecd19cea472010a.rmeta --cap-lints allow` |
| 682 | 2024-12-23T04:16:20.946Z | Compiling encoding_rs v0.8.32 |
| 683 | 2024-12-23T04:16:20.949Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=1388959d97afce0a -C extra-filename=-1388959d97afce0a --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-5dd581dc3bc79f2e.rmeta --cap-lints allow` |
| 684 | 2024-12-23T04:16:21.210Z | Compiling h2 v0.4.6 |
| 685 | 2024-12-23T04:16:21.214Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=79252dd1aa583dfb -C extra-filename=-79252dd1aa583dfb --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-7fd089cc9c593599.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-a785c9739f55e7ce.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-cd1f1968df994cf1.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-2b98e928841e2516.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-3cb0fcf01e26557b.rmeta --cap-lints allow` |
| 686 | 2024-12-23T04:16:21.301Z | Compiling toml_edit v0.22.20 |
| 687 | 2024-12-23T04:16:21.303Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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 '--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' '--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' '--warn=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)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=a7779d7a9342b530 -C extra-filename=-a7779d7a9342b530 --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-f8079dca8b25af73.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-1bb6c9910b8f6f3d.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-e131656dc14dd664.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-75c04a53d45b38c7.rmeta --cap-lints allow` |
| 688 | 2024-12-23T04:16:22.533Z | Compiling dof v0.3.0 |
| 689 | 2024-12-23T04:16:22.536Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=f022a5332d813e7a -C extra-filename=-f022a5332d813e7a --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-5e770c02671378c3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5f5ac90e543faabd.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-ccb19c16fb1e9863.rmeta --cap-lints allow` |
| 690 | 2024-12-23T04:16:23.288Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=3b5e7ab1fb5de759 -C extra-filename=-3b5e7ab1fb5de759 --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-a679b17ca8f1f83b.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-f022a5332d813e7a.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-b21edb16f4f1875f.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1b28adc0e205690d.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5f5ac90e543faabd.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-ba193204ccf11820.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
| 691 | 2024-12-23T04:16:24.524Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=c723386a6178bb01 -C extra-filename=-c723386a6178bb01 --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-0f018f4cf94d0916.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-0c8091ee601db76f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5f5ac90e543faabd.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-ccb19c16fb1e9863.rmeta --cap-lints allow` |
| 692 | 2024-12-23T04:16:24.688Z | Compiling rustix v0.38.40 |
| 693 | 2024-12-23T04:16:24.691Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.40/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(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)' --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=7f58c1d6029b624a -C extra-filename=-7f58c1d6029b624a --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-7f58c1d6029b624a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 694 | 2024-12-23T04:16:25.340Z | Compiling match_cfg v0.1.0 |
| 695 | 2024-12-23T04:16:25.342Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=28e48748a51e573f -C extra-filename=-28e48748a51e573f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 696 | 2024-12-23T04:16:25.428Z | Compiling slog-async v2.8.0 |
| 697 | 2024-12-23T04:16:25.431Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=941614ad212ee022 -C extra-filename=-941614ad212ee022 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-941614ad212ee022 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 698 | 2024-12-23T04:16:25.446Z | Compiling iana-time-zone v0.1.47 |
| 699 | 2024-12-23T04:16:25.465Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=2836fd28833612d0 -C extra-filename=-2836fd28833612d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 700 | 2024-12-23T04:16:25.860Z | Compiling hyper v1.5.1 |
| 701 | 2024-12-23T04:16:25.872Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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 --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)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=8a02896c617ad7cd -C extra-filename=-8a02896c617ad7cd --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-7b39fda080c99561.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-4eb31465723bb3e4.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-e51bea29fa35e9ff.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-79252dd1aa583dfb.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5f47cc9f672c6a6d.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-8170973e93e4b714.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-25466779565e1786.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-b1bd81fab5258879.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-77d59de9e605eac7.rmeta --cap-lints allow` |
| 702 | 2024-12-23T04:16:25.916Z | Compiling similar v2.2.1 |
| 703 | 2024-12-23T04:16:25.918Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=fd619281d65f60ee -C extra-filename=-fd619281d65f60ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 704 | 2024-12-23T04:16:26.570Z | Compiling target-triple v0.1.3 |
| 705 | 2024-12-23T04:16:26.573Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=adc002e6b4e87eda -C extra-filename=-adc002e6b4e87eda --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-adc002e6b4e87eda -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 706 | 2024-12-23T04:16:27.054Z | Compiling schemars v0.8.21 |
| 707 | 2024-12-23T04:16:27.057Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --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=f696eaa5a4d59098 -C extra-filename=-f696eaa5a4d59098 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-f696eaa5a4d59098 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 708 | 2024-12-23T04:16:27.276Z | Compiling camino v1.1.9 |
| 709 | 2024-12-23T04:16:27.279Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=0845dbcc9219c4d7 -C extra-filename=-0845dbcc9219c4d7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-0845dbcc9219c4d7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 710 | 2024-12-23T04:16:27.442Z | Compiling heck v0.5.0 |
| 711 | 2024-12-23T04:16:27.446Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=75efcb4fac050736 -C extra-filename=-75efcb4fac050736 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 712 | 2024-12-23T04:16:27.831Z | Compiling thiserror v2.0.7 |
| 713 | 2024-12-23T04:16:27.831Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.7/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c05a4ddffcfe353b -C extra-filename=-c05a4ddffcfe353b --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-c05a4ddffcfe353b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 714 | 2024-12-23T04:16:27.845Z | Compiling parking v2.2.0 |
| 715 | 2024-12-23T04:16:27.847Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=842e8eec59fb759b -C extra-filename=-842e8eec59fb759b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 716 | 2024-12-23T04:16:28.149Z | Compiling hyper-util v0.1.10 |
| 717 | 2024-12-23T04:16:28.152Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.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="client"' --cfg 'feature="client-legacy"' --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=07a17c77e619d630 -C extra-filename=-07a17c77e619d630 --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-7b39fda080c99561.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-4eb31465723bb3e4.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-e51bea29fa35e9ff.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5f47cc9f672c6a6d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-a0374385f69e3c93.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-898d61404c92afba.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-3cb0fcf01e26557b.rmeta --cap-lints allow` |
| 718 | 2024-12-23T04:16:28.170Z | Compiling event-listener v5.0.0 |
| 719 | 2024-12-23T04:16:28.173Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=b9adb7aaaf3d9185 -C extra-filename=-b9adb7aaaf3d9185 --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-9ff9a7c82adc27f1.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-842e8eec59fb759b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow` |
| 720 | 2024-12-23T04:16:28.409Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-c05a4ddffcfe353b/build-script-build` |
| 721 | 2024-12-23T04:16:28.515Z | Running `/work/oxidecomputer/dropshot/target/debug/build/camino-0845dbcc9219c4d7/build-script-build` |
| 722 | 2024-12-23T04:16:28.578Z | Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-f696eaa5a4d59098/build-script-build` |
| 723 | 2024-12-23T04:16:28.596Z | Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-adc002e6b4e87eda/build-script-build` |
| 724 | 2024-12-23T04:16:28.615Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-941614ad212ee022/build-script-build` |
| 725 | 2024-12-23T04:16:28.668Z | Compiling chrono v0.4.39 |
| 726 | 2024-12-23T04:16:28.671Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.39/src/lib.rs --error-format=json --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-targets"' --check-cfg 'cfg(docsrs)' --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-targets"))' -C metadata=73a574c64c433565 -C extra-filename=-73a574c64c433565 --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-2836fd28833612d0.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-8d089af357a348f5.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rmeta --cap-lints allow` |
| 727 | 2024-12-23T04:16:28.691Z | Compiling hostname v0.3.1 |
| 728 | 2024-12-23T04:16:28.703Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=2c73c9e83650f59d -C extra-filename=-2c73c9e83650f59d --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-f9e6df5faf017a72.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-28e48748a51e573f.rmeta --cap-lints allow` |
| 729 | 2024-12-23T04:16:28.737Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-7f58c1d6029b624a/build-script-build` |
| 730 | 2024-12-23T04:16:28.852Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=ced0488ad2fc75ad -C extra-filename=-ced0488ad2fc75ad --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-a679b17ca8f1f83b.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-c723386a6178bb01.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-b21edb16f4f1875f.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-98b30086099996e2.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5f5ac90e543faabd.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-c5b6823bd563cb57.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
| 731 | 2024-12-23T04:16:28.879Z | Compiling tokio-rustls v0.26.0 |
| 732 | 2024-12-23T04:16:28.893Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=d19334bb84957576 -C extra-filename=-d19334bb84957576 --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-b1786f26d8fb058c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out` |
| 733 | 2024-12-23T04:16:29.288Z | Compiling usdt-attr-macro v0.5.0 |
| 734 | 2024-12-23T04:16:29.291Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=d121e438ceaa394f -C extra-filename=-d121e438ceaa394f --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-b21edb16f4f1875f.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-4f457204613cac49.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-3b5e7ab1fb5de759.rlib --extern proc_macro --cap-lints allow` |
| 735 | 2024-12-23T04:16:29.710Z | Compiling usdt-macro v0.5.0 |
| 736 | 2024-12-23T04:16:29.713Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=1593750d53feb59b -C extra-filename=-1593750d53feb59b --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-b21edb16f4f1875f.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-4f457204613cac49.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-3b5e7ab1fb5de759.rlib --extern proc_macro --cap-lints allow` |
| 737 | 2024-12-23T04:16:29.827Z | Compiling tokio-rustls v0.25.0 |
| 738 | 2024-12-23T04:16:29.830Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=dd830c92dcca463e -C extra-filename=-dd830c92dcca463e --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-5239f60544980b37.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out` |
| 739 | 2024-12-23T04:16:30.207Z | Compiling toml v0.8.19 |
| 740 | 2024-12-23T04:16:30.210Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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=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 '--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' '--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' '--warn=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)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=052ac0b714b6712f -C extra-filename=-052ac0b714b6712f --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-5e770c02671378c3.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-1bb6c9910b8f6f3d.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-e131656dc14dd664.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-a7779d7a9342b530.rmeta --cap-lints allow` |
| 741 | 2024-12-23T04:16:30.527Z | Compiling slog-json v2.6.1 |
| 742 | 2024-12-23T04:16:30.540Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=ab61f069f58ede4d -C extra-filename=-ab61f069f58ede4d --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-5e770c02671378c3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0b95d87617c255e7.rmeta --cap-lints allow` |
| 743 | 2024-12-23T04:16:30.692Z | Compiling uuid v1.11.0 |
| 744 | 2024-12-23T04:16:30.695Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=51f4b2c23dbc1f2e -C extra-filename=-51f4b2c23dbc1f2e --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-36e0aa6318da57d5.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rmeta --cap-lints allow` |
| 745 | 2024-12-23T04:16:30.782Z | Compiling serde_urlencoded v0.7.1 |
| 746 | 2024-12-23T04:16:30.785Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0de2b7e7187c40ce -C extra-filename=-0de2b7e7187c40ce --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-e609e9b6d2cfac5c.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-ca43ebeaa2825c46.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rmeta --cap-lints allow` |
| 747 | 2024-12-23T04:16:30.850Z | Running `/work/oxidecomputer/dropshot/target/debug/build/multer-4f1cfd0e4b048316/build-script-build` |
| 748 | 2024-12-23T04:16:30.898Z | Compiling tokio-native-tls v0.3.1 |
| 749 | 2024-12-23T04:16:30.901Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=6102d82a48d77e99 -C extra-filename=-6102d82a48d77e99 --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-7bf1b1ff98ccb9cc.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64` |
| 750 | 2024-12-23T04:16:30.937Z | Compiling futures-executor v0.3.31 |
| 751 | 2024-12-23T04:16:30.950Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=3187b4604c9a362b -C extra-filename=-3187b4604c9a362b --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-202e0e401ac02b89.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-f46c24381bc413fc.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-e51bea29fa35e9ff.rmeta --cap-lints allow` |
| 752 | 2024-12-23T04:16:31.135Z | Compiling schemars_derive v0.8.21 |
| 753 | 2024-12-23T04:16:31.138Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/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)' --check-cfg 'cfg(feature, values())' -C metadata=3474650c0256e86e -C extra-filename=-3474650c0256e86e --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-d6038911251c34ac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rlib --extern proc_macro --cap-lints allow` |
| 754 | 2024-12-23T04:16:31.160Z | Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-f80aa830a10dcc85/build-script-build` |
| 755 | 2024-12-23T04:16:31.181Z | Compiling thiserror-impl v2.0.7 |
| 756 | 2024-12-23T04:16:31.184Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-2.0.7/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)' --check-cfg 'cfg(feature, values())' -C metadata=603e39a95f7dce1c -C extra-filename=-603e39a95f7dce1c --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rlib --extern proc_macro --cap-lints allow` |
| 757 | 2024-12-23T04:16:31.254Z | Compiling async-stream-impl v0.3.6 |
| 758 | 2024-12-23T04:16:31.257Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7774b94f9144147c -C extra-filename=-7774b94f9144147c --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rlib --extern proc_macro --cap-lints allow` |
| 759 | 2024-12-23T04:16:31.438Z | Compiling url v2.5.2 |
| 760 | 2024-12-23T04:16:31.449Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=4cfa63d6a2ef64e8 -C extra-filename=-4cfa63d6a2ef64e8 --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-e609e9b6d2cfac5c.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-70257c669e69ace0.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --cap-lints allow` |
| 761 | 2024-12-23T04:16:31.462Z | Compiling term v0.7.0 |
| 762 | 2024-12-23T04:16:31.474Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=e21cc4e2f10f2d7f -C extra-filename=-e21cc4e2f10f2d7f --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-6ebce09478611b46.rmeta --cap-lints allow` |
| 763 | 2024-12-23T04:16:31.744Z | Compiling crossbeam-channel v0.5.1 |
| 764 | 2024-12-23T04:16:31.747Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("crossbeam-utils", "default", "std"))' -C metadata=31fc8d6a88a8514f -C extra-filename=-31fc8d6a88a8514f --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-5dd581dc3bc79f2e.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-2bcf0c9b8cf8c35f.rmeta --cap-lints allow` |
| 765 | 2024-12-23T04:16:32.231Z | Compiling webpki-roots v0.26.5 |
| 766 | 2024-12-23T04:16:32.234Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=27712424a3a65069 -C extra-filename=-27712424a3a65069 --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-09d82741717f5c62.rmeta --cap-lints allow` |
| 767 | 2024-12-23T04:16:32.416Z | Compiling memmap v0.7.0 |
| 768 | 2024-12-23T04:16:32.419Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=299bfbd1fe5f75fc -C extra-filename=-299bfbd1fe5f75fc --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-f9e6df5faf017a72.rmeta --cap-lints allow` |
| 769 | 2024-12-23T04:16:32.561Z | Compiling is-terminal v0.4.12 |
| 770 | 2024-12-23T04:16:32.564Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9de3c59401e612a7 -C extra-filename=-9de3c59401e612a7 --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-f9e6df5faf017a72.rmeta --cap-lints allow` |
| 771 | 2024-12-23T04:16:32.677Z | Compiling errno v0.3.8 |
| 772 | 2024-12-23T04:16:32.677Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=16b2b12bd6fa3b2d -C extra-filename=-16b2b12bd6fa3b2d --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-f9e6df5faf017a72.rmeta --cap-lints allow` |
| 773 | 2024-12-23T04:16:32.730Z | Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot) |
| 774 | 2024-12-23T04:16:32.733Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=914c9f5db3cb4b64 -C extra-filename=-914c9f5db3cb4b64 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-914c9f5db3cb4b64 -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-1ca23863feb9ecf9.rlib` |
| 775 | 2024-12-23T04:16:32.746Z | Compiling dyn-clone v1.0.4 |
| 776 | 2024-12-23T04:16:32.748Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=70f14956d7997a02 -C extra-filename=-70f14956d7997a02 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 777 | 2024-12-23T04:16:32.760Z | Compiling anyhow v1.0.95 |
| 778 | 2024-12-23T04:16:32.762Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=93b1bb509e16fdff -C extra-filename=-93b1bb509e16fdff --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-93b1bb509e16fdff -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 779 | 2024-12-23T04:16:32.858Z | Compiling utf-8 v0.7.6 |
| 780 | 2024-12-23T04:16:32.858Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=605ed3482e15ff2a -C extra-filename=-605ed3482e15ff2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 781 | 2024-12-23T04:16:32.872Z | Compiling take_mut v0.2.2 |
| 782 | 2024-12-23T04:16:32.884Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7a8a81d0830ef560 -C extra-filename=-7a8a81d0830ef560 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 783 | 2024-12-23T04:16:32.928Z | Compiling buf-list v1.0.3 |
| 784 | 2024-12-23T04:16:32.931Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=f717612ff5e36d0c -C extra-filename=-f717612ff5e36d0c --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-f717612ff5e36d0c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 785 | 2024-12-23T04:16:33.006Z | Compiling data-encoding v2.4.0 |
| 786 | 2024-12-23T04:16:33.009Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=19fce5e59a4e112a -C extra-filename=-19fce5e59a4e112a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 787 | 2024-12-23T04:16:33.108Z | Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-914c9f5db3cb4b64/build-script-build` |
| 788 | 2024-12-23T04:16:33.170Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=0c0af5df98af4fb4 -C extra-filename=-0c0af5df98af4fb4 --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-31fc8d6a88a8514f.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-7a8a81d0830ef560.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-d8463e636729aa01.rmeta --cap-lints allow --cfg integer128` |
| 789 | 2024-12-23T04:16:33.174Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(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)' --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=84e830017b3d2452 -C extra-filename=-84e830017b3d2452 --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-4453ff0f6fdc5370.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-16b2b12bd6fa3b2d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
| 790 | 2024-12-23T04:16:33.232Z | Compiling slog-term v2.9.1 |
| 791 | 2024-12-23T04:16:33.234Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=df5778cff0eecf9a -C extra-filename=-df5778cff0eecf9a --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-9de3c59401e612a7.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-e21cc4e2f10f2d7f.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-d8463e636729aa01.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0b95d87617c255e7.rmeta --cap-lints allow` |
| 792 | 2024-12-23T04:16:33.316Z | Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-93b1bb509e16fdff/build-script-build` |
| 793 | 2024-12-23T04:16:33.490Z | Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-f717612ff5e36d0c/build-script-build` |
| 794 | 2024-12-23T04:16:33.551Z | Compiling tungstenite v0.24.0 |
| 795 | 2024-12-23T04:16:33.553Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=99f9c94127591754 -C extra-filename=-99f9c94127591754 --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-a679b17ca8f1f83b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-19fce5e59a4e112a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-8170973e93e4b714.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-f300da7cef77ee4b.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5f5ac90e543faabd.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-605ed3482e15ff2a.rmeta --cap-lints allow` |
| 796 | 2024-12-23T04:16:33.681Z | Compiling usdt v0.5.0 |
| 797 | 2024-12-23T04:16:33.693Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=95deae3b9ae18561 -C extra-filename=-95deae3b9ae18561 --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-c723386a6178bb01.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-b21edb16f4f1875f.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-0f018f4cf94d0916.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-299bfbd1fe5f75fc.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-d121e438ceaa394f.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ced0488ad2fc75ad.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-1593750d53feb59b.so --cap-lints allow` |
| 798 | 2024-12-23T04:16:33.956Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --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=0bcbe850f805de42 -C extra-filename=-0bcbe850f805de42 --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-73a574c64c433565.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-70f14956d7997a02.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-3474650c0256e86e.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
| 799 | 2024-12-23T04:16:34.019Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a9aec14659815277 -C extra-filename=-a9aec14659815277 --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-603e39a95f7dce1c.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
| 800 | 2024-12-23T04:16:34.140Z | Compiling async-stream v0.3.6 |
| 801 | 2024-12-23T04:16:34.140Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e694999f2fdb01eb -C extra-filename=-e694999f2fdb01eb --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-7774b94f9144147c.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow` |
| 802 | 2024-12-23T04:16:34.154Z | Compiling hyper-rustls v0.27.3 |
| 803 | 2024-12-23T04:16:34.154Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=6d4a3a1eac70f054 -C extra-filename=-6d4a3a1eac70f054 --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-e51bea29fa35e9ff.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b1786f26d8fb058c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d19334bb84957576.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-898d61404c92afba.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-27712424a3a65069.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out` |
| 804 | 2024-12-23T04:16:34.261Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=c89de980e6f38e7b -C extra-filename=-c89de980e6f38e7b --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-2e6e14bf8f897369.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-5d37b5944a2bec33.rmeta --cap-lints allow` |
| 805 | 2024-12-23T04:16:34.436Z | Compiling futures v0.3.31 |
| 806 | 2024-12-23T04:16:34.449Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=da23db666b144aad -C extra-filename=-da23db666b144aad --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-4eb31465723bb3e4.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-3187b4604c9a362b.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-5818bb373b366268.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-f46c24381bc413fc.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-e51bea29fa35e9ff.rmeta --cap-lints allow` |
| 807 | 2024-12-23T04:16:34.511Z | Compiling hyper-tls v0.6.0 |
| 808 | 2024-12-23T04:16:34.514Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=ac02e25a6324de2c -C extra-filename=-ac02e25a6324de2c --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-7b39fda080c99561.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-7bf1b1ff98ccb9cc.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-6102d82a48d77e99.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-898d61404c92afba.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64` |
| 809 | 2024-12-23T04:16:34.554Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=7bc76a2661180f3e -C extra-filename=-7bc76a2661180f3e --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-7b39fda080c99561.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-1388959d97afce0a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-e51bea29fa35e9ff.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-8170973e93e4b714.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7811892e43d5a81d.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-2e6e14bf8f897369.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-aac7f034420c2f30.rmeta --cap-lints allow` |
| 810 | 2024-12-23T04:16:34.794Z | Compiling slog-bunyan v2.5.0 |
| 811 | 2024-12-23T04:16:34.796Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=0bb9be66051b4ec9 -C extra-filename=-0bb9be66051b4ec9 --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-2c73c9e83650f59d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0b95d87617c255e7.rmeta --cap-lints allow` |
| 812 | 2024-12-23T04:16:34.909Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=177cec3174c54899 -C extra-filename=-177cec3174c54899 --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"))'` |
| 813 | 2024-12-23T04:16:34.989Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=77651b91faaef107 -C extra-filename=-77651b91faaef107 --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-5e770c02671378c3.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)'` |
| 814 | 2024-12-23T04:16:35.007Z | Compiling event-listener-strategy v0.5.2 |
| 815 | 2024-12-23T04:16:35.019Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a436cd21cd45b0d4 -C extra-filename=-a436cd21cd45b0d4 --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-b9adb7aaaf3d9185.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow` |
| 816 | 2024-12-23T04:16:35.160Z | Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 817 | 2024-12-23T04:16:35.162Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values())' -C metadata=e0df526e01117f0e -C extra-filename=-e0df526e01117f0e --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-75efcb4fac050736.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-4f457204613cac49.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rlib --extern proc_macro` |
| 818 | 2024-12-23T04:16:35.203Z | Compiling openapiv3 v2.0.0 |
| 819 | 2024-12-23T04:16:35.206Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-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 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=6b4ffcdc355bb840 -C extra-filename=-6b4ffcdc355bb840 --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-f8079dca8b25af73.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rmeta --cap-lints allow` |
| 820 | 2024-12-23T04:16:35.309Z | Compiling serde_path_to_error v0.1.16 |
| 821 | 2024-12-23T04:16:35.320Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.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)' --check-cfg 'cfg(feature, values())' -C metadata=394460762f800402 -C extra-filename=-394460762f800402 --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-3304f96f964a1429.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rmeta --cap-lints allow` |
| 822 | 2024-12-23T04:16:35.349Z | Compiling async-trait v0.1.83 |
| 823 | 2024-12-23T04:16:35.352Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/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)' --check-cfg 'cfg(feature, values())' -C metadata=fd9b08ffd295e6d8 -C extra-filename=-fd9b08ffd295e6d8 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rlib --extern proc_macro --cap-lints allow` |
| 824 | 2024-12-23T04:16:35.625Z | Compiling yasna v0.5.2 |
| 825 | 2024-12-23T04:16:35.627Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=04d35a825ef6834a -C extra-filename=-04d35a825ef6834a --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-0b95d87617c255e7.rmeta --cap-lints allow` |
| 826 | 2024-12-23T04:16:35.814Z | Compiling rustls-native-certs v0.7.0 |
| 827 | 2024-12-23T04:16:35.816Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c18dfe814f329c6d -C extra-filename=-c18dfe814f329c6d --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-dc0a1e1832286ed0.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --cap-lints allow` |
| 828 | 2024-12-23T04:16:35.876Z | Compiling console v0.15.7 |
| 829 | 2024-12-23T04:16:35.878Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=f6932f617d9f8c0d -C extra-filename=-f6932f617d9f8c0d --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-d64202170b2e197a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-3fbdf015e2d1ab9a.rmeta --cap-lints allow` |
| 830 | 2024-12-23T04:16:36.072Z | Compiling pem v3.0.4 |
| 831 | 2024-12-23T04:16:36.075Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=db8233719cc5e03b -C extra-filename=-db8233719cc5e03b --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-5dc2903498e8e0d8.rmeta --cap-lints allow` |
| 832 | 2024-12-23T04:16:36.209Z | Compiling waitgroup v0.1.2 |
| 833 | 2024-12-23T04:16:36.213Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=950ec30181990a9c -C extra-filename=-950ec30181990a9c --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-7fd089cc9c593599.rmeta --cap-lints allow` |
| 834 | 2024-12-23T04:16:36.423Z | Compiling hostname v0.4.0 |
| 835 | 2024-12-23T04:16:36.425Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=ff5873f461cdd2bd -C extra-filename=-ff5873f461cdd2bd --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-5dd581dc3bc79f2e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rmeta --cap-lints allow` |
| 836 | 2024-12-23T04:16:36.629Z | Compiling sync_wrapper v1.0.1 |
| 837 | 2024-12-23T04:16:36.632Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=50d860442c475654 -C extra-filename=-50d860442c475654 --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-202e0e401ac02b89.rmeta --cap-lints allow` |
| 838 | 2024-12-23T04:16:36.765Z | Compiling glob v0.3.0 |
| 839 | 2024-12-23T04:16:36.768Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=92b704c53e209065 -C extra-filename=-92b704c53e209065 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 840 | 2024-12-23T04:16:36.851Z | Compiling http-range v0.1.4 |
| 841 | 2024-12-23T04:16:36.854Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=290194c25a515320 -C extra-filename=-290194c25a515320 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 842 | 2024-12-23T04:16:37.153Z | Compiling ipnet v2.10.0 |
| 843 | 2024-12-23T04:16:37.155Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=30bb0d8f3d0bc871 -C extra-filename=-30bb0d8f3d0bc871 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 844 | 2024-12-23T04:16:37.253Z | Compiling simple-mermaid v0.2.0 |
| 845 | 2024-12-23T04:16:37.255Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5b274b72def24f6c -C extra-filename=-5b274b72def24f6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 846 | 2024-12-23T04:16:37.277Z | Compiling fastrand v2.1.1 |
| 847 | 2024-12-23T04:16:37.279Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=884b168f3f346dad -C extra-filename=-884b168f3f346dad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 848 | 2024-12-23T04:16:37.340Z | Compiling debug-ignore v1.0.5 |
| 849 | 2024-12-23T04:16:37.343Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=4292a0755d49674f -C extra-filename=-4292a0755d49674f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 850 | 2024-12-23T04:16:37.474Z | Compiling termcolor v1.1.2 |
| 851 | 2024-12-23T04:16:37.477Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3e6dbc33693458ad -C extra-filename=-3e6dbc33693458ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 852 | 2024-12-23T04:16:37.514Z | Compiling hyper-staticfile v0.10.1 |
| 853 | 2024-12-23T04:16:37.517Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9edde623577afdb9 -C extra-filename=-9edde623577afdb9 --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-e51bea29fa35e9ff.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-290194c25a515320.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-25466779565e1786.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-f300da7cef77ee4b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-4cfa63d6a2ef64e8.rmeta --cap-lints allow` |
| 854 | 2024-12-23T04:16:37.674Z | Compiling reqwest v0.12.9 |
| 855 | 2024-12-23T04:16:37.678Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(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="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__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", "trust-dns", "zstd"))' -C metadata=d31c8a4f16d9d82a -C extra-filename=-d31c8a4f16d9d82a --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-5dc2903498e8e0d8.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-1388959d97afce0a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-e51bea29fa35e9ff.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-79252dd1aa583dfb.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5f47cc9f672c6a6d.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6d4a3a1eac70f054.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-ac02e25a6324de2c.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-30bb0d8f3d0bc871.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-2e6e14bf8f897369.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-7bf1b1ff98ccb9cc.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b1786f26d8fb058c.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-50d860442c475654.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-6102d82a48d77e99.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d19334bb84957576.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-898d61404c92afba.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-4cfa63d6a2ef64e8.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-27712424a3a65069.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 856 | 2024-12-23T04:16:37.688Z | Compiling tempfile v3.14.0 |
| 857 | 2024-12-23T04:16:37.691Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=ebf5b1ab21364940 -C extra-filename=-ebf5b1ab21364940 --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-5dd581dc3bc79f2e.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-884b168f3f346dad.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-84e830017b3d2452.rmeta --cap-lints allow` |
| 858 | 2024-12-23T04:16:37.764Z | Compiling rcgen v0.13.1 |
| 859 | 2024-12-23T04:16:37.791Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-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 -C debuginfo=2 --cfg 'feature="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=9b8b72b503ab6acf -C extra-filename=-9b8b72b503ab6acf --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-db8233719cc5e03b.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-4a03f76db3e97376.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0b95d87617c255e7.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-04d35a825ef6834a.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out` |
| 860 | 2024-12-23T04:16:38.182Z | Compiling trybuild v1.0.101 |
| 861 | 2024-12-23T04:16:38.185Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=4308384d5417417b -C extra-filename=-4308384d5417417b --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-92b704c53e209065.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-06cb59c718d6669f.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-177cec3174c54899.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-3e6dbc33693458ad.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rmeta --cap-lints allow` |
| 862 | 2024-12-23T04:16:38.356Z | Compiling expectorate v1.1.0 |
| 863 | 2024-12-23T04:16:38.358Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=b161c0aad31ed5f1 -C extra-filename=-b161c0aad31ed5f1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-f6932f617d9f8c0d.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-550874df4534c24e.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-fd619281d65f60ee.rmeta --cap-lints allow` |
| 864 | 2024-12-23T04:16:38.514Z | Compiling hyper-rustls v0.26.0 |
| 865 | 2024-12-23T04:16:38.527Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=6c995e10d7edab6a -C extra-filename=-6c995e10d7edab6a --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-e51bea29fa35e9ff.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-c18dfe814f329c6d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-898d61404c92afba.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out` |
| 866 | 2024-12-23T04:16:38.530Z | Compiling async-channel v2.3.1 |
| 867 | 2024-12-23T04:16:38.531Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a35806eda814afb8 -C extra-filename=-a35806eda814afb8 --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-9ff9a7c82adc27f1.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-a436cd21cd45b0d4.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow` |
| 868 | 2024-12-23T04:16:38.615Z | Compiling tokio-tungstenite v0.24.0 |
| 869 | 2024-12-23T04:16:38.618Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e9941639ac37587b -C extra-filename=-e9941639ac37587b --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-e51bea29fa35e9ff.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-99f9c94127591754.rmeta --cap-lints allow` |
| 870 | 2024-12-23T04:16:38.840Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b7f28c4d51c8f9ca -C extra-filename=-b7f28c4d51c8f9ca --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_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)'` |
| 871 | 2024-12-23T04:16:39.020Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=22f382404be15ef9 -C extra-filename=-22f382404be15ef9 --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-7b39fda080c99561.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds` |
| 872 | 2024-12-23T04:16:39.134Z | Compiling subprocess v0.2.9 |
| 873 | 2024-12-23T04:16:39.147Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cf4b6e23f0f88326 -C extra-filename=-cf4b6e23f0f88326 --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-f9e6df5faf017a72.rmeta --cap-lints allow` |
| 874 | 2024-12-23T04:16:39.169Z | Compiling prettyplease v0.2.25 |
| 875 | 2024-12-23T04:16:39.171Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/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)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=aaa6ee7ac55b872e -C extra-filename=-aaa6ee7ac55b872e --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-aaa6ee7ac55b872e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 876 | 2024-12-23T04:16:39.486Z | Compiling schema-derive v0.1.0 |
| 877 | 2024-12-23T04:16:39.489Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c0b2d223c7fe004d -C extra-filename=-c0b2d223c7fe004d --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-793274e01d89c767.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rlib --extern proc_macro --cap-lints allow` |
| 878 | 2024-12-23T04:16:39.590Z | Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-aaa6ee7ac55b872e/build-script-build` |
| 879 | 2024-12-23T04:16:39.610Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=7106fcc4a9f6cc08 -C extra-filename=-7106fcc4a9f6cc08 --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-d64202170b2e197a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1b28adc0e205690d.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-3fbdf015e2d1ab9a.rmeta --cap-lints allow` |
| 880 | 2024-12-23T04:16:39.715Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/src/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)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=9e2d0fc2b2d625af -C extra-filename=-9e2d0fc2b2d625af --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-04e9a0ae494af8ad.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
| 881 | 2024-12-23T04:16:40.509Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=5283b2f0cf2cac10 -C extra-filename=-5283b2f0cf2cac10 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-7106fcc4a9f6cc08.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-550874df4534c24e.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-fd619281d65f60ee.rmeta --cap-lints allow` |
| 882 | 2024-12-23T04:16:41.702Z | Compiling schema v0.1.0 |
| 883 | 2024-12-23T04:16:41.705Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c7de4ad120571423 -C extra-filename=-c7de4ad120571423 --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-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-c0b2d223c7fe004d.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rmeta --cap-lints allow` |
| 884 | 2024-12-23T04:16:41.801Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values())' -C metadata=ad0902a0eaf89c8e -C extra-filename=-ad0902a0eaf89c8e --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-5283b2f0cf2cac10.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-75efcb4fac050736.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-9e2d0fc2b2d625af.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-c7de4ad120571423.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-4f457204613cac49.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rlib --extern proc_macro` |
| 885 | 2024-12-23T04:16:42.065Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c3b52816311b0ee1 -C extra-filename=-c3b52816311b0ee1 --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-e694999f2fdb01eb.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out` |
| 886 | 2024-12-23T04:16:43.422Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a2287b4be78f25f8 -C extra-filename=-a2287b4be78f25f8 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 887 | 2024-12-23T04:16:48.597Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1f5601dfe3972105 -C extra-filename=-1f5601dfe3972105 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 888 | 2024-12-23T04:16:48.602Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=38d8096f63bf0f87 -C extra-filename=-38d8096f63bf0f87 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 889 | 2024-12-23T04:16:48.602Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=65eff1a7670caa4f -C extra-filename=-65eff1a7670caa4f --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 890 | 2024-12-23T04:16:48.602Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=daab31da9f9ef568 -C extra-filename=-daab31da9f9ef568 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 891 | 2024-12-23T04:16:48.609Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ff3b24dbee59ce7a -C extra-filename=-ff3b24dbee59ce7a --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 892 | 2024-12-23T04:16:48.626Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=29768e202c9509e5 -C extra-filename=-29768e202c9509e5 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 893 | 2024-12-23T04:16:48.629Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9e7ce1d840a61d9b -C extra-filename=-9e7ce1d840a61d9b --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 894 | 2024-12-23T04:17:02.648Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=81c3da5d9a8454bc -C extra-filename=-81c3da5d9a8454bc --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 895 | 2024-12-23T04:17:08.532Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b3c8dde25fc65f95 -C extra-filename=-b3c8dde25fc65f95 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 896 | 2024-12-23T04:17:10.579Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=41baf6566cbc58d7 -C extra-filename=-41baf6566cbc58d7 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 897 | 2024-12-23T04:17:11.361Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ff78737ece5d3f91 -C extra-filename=-ff78737ece5d3f91 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 898 | 2024-12-23T04:17:12.120Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a2098e81d1e0b94c -C extra-filename=-a2098e81d1e0b94c --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 899 | 2024-12-23T04:17:12.534Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=aaa999c7d1541107 -C extra-filename=-aaa999c7d1541107 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 900 | 2024-12-23T04:17:14.788Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f321295121aa071d -C extra-filename=-f321295121aa071d --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 901 | 2024-12-23T04:17:23.847Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c880bebb1acc49b5 -C extra-filename=-c880bebb1acc49b5 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 902 | 2024-12-23T04:17:25.706Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=230112757b94be59 -C extra-filename=-230112757b94be59 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 903 | 2024-12-23T04:17:27.296Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7300443762d53c82 -C extra-filename=-7300443762d53c82 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 904 | 2024-12-23T04:17:31.944Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1f5de4db6c81b02b -C extra-filename=-1f5de4db6c81b02b --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 905 | 2024-12-23T04:17:32.024Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=34151771adc97508 -C extra-filename=-34151771adc97508 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 906 | 2024-12-23T04:17:32.440Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b9481d8b7ddd527c -C extra-filename=-b9481d8b7ddd527c --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 907 | 2024-12-23T04:17:35.040Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4f95ae24364537ac -C extra-filename=-4f95ae24364537ac --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 908 | 2024-12-23T04:17:36.590Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a77d848ba2de6ba5 -C extra-filename=-a77d848ba2de6ba5 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 909 | 2024-12-23T04:17:45.367Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=550e76d7c4528664 -C extra-filename=-550e76d7c4528664 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 910 | 2024-12-23T04:17:48.487Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2301f7b813e86763 -C extra-filename=-2301f7b813e86763 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c3b52816311b0ee1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e0df526e01117f0e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 911 | 2024-12-23T04:18:10.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 912 | 2024-12-23T04:18:11.120Z | |
| 913 | 2024-12-23T04:18:11.123Z | real 2:18.753606244 |
| 914 | 2024-12-23T04:18:11.123Z | user 14:02.027423924 |
| 915 | 2024-12-23T04:18:11.123Z | sys 1:34.709968742 |
| 916 | 2024-12-23T04:18:11.123Z | trap 0.658372963 |
| 917 | 2024-12-23T04:18:11.123Z | tflt 8.575524268 |
| 918 | 2024-12-23T04:18:11.123Z | dflt 5.780746400 |
| 919 | 2024-12-23T04:18:11.123Z | kflt 0.019450578 |
| 920 | 2024-12-23T04:18:11.123Z | lock 27:37.779656836 |
| 921 | 2024-12-23T04:18:11.124Z | slp 1:07:03.701231196 |
| 922 | 2024-12-23T04:18:11.124Z | lat 37.393481528 |
| 923 | 2024-12-23T04:18:11.124Z | stop 52.498708488 |
| 924 | 2024-12-23T04:18:11.124Z | + banner test |
| 925 | 2024-12-23T04:18:11.124Z | |
| 926 | 2024-12-23T04:18:11.124Z | ##### ###### #### ##### |
| 927 | 2024-12-23T04:18:11.124Z | # # # # |
| 928 | 2024-12-23T04:18:11.124Z | # ##### #### # |
| 929 | 2024-12-23T04:18:11.124Z | # # # # |
| 930 | 2024-12-23T04:18:11.124Z | # # # # # |
| 931 | 2024-12-23T04:18:11.124Z | # ###### #### # |
| 932 | 2024-12-23T04:18:11.124Z | |
| 933 | 2024-12-23T04:18:11.124Z | + ptime -m cargo test --all-features --locked --verbose |
| 934 | 2024-12-23T04:18:11.372Z | Fresh unicode-ident v1.0.12 |
| 935 | 2024-12-23T04:18:11.372Z | Fresh cfg-if v1.0.0 |
| 936 | 2024-12-23T04:18:11.372Z | Fresh itoa v1.0.1 |
| 937 | 2024-12-23T04:18:11.372Z | Fresh memchr v2.6.0 |
| 938 | 2024-12-23T04:18:11.376Z | Fresh proc-macro2 v1.0.92 |
| 939 | 2024-12-23T04:18:11.376Z | Fresh version_check v0.9.5 |
| 940 | 2024-12-23T04:18:11.376Z | Fresh once_cell v1.20.1 |
| 941 | 2024-12-23T04:18:11.376Z | Fresh pin-project-lite v0.2.12 |
| 942 | 2024-12-23T04:18:11.376Z | Fresh autocfg v1.1.0 |
| 943 | 2024-12-23T04:18:11.376Z | Fresh quote v1.0.37 |
| 944 | 2024-12-23T04:18:11.376Z | Fresh libc v0.2.168 |
| 945 | 2024-12-23T04:18:11.376Z | Fresh bytes v1.9.0 |
| 946 | 2024-12-23T04:18:11.376Z | Fresh futures-core v0.3.31 |
| 947 | 2024-12-23T04:18:11.376Z | Fresh cc v1.0.83 |
| 948 | 2024-12-23T04:18:11.376Z | Fresh getrandom v0.2.11 |
| 949 | 2024-12-23T04:18:11.376Z | Fresh futures-sink v0.3.31 |
| 950 | 2024-12-23T04:18:11.376Z | Fresh serde_derive v1.0.216 |
| 951 | 2024-12-23T04:18:11.376Z | Fresh log v0.4.17 |
| 952 | 2024-12-23T04:18:11.376Z | Fresh scopeguard v1.2.0 |
| 953 | 2024-12-23T04:18:11.376Z | Fresh smallvec v1.13.2 |
| 954 | 2024-12-23T04:18:11.376Z | Fresh thiserror-impl v1.0.69 |
| 955 | 2024-12-23T04:18:11.376Z | Fresh ryu v1.0.5 |
| 956 | 2024-12-23T04:18:11.376Z | Fresh serde v1.0.216 |
| 957 | 2024-12-23T04:18:11.376Z | Fresh lock_api v0.4.6 |
| 958 | 2024-12-23T04:18:11.376Z | Fresh parking_lot_core v0.9.4 |
| 959 | 2024-12-23T04:18:11.376Z | Fresh slab v0.4.9 |
| 960 | 2024-12-23T04:18:11.376Z | Fresh tokio-macros v2.4.0 |
| 961 | 2024-12-23T04:18:11.376Z | Fresh socket2 v0.5.5 |
| 962 | 2024-12-23T04:18:11.376Z | Fresh thiserror v1.0.69 |
| 963 | 2024-12-23T04:18:11.376Z | Fresh parking_lot v0.12.1 |
| 964 | 2024-12-23T04:18:11.376Z | Fresh signal-hook-registry v1.4.0 |
| 965 | 2024-12-23T04:18:11.377Z | Fresh mio v1.0.3 |
| 966 | 2024-12-23T04:18:11.377Z | Fresh fnv v1.0.7 |
| 967 | 2024-12-23T04:18:11.377Z | Fresh futures-macro v0.3.31 |
| 968 | 2024-12-23T04:18:11.377Z | Fresh http v1.2.0 |
| 969 | 2024-12-23T04:18:11.377Z | Fresh tokio v1.41.1 |
| 970 | 2024-12-23T04:18:11.377Z | Fresh serde_json v1.0.133 |
| 971 | 2024-12-23T04:18:11.377Z | Fresh futures-channel v0.3.31 |
| 972 | 2024-12-23T04:18:11.377Z | Fresh pin-utils v0.1.0 |
| 973 | 2024-12-23T04:18:11.377Z | Fresh equivalent v1.0.0 |
| 974 | 2024-12-23T04:18:11.377Z | Fresh futures-io v0.3.31 |
| 975 | 2024-12-23T04:18:11.377Z | Fresh futures-task v0.3.31 |
| 976 | 2024-12-23T04:18:11.377Z | Fresh hashbrown v0.15.2 |
| 977 | 2024-12-23T04:18:11.377Z | Fresh futures-util v0.3.31 |
| 978 | 2024-12-23T04:18:11.377Z | Fresh rustls-pki-types v1.10.0 |
| 979 | 2024-12-23T04:18:11.377Z | Fresh spin v0.9.8 |
| 980 | 2024-12-23T04:18:11.377Z | Fresh tracing-core v0.1.32 |
| 981 | 2024-12-23T04:18:11.377Z | Fresh untrusted v0.9.0 |
| 982 | 2024-12-23T04:18:11.377Z | Fresh indexmap v2.7.0 |
| 983 | 2024-12-23T04:18:11.377Z | Fresh byteorder v1.4.3 |
| 984 | 2024-12-23T04:18:11.377Z | Fresh ucd-trie v0.1.6 |
| 985 | 2024-12-23T04:18:11.377Z | Fresh ring v0.17.7 |
| 986 | 2024-12-23T04:18:11.377Z | Fresh tracing v0.1.40 |
| 987 | 2024-12-23T04:18:11.377Z | Fresh vcpkg v0.2.15 |
| 988 | 2024-12-23T04:18:11.377Z | Fresh atomic-waker v1.1.1 |
| 989 | 2024-12-23T04:18:11.377Z | Fresh httparse v1.8.0 |
| 990 | 2024-12-23T04:18:11.377Z | Fresh pest v2.7.6 |
| 991 | 2024-12-23T04:18:11.377Z | Fresh pkg-config v0.3.31 |
| 992 | 2024-12-23T04:18:11.377Z | Fresh tokio-util v0.7.7 |
| 993 | 2024-12-23T04:18:11.377Z | Fresh http-body v1.0.1 |
| 994 | 2024-12-23T04:18:11.377Z | Fresh zerocopy-derive v0.7.32 |
| 995 | 2024-12-23T04:18:11.377Z | Fresh pest_meta v2.7.6 |
| 996 | 2024-12-23T04:18:11.377Z | Fresh try-lock v0.2.3 |
| 997 | 2024-12-23T04:18:11.377Z | Fresh zerocopy v0.7.32 |
| 998 | 2024-12-23T04:18:11.377Z | Fresh h2 v0.4.6 |
| 999 | 2024-12-23T04:18:11.377Z | Fresh typenum v1.14.0 |
| 1000 | 2024-12-23T04:18:11.377Z | Fresh want v0.3.0 |
| 1001 | 2024-12-23T04:18:11.377Z | Fresh pest_generator v2.7.6 |
| 1002 | 2024-12-23T04:18:11.377Z | Fresh rustls-webpki v0.102.8 |
| 1003 | 2024-12-23T04:18:11.378Z | Fresh time-core v0.1.2 |
| 1004 | 2024-12-23T04:18:11.378Z | Fresh subtle v2.5.0 |
| 1005 | 2024-12-23T04:18:11.378Z | Fresh powerfmt v0.2.0 |
| 1006 | 2024-12-23T04:18:11.378Z | Fresh num-conv v0.1.0 |
| 1007 | 2024-12-23T04:18:11.378Z | Fresh zeroize v1.7.0 |
| 1008 | 2024-12-23T04:18:11.378Z | Fresh httpdate v1.0.1 |
| 1009 | 2024-12-23T04:18:11.378Z | Fresh pest_derive v2.7.6 |
| 1010 | 2024-12-23T04:18:11.378Z | Fresh crossbeam-utils v0.8.15 |
| 1011 | 2024-12-23T04:18:11.378Z | Fresh generic-array v0.14.5 |
| 1012 | 2024-12-23T04:18:11.378Z | Fresh serde_tokenstream v0.2.2 |
| 1013 | 2024-12-23T04:18:11.378Z | Fresh deranged v0.3.11 |
| 1014 | 2024-12-23T04:18:11.378Z | Fresh hyper v1.5.1 |
| 1015 | 2024-12-23T04:18:11.378Z | Fresh time-macros v0.2.18 |
| 1016 | 2024-12-23T04:18:11.378Z | Fresh bitflags v2.4.0 |
| 1017 | 2024-12-23T04:18:11.378Z | Fresh base64 v0.22.1 |
| 1018 | 2024-12-23T04:18:11.378Z | Fresh num_threads v0.1.3 |
| 1019 | 2024-12-23T04:18:11.378Z | Fresh time v0.3.36 |
| 1020 | 2024-12-23T04:18:11.378Z | Fresh dtrace-parser v0.2.0 |
| 1021 | 2024-12-23T04:18:11.378Z | Fresh scroll_derive v0.12.0 |
| 1022 | 2024-12-23T04:18:11.378Z | Fresh openssl-probe v0.1.4 |
| 1023 | 2024-12-23T04:18:11.378Z | Fresh percent-encoding v2.3.1 |
| 1024 | 2024-12-23T04:18:11.378Z | Fresh tower-service v0.3.1 |
| 1025 | 2024-12-23T04:18:11.378Z | Fresh unicode-width v0.1.9 |
| 1026 | 2024-12-23T04:18:11.378Z | Fresh tinyvec_macros v0.1.0 |
| 1027 | 2024-12-23T04:18:11.378Z | Fresh lazy_static v1.5.0 |
| 1028 | 2024-12-23T04:18:11.378Z | Fresh foreign-types-shared v0.1.1 |
| 1029 | 2024-12-23T04:18:11.378Z | Fresh tinyvec v1.5.1 |
| 1030 | 2024-12-23T04:18:11.378Z | Fresh form_urlencoded v1.2.1 |
| 1031 | 2024-12-23T04:18:11.378Z | Fresh hyper-util v0.1.10 |
| 1032 | 2024-12-23T04:18:11.378Z | Fresh foreign-types v0.3.2 |
| 1033 | 2024-12-23T04:18:11.378Z | Fresh paste v1.0.15 |
| 1034 | 2024-12-23T04:18:11.378Z | Fresh scroll v0.12.0 |
| 1035 | 2024-12-23T04:18:11.378Z | Fresh slog v2.7.0 |
| 1036 | 2024-12-23T04:18:11.378Z | Fresh crypto-common v0.1.6 |
| 1037 | 2024-12-23T04:18:11.378Z | Fresh block-buffer v0.10.2 |
| 1038 | 2024-12-23T04:18:11.382Z | Fresh openssl-sys v0.9.103 |
| 1039 | 2024-12-23T04:18:11.382Z | Fresh openssl-macros v0.1.1 |
| 1040 | 2024-12-23T04:18:11.382Z | Fresh rand_core v0.6.3 |
| 1041 | 2024-12-23T04:18:11.382Z | Fresh ppv-lite86 v0.2.15 |
| 1042 | 2024-12-23T04:18:11.382Z | Fresh mime v0.3.16 |
| 1043 | 2024-12-23T04:18:11.382Z | Fresh plain v0.2.3 |
| 1044 | 2024-12-23T04:18:11.382Z | Fresh unicode-segmentation v1.10.0 |
| 1045 | 2024-12-23T04:18:11.382Z | Fresh goblin v0.8.0 |
| 1046 | 2024-12-23T04:18:11.382Z | Fresh rand_chacha v0.3.1 |
| 1047 | 2024-12-23T04:18:11.382Z | Fresh newline-converter v0.3.0 |
| 1048 | 2024-12-23T04:18:11.382Z | Fresh openssl v0.10.66 |
| 1049 | 2024-12-23T04:18:11.382Z | Fresh unicase v2.6.0 |
| 1050 | 2024-12-23T04:18:11.382Z | Fresh digest v0.10.7 |
| 1051 | 2024-12-23T04:18:11.382Z | Fresh semver v1.0.24 |
| 1052 | 2024-12-23T04:18:11.382Z | Fresh unicode-normalization v0.1.24 |
| 1053 | 2024-12-23T04:18:11.382Z | Fresh rustls-pemfile v2.1.3 |
| 1054 | 2024-12-23T04:18:11.382Z | Fresh serde_spanned v0.6.7 |
| 1055 | 2024-12-23T04:18:11.382Z | Fresh toml_datetime v0.6.8 |
| 1056 | 2024-12-23T04:18:11.382Z | Fresh dirs-sys-next v0.1.2 |
| 1057 | 2024-12-23T04:18:11.382Z | Fresh similar v2.2.1 |
| 1058 | 2024-12-23T04:18:11.382Z | Fresh heck v0.5.0 |
| 1059 | 2024-12-23T04:18:11.382Z | Fresh winnow v0.6.18 |
| 1060 | 2024-12-23T04:18:11.382Z | Fresh pretty-hex v0.4.1 |
| 1061 | 2024-12-23T04:18:11.382Z | Fresh unicode-bidi v0.3.15 |
| 1062 | 2024-12-23T04:18:11.382Z | Fresh cpufeatures v0.2.2 |
| 1063 | 2024-12-23T04:18:11.382Z | Fresh dirs-next v2.0.0 |
| 1064 | 2024-12-23T04:18:11.382Z | Fresh toml_edit v0.22.20 |
| 1065 | 2024-12-23T04:18:11.382Z | Fresh dof v0.3.0 |
| 1066 | 2024-12-23T04:18:11.382Z | Fresh native-tls v0.2.12 |
| 1067 | 2024-12-23T04:18:11.382Z | Fresh rustls v0.22.4 |
| 1068 | 2024-12-23T04:18:11.382Z | Fresh sha1 v0.10.6 |
| 1069 | 2024-12-23T04:18:11.382Z | Fresh idna v0.5.0 |
| 1070 | 2024-12-23T04:18:11.382Z | Fresh num-traits v0.2.14 |
| 1071 | 2024-12-23T04:18:11.382Z | Fresh rustls v0.23.13 |
| 1072 | 2024-12-23T04:18:11.382Z | Fresh rand v0.8.4 |
| 1073 | 2024-12-23T04:18:11.382Z | Fresh concurrent-queue v2.5.0 |
| 1074 | 2024-12-23T04:18:11.382Z | Fresh http-body-util v0.1.2 |
| 1075 | 2024-12-23T04:18:11.383Z | Fresh serde_derive_internals v0.29.0 |
| 1076 | 2024-12-23T04:18:11.383Z | Fresh syn v2.0.90 |
| 1077 | 2024-12-23T04:18:11.383Z | Fresh thread-id v4.0.0 |
| 1078 | 2024-12-23T04:18:11.383Z | Fresh thread_local v1.1.4 |
| 1079 | 2024-12-23T04:18:11.383Z | Fresh encoding_rs v0.8.32 |
| 1080 | 2024-12-23T04:18:11.383Z | Fresh parking v2.2.0 |
| 1081 | 2024-12-23T04:18:11.383Z | Fresh match_cfg v0.1.0 |
| 1082 | 2024-12-23T04:18:11.383Z | Fresh iana-time-zone v0.1.47 |
| 1083 | 2024-12-23T04:18:11.383Z | Fresh schemars_derive v0.8.21 |
| 1084 | 2024-12-23T04:18:11.383Z | Fresh chrono v0.4.39 |
| 1085 | 2024-12-23T04:18:11.383Z | Fresh hostname v0.3.1 |
| 1086 | 2024-12-23T04:18:11.383Z | Fresh event-listener v5.0.0 |
| 1087 | 2024-12-23T04:18:11.383Z | Fresh usdt-impl v0.5.0 |
| 1088 | 2024-12-23T04:18:11.383Z | Fresh tokio-rustls v0.26.0 |
| 1089 | 2024-12-23T04:18:11.383Z | Fresh url v2.5.2 |
| 1090 | 2024-12-23T04:18:11.383Z | Fresh term v0.7.0 |
| 1091 | 2024-12-23T04:18:11.383Z | Fresh toml v0.8.19 |
| 1092 | 2024-12-23T04:18:11.383Z | Fresh tokio-native-tls v0.3.1 |
| 1093 | 2024-12-23T04:18:11.383Z | Fresh tokio-rustls v0.25.0 |
| 1094 | 2024-12-23T04:18:11.383Z | Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 1095 | 2024-12-23T04:18:11.383Z | Fresh usdt-attr-macro v0.5.0 |
| 1096 | 2024-12-23T04:18:11.383Z | Fresh usdt-macro v0.5.0 |
| 1097 | 2024-12-23T04:18:11.383Z | Fresh slog-json v2.6.1 |
| 1098 | 2024-12-23T04:18:11.383Z | Fresh serde_urlencoded v0.7.1 |
| 1099 | 2024-12-23T04:18:11.383Z | Fresh crossbeam-channel v0.5.1 |
| 1100 | 2024-12-23T04:18:11.383Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values())' -C metadata=7541986fb1e97484 -C extra-filename=-7541986fb1e97484 --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-75efcb4fac050736.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-4f457204613cac49.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rlib --extern proc_macro` |
| 1101 | 2024-12-23T04:18:11.383Z | Fresh futures-executor v0.3.31 |
| 1102 | 2024-12-23T04:18:11.383Z | Fresh webpki-roots v0.26.5 |
| 1103 | 2024-12-23T04:18:11.383Z | Fresh uuid v1.11.0 |
| 1104 | 2024-12-23T04:18:11.383Z | Fresh thiserror-impl v2.0.7 |
| 1105 | 2024-12-23T04:18:11.383Z | Fresh async-stream-impl v0.3.6 |
| 1106 | 2024-12-23T04:18:11.383Z | Fresh memmap v0.7.0 |
| 1107 | 2024-12-23T04:18:11.383Z | Fresh is-terminal v0.4.12 |
| 1108 | 2024-12-23T04:18:11.383Z | Fresh errno v0.3.8 |
| 1109 | 2024-12-23T04:18:11.415Z | Fresh data-encoding v2.4.0 |
| 1110 | 2024-12-23T04:18:11.417Z | Fresh utf-8 v0.7.6 |
| 1111 | 2024-12-23T04:18:11.417Z | Fresh take_mut v0.2.2 |
| 1112 | 2024-12-23T04:18:11.417Z | Fresh dyn-clone v1.0.4 |
| 1113 | 2024-12-23T04:18:11.417Z | Fresh slog-async v2.8.0 |
| 1114 | 2024-12-23T04:18:11.417Z | Fresh rustix v0.38.40 |
| 1115 | 2024-12-23T04:18:11.417Z | Fresh tungstenite v0.24.0 |
| 1116 | 2024-12-23T04:18:11.417Z | Fresh schemars v0.8.21 |
| 1117 | 2024-12-23T04:18:11.417Z | Fresh futures v0.3.31 |
| 1118 | 2024-12-23T04:18:11.417Z | Fresh usdt v0.5.0 |
| 1119 | 2024-12-23T04:18:11.417Z | Fresh hyper-rustls v0.27.3 |
| 1120 | 2024-12-23T04:18:11.417Z | Fresh async-stream v0.3.6 |
| 1121 | 2024-12-23T04:18:11.417Z | Fresh thiserror v2.0.7 |
| 1122 | 2024-12-23T04:18:11.417Z | Fresh slog-term v2.9.1 |
| 1123 | 2024-12-23T04:18:11.417Z | Fresh hyper-tls v0.6.0 |
| 1124 | 2024-12-23T04:18:11.417Z | Fresh slog-bunyan v2.5.0 |
| 1125 | 2024-12-23T04:18:11.417Z | Fresh event-listener-strategy v0.5.2 |
| 1126 | 2024-12-23T04:18:11.417Z | Fresh mime_guess v2.0.5 |
| 1127 | 2024-12-23T04:18:11.418Z | Fresh multer v3.1.0 |
| 1128 | 2024-12-23T04:18:11.418Z | Fresh target-triple v0.1.3 |
| 1129 | 2024-12-23T04:18:11.418Z | Fresh camino v1.1.9 |
| 1130 | 2024-12-23T04:18:11.418Z | Fresh rustls-native-certs v0.7.0 |
| 1131 | 2024-12-23T04:18:11.418Z | Fresh yasna v0.5.2 |
| 1132 | 2024-12-23T04:18:11.418Z | Fresh pem v3.0.4 |
| 1133 | 2024-12-23T04:18:11.418Z | Fresh openapiv3 v2.0.0 |
| 1134 | 2024-12-23T04:18:11.418Z | Fresh waitgroup v0.1.2 |
| 1135 | 2024-12-23T04:18:11.418Z | Fresh serde_path_to_error v0.1.16 |
| 1136 | 2024-12-23T04:18:11.418Z | Fresh async-trait v0.1.83 |
| 1137 | 2024-12-23T04:18:11.418Z | Fresh sync_wrapper v1.0.1 |
| 1138 | 2024-12-23T04:18:11.418Z | Fresh hostname v0.4.0 |
| 1139 | 2024-12-23T04:18:11.418Z | Fresh debug-ignore v1.0.5 |
| 1140 | 2024-12-23T04:18:11.418Z | Fresh ipnet v2.10.0 |
| 1141 | 2024-12-23T04:18:11.418Z | Fresh http-range v0.1.4 |
| 1142 | 2024-12-23T04:18:11.418Z | Fresh termcolor v1.1.2 |
| 1143 | 2024-12-23T04:18:11.421Z | Fresh simple-mermaid v0.2.0 |
| 1144 | 2024-12-23T04:18:11.421Z | Fresh fastrand v2.1.1 |
| 1145 | 2024-12-23T04:18:11.421Z | Fresh glob v0.3.0 |
| 1146 | 2024-12-23T04:18:11.421Z | Fresh reqwest v0.12.9 |
| 1147 | 2024-12-23T04:18:11.421Z | Fresh hyper-staticfile v0.10.1 |
| 1148 | 2024-12-23T04:18:11.421Z | Fresh hyper-rustls v0.26.0 |
| 1149 | 2024-12-23T04:18:11.421Z | Fresh trybuild v1.0.101 |
| 1150 | 2024-12-23T04:18:11.421Z | Fresh tempfile v3.14.0 |
| 1151 | 2024-12-23T04:18:11.421Z | Fresh rcgen v0.13.1 |
| 1152 | 2024-12-23T04:18:11.421Z | Fresh async-channel v2.3.1 |
| 1153 | 2024-12-23T04:18:11.421Z | Fresh tokio-tungstenite v0.24.0 |
| 1154 | 2024-12-23T04:18:11.421Z | Fresh anyhow v1.0.95 |
| 1155 | 2024-12-23T04:18:11.421Z | Fresh buf-list v1.0.3 |
| 1156 | 2024-12-23T04:18:11.421Z | Fresh subprocess v0.2.9 |
| 1157 | 2024-12-23T04:18:11.421Z | Fresh schema-derive v0.1.0 |
| 1158 | 2024-12-23T04:18:11.421Z | Fresh console v0.15.7 |
| 1159 | 2024-12-23T04:18:11.422Z | Fresh schema v0.1.0 |
| 1160 | 2024-12-23T04:18:11.422Z | Fresh expectorate v1.1.0 |
| 1161 | 2024-12-23T04:18:11.422Z | Fresh prettyplease v0.2.25 |
| 1162 | 2024-12-23T04:18:13.401Z | Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot) |
| 1163 | 2024-12-23T04:18:13.404Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=72daecbce0f6402b -C extra-filename=-72daecbce0f6402b --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-e694999f2fdb01eb.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out` |
| 1164 | 2024-12-23T04:18:13.405Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b181904625c657d8 -C extra-filename=-b181904625c657d8 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1165 | 2024-12-23T04:18:19.170Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d9c4d875e6ebe3f9 -C extra-filename=-d9c4d875e6ebe3f9 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1166 | 2024-12-23T04:18:19.171Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cfa495d0eccf6f4c -C extra-filename=-cfa495d0eccf6f4c --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1167 | 2024-12-23T04:18:19.171Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a9742d081d44a9cf -C extra-filename=-a9742d081d44a9cf --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1168 | 2024-12-23T04:18:19.175Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e4e0568fd6421c37 -C extra-filename=-e4e0568fd6421c37 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1169 | 2024-12-23T04:18:19.175Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3fc0f931c68c3f25 -C extra-filename=-3fc0f931c68c3f25 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1170 | 2024-12-23T04:18:19.175Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d4021a88d52dcb8b -C extra-filename=-d4021a88d52dcb8b --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1171 | 2024-12-23T04:18:19.183Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8a3e68f135b5be34 -C extra-filename=-8a3e68f135b5be34 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1172 | 2024-12-23T04:18:38.701Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=298fa11c4b717672 -C extra-filename=-298fa11c4b717672 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1173 | 2024-12-23T04:18:39.494Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2ee24c3a92e2d559 -C extra-filename=-2ee24c3a92e2d559 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1174 | 2024-12-23T04:18:40.642Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5a9805416f6865d0 -C extra-filename=-5a9805416f6865d0 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1175 | 2024-12-23T04:18:40.726Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9a17c210471da92c -C extra-filename=-9a17c210471da92c --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1176 | 2024-12-23T04:18:41.367Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bc31547df1bd8f72 -C extra-filename=-bc31547df1bd8f72 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1177 | 2024-12-23T04:18:43.318Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f36fa624fcf28435 -C extra-filename=-f36fa624fcf28435 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1178 | 2024-12-23T04:18:58.794Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bf17206bd8b459fa -C extra-filename=-bf17206bd8b459fa --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1179 | 2024-12-23T04:18:59.816Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ac5d424592ccde58 -C extra-filename=-ac5d424592ccde58 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1180 | 2024-12-23T04:19:01.680Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=396d8ec24a3cbe75 -C extra-filename=-396d8ec24a3cbe75 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1181 | 2024-12-23T04:19:06.090Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cecc9f35ff9612fc -C extra-filename=-cecc9f35ff9612fc --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1182 | 2024-12-23T04:19:06.452Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2a744ee7a3876def -C extra-filename=-2a744ee7a3876def --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1183 | 2024-12-23T04:19:07.505Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=13e8b7444ef2530e -C extra-filename=-13e8b7444ef2530e --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1184 | 2024-12-23T04:19:08.585Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=235e1013d88ae842 -C extra-filename=-235e1013d88ae842 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1185 | 2024-12-23T04:19:19.876Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=775ec47bf8661003 -C extra-filename=-775ec47bf8661003 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1186 | 2024-12-23T04:19:22.863Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d5c7b4c80643cd7e -C extra-filename=-d5c7b4c80643cd7e --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1187 | 2024-12-23T04:19:23.416Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=367424452134ca71 -C extra-filename=-367424452134ca71 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1188 | 2024-12-23T04:19:24.571Z | Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1d92bfc47e92508f -C extra-filename=-1d92bfc47e92508f --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64` |
| 1189 | 2024-12-23T04:19:37.647Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 1190 | 2024-12-23T04:19:37.693Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-b181904625c657d8` |
| 1191 | 2024-12-23T04:19:37.718Z | |
| 1192 | 2024-12-23T04:19:37.718Z | running 104 tests |
| 1193 | 2024-12-23T04:19:37.720Z | test api_description::test::test_endpoint_versions_matches ... ok |
| 1194 | 2024-12-23T04:19:37.721Z | test api_description::test::test_endpoint_versions_range ... ok |
| 1195 | 2024-12-23T04:19:37.721Z | test api_description::test::test_endpoint_versions_overlaps ... ok |
| 1196 | 2024-12-23T04:19:37.721Z | test api_description::test::test_badpath4 - should panic ... ok |
| 1197 | 2024-12-23T04:19:37.721Z | test api_description::test::test_badpath2 ... ok |
| 1198 | 2024-12-23T04:19:37.721Z | test api_description::test::test_badpath3 ... ok |
| 1199 | 2024-12-23T04:19:37.721Z | test api_description::test::test_badpath1 ... ok |
| 1200 | 2024-12-23T04:19:37.721Z | test api_description::test::test_dup_names ... ok |
| 1201 | 2024-12-23T04:19:37.721Z | test api_description::test::test_tags_need_one ... ok |
| 1202 | 2024-12-23T04:19:37.724Z | test api_description::test::test_tags_too_many ... ok |
| 1203 | 2024-12-23T04:19:37.724Z | test api_description::test::test_tag_config_deserialize_old ... ok |
| 1204 | 2024-12-23T04:19:37.724Z | test api_description::test::test_tags_just_right ... ok |
| 1205 | 2024-12-23T04:19:37.724Z | test error::test::test_serialize_error_response_body ... ok |
| 1206 | 2024-12-23T04:19:37.724Z | test extractor::metadata::test::test_metadata_simple ... ok |
| 1207 | 2024-12-23T04:19:37.724Z | test extractor::metadata::test::test_metadata_flattened ... ok |
| 1208 | 2024-12-23T04:19:37.724Z | test from_map::test::test_lone_literal ... ok |
| 1209 | 2024-12-23T04:19:37.724Z | test from_map::test::test_deep ... ok |
| 1210 | 2024-12-23T04:19:37.724Z | test from_map::test::test_missing_data1 ... ok |
| 1211 | 2024-12-23T04:19:37.724Z | test from_map::test::test_missing_data2 ... ok |
| 1212 | 2024-12-23T04:19:37.724Z | test extractor::metadata::test::test_metadata_flattened_enum ... ok |
| 1213 | 2024-12-23T04:19:37.724Z | test from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok |
| 1214 | 2024-12-23T04:19:37.724Z | test extractor::metadata::test::test_metadata_pagination ... ok |
| 1215 | 2024-12-23T04:19:37.724Z | test from_map::test::test_types ... ok |
| 1216 | 2024-12-23T04:19:37.724Z | test logging::test::test_config_bad_log_mode ... ok |
| 1217 | 2024-12-23T04:19:37.724Z | test logging::test::test_config_bad_terminal_bad_level ... ok |
| 1218 | 2024-12-23T04:19:37.724Z | test logging::test::test_config_bad_terminal_no_level ... ok |
| 1219 | 2024-12-23T04:19:37.724Z | test logging::test::test_config_bad_file_no_file ... ok |
| 1220 | 2024-12-23T04:19:37.724Z | test logging::test::test_config_bad_file_no_level ... ok |
| 1221 | 2024-12-23T04:19:37.724Z | test logging::test::test_config_bad_file_bad_path_type ... ok |
| 1222 | 2024-12-23T04:19:37.724Z | test logging::test::test_config_bad_file_path_exists_fail ... ok |
| 1223 | 2024-12-23T04:19:37.724Z | test pagination::test::test_pagination_schema ... ok |
| 1224 | 2024-12-23T04:19:37.727Z | test pagination::test::test_results_page ... ok |
| 1225 | 2024-12-23T04:19:37.727Z | test router::test::test_bad_path_segment1 - should panic ... ok |
| 1226 | 2024-12-23T04:19:37.727Z | test router::test::test_bad_path_segment2 - should panic ... ok |
| 1227 | 2024-12-23T04:19:37.727Z | test pagination::test::test_pagparams_parsing ... ok |
| 1228 | 2024-12-23T04:19:37.727Z | test router::test::test_bad_path_segment3 - should panic ... ok |
| 1229 | 2024-12-23T04:19:37.727Z | test pagination::test::test_page_token_serialization ... ok |
| 1230 | 2024-12-23T04:19:37.727Z | note: configured to log to "/tmp/dropshot-b181904625c657d8.2034.file_dir/log.out" |
| 1231 | 2024-12-23T04:19:37.727Z | test router::test::test_bad_path_segment4 - should panic ... ok |
| 1232 | 2024-12-23T04:19:37.727Z | test router::test::test_duplicate_route1 - should panic ... ok |
| 1233 | 2024-12-23T04:19:37.727Z | test router::test::test_bogus_regex - should panic ... ok |
| 1234 | 2024-12-23T04:19:37.727Z | test router::test::test_duplicate_route2 - should panic ... ok |
| 1235 | 2024-12-23T04:19:37.727Z | test router::test::test_duplicate_route_overlapping_version - should panic ... ok |
| 1236 | 2024-12-23T04:19:37.728Z | test logging::test::test_config_stderr_terminal ... ok |
| 1237 | 2024-12-23T04:19:37.728Z | test router::test::test_duplicate_varname - should panic ... ok |
| 1238 | 2024-12-23T04:19:37.728Z | test router::test::test_duplicate_route3 - should panic ... ok |
| 1239 | 2024-12-23T04:19:37.728Z | test router::test::test_embedded_non_variable ... ok |
| 1240 | 2024-12-23T04:19:37.728Z | test router::test::test_empty_variable ... ok |
| 1241 | 2024-12-23T04:19:37.728Z | test router::test::test_duplicate_route_same_version - should panic ... ok |
| 1242 | 2024-12-23T04:19:37.728Z | test router::test::test_inconsistent_varname - should panic ... ok |
| 1243 | 2024-12-23T04:19:37.728Z | test router::test::test_iter ... ok |
| 1244 | 2024-12-23T04:19:37.728Z | test router::test::test_iter2 ... ok |
| 1245 | 2024-12-23T04:19:37.728Z | test router::test::test_iter_null ... ok |
| 1246 | 2024-12-23T04:19:37.728Z | test api_description::test::test_tags_set ... ok |
| 1247 | 2024-12-23T04:19:37.728Z | test router::test::test_literal_after_regex - should panic ... ok |
| 1248 | 2024-12-23T04:19:37.728Z | test router::test::test_error_cases ... ok |
| 1249 | 2024-12-23T04:19:37.728Z | test router::test::test_literal_after_variable - should panic ... ok |
| 1250 | 2024-12-23T04:19:37.728Z | test router::test::test_map ... ok |
| 1251 | 2024-12-23T04:19:37.728Z | test router::test::test_map_bad_value ... ok |
| 1252 | 2024-12-23T04:19:37.728Z | test router::test::test_map_bad_seq ... ok |
| 1253 | 2024-12-23T04:19:37.728Z | test router::test::test_router_versioned ... ok |
| 1254 | 2024-12-23T04:19:37.728Z | note: configured to log to "/tmp/dropshot-b181904625c657d8.2034.file_dir/log.out" |
| 1255 | 2024-12-23T04:19:37.728Z | test router::test::test_more_after_regex - should panic ... ok |
| 1256 | 2024-12-23T04:19:37.728Z | test router::test::test_path_segment ... ok |
| 1257 | 2024-12-23T04:19:37.728Z | test router::test::test_router_basic ... ok |
| 1258 | 2024-12-23T04:19:37.728Z | test router::test::test_segments ... ok |
| 1259 | 2024-12-23T04:19:37.728Z | test router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok |
| 1260 | 2024-12-23T04:19:37.728Z | test router::test::test_variable_name_bad_end - should panic ... ok |
| 1261 | 2024-12-23T04:19:37.728Z | test router::test::test_variable_name_empty - should panic ... ok |
| 1262 | 2024-12-23T04:19:37.728Z | test router::test::test_variable_name_bad_start - should panic ... ok |
| 1263 | 2024-12-23T04:19:37.728Z | test router::test::test_variable_after_literal - should panic ... ok |
| 1264 | 2024-12-23T04:19:37.728Z | test router::test::test_variable_rename ... ok |
| 1265 | 2024-12-23T04:19:37.728Z | test router::test::test_variables_basic ... ok |
| 1266 | 2024-12-23T04:19:37.731Z | test router::test::test_variables_glob ... ok |
| 1267 | 2024-12-23T04:19:37.731Z | test router::test::test_variables_multi ... ok |
| 1268 | 2024-12-23T04:19:37.731Z | test schema_util::test::test_empty_struct ... ok |
| 1269 | 2024-12-23T04:19:37.731Z | test schema_util::test::test_additional_properties ... ok |
| 1270 | 2024-12-23T04:19:37.731Z | note: configured to log to "/tmp/dropshot-b181904625c657d8.2034.file_dir/log.out" |
| 1271 | 2024-12-23T04:19:37.731Z | test schema_util::test::test_nullable ... ok |
| 1272 | 2024-12-23T04:19:37.731Z | test schema_util::test::test_two_types - should panic ... ok |
| 1273 | 2024-12-23T04:19:37.731Z | test schema_util::test::test_extension_conversion ... ok |
| 1274 | 2024-12-23T04:19:37.732Z | test schema_util::test::test_bad_schema - should panic ... ok |
| 1275 | 2024-12-23T04:19:37.732Z | test logging::test::test_config_file ... ok |
| 1276 | 2024-12-23T04:19:37.732Z | test test_util::test::test_bunyan_bad_name - should panic ... ok |
| 1277 | 2024-12-23T04:19:37.732Z | test test_util::test::test_bunyan_bad_hostname - should panic ... ok |
| 1278 | 2024-12-23T04:19:37.732Z | test schema_util::test::test_schema2struct_with_enum_variants ... ok |
| 1279 | 2024-12-23T04:19:37.732Z | test test_util::test::test_bunyan_bad_pid - should panic ... ok |
| 1280 | 2024-12-23T04:19:37.732Z | test test_util::test::test_bunyan_easy_cases ... ok |
| 1281 | 2024-12-23T04:19:37.732Z | test test_util::test::test_bunyan_bad_v - should panic ... ok |
| 1282 | 2024-12-23T04:19:37.732Z | test test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok |
| 1283 | 2024-12-23T04:19:37.732Z | test schema_util::test::test_garbage_barge_structure_conversion ... ok |
| 1284 | 2024-12-23T04:19:37.732Z | test test_util::test::test_bunyan_seq_bad_order - should panic ... ok |
| 1285 | 2024-12-23T04:19:37.732Z | test test_util::test::test_bunyan_seq_easy_cases ... ok |
| 1286 | 2024-12-23T04:19:37.732Z | test test_util::test::test_bunyan_seq_upper_violated - should panic ... ok |
| 1287 | 2024-12-23T04:19:37.732Z | test test_util::test::test_bunyan_seq_lower_violated - should panic ... ok |
| 1288 | 2024-12-23T04:19:37.732Z | test to_map::test::test_to_map_enum ... ok |
| 1289 | 2024-12-23T04:19:37.732Z | test to_map::test::test_to_map_num ... ok |
| 1290 | 2024-12-23T04:19:37.732Z | test to_map::test::test_to_map_seq ... ok |
| 1291 | 2024-12-23T04:19:37.732Z | test to_map::test::test_to_map_valid ... ok |
| 1292 | 2024-12-23T04:19:37.732Z | test to_map::test::test_to_map_vec ... ok |
| 1293 | 2024-12-23T04:19:37.732Z | test type_util::tests::test_commented_ref ... ok |
| 1294 | 2024-12-23T04:19:37.732Z | test type_util::tests::test_recursive_type - should panic ... ok |
| 1295 | 2024-12-23T04:19:37.732Z | test type_util::tests::test_reflexive_type - should panic ... ok |
| 1296 | 2024-12-23T04:19:37.732Z | test websocket::tests::test_ws_upg_task_is_spawned ... ok |
| 1297 | 2024-12-23T04:19:37.732Z | test server::test::test_drop_server_without_close_okay ... ok |
| 1298 | 2024-12-23T04:19:37.735Z | test server::test::test_server_run_then_close ... ok |
| 1299 | 2024-12-23T04:19:37.737Z | test server::test::test_http_acceptor_happy_path ... ok |
| 1300 | 2024-12-23T04:19:37.737Z | |
| 1301 | 2024-12-23T04:19:37.737Z | test result: ok. 104 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 1302 | 2024-12-23T04:19:37.737Z | |
| 1303 | 2024-12-23T04:19:37.740Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-d5c7b4c80643cd7e` |
| 1304 | 2024-12-23T04:19:37.743Z | |
| 1305 | 2024-12-23T04:19:37.743Z | running 1 test |
| 1306 | 2024-12-23T04:19:38.223Z | Compiling proc-macro2 v1.0.92 |
| 1307 | 2024-12-23T04:19:38.223Z | Compiling unicode-ident v1.0.12 |
| 1308 | 2024-12-23T04:19:38.226Z | Compiling libc v0.2.168 |
| 1309 | 2024-12-23T04:19:38.226Z | Checking cfg-if v1.0.0 |
| 1310 | 2024-12-23T04:19:38.226Z | Compiling serde v1.0.216 |
| 1311 | 2024-12-23T04:19:38.226Z | Compiling version_check v0.9.5 |
| 1312 | 2024-12-23T04:19:38.226Z | Checking itoa v1.0.1 |
| 1313 | 2024-12-23T04:19:38.304Z | Checking pin-project-lite v0.2.12 |
| 1314 | 2024-12-23T04:19:38.401Z | Checking memchr v2.6.0 |
| 1315 | 2024-12-23T04:19:38.412Z | Compiling autocfg v1.1.0 |
| 1316 | 2024-12-23T04:19:38.435Z | Checking bytes v1.9.0 |
| 1317 | 2024-12-23T04:19:38.906Z | Compiling thiserror v1.0.69 |
| 1318 | 2024-12-23T04:19:39.055Z | Compiling log v0.4.17 |
| 1319 | 2024-12-23T04:19:39.150Z | Checking once_cell v1.20.1 |
| 1320 | 2024-12-23T04:19:39.213Z | Checking futures-core v0.3.31 |
| 1321 | 2024-12-23T04:19:39.268Z | Compiling ryu v1.0.5 |
| 1322 | 2024-12-23T04:19:39.379Z | Compiling parking_lot_core v0.9.4 |
| 1323 | 2024-12-23T04:19:39.404Z | Compiling slab v0.4.9 |
| 1324 | 2024-12-23T04:19:39.586Z | Checking scopeguard v1.2.0 |
| 1325 | 2024-12-23T04:19:39.683Z | Compiling cc v1.0.83 |
| 1326 | 2024-12-23T04:19:39.727Z | Compiling serde_json v1.0.133 |
| 1327 | 2024-12-23T04:19:39.748Z | Checking futures-sink v0.3.31 |
| 1328 | 2024-12-23T04:19:39.800Z | Checking smallvec v1.13.2 |
| 1329 | 2024-12-23T04:19:39.879Z | Checking lock_api v0.4.6 |
| 1330 | 2024-12-23T04:19:39.925Z | Checking fnv v1.0.7 |
| 1331 | 2024-12-23T04:19:39.998Z | Compiling quote v1.0.37 |
| 1332 | 2024-12-23T04:19:40.059Z | Checking getrandom v0.2.11 |
| 1333 | 2024-12-23T04:19:40.109Z | Checking mio v1.0.3 |
| 1334 | 2024-12-23T04:19:40.224Z | Checking signal-hook-registry v1.4.0 |
| 1335 | 2024-12-23T04:19:40.278Z | Checking socket2 v0.5.5 |
| 1336 | 2024-12-23T04:19:40.288Z | Checking http v1.2.0 |
| 1337 | 2024-12-23T04:19:40.464Z | Compiling syn v2.0.90 |
| 1338 | 2024-12-23T04:19:40.467Z | Checking parking_lot v0.12.1 |
| 1339 | 2024-12-23T04:19:40.664Z | Checking futures-channel v0.3.31 |
| 1340 | 2024-12-23T04:19:40.738Z | Checking futures-task v0.3.31 |
| 1341 | 2024-12-23T04:19:40.936Z | Checking pin-utils v0.1.0 |
| 1342 | 2024-12-23T04:19:40.975Z | Checking futures-io v0.3.31 |
| 1343 | 2024-12-23T04:19:40.990Z | Checking rustls-pki-types v1.10.0 |
| 1344 | 2024-12-23T04:19:41.001Z | Compiling httparse v1.8.0 |
| 1345 | 2024-12-23T04:19:41.018Z | Checking equivalent v1.0.0 |
| 1346 | 2024-12-23T04:19:41.111Z | Checking hashbrown v0.15.2 |
| 1347 | 2024-12-23T04:19:41.198Z | Checking spin v0.9.8 |
| 1348 | 2024-12-23T04:19:41.405Z | Compiling ucd-trie v0.1.6 |
| 1349 | 2024-12-23T04:19:41.522Z | Checking tracing-core v0.1.32 |
| 1350 | 2024-12-23T04:19:41.735Z | Checking untrusted v0.9.0 |
| 1351 | 2024-12-23T04:19:41.979Z | Compiling typenum v1.14.0 |
| 1352 | 2024-12-23T04:19:41.994Z | Compiling vcpkg v0.2.15 |
| 1353 | 2024-12-23T04:19:42.045Z | Compiling pkg-config v0.3.31 |
| 1354 | 2024-12-23T04:19:42.133Z | Checking tracing v0.1.40 |
| 1355 | 2024-12-23T04:19:42.267Z | Checking atomic-waker v1.1.1 |
| 1356 | 2024-12-23T04:19:42.408Z | Checking http-body v1.0.1 |
| 1357 | 2024-12-23T04:19:42.500Z | Compiling generic-array v0.14.5 |
| 1358 | 2024-12-23T04:19:42.586Z | Checking try-lock v0.2.3 |
| 1359 | 2024-12-23T04:19:42.698Z | Compiling crossbeam-utils v0.8.15 |
| 1360 | 2024-12-23T04:19:42.761Z | Checking want v0.3.0 |
| 1361 | 2024-12-23T04:19:42.816Z | Compiling ring v0.17.7 |
| 1362 | 2024-12-23T04:19:42.973Z | Compiling unicase v2.6.0 |
| 1363 | 2024-12-23T04:19:43.023Z | Checking httpdate v1.0.1 |
| 1364 | 2024-12-23T04:19:43.256Z | Compiling time-core v0.1.2 |
| 1365 | 2024-12-23T04:19:43.337Z | Checking zeroize v1.7.0 |
| 1366 | 2024-12-23T04:19:43.355Z | Compiling num-conv v0.1.0 |
| 1367 | 2024-12-23T04:19:43.430Z | Checking powerfmt v0.2.0 |
| 1368 | 2024-12-23T04:19:43.557Z | Checking subtle v2.5.0 |
| 1369 | 2024-12-23T04:19:43.617Z | Compiling time-macros v0.2.18 |
| 1370 | 2024-12-23T04:19:43.682Z | Checking deranged v0.3.11 |
| 1371 | 2024-12-23T04:19:44.094Z | Compiling slog v2.7.0 |
| 1372 | 2024-12-23T04:19:44.141Z | Checking base64 v0.22.1 |
| 1373 | 2024-12-23T04:19:44.286Z | Compiling openssl-sys v0.9.103 |
| 1374 | 2024-12-23T04:19:44.595Z | Checking byteorder v1.4.3 |
| 1375 | 2024-12-23T04:19:44.694Z | Checking num_threads v0.1.3 |
| 1376 | 2024-12-23T04:19:44.978Z | Checking bitflags v2.4.0 |
| 1377 | 2024-12-23T04:19:45.206Z | Compiling usdt-impl v0.5.0 |
| 1378 | 2024-12-23T04:19:45.436Z | Compiling openssl v0.10.66 |
| 1379 | 2024-12-23T04:19:45.563Z | Checking openssl-probe v0.1.4 |
| 1380 | 2024-12-23T04:19:45.571Z | Checking percent-encoding v2.3.1 |
| 1381 | 2024-12-23T04:19:45.650Z | Compiling semver v1.0.24 |
| 1382 | 2024-12-23T04:19:45.700Z | Checking tower-service v0.3.1 |
| 1383 | 2024-12-23T04:19:45.755Z | Checking foreign-types-shared v0.1.1 |
| 1384 | 2024-12-23T04:19:45.803Z | Checking tinyvec_macros v0.1.0 |
| 1385 | 2024-12-23T04:19:45.849Z | Checking foreign-types v0.3.2 |
| 1386 | 2024-12-23T04:19:45.880Z | Checking tinyvec v1.5.1 |
| 1387 | 2024-12-23T04:19:45.923Z | Checking form_urlencoded v1.2.1 |
| 1388 | 2024-12-23T04:19:46.245Z | Checking crypto-common v0.1.6 |
| 1389 | 2024-12-23T04:19:46.247Z | Checking block-buffer v0.10.2 |
| 1390 | 2024-12-23T04:19:46.441Z | Checking rand_core v0.6.3 |
| 1391 | 2024-12-23T04:19:46.636Z | Compiling thread-id v4.0.0 |
| 1392 | 2024-12-23T04:19:46.701Z | Compiling num-traits v0.2.14 |
| 1393 | 2024-12-23T04:19:46.735Z | Compiling native-tls v0.2.12 |
| 1394 | 2024-12-23T04:19:46.803Z | Compiling rustls v0.23.13 |
| 1395 | 2024-12-23T04:19:46.978Z | Checking mime v0.3.16 |
| 1396 | 2024-12-23T04:19:47.086Z | Checking ppv-lite86 v0.2.15 |
| 1397 | 2024-12-23T04:19:47.106Z | Checking time v0.3.36 |
| 1398 | 2024-12-23T04:19:47.114Z | Checking plain v0.2.3 |
| 1399 | 2024-12-23T04:19:47.165Z | Compiling rustls v0.22.4 |
| 1400 | 2024-12-23T04:19:47.257Z | Checking unicode-normalization v0.1.24 |
| 1401 | 2024-12-23T04:19:47.559Z | Checking digest v0.10.7 |
| 1402 | 2024-12-23T04:19:47.654Z | Checking rand_chacha v0.3.1 |
| 1403 | 2024-12-23T04:19:47.657Z | Checking rustls-pemfile v2.1.3 |
| 1404 | 2024-12-23T04:19:47.825Z | Checking dirs-sys-next v0.1.2 |
| 1405 | 2024-12-23T04:19:47.886Z | Checking cpufeatures v0.2.2 |
| 1406 | 2024-12-23T04:19:47.983Z | Checking unicode-bidi v0.3.15 |
| 1407 | 2024-12-23T04:19:47.995Z | Checking pretty-hex v0.4.1 |
| 1408 | 2024-12-23T04:19:48.043Z | Checking rand v0.8.4 |
| 1409 | 2024-12-23T04:19:48.167Z | Checking dirs-next v2.0.0 |
| 1410 | 2024-12-23T04:19:48.176Z | Checking sha1 v0.10.6 |
| 1411 | 2024-12-23T04:19:48.421Z | Compiling mime_guess v2.0.5 |
| 1412 | 2024-12-23T04:19:48.587Z | Checking idna v0.5.0 |
| 1413 | 2024-12-23T04:19:48.799Z | Compiling serde_derive_internals v0.29.0 |
| 1414 | 2024-12-23T04:19:48.802Z | Checking rustls-webpki v0.102.8 |
| 1415 | 2024-12-23T04:19:49.247Z | Checking concurrent-queue v2.5.0 |
| 1416 | 2024-12-23T04:19:49.796Z | Checking thread_local v1.1.4 |
| 1417 | 2024-12-23T04:19:49.799Z | Compiling multer v3.1.0 |
| 1418 | 2024-12-23T04:19:49.856Z | Checking encoding_rs v0.8.32 |
| 1419 | 2024-12-23T04:19:49.909Z | Compiling paste v1.0.15 |
| 1420 | 2024-12-23T04:19:50.141Z | Checking winnow v0.6.18 |
| 1421 | 2024-12-23T04:19:50.519Z | Compiling thiserror v2.0.7 |
| 1422 | 2024-12-23T04:19:51.214Z | Compiling rustix v0.38.40 |
| 1423 | 2024-12-23T04:19:51.677Z | Compiling schemars v0.8.21 |
| 1424 | 2024-12-23T04:19:52.057Z | Compiling slog-async v2.8.0 |
| 1425 | 2024-12-23T04:19:52.084Z | Compiling camino v1.1.9 |
| 1426 | 2024-12-23T04:19:52.226Z | Checking iana-time-zone v0.1.47 |
| 1427 | 2024-12-23T04:19:52.364Z | Checking parking v2.2.0 |
| 1428 | 2024-12-23T04:19:52.532Z | Checking match_cfg v0.1.0 |
| 1429 | 2024-12-23T04:19:52.617Z | Checking hostname v0.3.1 |
| 1430 | 2024-12-23T04:19:52.731Z | Checking event-listener v5.0.0 |
| 1431 | 2024-12-23T04:19:52.932Z | Checking url v2.5.2 |
| 1432 | 2024-12-23T04:19:53.026Z | Checking term v0.7.0 |
| 1433 | 2024-12-23T04:19:53.139Z | Checking crossbeam-channel v0.5.1 |
| 1434 | 2024-12-23T04:19:53.171Z | Checking webpki-roots v0.26.5 |
| 1435 | 2024-12-23T04:19:53.174Z | Checking memmap v0.7.0 |
| 1436 | 2024-12-23T04:19:53.377Z | Checking errno v0.3.8 |
| 1437 | 2024-12-23T04:19:53.386Z | Checking is-terminal v0.4.12 |
| 1438 | 2024-12-23T04:19:53.450Z | Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot) |
| 1439 | 2024-12-23T04:19:53.495Z | Checking data-encoding v2.4.0 |
| 1440 | 2024-12-23T04:19:53.557Z | Compiling heck v0.5.0 |
| 1441 | 2024-12-23T04:19:53.644Z | Checking lazy_static v1.5.0 |
| 1442 | 2024-12-23T04:19:53.690Z | Checking unicode-width v0.1.9 |
| 1443 | 2024-12-23T04:19:53.765Z | Checking utf-8 v0.7.6 |
| 1444 | 2024-12-23T04:19:53.828Z | Compiling anyhow v1.0.95 |
| 1445 | 2024-12-23T04:19:53.837Z | Checking unicode-segmentation v1.10.0 |
| 1446 | 2024-12-23T04:19:53.845Z | Checking take_mut v0.2.2 |
| 1447 | 2024-12-23T04:19:53.946Z | Checking dyn-clone v1.0.4 |
| 1448 | 2024-12-23T04:19:53.974Z | Compiling buf-list v1.0.3 |
| 1449 | 2024-12-23T04:19:54.048Z | Checking console v0.15.7 |
| 1450 | 2024-12-23T04:19:54.078Z | Checking slog-term v2.9.1 |
| 1451 | 2024-12-23T04:19:54.198Z | Compiling serde_derive v1.0.216 |
| 1452 | 2024-12-23T04:19:54.251Z | Compiling thiserror-impl v1.0.69 |
| 1453 | 2024-12-23T04:19:54.415Z | Compiling tokio-macros v2.4.0 |
| 1454 | 2024-12-23T04:19:54.526Z | Compiling futures-macro v0.3.31 |
| 1455 | 2024-12-23T04:19:54.547Z | Compiling zerocopy-derive v0.7.32 |
| 1456 | 2024-12-23T04:19:54.575Z | Compiling scroll_derive v0.12.0 |
| 1457 | 2024-12-23T04:19:54.698Z | Compiling openssl-macros v0.1.1 |
| 1458 | 2024-12-23T04:19:55.379Z | Compiling schemars_derive v0.8.21 |
| 1459 | 2024-12-23T04:19:56.575Z | Checking scroll v0.12.0 |
| 1460 | 2024-12-23T04:19:56.666Z | Checking tokio v1.41.1 |
| 1461 | 2024-12-23T04:19:57.024Z | Checking futures-util v0.3.31 |
| 1462 | 2024-12-23T04:19:57.036Z | Checking goblin v0.8.0 |
| 1463 | 2024-12-23T04:19:57.467Z | Compiling zerocopy v0.7.32 |
| 1464 | 2024-12-23T04:19:58.741Z | Compiling pest v2.7.6 |
| 1465 | 2024-12-23T04:20:00.902Z | Compiling async-stream-impl v0.3.6 |
| 1466 | 2024-12-23T04:20:01.227Z | Compiling pest_meta v2.7.6 |
| 1467 | 2024-12-23T04:20:01.379Z | Compiling thiserror-impl v2.0.7 |
| 1468 | 2024-12-23T04:20:01.478Z | Checking http-body-util v0.1.2 |
| 1469 | 2024-12-23T04:20:01.534Z | Checking futures-executor v0.3.31 |
| 1470 | 2024-12-23T04:20:01.755Z | Checking futures v0.3.31 |
| 1471 | 2024-12-23T04:20:01.851Z | Checking tungstenite v0.24.0 |
| 1472 | 2024-12-23T04:20:01.988Z | Checking newline-converter v0.3.0 |
| 1473 | 2024-12-23T04:20:02.134Z | Compiling async-trait v0.1.83 |
| 1474 | 2024-12-23T04:20:02.656Z | Compiling pest_generator v2.7.6 |
| 1475 | 2024-12-23T04:20:02.829Z | Checking async-stream v0.3.6 |
| 1476 | 2024-12-23T04:20:03.110Z | Checking event-listener-strategy v0.5.2 |
| 1477 | 2024-12-23T04:20:03.121Z | Checking tokio-util v0.7.7 |
| 1478 | 2024-12-23T04:20:03.304Z | Checking tokio-rustls v0.26.0 |
| 1479 | 2024-12-23T04:20:03.361Z | Checking tokio-native-tls v0.3.1 |
| 1480 | 2024-12-23T04:20:03.608Z | Checking tokio-rustls v0.25.0 |
| 1481 | 2024-12-23T04:20:03.912Z | Checking yasna v0.5.2 |
| 1482 | 2024-12-23T04:20:04.726Z | Checking rustls-native-certs v0.7.0 |
| 1483 | 2024-12-23T04:20:04.746Z | Checking pem v3.0.4 |
| 1484 | 2024-12-23T04:20:04.857Z | Checking waitgroup v0.1.2 |
| 1485 | 2024-12-23T04:20:04.976Z | Checking hostname v0.4.0 |
| 1486 | 2024-12-23T04:20:04.976Z | Checking sync_wrapper v1.0.1 |
| 1487 | 2024-12-23T04:20:05.019Z | Checking debug-ignore v1.0.5 |
| 1488 | 2024-12-23T04:20:05.094Z | Checking ipnet v2.10.0 |
| 1489 | 2024-12-23T04:20:05.103Z | Checking similar v2.2.1 |
| 1490 | 2024-12-23T04:20:05.148Z | Checking http-range v0.1.4 |
| 1491 | 2024-12-23T04:20:05.318Z | Checking simple-mermaid v0.2.0 |
| 1492 | 2024-12-23T04:20:05.403Z | Checking fastrand v2.1.1 |
| 1493 | 2024-12-23T04:20:05.520Z | Checking rcgen v0.13.1 |
| 1494 | 2024-12-23T04:20:05.626Z | Checking async-channel v2.3.1 |
| 1495 | 2024-12-23T04:20:05.707Z | Checking tempfile v3.14.0 |
| 1496 | 2024-12-23T04:20:05.756Z | Checking expectorate v1.1.0 |
| 1497 | 2024-12-23T04:20:05.895Z | Checking tokio-tungstenite v0.24.0 |
| 1498 | 2024-12-23T04:20:06.078Z | Compiling pest_derive v2.7.6 |
| 1499 | 2024-12-23T04:20:06.180Z | Checking subprocess v0.2.9 |
| 1500 | 2024-12-23T04:20:07.163Z | Compiling dtrace-parser v0.2.0 |
| 1501 | 2024-12-23T04:20:07.598Z | Checking indexmap v2.7.0 |
| 1502 | 2024-12-23T04:20:07.598Z | Checking serde_spanned v0.6.7 |
| 1503 | 2024-12-23T04:20:07.601Z | Checking toml_datetime v0.6.8 |
| 1504 | 2024-12-23T04:20:07.601Z | Checking uuid v1.11.0 |
| 1505 | 2024-12-23T04:20:07.790Z | Checking chrono v0.4.39 |
| 1506 | 2024-12-23T04:20:07.859Z | Checking serde_urlencoded v0.7.1 |
| 1507 | 2024-12-23T04:20:08.274Z | Compiling serde_tokenstream v0.2.2 |
| 1508 | 2024-12-23T04:20:08.501Z | Checking serde_path_to_error v0.1.16 |
| 1509 | 2024-12-23T04:20:08.779Z | Checking h2 v0.4.6 |
| 1510 | 2024-12-23T04:20:08.779Z | Checking toml_edit v0.22.20 |
| 1511 | 2024-12-23T04:20:08.839Z | Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 1512 | 2024-12-23T04:20:09.073Z | Checking dof v0.3.0 |
| 1513 | 2024-12-23T04:20:09.077Z | Checking slog-json v2.6.1 |
| 1514 | 2024-12-23T04:20:09.077Z | Checking openapiv3 v2.0.0 |
| 1515 | 2024-12-23T04:20:09.320Z | Checking slog-bunyan v2.5.0 |
| 1516 | 2024-12-23T04:20:11.355Z | Checking toml v0.8.19 |
| 1517 | 2024-12-23T04:20:11.486Z | Compiling usdt-macro v0.5.0 |
| 1518 | 2024-12-23T04:20:11.577Z | Compiling usdt-attr-macro v0.5.0 |
| 1519 | 2024-12-23T04:20:12.540Z | Checking hyper v1.5.1 |
| 1520 | 2024-12-23T04:20:13.166Z | Checking usdt v0.5.0 |
| 1521 | 2024-12-23T04:20:13.812Z | Checking hyper-util v0.1.10 |
| 1522 | 2024-12-23T04:20:13.814Z | Checking hyper-staticfile v0.10.1 |
| 1523 | 2024-12-23T04:20:14.756Z | Checking hyper-tls v0.6.0 |
| 1524 | 2024-12-23T04:20:14.759Z | Checking hyper-rustls v0.27.3 |
| 1525 | 2024-12-23T04:20:14.759Z | Checking hyper-rustls v0.26.0 |
| 1526 | 2024-12-23T04:20:14.950Z | Checking reqwest v0.12.9 |
| 1527 | 2024-12-23T04:20:17.069Z | Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
| 1528 | 2024-12-23T04:20:17.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.33s |
| 1529 | 2024-12-23T04:20:17.405Z | |
| 1530 | 2024-12-23T04:20:17.405Z | |
| 1531 | 2024-12-23T04:20:26.438Z | test tests/fail/bad_channel10.rs ... ok |
| 1532 | 2024-12-23T04:20:26.438Z | test tests/fail/bad_channel11.rs ... ok |
| 1533 | 2024-12-23T04:20:26.442Z | test tests/fail/bad_channel12.rs ... ok |
| 1534 | 2024-12-23T04:20:26.442Z | test tests/fail/bad_channel13.rs ... ok |
| 1535 | 2024-12-23T04:20:26.442Z | test tests/fail/bad_channel14.rs ... ok |
| 1536 | 2024-12-23T04:20:26.442Z | test tests/fail/bad_channel15.rs ... ok |
| 1537 | 2024-12-23T04:20:26.442Z | test tests/fail/bad_channel17.rs ... ok |
| 1538 | 2024-12-23T04:20:26.442Z | test tests/fail/bad_channel18.rs ... ok |
| 1539 | 2024-12-23T04:20:26.442Z | test tests/fail/bad_channel19.rs ... ok |
| 1540 | 2024-12-23T04:20:26.442Z | test tests/fail/bad_channel1a.rs ... ok |
| 1541 | 2024-12-23T04:20:26.442Z | test tests/fail/bad_channel1b.rs ... ok |
| 1542 | 2024-12-23T04:20:26.442Z | test tests/fail/bad_channel2.rs ... ok |
| 1543 | 2024-12-23T04:20:26.442Z | test tests/fail/bad_channel20.rs ... ok |
| 1544 | 2024-12-23T04:20:26.442Z | test tests/fail/bad_channel21.rs ... ok |
| 1545 | 2024-12-23T04:20:26.442Z | test tests/fail/bad_channel22.rs ... ok |
| 1546 | 2024-12-23T04:20:26.442Z | test tests/fail/bad_channel23.rs ... ok |
| 1547 | 2024-12-23T04:20:26.442Z | test tests/fail/bad_channel24.rs ... ok |
| 1548 | 2024-12-23T04:20:26.442Z | test tests/fail/bad_channel25.rs ... ok |
| 1549 | 2024-12-23T04:20:26.442Z | test tests/fail/bad_channel26.rs ... ok |
| 1550 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_channel27.rs ... ok |
| 1551 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_channel28.rs ... ok |
| 1552 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_channel3.rs ... ok |
| 1553 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_channel4.rs ... ok |
| 1554 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_channel5.rs ... ok |
| 1555 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_channel6.rs ... ok |
| 1556 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_channel8.rs ... ok |
| 1557 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_channel9.rs ... ok |
| 1558 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint1.rs ... ok |
| 1559 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint10.rs ... ok |
| 1560 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint11.rs ... ok |
| 1561 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint12.rs ... ok |
| 1562 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint13.rs ... ok |
| 1563 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint14.rs ... ok |
| 1564 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint15.rs ... ok |
| 1565 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint16.rs ... ok |
| 1566 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint17.rs ... ok |
| 1567 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint18.rs ... ok |
| 1568 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint19.rs ... ok |
| 1569 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint2.rs ... ok |
| 1570 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint20.rs ... ok |
| 1571 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint21.rs ... ok |
| 1572 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint22.rs ... ok |
| 1573 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint23.rs ... ok |
| 1574 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint24.rs ... ok |
| 1575 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint25.rs ... ok |
| 1576 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint26.rs ... ok |
| 1577 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint27.rs ... ok |
| 1578 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint28.rs ... ok |
| 1579 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint3.rs ... ok |
| 1580 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint4.rs ... ok |
| 1581 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint5.rs ... ok |
| 1582 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint6.rs ... ok |
| 1583 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint7.rs ... ok |
| 1584 | 2024-12-23T04:20:26.443Z | test tests/fail/bad_endpoint8.rs ... ok |
| 1585 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_endpoint9.rs ... ok |
| 1586 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel10.rs ... ok |
| 1587 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel11.rs ... ok |
| 1588 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel12.rs ... ok |
| 1589 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel13.rs ... ok |
| 1590 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel14.rs ... ok |
| 1591 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel15.rs ... ok |
| 1592 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel17.rs ... ok |
| 1593 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel18.rs ... ok |
| 1594 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel19.rs ... ok |
| 1595 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel1a.rs ... ok |
| 1596 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel1b.rs ... ok |
| 1597 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel2.rs ... ok |
| 1598 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel20.rs ... ok |
| 1599 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel21.rs ... ok |
| 1600 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel22.rs ... ok |
| 1601 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel23.rs ... ok |
| 1602 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel24.rs ... ok |
| 1603 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel25.rs ... ok |
| 1604 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel26.rs ... ok |
| 1605 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel28.rs ... ok |
| 1606 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel3.rs ... ok |
| 1607 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel4.rs ... ok |
| 1608 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel5.rs ... ok |
| 1609 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel6.rs ... ok |
| 1610 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel8.rs ... ok |
| 1611 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_channel9.rs ... ok |
| 1612 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_endpoint1.rs ... ok |
| 1613 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_endpoint10.rs ... ok |
| 1614 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_endpoint11.rs ... ok |
| 1615 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_endpoint12.rs ... ok |
| 1616 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_endpoint13.rs ... ok |
| 1617 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_endpoint14.rs ... ok |
| 1618 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_endpoint15.rs ... ok |
| 1619 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_endpoint16.rs ... ok |
| 1620 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_endpoint17.rs ... ok |
| 1621 | 2024-12-23T04:20:26.444Z | test tests/fail/bad_trait_endpoint18.rs ... ok |
| 1622 | 2024-12-23T04:20:26.447Z | test tests/fail/bad_trait_endpoint19.rs ... ok |
| 1623 | 2024-12-23T04:20:26.447Z | test tests/fail/bad_trait_endpoint2.rs ... ok |
| 1624 | 2024-12-23T04:20:26.447Z | test tests/fail/bad_trait_endpoint20.rs ... ok |
| 1625 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_endpoint21.rs ... ok |
| 1626 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_endpoint22.rs ... ok |
| 1627 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_endpoint23.rs ... ok |
| 1628 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_endpoint24.rs ... ok |
| 1629 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_endpoint25.rs ... ok |
| 1630 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_endpoint26.rs ... ok |
| 1631 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_endpoint27.rs ... ok |
| 1632 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_endpoint28.rs ... ok |
| 1633 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_endpoint3.rs ... ok |
| 1634 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_endpoint4.rs ... ok |
| 1635 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_endpoint5.rs ... ok |
| 1636 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_endpoint6.rs ... ok |
| 1637 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_endpoint7.rs ... ok |
| 1638 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_endpoint8.rs ... ok |
| 1639 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_endpoint9.rs ... ok |
| 1640 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_endpoint_error.rs ... ok |
| 1641 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only1.rs ... ok |
| 1642 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only10.rs ... ok |
| 1643 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only11.rs ... ok |
| 1644 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only12.rs ... ok |
| 1645 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only13.rs ... ok |
| 1646 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only14.rs ... ok |
| 1647 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only15.rs ... ok |
| 1648 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only16.rs ... ok |
| 1649 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only17.rs ... ok |
| 1650 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only18.rs ... ok |
| 1651 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only19.rs ... ok |
| 1652 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only2.rs ... ok |
| 1653 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only20.rs ... ok |
| 1654 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only21.rs ... ok |
| 1655 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only22.rs ... ok |
| 1656 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only3.rs ... ok |
| 1657 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only4.rs ... ok |
| 1658 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only5.rs ... ok |
| 1659 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only6.rs ... ok |
| 1660 | 2024-12-23T04:20:26.448Z | test tests/fail/bad_trait_only7.rs ... ok |
| 1661 | 2024-12-23T04:20:26.449Z | test tests/fail/bad_trait_only8.rs ... ok |
| 1662 | 2024-12-23T04:20:26.449Z | test tests/fail/bad_trait_only9.rs ... ok |
| 1663 | 2024-12-23T04:20:26.449Z | test tests/fail/bad_version_backwards.rs ... ok |
| 1664 | 2024-12-23T04:20:26.449Z | test tests/fail/unused_endpoint.rs ... ok |
| 1665 | 2024-12-23T04:20:26.449Z | |
| 1666 | 2024-12-23T04:20:26.449Z | |
| 1667 | 2024-12-23T04:20:26.449Z | test fail ... ok |
| 1668 | 2024-12-23T04:20:26.449Z | |
| 1669 | 2024-12-23T04:20:26.449Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 48.69s |
| 1670 | 2024-12-23T04:20:26.449Z | |
| 1671 | 2024-12-23T04:20:26.452Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-8a3e68f135b5be34` |
| 1672 | 2024-12-23T04:20:26.459Z | |
| 1673 | 2024-12-23T04:20:26.460Z | running 82 tests |
| 1674 | 2024-12-23T04:20:26.462Z | test api_trait::test_api_trait_with_disallowed_tags ... ok |
| 1675 | 2024-12-23T04:20:26.462Z | test config::test_config_bad_bind_address_port_too_large ... ok |
| 1676 | 2024-12-23T04:20:26.462Z | test config::test_config_bad_bind_address_garbage ... ok |
| 1677 | 2024-12-23T04:20:26.462Z | test config::test_config_bad_bind_address_port_too_small ... ok |
| 1678 | 2024-12-23T04:20:26.462Z | test config::test_config_bad_request_body_max_bytes_negative ... ok |
| 1679 | 2024-12-23T04:20:26.462Z | test api_trait::test_api_trait_with_empty_tag_config ... ok |
| 1680 | 2024-12-23T04:20:26.462Z | test api_trait::test_api_trait_with_complex_tags ... ok |
| 1681 | 2024-12-23T04:20:26.465Z | test config::test_config_bad_request_body_max_bytes_too_large ... ok |
| 1682 | 2024-12-23T04:20:26.465Z | test config::test_config_deprecated_request_body_max_bytes ... ok |
| 1683 | 2024-12-23T04:20:26.465Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-config_bind_address_https.2816.0.log" |
| 1684 | 2024-12-23T04:20:26.465Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-api_trait_basic.2816.2.log" |
| 1685 | 2024-12-23T04:20:26.465Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-config_handler_task_mode_detached.2816.5.log" |
| 1686 | 2024-12-23T04:20:26.466Z | test config::test_valid_config_all_settings ... ok |
| 1687 | 2024-12-23T04:20:26.466Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-config_bind_address_http.2816.1.log" |
| 1688 | 2024-12-23T04:20:26.466Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-config_bind_address_https_buffer.2816.3.log" |
| 1689 | 2024-12-23T04:20:26.466Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_unversioned_servers_with_versioned_routes.2816.6.log" |
| 1690 | 2024-12-23T04:20:26.466Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-config_handler_task_mode_cancel.2816.4.log" |
| 1691 | 2024-12-23T04:20:26.466Z | test config::test_unversioned_servers_with_versioned_routes ... ok |
| 1692 | 2024-12-23T04:20:26.466Z | test config::test_valid_config_basic ... ok |
| 1693 | 2024-12-23T04:20:26.466Z | test config::test_valid_config_empty ... ok |
| 1694 | 2024-12-23T04:20:26.468Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_enum_extractor_error.2816.7.log" |
| 1695 | 2024-12-23T04:20:26.468Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_enum_user_error.2816.8.log" |
| 1696 | 2024-12-23T04:20:26.472Z | test custom_errors::test_enum_extractor_error ... ok |
| 1697 | 2024-12-23T04:20:26.472Z | test config::test_config_handler_task_mode_cancel ... ok |
| 1698 | 2024-12-23T04:20:26.472Z | test config::test_config_handler_task_mode_detached ... ok |
| 1699 | 2024-12-23T04:20:26.472Z | test custom_errors::test_enum_user_error ... ok |
| 1700 | 2024-12-23T04:20:26.472Z | test api_trait::test_api_trait_basic ... ok |
| 1701 | 2024-12-23T04:20:26.472Z | test custom_errors::test_trait_based_api ... ok |
| 1702 | 2024-12-23T04:20:26.472Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_struct_user_error.2816.9.log" |
| 1703 | 2024-12-23T04:20:26.472Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_struct_extractor_error.2816.10.log" |
| 1704 | 2024-12-23T04:20:26.472Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_trait_struct_user_error.2816.12.log" |
| 1705 | 2024-12-23T04:20:26.472Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_trait_enum_user_error.2816.11.log" |
| 1706 | 2024-12-23T04:20:26.475Z | test config::test_config_bind_address_http ... ok |
| 1707 | 2024-12-23T04:20:26.475Z | test custom_errors::test_struct_user_error ... ok |
| 1708 | 2024-12-23T04:20:26.475Z | test custom_errors::test_struct_extractor_error ... ok |
| 1709 | 2024-12-23T04:20:26.475Z | test custom_errors::test_trait_enum_user_error ... ok |
| 1710 | 2024-12-23T04:20:26.475Z | test custom_errors::test_trait_struct_user_error ... ok |
| 1711 | 2024-12-23T04:20:26.475Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_302_bogus.2816.13.log" |
| 1712 | 2024-12-23T04:20:26.475Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_302_found.2816.14.log" |
| 1713 | 2024-12-23T04:20:26.475Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_303_see_other.2816.17.log" |
| 1714 | 2024-12-23T04:20:26.475Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_307_temporary_redirect.2816.16.log" |
| 1715 | 2024-12-23T04:20:26.475Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-demo1.2816.15.log" |
| 1716 | 2024-12-23T04:20:26.478Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_delete_request.2816.18.log" |
| 1717 | 2024-12-23T04:20:26.478Z | test demo::test_302_found ... ok |
| 1718 | 2024-12-23T04:20:26.478Z | test demo::test_307_temporary_redirect ... ok |
| 1719 | 2024-12-23T04:20:26.478Z | test demo::test_303_see_other ... ok |
| 1720 | 2024-12-23T04:20:26.478Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-demo2json.2816.19.log" |
| 1721 | 2024-12-23T04:20:26.478Z | test demo::test_302_bogus ... ok |
| 1722 | 2024-12-23T04:20:26.478Z | test demo::test_demo1 ... ok |
| 1723 | 2024-12-23T04:20:26.479Z | test demo::test_delete_request ... ok |
| 1724 | 2024-12-23T04:20:26.482Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-demo2query.2816.20.log" |
| 1725 | 2024-12-23T04:20:26.482Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-demo2urlencoded.2816.21.log" |
| 1726 | 2024-12-23T04:20:26.482Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-demo3json.2816.22.log" |
| 1727 | 2024-12-23T04:20:26.482Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-demo_path_param_string.2816.23.log" |
| 1728 | 2024-12-23T04:20:26.482Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-demo_path_param_u32.2816.24.log" |
| 1729 | 2024-12-23T04:20:26.486Z | test demo::test_demo2query ... ok |
| 1730 | 2024-12-23T04:20:26.486Z | test demo::test_demo2json ... ok |
| 1731 | 2024-12-23T04:20:26.489Z | test demo::test_demo2urlencoded ... ok |
| 1732 | 2024-12-23T04:20:26.489Z | test demo::test_demo3json ... ok |
| 1733 | 2024-12-23T04:20:26.489Z | test demo::test_demo_path_param_u32 ... ok |
| 1734 | 2024-12-23T04:20:26.492Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-demo_path_param_uuid.2816.26.log" |
| 1735 | 2024-12-23T04:20:26.492Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_head_request.2816.27.log" |
| 1736 | 2024-12-23T04:20:26.492Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-demo_websocket.2816.25.log" |
| 1737 | 2024-12-23T04:20:26.492Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_header_request.2816.28.log" |
| 1738 | 2024-12-23T04:20:26.492Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_large_typed_body.2816.29.log" |
| 1739 | 2024-12-23T04:20:26.492Z | test demo::test_demo_websocket ... ok |
| 1740 | 2024-12-23T04:20:26.492Z | test demo::test_header_request ... ok |
| 1741 | 2024-12-23T04:20:26.492Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-tet_raw_request.2816.30.log" |
| 1742 | 2024-12-23T04:20:26.492Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_request_compat.2816.31.log" |
| 1743 | 2024-12-23T04:20:26.495Z | test config::test_config_bind_address_https ... ok |
| 1744 | 2024-12-23T04:20:26.495Z | test config::test_config_bind_address_https_buffer ... ok |
| 1745 | 2024-12-23T04:20:26.495Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_request_remote_addr.2816.32.log" |
| 1746 | 2024-12-23T04:20:26.498Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_streaming_body.2816.33.log" |
| 1747 | 2024-12-23T04:20:26.501Z | test demo::test_request_remote_addr ... ok |
| 1748 | 2024-12-23T04:20:26.504Z | test demo::test_raw_request ... ok |
| 1749 | 2024-12-23T04:20:26.504Z | test demo::test_head_request ... ok |
| 1750 | 2024-12-23T04:20:26.504Z | test demo::test_request_compat ... ok |
| 1751 | 2024-12-23T04:20:26.504Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-multipart_client.2816.35.log" |
| 1752 | 2024-12-23T04:20:26.504Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-graceful_shutdown_with_detached_handler.2816.34.log" |
| 1753 | 2024-12-23T04:20:26.504Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_untyped_body.2816.36.log" |
| 1754 | 2024-12-23T04:20:26.504Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-multipart_client.2816.37.log" |
| 1755 | 2024-12-23T04:20:26.504Z | test demo::test_large_typed_body ... ok |
| 1756 | 2024-12-23T04:20:26.504Z | test demo::test_demo_path_param_string ... ok |
| 1757 | 2024-12-23T04:20:26.504Z | test demo::test_demo_path_param_uuid ... ok |
| 1758 | 2024-12-23T04:20:26.504Z | test multipart::missing_boundary ... ok |
| 1759 | 2024-12-23T04:20:26.504Z | test demo::test_streaming_body ... ok |
| 1760 | 2024-12-23T04:20:26.504Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-multipart_client.2816.38.log" |
| 1761 | 2024-12-23T04:20:26.507Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-multipart_client.2816.39.log" |
| 1762 | 2024-12-23T04:20:26.507Z | test multipart::no_content_type ... ok |
| 1763 | 2024-12-23T04:20:26.507Z | test multipart::weird_content_type ... ok |
| 1764 | 2024-12-23T04:20:26.507Z | test multipart::test_multipart_client ... ok |
| 1765 | 2024-12-23T04:20:26.507Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-pagination-basic.2816.40.log" |
| 1766 | 2024-12-23T04:20:26.507Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-pagination-multiple-resources.2816.41.log" |
| 1767 | 2024-12-23T04:20:26.507Z | test openapi::test_openapi_custom_error_types_trait_based ... ok |
| 1768 | 2024-12-23T04:20:26.507Z | test openapi::test_openapi_custom_error_types ... ok |
| 1769 | 2024-12-23T04:20:26.507Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-pagination-multiple-sorts.2816.42.log" |
| 1770 | 2024-12-23T04:20:26.510Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-basic.2816.43.log" |
| 1771 | 2024-12-23T04:20:26.511Z | test demo::test_untyped_body ... ok |
| 1772 | 2024-12-23T04:20:26.524Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-dictionary.2816.44.log" |
| 1773 | 2024-12-23T04:20:26.532Z | test openapi::test_openapi_fuller ... ok |
| 1774 | 2024-12-23T04:20:26.535Z | test openapi::test_openapi ... ok |
| 1775 | 2024-12-23T04:20:26.535Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-empty.2816.45.log" |
| 1776 | 2024-12-23T04:20:26.535Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-errors.2816.46.log" |
| 1777 | 2024-12-23T04:20:26.556Z | test pagination::test_paginate_empty ... ok |
| 1778 | 2024-12-23T04:20:26.559Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-extra_params.2816.47.log" |
| 1779 | 2024-12-23T04:20:26.564Z | test pagination::test_paginate_errors ... ok |
| 1780 | 2024-12-23T04:20:26.567Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-required_params.2816.48.log" |
| 1781 | 2024-12-23T04:20:26.580Z | test pagination::test_paginate_with_required_params ... ok |
| 1782 | 2024-12-23T04:20:26.580Z | test pagination::test_paginate_extra_params ... ok |
| 1783 | 2024-12-23T04:20:26.583Z | test path_names::test_path_names ... ok |
| 1784 | 2024-12-23T04:20:26.583Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_no_tls.2816.49.log" |
| 1785 | 2024-12-23T04:20:26.583Z | test pagination_schema::test_pagination_schema ... ok |
| 1786 | 2024-12-23T04:20:26.583Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_with_tls.2816.50.log" |
| 1787 | 2024-12-23T04:20:26.586Z | test starter::test_no_tls ... ok |
| 1788 | 2024-12-23T04:20:26.589Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-non_streaming_servers_do_not_use_transfer_encoding.2816.51.log" |
| 1789 | 2024-12-23T04:20:26.592Z | test streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok |
| 1790 | 2024-12-23T04:20:26.592Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-streaming_server_buffered_client.2816.52.log" |
| 1791 | 2024-12-23T04:20:26.625Z | test streaming::test_streaming_server_buffered_client ... ok |
| 1792 | 2024-12-23T04:20:26.627Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-streaming_server_streaming_client.2816.53.log" |
| 1793 | 2024-12-23T04:20:26.642Z | test pagination::test_paginate_basic ... ok |
| 1794 | 2024-12-23T04:20:26.645Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_server_is_http.2816.54.log" |
| 1795 | 2024-12-23T04:20:26.650Z | test tls::test_server_is_http ... ok |
| 1796 | 2024-12-23T04:20:26.653Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_server_is_https.2816.55.log" |
| 1797 | 2024-12-23T04:20:26.655Z | test streaming::test_streaming_server_streaming_client ... ok |
| 1798 | 2024-12-23T04:20:26.655Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_tls_aborted_negotiation.2816.56.log" |
| 1799 | 2024-12-23T04:20:26.913Z | test starter::test_with_tls ... ok |
| 1800 | 2024-12-23T04:20:26.917Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_tls_certificate_loading.2816.57.log" |
| 1801 | 2024-12-23T04:20:26.980Z | test tls::test_server_is_https ... ok |
| 1802 | 2024-12-23T04:20:26.983Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_tls_only.2816.58.log" |
| 1803 | 2024-12-23T04:20:27.240Z | test tls::test_tls_certificate_loading ... ok |
| 1804 | 2024-12-23T04:20:27.242Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_tls_refresh_certificates.2816.59.log" |
| 1805 | 2024-12-23T04:20:27.297Z | test tls::test_tls_aborted_negotiation ... ok |
| 1806 | 2024-12-23T04:20:27.300Z | note: configured to log to "/tmp/integration_tests-8a3e68f135b5be34-test_versions.2816.60.log" |
| 1807 | 2024-12-23T04:20:27.376Z | test versions::test_versions ... ok |
| 1808 | 2024-12-23T04:20:27.379Z | test versions::test_versions_openapi ... ok |
| 1809 | 2024-12-23T04:20:27.382Z | test versions::test_versions_openapi_same_names ... ok |
| 1810 | 2024-12-23T04:20:27.595Z | test tls::test_tls_refresh_certificates ... ok |
| 1811 | 2024-12-23T04:20:27.617Z | test tls::test_tls_only ... ok |
| 1812 | 2024-12-23T04:20:28.331Z | test pagination::test_example_basic ... ok |
| 1813 | 2024-12-23T04:20:28.506Z | test detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok |
| 1814 | 2024-12-23T04:20:28.957Z | test pagination::test_paginate_dictionary ... ok |
| 1815 | 2024-12-23T04:20:32.430Z | test pagination::test_example_multiple_sorts ... ok |
| 1816 | 2024-12-23T04:20:33.280Z | test pagination::test_example_multiple_resources ... ok |
| 1817 | 2024-12-23T04:20:33.280Z | |
| 1818 | 2024-12-23T04:20:33.280Z | test result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.82s |
| 1819 | 2024-12-23T04:20:33.280Z | |
| 1820 | 2024-12-23T04:20:33.290Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-ad0902a0eaf89c8e` |
| 1821 | 2024-12-23T04:20:33.300Z | |
| 1822 | 2024-12-23T04:20:33.300Z | running 35 tests |
| 1823 | 2024-12-23T04:20:33.305Z | test channel::tests::test_channel_with_versions ... ok |
| 1824 | 2024-12-23T04:20:33.305Z | test channel::tests::test_channel_operation_id ... ok |
| 1825 | 2024-12-23T04:20:33.308Z | test channel::tests::test_channel_with_unnamed_params ... ok |
| 1826 | 2024-12-23T04:20:33.308Z | test doc::tests::test_extract_summary_description ... ok |
| 1827 | 2024-12-23T04:20:33.308Z | test endpoint::tests::test_endpoint_bad_context_receiver ... ok |
| 1828 | 2024-12-23T04:20:33.308Z | test endpoint::tests::test_endpoint_bad_metadata ... ok |
| 1829 | 2024-12-23T04:20:33.308Z | test endpoint::tests::test_endpoint_bad_string ... ok |
| 1830 | 2024-12-23T04:20:33.308Z | test api_trait::tests::test_api_trait_no_endpoints ... ok |
| 1831 | 2024-12-23T04:20:33.308Z | test endpoint::tests::test_endpoint_bad_versions ... ok |
| 1832 | 2024-12-23T04:20:33.308Z | test endpoint::tests::test_endpoint_invalid_item ... ok |
| 1833 | 2024-12-23T04:20:33.308Z | test endpoint::tests::test_endpoint_no_arguments ... ok |
| 1834 | 2024-12-23T04:20:33.308Z | test endpoint::tests::test_endpoint_not_async ... ok |
| 1835 | 2024-12-23T04:20:33.308Z | test channel::tests::test_channel_with_custom_params ... ok |
| 1836 | 2024-12-23T04:20:33.312Z | test endpoint::tests::test_endpoint_basic ... ok |
| 1837 | 2024-12-23T04:20:33.312Z | test endpoint::tests::test_endpoint_content_type ... ok |
| 1838 | 2024-12-23T04:20:33.312Z | test endpoint::tests::test_endpoint_context_fully_qualified_names ... ok |
| 1839 | 2024-12-23T04:20:33.312Z | test api_trait::tests::test_api_trait_operation_id ... ok |
| 1840 | 2024-12-23T04:20:33.312Z | test endpoint::tests::test_endpoint_pub_crate ... ok |
| 1841 | 2024-12-23T04:20:33.312Z | test api_trait::tests::test_api_trait_basic ... ok |
| 1842 | 2024-12-23T04:20:33.312Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok |
| 1843 | 2024-12-23T04:20:33.312Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok |
| 1844 | 2024-12-23T04:20:33.314Z | test endpoint::tests::test_endpoint_with_doc ... ok |
| 1845 | 2024-12-23T04:20:33.314Z | test api_trait::tests::test_api_trait_with_custom_params ... ok |
| 1846 | 2024-12-23T04:20:33.314Z | test endpoint::tests::test_endpoint_with_empty_where_clause ... ok |
| 1847 | 2024-12-23T04:20:33.314Z | test endpoint::tests::test_endpoint_with_tags ... ok |
| 1848 | 2024-12-23T04:20:33.315Z | test endpoint::tests::test_endpoint_with_query ... ok |
| 1849 | 2024-12-23T04:20:33.315Z | test endpoint::tests::test_endpoint_with_versions_all ... ok |
| 1850 | 2024-12-23T04:20:33.315Z | test params::tests::test_extract_rqctx_ty_param ... ok |
| 1851 | 2024-12-23T04:20:33.315Z | test syn_parsing::tests::test_busted_function ... ok |
| 1852 | 2024-12-23T04:20:33.317Z | test endpoint::tests::test_endpoint_with_versions_from ... ok |
| 1853 | 2024-12-23T04:20:33.317Z | test endpoint::tests::test_endpoint_with_unnamed_params ... ok |
| 1854 | 2024-12-23T04:20:33.317Z | test endpoint::tests::test_endpoint_with_custom_params ... ok |
| 1855 | 2024-12-23T04:20:33.317Z | test endpoint::tests::test_endpoint_with_versions_until ... ok |
| 1856 | 2024-12-23T04:20:33.317Z | test endpoint::tests::test_endpoint_with_versions_from_until ... ok |
| 1857 | 2024-12-23T04:20:33.317Z | test endpoint::tests::test_operation_id ... ok |
| 1858 | 2024-12-23T04:20:33.317Z | |
| 1859 | 2024-12-23T04:20:33.317Z | test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 1860 | 2024-12-23T04:20:33.317Z | |
| 1861 | 2024-12-23T04:20:33.320Z | Doc-tests dropshot |
| 1862 | 2024-12-23T04:20:33.320Z | Running `/home/build/.rustup/toolchains/1.83.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-b13d1c88010ae7fd/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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e694999f2fdb01eb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-fd9b08ffd295e6d8.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-77651b91faaef107.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-73a574c64c433565.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-72daecbce0f6402b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-da23db666b144aad.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-312a9fdc1d546d3c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-8a02896c617ad7cd.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-6c995e10d7edab6a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-9edde623577afdb9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-07a17c77e619d630.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f8079dca8b25af73.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7bc76a2661180f3e.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b4ffcdc355bb840.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d31c8a4f16d9d82a.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0bcbe850f805de42.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f7f9c87798c5c009.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-394460762f800402.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0de2b7e7187c40ce.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0bb9be66051b4ec9.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-ab61f069f58ede4d.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a9aec14659815277.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3aa61e0e9614bb03.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-dd830c92dcca463e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-e9941639ac37587b.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-052ac0b714b6712f.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4308384d5417417b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-95deae3b9ae18561.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-51f4b2c23dbc1f2e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --error-format human` |
| 1863 | 2024-12-23T04:20:33.754Z | |
| 1864 | 2024-12-23T04:20:33.754Z | running 23 tests |
| 1865 | 2024-12-23T04:20:35.697Z | test dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok |
| 1866 | 2024-12-23T04:20:35.697Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored |
| 1867 | 2024-12-23T04:20:35.700Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored |
| 1868 | 2024-12-23T04:20:35.769Z | test dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok |
| 1869 | 2024-12-23T04:20:40.560Z | test dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 558) ... ok |
| 1870 | 2024-12-23T04:20:40.560Z | test dropshot/src/lib.rs - (line 322) ... ignored |
| 1871 | 2024-12-23T04:20:40.705Z | test dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 363) ... ok |
| 1872 | 2024-12-23T04:20:40.909Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 319) ... ok |
| 1873 | 2024-12-23T04:20:40.954Z | test dropshot/src/lib.rs - (line 46) - compile ... ok |
| 1874 | 2024-12-23T04:20:40.976Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 344) ... ok |
| 1875 | 2024-12-23T04:20:41.238Z | test dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 153) ... ok |
| 1876 | 2024-12-23T04:20:41.330Z | test dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok |
| 1877 | 2024-12-23T04:20:41.333Z | test dropshot/src/lib.rs - channel (line 1139) ... ignored |
| 1878 | 2024-12-23T04:20:41.333Z | test dropshot/src/lib.rs - endpoint (line 1184) ... ignored |
| 1879 | 2024-12-23T04:20:42.522Z | test dropshot/src/lib.rs - (line 372) ... ok |
| 1880 | 2024-12-23T04:20:42.933Z | test dropshot/src/lib.rs - api_description (line 1004) ... ok |
| 1881 | 2024-12-23T04:20:42.990Z | test dropshot/src/lib.rs - (line 635) ... ok |
| 1882 | 2024-12-23T04:20:43.143Z | test dropshot/src/lib.rs - api_description (line 1065) ... ok |
| 1883 | 2024-12-23T04:20:43.197Z | test dropshot/src/lib.rs - (line 110) ... ok |
| 1884 | 2024-12-23T04:20:43.322Z | test dropshot/src/lib.rs - (line 189) ... ok |
| 1885 | 2024-12-23T04:20:44.031Z | test dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok |
| 1886 | 2024-12-23T04:20:46.511Z | test dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok |
| 1887 | 2024-12-23T04:20:47.874Z | test dropshot/src/lib.rs - (line 471) ... ok |
| 1888 | 2024-12-23T04:20:47.877Z | |
| 1889 | 2024-12-23T04:20:47.877Z | test result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 14.12s |
| 1890 | 2024-12-23T04:20:47.877Z | |
| 1891 | 2024-12-23T04:20:47.900Z | Doc-tests dropshot_endpoint |
| 1892 | 2024-12-23T04:20:47.902Z | Running `/home/build/.rustup/toolchains/1.83.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-b13d1c88010ae7fd/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-7541986fb1e97484.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5283b2f0cf2cac10.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-75efcb4fac050736.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-9e2d0fc2b2d625af.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-c7de4ad120571423.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5e770c02671378c3.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-4f457204613cac49.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a8650a6abef64620.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human` |
| 1893 | 2024-12-23T04:20:48.105Z | |
| 1894 | 2024-12-23T04:20:48.105Z | running 0 tests |
| 1895 | 2024-12-23T04:20:48.105Z | |
| 1896 | 2024-12-23T04:20:48.105Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1897 | 2024-12-23T04:20:48.105Z | |
| 1898 | 2024-12-23T04:20:48.134Z | |
| 1899 | 2024-12-23T04:20:48.137Z | real 2:36.965276876 |
| 1900 | 2024-12-23T04:20:48.137Z | user 14:33.357773815 |
| 1901 | 2024-12-23T04:20:48.137Z | sys 2:14.814974468 |
| 1902 | 2024-12-23T04:20:48.137Z | trap 0.715846113 |
| 1903 | 2024-12-23T04:20:48.137Z | tflt 0.375683243 |
| 1904 | 2024-12-23T04:20:48.137Z | dflt 0.223534881 |
| 1905 | 2024-12-23T04:20:48.137Z | kflt 0.000188121 |
| 1906 | 2024-12-23T04:20:48.137Z | lock 32:20.036308498 |
| 1907 | 2024-12-23T04:20:48.137Z | slp 1:14:18.355447382 |
| 1908 | 2024-12-23T04:20:48.137Z | lat 40.074312811 |
| 1909 | 2024-12-23T04:20:48.137Z | stop 51.889906909 |
| 1910 | 2024-12-23T04:20:48.137Z | process exited: duration 316114 ms, exit code 0 |
| |
| 1911 | 2024-12-23T04:20:48.144Z | found 0 output files |